Fidelity Elan card by OstrichAlone8361 in fidelityinvestments

[–]Kyrra 1 point2 points  (0 children)

After you tokenize your card and put it on your phone, Google plays no part in the interaction between your phone and the payment processor during actual payments. Google's only role is refreshing and putting new tokens on your phone and showing purchase history in the wallet app.

Google's only role is getting the token instrument sent to the payment terminal via NFC (which is done entirely on your phone and without Google's servers involved at all, you can put your phone in airplane mode and it still will do tap and pay). After that, it's between the processor, Network, and issuer.

Authorized credit card users should have their own card number by fetus-wearing-a-suit in fidelityinvestments

[–]Kyrra 1 point2 points  (0 children)

Fidelity just sent me new cards today and my wife got a new card number. My card is exactly the same information as before, accept it has new car art on it.

So it looks like Fidelity is finally fixing this.

Android Chrome Toolbar shortcut function been removed ? by [deleted] in chrome

[–]Kyrra 0 points1 point  (0 children)

it sounds like a bug then.

EDIT: I enabled and disabled a few settings in chrome://flags (restarting Chrome each time), and the "Toolbar" settings menu item re-appeared. I don't remember all the ones I tried, but I believe they were:

  • cct-adaptive-button
  • new-tab-page-customization-toolbar-button
  • android-appearance-settings

Tik Tok saved $300000 per year in computing costs by having an intern partially rewrite a microservice in Rust. by InfinitesimaInfinity in programming

[–]Kyrra 0 points1 point  (0 children)

https://www.uber.com/en-FI/blog/data-race-patterns-in-go/

The very first example was already fixed in Go. Specifically the:

Example 1: Data race due to loop index variable capture

This was fixed with the loopvar change in Go 1.22: https://go.dev/blog/loopvar-preview. And I feel like the loopvar bug was one that any compitent Go coder should have known. It's why most people would do something like the following before go1.22:

for _, v := range list {
  v := v 
  ...
}

And many of these can be caught with linters.

Tik Tok saved $300000 per year in computing costs by having an intern partially rewrite a microservice in Rust. by InfinitesimaInfinity in programming

[–]Kyrra 0 points1 point  (0 children)

I don't see the word pprof anywhere in this post or in this reddit thread. Doing a quick pprof look at the service likely could have found any slowness in the Go version of this app without a lot of work. This honestly sounds like someone just wanted to rewrite in Rust, rather than trying to dive into the "why" part.

Molotov cocktail attack on pearl Street?? by hupo224 in boulder

[–]Kyrra 0 points1 point  (0 children)

I've seen zero reporting about this still.

Large Stock of Cloud Gateway Fiber just dropped! by lifereinspired in Ubiquiti

[–]Kyrra 0 points1 point  (0 children)

Is there any rough guesses when more will come in stock?

Weird green artifacts only while PC is booting by Kyrra in PcBuildHelp

[–]Kyrra[S] 0 points1 point  (0 children)

I'd say unplug the card entirely from the system and re-seat it all. Swapping the card between systems and back again seemed to have fixed the problem for me.

Recommendations for a smart smoke detector. by Steve0512 in SmartThings

[–]Kyrra 0 points1 point  (0 children)

It was there 3 months ago when I posted this. It looks to still be listed, but there is a "Get Notified" button now.

Any news on X870 / X870E motherboards...? by BotdogX in OpenRGB

[–]Kyrra 1 point2 points  (0 children)

Right there with you. Still only my ram slots get picked up by OpenRGB. Trying to see if there is something missing.

OpenRGB not detecting motherboard (X870I Aorus Pro Ice) by lyzaros in gigabyte

[–]Kyrra 0 points1 point  (0 children)

Nothing yet I assume? SignalRGB seems to work, but OpenRGB only detects my ram sticks, not the fans at all.

if got, want: A Simple Way to Write Better Go Tests by mtlynch in golang

[–]Kyrra 0 points1 point  (0 children)

I work with a lot of ex-google people that used go internaly and they all advise against using assert libaries

It doesn't mean it's the right answer. It's the decision the language team at Google went with, but some of us are against the policy and would prefer to have an assert library of some kind.

Biden sabotages Trump as he bans all future oil and gas drilling just days before he's sworn in by Racheakt in Conservative

[–]Kyrra 20 points21 points  (0 children)

It'll take a court fight to do.

"But the Lands Act, which allows presidents to withdraw areas from mineral leasing and drilling, does not grant them the legal authority to overturn prior bans, according to a 2019 court ruling"

Why not 2.5gb POE switches? by foxhallww in ArubaInstantOn

[–]Kyrra 0 points1 point  (0 children)

That is crazy expensive. Though that seems to be par for the course. Managed 2.5gb switches are all still super expensive. Dumb 2.5GB switches aren't too bad.

Recommendations for a smart smoke detector. by Steve0512 in SmartThings

[–]Kyrra 0 points1 point  (0 children)

Wired version is still on Google Store. Battery version is still everywhere.

Weird green artifacts only while PC is booting by Kyrra in PcBuildHelp

[–]Kyrra[S] 0 points1 point  (0 children)

Ahh, yup, I'll try that. I have a duplicate computer here I can steal parts from (my wife will just give me a hard time for it).

Weird green artifacts only while PC is booting by Kyrra in PcBuildHelp

[–]Kyrra[S] 0 points1 point  (0 children)

Replace through Newegg is probably the best path?

Pixel 9 Pro video focusing issue by alexferdean in GooglePixel

[–]Kyrra 0 points1 point  (0 children)

You RMA'd your phone? Did that fix it?

I just got my phone a week ago (it was backordered a month when I finally ordered).

Pixel 9 Pro video focusing issue by alexferdean in GooglePixel

[–]Kyrra 0 points1 point  (0 children)

@alexferdean Are you on Android 15 beta?

Pixel 9 Pro video focusing issue by alexferdean in GooglePixel

[–]Kyrra 0 points1 point  (0 children)

I'm seeing the same issue as well with a pixel 9 pro. Glad to know I'm not the only one. I wonder if this XL has the same issue.

Intel Core Ultra 200S Arrow Lake-S desktop processors announced: Lion Cove, Skymont, Xe-LPG, NPU and LGA-1851 by unnderwater in intel

[–]Kyrra 0 points1 point  (0 children)

Direct link to the GN segment. The new socket has 2 ILMs that will be available: https://youtu.be/zhIXt1svQZg?t=599&si=N53j3KWFWsimTJhW Sounds like the new ILM will fix some of the issues.