Kim Gräsman

9 Followers
23 Following
112 Posts

Food, program structure, distributed systems, guitar music, concurrency and fiction are a few of my favorite things.

Maintainer of include-what-you-use.

in 2017 a popular twitter game was to type a partial phrase then see what your phone auto-completes it with.

this proved so popular that it is now the only business model in the US.

A - DNS Record
AA - Battery
AAA - Battery
AAAA - DNS Record

edit: originally by @kevin , inadvertently copied https://mastodon.km6g.us/@kevin/113724524588964200

Kevin P. Fleming (@[email protected])

A - DNS record AA - battery AAA - battery AAAA - DNS record #DNS #Battery #Confusion

KM6G Mastodon
@itsfoss
I know Torvalds is at the origin of git.
But can we start to spotlight Junio Hamano who has been actually developing git for 20 years ?

A thought that popped into my head when I woke up at 4 am and couldn’t get back to sleep…

Imagine that AI/LLM tools were being marketed to workers as a way to do the same work more quickly and work fewer hours without telling their employers.

“Use ChatGPT to write your TPS reports, go home at lunchtime. Spend more time with your kids!” “Use Claude to write your code, turn 60-hour weeks into four-day weekends!” “Collect two paychecks by using AI! You can hold two jobs without the boss knowing the difference!”

Imagine if AI/LLM tools were not shareholder catnip, but a grassroots movement of tooling that workers were sharing with each other to work less. Same quality of output, but instead of being pushed top-down, being adopted to empower people to work less and “cheat” employers.

Imagine if unions were arguing for the right of workers to use LLMs as labor saving devices, instead of trying to protect members from their damage.

CEOs would be screaming bloody murder. There’d be an overnight industry in AI-detection tools and immediate bans on AI in the workplace. Instead of Microsoft CoPilot 365, Satya would be out promoting Microsoft SlopGuard - add ons that detect LLM tools running on Windows and prevent AI scrapers from harvesting your company’s valuable content for training.

The media would be running horror stories about the terrible trend of workers getting the same pay for working less, and the awful quality of LLM output. Maybe they’d still call them “hallucinations,” but it’d be in the terrified tone of 80s anti-drug PSAs.

What I’m trying to say in my sleep-deprived state is that you shouldn’t ignore the intent and ill effects of these tools. If they were good for you, shareholders would hate them.

You should understand that they’re anti-worker and anti-human. TPTB would be fighting them tooth and nail if their benefits were reversed. It doesn’t matter how good they get, or how interesting they are: the ultimate purpose of the industry behind them is to create less demand for labor and aggregate more wealth in fewer hands.

Unless you happen to be in a very very small club of ultra-wealthy tech bros, they’re not for you, they’re against you. #AI #LLMs #claude #chatgpt

The future of software development is Gemini adding and removing the "status/needs-triage" tag from an issue on GitHub 5,000 times.

Gemini is made by Google, a company once famous for incredibly high quality software engineering.

https://github.com/google-gemini/gemini-cli/issues/16723

allow exit and quit commands without leading slash (/) · Issue #16723 · google-gemini/gemini-cli

What would you like to be added? This is feature request - someone can point it as bug as well but I will not. Ask / Request 👉🏽 Implement exit and quit as standard commands with a simple confirmati...

GitHub
well if double-u is so great, how come there's no double-doubl—
Clang bytecode interpreter update
https://developers.redhat.com/articles/2025/10/15/clang-bytecode-interpreter-update#
recent improvements made to the Clang bytecode interpreter, including performance optimizations, libc++ testing, and the `#embed` benchmark
Clang bytecode interpreter update | Red Hat Developer

Learn about recent improvements made to the Clang bytecode interpreter, including performance optimizations, libc++ testing, and the #embed benchmark

Red Hat Developer

Got unreasonably excited about this new, incredibly straightforward count-distinct algorithm. The CVM algorithm is a direct replacement for HyperLogLog, it nerd-sniped Donald Knuth for weeks, *and* it can easily be taught in an entry-level CS course.

h/t @munin
https://www.quantamagazine.org/computer-scientists-invent-an-efficient-new-way-to-count-20240516/

Computer Scientists Invent an Efficient New Way to Count | Quanta Magazine

By making use of randomness, a team has created a simple algorithm for estimating large numbers of distinct objects in a stream of data.

Quanta Magazine
Release IWYU 0.25 · include-what-you-use/include-what-you-use

Compatible with Clang 21. Major changes: [iwyu] Add support for GNU __cleanup__ attribute [iwyu] Improved handling of member pointers [iwyu] Improved reporting of C arrays [iwyu] Much improved und...

GitHub