RE: https://mastodon.social/@nixCraft/116245543510804313
Nice homage.
| Show me the code! | https://github.com/chavacava https://codeberg.org/chavacava |
| i18n | EN ES FR |
| Hello World | GO Java... Gleam? |
| 🧠 | Formal languages, static analysis |
RE: https://mastodon.social/@nixCraft/116245543510804313
Nice homage.
I just released fgj v0.3.0 (a cli like gh, but for forgejo/codeberg).
Changes include :
- Forgejo Actions: watch, rerun, cancel runs; enable/disable workflows
- Create repos with full options (visibility, README, .gitignore, license)
- Assign/manage issue labels
- Shell completions (bash/zsh/fish/powershell) & man pages
- XDG Base Dir support
You can get it here : https://codeberg.org/romaintb/fgj/releases/tag/v0.3.0
Or just updating the AUR package ;)

Third release of **fgj**, a CLI tool for Forgejo and Gitea instances. ## Highlights - **Forgejo Actions** - watch, rerun, and cancel workflow runs; enable and disable workflows - **Workflow Management** - list, view, and trigger workflows directly from the CLI - **Repository Creation** - ...
Big news for Mastodon GmbH. They have formally joined forces with the World Wide Web Consortium (W3C).
If you’re not in the design/tech world, trust me when I say this is a big step for the fediverse. The W3C establishes the standards used for the internet.
This is a solid path forward for small tech.
https://github.com/w3c/socialwg/blob/main/meetings/2026/2026-03-06-WG-kickoff.md
#Mastodon #News #Technology #Fediverse #W3C #SmallTech #FOSS
Turing Award winner and former Oxford professor Tony Hoare passed away last Thursday at the age of 92. Hoare is famous for quicksort, ALGOL, Hoare logic and so much more.
https://blog.computationalcomplexity.org/2026/03/tony-hoare-1934-2026.html
“Allocating on the Stack” by Keith Randall — https://go.dev/blog/allocation-optimizations
On my way to migrating my personal blog from Gatsby to Gleam, I thought it would be great if we had an easy-to-set-up framework for building blogs with #Gleam, #Lustre, and Markdown support.
So I spent my time on a flight this weekend to develop blogatto.
Blogatto allows you to set up a simple configuration to render blog pages from routes, with Lustre views and markdown files, by providing the configuration to render components.
It also supports easily building the RSS feed, the sitemap, copying static assets, and robots file.

A Gleam framework for building static blogs with Lustre and Markdown. Generates HTML pages, RSS feeds, sitemaps, and robots.txt from markdown files with frontmatter, with multilingual support. - ve...
RE: https://infosec.exchange/@rebane2001/116123227412288110
Cascading Style Sheets is Turing complete.
One more hint on how deeply broken web development is.
(Of course, it doesn't work on all browsers)
Publiqué la traducción de “la guía“ de #Elm al español, libro del mismo autor del lenguaje, Evan Czaplicki.
https://agj.github.io/elm-guide-es/
Tiene algunos detalles aún, pero está usable. Escribí un poco al respecto en mi blog:
https://blog.agj.cl/2026/02/traduje-la-guia-de-elm-al-espanol
One of the reasons I use Go for pretty much everything these days is that I’m extremely bored by having to deal with code deterioration, due to constant evolution and outside forces.
As unappealing and verbose as most of my Go code looks like, I know most of it will still work decades from now.