Don’t dead Open inside?
- 0 Posts
- 9 Comments
StripedMonkey@lemmy.zipto
Programming@programming.dev•We Mass-Deployed 15-Year-Old Screen Sharing Technology and It's Actually Better
3·1 month agoYes. Quic and other protocols are too new and don’t have a ton of support in firewall and inspection tools that are used by said corpos. It’s even required in the DISA STIG requirements to disable quic at the browser level.
StripedMonkey@lemmy.zipto
Programming@programming.dev•Cloudflare outage on November 18, 2025
1·2 months agoHonestly it annoys me how much the well has been poisoned with rust that we’re even talking about the language here. There is so much focus on rust that we’re not even talking about how they literally couldn’t tell the difference between their software crashing in production and a ddos attack.
They had no visibility into their runtime environment, and from my understanding of the Blogpost, didn’t even look into the possibility until the entire cluster went down from this bad config.
Like, even assuming they did input validation, what should the clickhouse services do when they’re fed an invalid config? I’d argue the only sensible thing would be to refuse to start. But it seems like crashing wasn’t being detected at all.
StripedMonkey@lemmy.zipto
Programming@programming.dev•They made computers behave like annoying salesmen | exotext
2·7 months agoIsolation has the connotation of a single thing or individual being… Isolated from the group. Atomization is meant to evoke a sense of the more widespread impact on society. After all, if something only impacts a small subset it’s considered… “Isolated”
That being said, atomization is definitely not a new term to describe this…
History and good explanations of what was changed and why is incredibly useful for being able to determine if something is a bug, a feature, and why something was written a particular way.
I’m not super stringent on commit style, but it absolutely helps to structure commit messages, especially in larger projects where they’re being worked on piecemeal.
StripedMonkey@lemmy.zipto
Programming@programming.dev•Popular GitHub Action tj-actions/changed-files is compromised with a payload that appears to attempt to dump secrets
1·10 months ago2fa isn’t a panacea and won’t solve every problem. It does help though. Why do you think supply chain integrity isn’t something they care about?
StripedMonkey@lemmy.zipto
Programming@programming.dev•OpenJDK Java 24 Released With Garbage Collector Improvements, Deprecating x86 32-bit
2·10 months agoPhoronix comments are always such a mixed bag. I get that something still running after 20 years is cool and all, but it’s not necessarily a good thing.
Personally, I usually take issue with the missing institutional knowledge on such projects. It doesn’t matter if it runs, it matters that we’re running something we can fix if it explodes.
I recently built some stuff with the latest gcc compiler that was written in c89, but still compiled. That’s pretty sweet and very convenient for us, but the flags and the commands aren’t documented at all. So we have to spelunk through ancient scripts to find the right incantations or worse, read the code. Because who needs docs for an internal tool ammirite?
You clearly don’t use digital signatures in PDFs


I have to wonder what kind of child hears someone say that they pay in cash rather than use a card and assume that they’re rich.
I have to imagine you are so fiscally deficient that the 2% or so card transaction fee doesn’t even register to you. Did you know that especially some Mom and Pop shops will charge less when using cash for that very reason? Gas stations even advertise cash rates for gas.
Ignorance and arrogance are a horrible combo.