Agree, very user-hostile move.
Just spent 30m moving my repos to GitLab, and will be slowly moving to self-hosted Forgejo.
Posts by Until False
www.nushell.sh/book/#this-b...
Very interesting, a shell and programming language that works on structured data. Will be trying it out.
VS Code tip: make Markdown files open in Preview by default.
Add this to settings.json:
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
Handy if you mostly read docs instead of editing raw Markdown.
Not surprised by the US, but what the hell was the FCDO doing? What’s the point of the foreign office if you can’t protect your own citizens when they’re being illegally detained in a foreign country?
www.theguardian.com/us-news/2026...
Okay, let's try this again in a more sensible way.
Software devs and engineering leaders, in your estimation, does AI-assisted and agentic coding make engineering discipline:
* More important than before (Boost)
* As important as before (Like)
* Less important than before (Bookmark)
margaretstorey.com/blog/2026/02...
Those who have been using AI coding tools and agents for the past few months already know this. It's essential for leaders and management to understand this as well to temper expectations.
Signs your boss has been using AI agents too much...
addyo.substack.com/p/the-80-pro...
Amazing insights. Perfectly puts into words many "intuitions" I've been having
www.youtube.com/watch?v=4bO2...
So true ... we spend a huge amount of time writing glue code for integrations. Another takeaway (not explicit in the video) is that it pushes you to think about business domains and map data models across them in a codified way.
Great talk!
www.youtube.com/watch?v=p9ta...
Fast-paced, highly instructive intro to the next phase of web development involving front-end frameworks extending themselves to server-side rendering, as well as WebAssembly and WASI
#software_engineering #web_development
Just discovered chesskit.org
Chess.com style analysis (which I prefer slightly over lichess.org 's version )
#chess
A friend recently recommended apps.apple.com/gb/app/minut...
Loving it so far. Cryptic crosswords have always felt out of reach but now doing one a day with an explanation makes it so much more accessible.
This seems to be exactly what I was looking for, will give it a spin today and report back
TIL about the Slowloris DDos attack www.cloudflare.com/en-gb/learni...
#til #cybersecurity