Rust
12.5K posts

Rust
@amureki
Software Engineer at https://t.co/kKULM3H3vT | OSS maintainer





Easier way to protect yourself (if you are not infected yet) is to set a minimum release age in your package manager. For @npmjs: `npm config set min-release-age=2d` For @pnpmjs: `pnpm config set minimumReleaseAge 2880` For @bunjavascript: ``` # In bunfig.toml [install] minimumReleaseAge = 172800 ``` For Yarn: `yarn config set npmMinimalAgeGate "48h"`


@GergelyOrosz You could add a dependency cooldown. e.g., never install versions that are less than 1 week old. Also, I think that for more and more things, it makes more sense to simply implement it yourself. But that's not true for everything - e.g., building an HTTP server from scratch

All the .de domain names are currently offline due to a DNSSEC failure at DeNIC. dnsviz.net/d/de/dnssec/ - Yay, DNSSEC.

i wonder how long we can keep talking in numbers before it stops making sense 😆

Over the past month, some of you reported Claude Code's quality had slipped. We investigated, and published a post-mortem on the three issues we found. All are fixed in v2.1.116+ and we’ve reset usage limits for all subscribers.


LLMs will supposedly solve climate change and cure cancer, but in fact they can't even do multi-turn reasoning tasks effectively (SOTA models are < 10% on this benchmark). Interestingly, this work directly compares how much extra performance you get when you add an agentic harness (figure 7): a lot for simple optimization problems, 0% for math and chemistry.



I got this very nice Parity branded battery pack last year. The problem is I can’t use it because most my cables are USB C and it only outputs USB A. So I have a very nice piece of Parity branded technology sitting on my shelf that is completely unusable in my real life because it is built against some outdated assumptions and not my actual requirements. I know it’s not a nice to draw this comparison. But this thought keeps HAUNTING me since I have this thing. I hope things will change for the better. „Products for People“ is the right mantra to build useful things for the future.









