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)
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/
The first 3 letters of ‘Sweden' and ‘Denmark' spell out ‘Sweden.'
The remaining letters spell out ‘Denmark.'
@GossiTheDog And the best source of remediation instructions is still bleepingcomputer instead of Microsoft.
Æ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
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/
"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/
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.