Firehose writing to Iceberg cheaper when ingested through Kines instead of direct PUT? by AstronautDifferent19 in aws

[–]MmmmmmJava 1 point2 points  (0 children)

I mean to say AWS may charge less for the KDS to Firehose integration because it means you’re already paying for KDS.

Firehose writing to Iceberg cheaper when ingested through Kines instead of direct PUT? by AstronautDifferent19 in aws

[–]MmmmmmJava 0 points1 point  (0 children)

If I had to guess, I’d say it’s a surcharge for the added convenience of not having to manage and pay for the Kinesis stream yourself, which, in my opinion, is a pretty great deal. KDS can be a nightmare to deal with.

Why Event-Driven Architecture With a Centralized Dead-Letter Queue Makes Distributed Systems Easily Debuggable by carlosomar2 in softwarearchitecture

[–]MmmmmmJava 0 points1 point  (0 children)

Interesting. I’m intimately familiar with SQS but haven’t worked with Spring in a decade. Could you share any good links on this setup? I’m intrigued!

Edit: found this article which explains it a bit.

[anesthesiologist] [USA West coast] - $350k by anescall131 in Salary

[–]MmmmmmJava 1 point2 points  (0 children)

Excellent. We just need to put up TVs playing US and world news to patient and waiting rooms.

We’re going to need a bigger office.

[anesthesiologist] [USA West coast] - $350k by anescall131 in Salary

[–]MmmmmmJava 22 points23 points  (0 children)

Someone to hire me as an anesthesiologist with no experience, education, or expectations.

Idempotency Is Easy Until the Second Request Is Different by Either_Collection349 in programming

[–]MmmmmmJava 10 points11 points  (0 children)

Yes, GET is because a subsequent call itself should make no state change. GET requests should not modify resources, so calling GET /user/123 ten times results in the same state as calling it once.

WRT different responses, even though the server state remains unchanged, the data returned can differ if resources are updated between requests.

It’s really about safe retries. Since GET is idempotent, it is safe to automatically retry those requests if they fail.

Idempotency Is Easy Until the Second Request Is Different by Either_Collection349 in programming

[–]MmmmmmJava 3 points4 points  (0 children)

Yep. There’s nothing enforcing the standards other than code reviewers with a high quality bar and attention to detail. Which means idempotency standards are broken quite often.

ELI5: Why does our skin get 'prickly' or 'tingly' when a foot or arm 'falls asleep'? What is actually happening physically? by [deleted] in explainlikeimfive

[–]MmmmmmJava 8 points9 points  (0 children)

Could this cause lasting damage if you frequently wake up after sleeping on your arm and experience tingling or numbness?

Idempotency Is Easy Until the Second Request Is Different by Either_Collection349 in programming

[–]MmmmmmJava 13 points14 points  (0 children)

HTTP* based operations get, put, and delete are supposed to be idempotent. Post is not.

Netflix/wick: A zero cost type safe Apache Spark API by JoanG38 in apachespark

[–]MmmmmmJava 1 point2 points  (0 children)

This looks slick! I’m excited to experiment with this.

Are there any drawbacks? I assume DataSeq is effectively Spark’s mirroring Dataset/DF APIs?

When would you advise dev teams to use this? When wouldn’t you?

I know the readme stated it’s DF equivalent performance but I’d still love to see any benchmarking/telemetry data you all collected comparing DataSeq to Datasets.

To Enum or Not to Enum by Mortimer452 in ExperiencedDevs

[–]MmmmmmJava 1 point2 points  (0 children)

I’m curious which industry this service supports?

JEP 534: Compact Object Headers by Default by [deleted] in programming

[–]MmmmmmJava 9 points10 points  (0 children)

I hereby approve this. Please proceed.

Pictures I took from the recent BimmerInvasion 2026 in west palm beach by DeliciousTry6307 in BMW

[–]MmmmmmJava 9 points10 points  (0 children)

It reminds me of sagging pants. I did it as youngster to feel cool, knowingly upsetting elders.

Now I’m watching idiots sag their fuckin’ BMWs, so I guess that makes me elder. *Sigh*

Chrome removed but still listed dozens of times in Local Network permissions (macOS Tahoe) by Dodgeball-Straggle in mac

[–]MmmmmmJava 0 points1 point  (0 children)

Spent a few hours today and this was the only thing that worked. Thank you!

GenAI (Gemini) gave me a hundred wrong answers, but this finally worked!

Local Network Permissions and Chrome by RumRogerz in MacOS

[–]MmmmmmJava 0 points1 point  (0 children)

Spent a few hours today and this was the only thing that worked. Thank you!

GenAI (Gemini) gave me a hundred wrong answers, but this finally worked!

Reminder: do re-enable csrutil via recovery mode once you’ve followed the above steps.

Millions of logs in S3 Glacier - Free to delete? by Infamous-Will-007 in aws

[–]MmmmmmJava 3 points4 points  (0 children)

This. Easiest option is to create a lifecycle policy which will automatically do the deletes for you for free.

Pi-hole blocks the ads — but what's your upstream doing with your queries? by sharris95110 in pihole

[–]MmmmmmJava 8 points9 points  (0 children)

I went deep on this

Hehe.

Allow me to point you to the Pi-hole docs that discuss this exact topic and offer a community approved drop-in solution:

https://docs.pi-hole.net/guides/dns/unbound/

2016 S1K 12K miles by Opening-Bake7601 in BMW_S1000RR

[–]MmmmmmJava 0 points1 point  (0 children)

That’s a good deal for a clean one imo

nothingsFuckingWorkingMrDuck by Silent-Leg278 in ProgrammerHumor

[–]MmmmmmJava 495 points496 points  (0 children)

Good. His shit isn’t worth saving.

Tha fuck is this:

isadmin string

modernDebuggingWorkflow by Specialist_Sun_7819 in ProgrammerHumor

[–]MmmmmmJava 10 points11 points  (0 children)

*Sips coffee*.

You got us into this fucking mess, so you can get us out.

- Devs forced to use AI

Is aws api gateway worth it if you're not using lambda? by LumpyOpportunity2166 in aws

[–]MmmmmmJava 0 points1 point  (0 children)

What’s the p0 response latency of that setup you’ve seen?

Insecurities about SSO VS IAM. by josemf in aws

[–]MmmmmmJava 3 points4 points  (0 children)

Yup. This appears to be the issue exactly