Readit News logoReadit News
SeriousM commented on Claude Code is all you need   dwyer.co.za/static/claude... · Posted by u/sixhobbits
zanellato19 · 17 days ago
My experience is that sometimes they give you a 10x speedup but then you hit a wall and take 30 times longer to do a simple thing and a lot of people just keep hammering because of the first feeling. Outside of boilerplate, I haven't seen it be this magical tool people keep claiming it is.
SeriousM · 16 days ago
That's the definition of an advanced scaffolding tool. And yes, I subscribe to that. From time to time I use Gemini CLI for little tools I have no time to read all the docs of thinkgs I'm not used to, but in the end I need to make flow changes and be forced to understand the generated code. x10 faster bootstrap, x30 slower manual changes, 100% my codebase problem.
SeriousM commented on .NET 10 Preview 6 brings JIT improvements, one-shot tool execution   infoworld.com/article/402... · Posted by u/breve
Salgat · a month ago
dotnet run *.cs is my favorite new feature for scripting. It has basically replaced powershell for me. It's trivial to script powerful operations now.
SeriousM · a month ago
I guess LinqPad will lose some users to this feature.
SeriousM commented on White Noise – secure and private messenger   whitenoise.chat/... · Posted by u/onhacker
SeriousM · 2 months ago
Austria's goverment agreed on spying messengers for the public safety. How does white noise protects itself from getting legally hacked?
SeriousM commented on Nearly 20% of cancer drugs defective in four African nations   dw.com/en/nearly-20-of-ca... · Posted by u/woldemariam
energy123 · 2 months ago
The same thing happens in food processing. The low quality stuff gets sold under a different, cheaper brand, or reprocessed into another product.

I'm not going to cast stones at this practice because as always the alternative isn't some magical world where all produce is perfect, the real alternative is that it gets thrown in the trash and wasted, and everyone is worse off despite feeling better about themselves.

SeriousM · 2 months ago
Happy to live in a country with very strong food control. Yes we have the alternative labels yet it must be at least as good as the original.
SeriousM commented on Show HN: Autohive – Build AI agents the easy way for everyday teams   autohive.com/... · Posted by u/davetenhave
SeriousM · 2 months ago
The marketing is really bad.

> "7-8 hours saved per podcast episode"

Compared to what? A beginner, a pro? On sundays only? LinkedIn is full of this bs. Please stop.

SeriousM commented on Horse Browser   gethorse.com... · Posted by u/gaws
SeriousM · 2 months ago
Paying for a browser is like paying for air to breath. Sure, a feature may be worth to pay but sold as a whole browser product? A user is using so much of other extensions too and the compatibility for websites (agent check) isn't discussed either.
SeriousM commented on FFmpeg merges WebRTC support   git.ffmpeg.org/gitweb/ffm... · Posted by u/Sean-Der
SeriousM · 3 months ago
I can't wait to see this in Jellyfin implemented!
SeriousM commented on Design Pressure: The Invisible Hand That Shapes Your Code   hynek.me/talks/design-pre... · Posted by u/NeutralForest
skydhash · 3 months ago
Code is for communicating with humans primarily, even though it needs to be run on a machine. All the patterns, principles, and best practices is to ease understanding and reasoning by other people, including your future self. Flexibility is essential, but common patterns and shared metaphors work wonders.
SeriousM · 3 months ago
When it comes to new employees we search for people living exactly this value. And being a nice human is a must. Everything else can be learned.
SeriousM commented on How are cyber criminals rolling in 2025?   vin01.github.io/piptagole... · Posted by u/vin10
sceptic123 · 4 months ago
Money
SeriousM · 4 months ago
Money. And no one died because of this behaviour. So why change a running cash-machine...
SeriousM commented on The tragedy of running an old Node project   abdisalan.com/posts/trage... · Posted by u/abdisalan
SeriousM · 9 months ago
We use package.lock and docker image with local folder binding to run legacy node projects. Eg. docker run -v local:inner node:12 command

u/SeriousM

KarmaCake day397January 20, 2014View Original