Richard Groß
@richargh.de
220 followers 130 following 650 posts
Software archeologist, web brutalist and health check expert. After 10 years in the business I'm about to become a teenage developer. I'm a conference speaker and enjoy mastering TDD, BDD, DDD, decoupled design and even practices that don't start with D.
Posts Media Videos Starter Packs
richargh.de
Interesting. Until now I thought the impactwas negligible.
richargh.de
Yes! Exceptions vs Result is something I‘ve mulled about as well. Nice article. One addition: exceptions have a drawback you have not mentioned; they are multi-level gotos. You can create quite ugly code with them.
richargh.de
Thank you 😊 Unfortunately I don’t know if my talk will be recorded or how it will be available. I signed a waiver but if they have equipment in my room is unknown to me.
richargh.de
This talk will of course take inspiration from "Your Code as a Crime" scene but expand on it heavily. I will of course talk about CodeCharta but also another tool which is currently secret but will be open-source soon. Will I see you there?
richargh.de
Put together we have accurate picture where we stand. This also support us in having a dialog with non-technical stakeholders at eye level about the required quality.
richargh.de
At C't webdev, I want to introduce you all to the forensic techniques and tools we can use to make the quality of code and architecture tangible. The tools extract quantitative information from code, architecture, git history, and the technique qualify these results. ct-webdev.com/agenda-2025/
Agenda 2025 - ctwebdev
ct-webdev.com
richargh.de
In projects with hundreds of thousands of lines, it is easy to lose track of code, architecture and quality. Are we still on the right track, are we blocking ourselves with internal dependencies, or are we already stuck? Software is immaterial, we cannot see how it is doing.
Promo for c't <webdev>. The callout reads "Find every crime in your code base". In the bottom right is a picture of the speaker, Richard Gross.
richargh.de
So new that baseline in the MDN has not been updated. Aside from that: 🎉
Reposted by Richard Groß
ollie-williams.bsky.social
Firefox now supports view transitions, the command and commandfor HTML attributes, and the moveBefore() method.

www.firefox.com/en-US/firefo...
Firefox 144.0, See All New Features, Updates and Fixes
www.firefox.com
Reposted by Richard Groß
beny23.github.io
Things must be going well when you have to resort to sex to sell your stochastic parrot.
Reposted by Richard Groß
xkaly.bsky.social
Such a long explanation to say they're rolling a new sex-bot.
richargh.de
Could it be that we get value classes and objects in JDK 26? The corresponding JEP is now marked as a „Submitted JEP“. 🤞
richargh.de
It’s not very good at CSS is it?
richargh.de
Pretty cool nonetheless.
Reposted by Richard Groß
victor.hogemann.com
Cool Pokemon style title generator, if you ever need one!

pokemon-fonts-generator.netlify.app
richargh.de
TIL that you can write pipes directly in JavaScript. The following is valid JavaScript:

const greeting = pipe('hello');

greeting
| upper
| ex('!!!');

await greeting.run(); // → "HELLO!!!"

See: github.com/irony/aspipes
GitHub - irony/aspipes
Contribute to irony/aspipes development by creating an account on GitHub.
github.com
richargh.de
Heavily considering that. Alas I’d be mostly just copy-pasting stuff around from other sources because CSS really is not my forte. But man am I interested in doing this.
richargh.de
Really wish there was a list of modern CSS patterns to be able to simplify all these cool things, tagged with their baseline status.
richargh.de
Also known as workslop. That’s the new trend I fear. GenAi creating more work than it solves.
richargh.de
Ignorance is bliss, especially for LLMs.

I do wonder why people think it would be a good idea to have it work autonomously.
richargh.de
Did you read the one from Ed Zitron where he points out that there is not enough venture capital in the USA to fund the OpenAI plans? Something like 4xx billion venture capital vs 5xx billion OpenAI plans. This gives us about 6 quarters max before the money runs out.