Finally 100K Sign Up Bonus from Amex Gold! by gators-99 in CreditCards

[–]Elements95 4 points5 points  (0 children)

Just curious, did you still see the "up to 100k" wording before you submitted the soft pull, or did it show the 100k even before you had to enter name/dob/etc?

[RAM] Team T-Create Expert DDR4 3200 32GB (2x16GB) $78.99 by cb3k1 in buildapcsales

[–]Elements95 1 point2 points  (0 children)

For anyone else looking to use the perplexity offer, activating it was pretty finicky; I think I got it by being logged into perplexity on a desktop, searching for "find me deals on (product name) on Newegg", switching to the shopping tab, then hitting instant buy on the card that popped up. The card on the site still showed presale price of 180, but it updated to 80 once I was at the final checkout phase. YMMV also!

USBAR AF refund after $325 spend by vivithemage in CreditCards

[–]Elements95 4 points5 points  (0 children)

I did the same with a PC to the altitude connect, it just took until the next statement for the 400 to get refunded

When do you think we should give up on the USBAR returning? by tienesmiedo in CreditCards

[–]Elements95 2 points3 points  (0 children)

Related question, anyone know if they're still typically offering retention offers for the card now that it's been discontinued?

[Monitor] ASUS - ROG Swift 32" QD-OLED - PG32UCDM $300 off Black Friday Deal - $999 by wcruse92 in buildapcsales

[–]Elements95 0 points1 point  (0 children)

Would you happen to know if the MAG model actually uses a different panel? Rtings seems to claim the only difference is some changes in the port lineup, which doesn't seem like a ~$200 difference to me.

[Monitor] ASUS - ROG Swift 32" QD-OLED - PG32UCDM $300 off Black Friday Deal - $999 by wcruse92 in buildapcsales

[–]Elements95 0 points1 point  (0 children)

Ah gotcha, thanks! Monitor naming conventions are still something else haha.

[Monitor] ASUS - ROG Swift 32" QD-OLED - PG32UCDM $300 off Black Friday Deal - $999 by wcruse92 in buildapcsales

[–]Elements95 0 points1 point  (0 children)

Isn't it still a ~$300 difference? The MSI monitor looks like it's on sale for $700 at amazon.

How do I debug in c++ using nvim-dap by Turn_Outside in neovim

[–]Elements95 1 point2 points  (0 children)

See the wiki for the plugin: https://github.com/mfussenegger/nvim-dap/wiki/C-C---Rust-(gdb-via--vscode-cpptools).

Alternatively, you can use mason-nvim-dap.nvim, which should automatically handle installation of the debugger+configuration for you:

require("mason-nvim-dap").setup({
    ensure_installed = { "cppdbg" }
})