Angehefteter Tweet
ΚLΛUS ΡΟST 🔋93%
1.5K posts

ΚLΛUS ΡΟST 🔋93%
@sh0dan
Professional Code Healer 🤲 Unicorn Hunter 🦄 Selfless and brave ⚔️ Pre-order my book 📕working @MinIO 🦋 klauspost on bsky
Denmark Beigetreten Ocak 2008
392 Folgt952 Follower

@Aldas001 3) You can't compare the end-of-regulation period to the beginning.
It is fun because teams&drivers haven't figured out optimal strategies. Long term I'm still undecided.
English

@goinggodotnet I think you are mostly wrong. A) Garbage Code In -> Garbage Code Out. B) Reviewing for bad architecture/design is more important than ever. C) Static checks are also sanity checks for Agents. D) Having an IDE as secondary UI for agents make them still relevant IME.
English

Get ready my friends, the IDE is dead.
Everything is headed away from engineers even looking at code. Code readability, linters, vetting, none of it will matter sooner than you think.
Your ability to maintain a semantic understanding of the code will be important in this next phase. How low level will that semantic understanding need to go? That will also change over time.
That's where I am now. Struggling to maintain my lowest level semantic understanding of the code so I can improve the reliability and performance while still understanding the tradeoffs I'm making.
The engineers who develop this skillset will continue to have opportunities.
English

@lukechampine If by "Programming" you mean "Handwritten Code", 100% agree. It's gone, or soon will be for those that are slow to switch.
For now the engineering (making good choices) part is still needed, though. Thankfully that is also what I find most interesting. Not the execution.
English

Proposal for stdlib #golang compress/zstd implementation: github.com/klauspost/stdg…
English

New v1.18.4 release of #golang compression library adds zstd compression to gzhttp middleware. Also zstd can now have some options modified on reset.

English

@lukechampine 👆It is crazy empowering, though. I can visualize stuff I would've never found the time to do.. For example did minlz.klauspost.com as 100% vibe code.
English

@sh0dan Seriously what do programmers even put on a resume these days
“Yeah I can build anything in any language, just like every other competent engineer. Please don’t make me write JavaScript though.”
English

Released #golang compression v1.18.3 containing upstream CVE-2025-61728 fix:
github.com/klauspost/comp…
English

@lukechampine Oh yeah, remember that one. The fixed point collision is still funny. The visualizations are still some of the best!
English

Happy 10th birthday to one of the greatest TAS videos of all time youtube.com/watch?v=kpk2td…

YouTube
English

The #golang reed-solomon package has a new release. With progressive field decoding and some significant speedups. Link in reply.

English

@lukechampine Yeah. It does have some neat properties. But haven't had much use for it. Feel free to hit me up if you want some feedback at some point!
English

@sh0dan Yeah, frankly I have no idea if this format is “worth” porting, I just haven’t done one of these in a while and figured it would be a fun weekend exercise. :) Once it’s working I’m curious to try some different API designs.
English

@lukechampine It would be interesting to be able to map to and from structs, maps, etc. It could be either codegen or reflection. I guess either would work.
I got a bit nerdsniped and tried to lay out how a mapping with codegen could look: gist.github.com/klauspost/d483…
English

@lukechampine Interesting. It does heavily favor read/write speed - and kinda omits the obvious compaction that would have to take place. Though that would probably be pretty trivial. I do miss a wire spec, though.
I've found the use cases for "unmapped" serialized data to be quite limited.
English


Now even more #golang msgp codegen in v1.5.0. Now with generics. Generates code 1000x faster than your LLM! :D
Link in replies...

English


