Florian Laws

139 Followers
317 Following
509 Posts
German living in Copenhagen. Doing Machine Learning and related stuff at a startup.
Claudetop – htop for Claude Code sessions (see your AI spend in real-time)
L: https://github.com/liorwn/claudetop
C: https://news.ycombinator.com/item?id=47380203
posted on 2026.03.14 at 15:26:24 (c=1, p=3)
GitHub - liorwn/claudetop: htop for your Claude Code sessions — real-time cost, cache efficiency, model comparison, and smart alerts

htop for your Claude Code sessions — real-time cost, cache efficiency, model comparison, and smart alerts - liorwn/claudetop

GitHub
he was unable to decrypt

I think one of the underrated things about LLMs for coding is that they make writing code on a mobile phone massively more feasible

I can build small but useful pieces of software entirely on my phone now - without even needing to pay full attention, so it's compatible with being out in the world

I knock out small tools on my phone several times a week now, but my most ambitious phone coding project is still this one https://simonwillison.net/2025/Jul/17/vibe-scraping/

Vibe scraping and vibe coding a schedule app for Open Sauce 2025 entirely on my phone

This morning, working entirely on my phone, I scraped a conference website and vibe coded up an alternative UI for interacting with the schedule using a combination of OpenAI Codex …

Simon Willison’s Weblog

The first 3 letters of ‘Sweden' and ‘Denmark' spell out ‘Sweden.'

The remaining letters spell out ‘Denmark.'

I declare that today, Nov. 19, 2025 is the 50th anniversary of BitBLT, a routine so fundamental to computer graphics that we don't even think about it having an origin. A working (later optimized) implementation was devised on the Xerox Alto by members of the Smalltalk team. It made it easy to arbitrarily copy and move arbitrary rectangles of bits in a graphical bitmap. It was this routine that made Smalltalk's graphical interface possible. Below is part of a PARC-internal memo detailing it:
slides/Directing a Swarm of AI Agents for Fun and Profit ppt.pdf at master · adrianco/slides

Slide decks with editable source files. Contribute to adrianco/slides development by creating an account on GitHub.

GitHub

@GossiTheDog And the best source of remediation instructions is still bleepingcomputer instead of Microsoft.

https://www.bleepingcomputer.com/news/microsoft/how-to-block-windows-plug-and-play-auto-installing-insecure-apps/

How to block Windows Plug-and-Play auto-installing insecure apps

A trick has been discovered that prevents your device from being taken over by vulnerable Windows applications when devices are plugged into your computer.

BleepingComputer

Ærgerligt at journalisten ikke spørger politikerne til hvorfor kommunerne ikke må spæde til så lejen holdes lav, ligesom de kan og gør mht ‘boliger’ til biler? (Jf 👆🏻)

https://www.dr.dk/nyheder/politik/regeringen-vil-bygge-flere-almene-boliger-reglerne-har-vaeret-stramme #dktrp #dkpol #KV25

Regeringen vil bygge flere almene boliger: 'Reglerne har været for stramme'

Som del af et boligudspil vil regeringen hæve maksimumbeløbet samt give storbyer som København og Aarhus mulighed for at overgå maksimumsbeløbet midlertidigt.

DR

Clever -> “The operating system itself converts the current from AC to DC by switching the individual cells on and off at different voltages – one cell on for three volts, two cells for six volts, three cells for nine volts and back down – to create an AC sine wave in real time”

#dkgreen #dkenergi https://reneweconomy.com.au/australian-made-world-first-battery-with-no-inverter-hits-the-market-backed-by-new-grant-from-arena/

Australian-made “world-first” battery with no inverter hits the market, backed by new grant from ARENA

Australian battery innovator launches its “world-first” product, backed by new ARENA funding and with the EV market next on its list.

Renew Economy

"We are failing to see that configuration files are actually user interfaces, and that they should be treated as such."

https://ochagavia.nl/blog/configuration-files-are-user-interfaces/

Configuration files are user interfaces

We have all been there. Your software keeps growing and you feel the need to make it customizable. It is too soon for a full-blown UI with all the bells and whistles, so your pragmatic instinct suggests a text-based configuration file. Yes, that’s exactly it! You rejoice knowing the software’s configuration will be trivial to version control. Your pragmatic instinct is satisfied as well; the door remains open to creating a proper UI later, since it would be merely a graphical view of your configuration’s structured data.

Adolfo Ochagavía