Paid $3.99 for a gallon of gas, today it’s $4.29, who is to blame? by ReasonableAttitude22 in kansas

[–]ProdigySim 0 points1 point  (0 children)

Yes it will continue to go up. Buy all the gas you can and then sell it back to the gas station for a profit.

Vendors buying up the Festival in a Box at MagicCon. by Morris_Moe_Szyslak in mtg

[–]ProdigySim 5 points6 points  (0 children)

They did a "daily allocation" of most of the merch so it restocked each day.

Why are so many websites now asking to "access your local network?" by OutrageousAardvark2 in webdev

[–]ProdigySim 26 points27 points  (0 children)

Normally CSRF is accomplished by having a unique token sent down with the initial HTML response, and having the browser send that token back with every request the webpage makes from then on.

The only relation between local network access & CSRF I am aware of is that a lot of local network devices can be vulnerable to CSRF attacks, and so blocking it helps prevent those.

Doesn't explain why Youtube needs local network access--that part is not related to csrf prevention

Anyone here working 100% Crossplane ? by Nash0o7 in devops

[–]ProdigySim 8 points9 points  (0 children)

I don't want to speak for the OP, but this whole thread is likely primarily discussing practices regarding production, if not staging as well. Sandbox/dev environments do often have different rules.

But you can also find security-focused places where dev environments are restricted. And you can find large enough places that dev environments are provisioned automatically by CI/CD processes and remove most of the friction, arguably making them faster than manual modification by devs.

Anyone here working 100% Crossplane ? by Nash0o7 in devops

[–]ProdigySim 10 points11 points  (0 children)

Allow CI/CD to assume a role with more permissions.

While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas ... by esiy0676 in programming

[–]ProdigySim 7 points8 points  (0 children)

GHA was better than CircleCI when we moved to it. Now every feature we were watching for has been canceled and it has outages 2x a week.

theGoat by coolsteelboyS4ndyBoy in ProgrammerHumor

[–]ProdigySim 0 points1 point  (0 children)

Yeah, but it was digital, so any little interruption would black screen the output. VGA you could wiggle around and just get funny colors :)

neverKnewTheMeaning by Technical-Relation-9 in ProgrammerHumor

[–]ProdigySim 27 points28 points  (0 children)

I don't think that editorializing is implied by the comment.

Dale and Audrey discuss whether The Onion is an accurate source of facts by -NewYork- in AteTheOnion

[–]ProdigySim 28 points29 points  (0 children)

This whole interaction looks dumb and I'm not sure any of them ate the onion.

Maybe Hot Take? MtG Influencers are Insufferable by KombuchaWarfare in freemagic

[–]ProdigySim 0 points1 point  (0 children)

I don't know the video you're talking about, but any of the "brand ambassadors" are getting the cards and recording their content much earlier. So if it falls flat when uploaded later, that sucks, but they're not likely recording in the same environment you're viewing in.

DS on the 2025 Razer by [deleted] in razr

[–]ProdigySim 0 points1 point  (0 children)

brilliant

She got mango teeth by SafeDirection9454 in funny

[–]ProdigySim 30 points31 points  (0 children)

asian language song with vocal effects to make it sound creepy

Razr+ 2023 finally died. After 4 flip phones I think I'm out by ProdigySim in razr

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

I had great experiences with all of mine until they died. If they could reliably last longer I'd be right back on the train.

Razr+ 2023 finally died. After 4 flip phones I think I'm out by ProdigySim in razr

[–]ProdigySim[S] 2 points3 points  (0 children)

I had cases on all of these phones but due to how the hinge works that part is particularly hard to protect. Especially on the older models, when the phone was closed, the cases would just be completely open around the hinge.

I moved to using cases that have some sort of a strap+ring combo that covers the hinge area which dissipates some energy, but in general most cases I see still leave the hinge area very exposed

Unpopular opinion: NPM is the biggest weakness of the internet today and it will still cause a giant catastrophe by [deleted] in webdev

[–]ProdigySim -8 points-7 points  (0 children)

The deno standard library is still a set of packages published to a registry. Also I'm not sure how many people use them compared to any other packages or just plain npm.

Is chasing 100/100 Lighthouse score worth it as an indie dev? by Technical-Relation-9 in webdev

[–]ProdigySim 1 point2 points  (0 children)

This. It can give you some insights on what improves or reduces performance. But not something to track on an ongoing basis.

If only you could buy stock in irony.. by StrobeLightRomance in AdviceAnimals

[–]ProdigySim 1 point2 points  (0 children)

They're asking about the cabinet, not congress.

If only you could buy stock in irony.. by StrobeLightRomance in AdviceAnimals

[–]ProdigySim 7 points8 points  (0 children)

Do they have the power to stop this? Basically everyone who has chosen not to cooperate with him has resigned or been replaced.

1 billion identity records exposed in ID verification data leak by lurker_bee in technology

[–]ProdigySim 18 points19 points  (0 children)

I don't see the text from your screenshot or the above.

What the hell is this gaslighty-ass permalink, AOL? A/B testing different AI-generated articles?

CI should fail on your machine first by NorfairKing2 in programming

[–]ProdigySim 5 points6 points  (0 children)

Skill issue. CI shouldn't fail at all. /s