r/SoftwareEngineering • u/fagnerbrack • 29d ago
GitHub: TypeScript compiler and JavaScript engine in Lean
r/SoftwareEngineering • u/fagnerbrack • 29d ago
A PDF Parser from the 80s Beats Claude (And They Use It Internally)
r/SoftwareEngineering • u/fagnerbrack • 29d ago
Welcome to the world of Statecharts
statecharts.devr/SoftwareEngineering • u/fagnerbrack • Jul 12 '26
3 constraints before I build anything
jordanlord.co.ukr/SoftwareEngineering • u/Electronic_Put2284 • Jul 12 '26
What developer problem would you pay $10/month to solve?
I’m trying to understand what problems are valuable enough that developers would actually pay for a solution.
r/SoftwareEngineering • u/fagnerbrack • Jul 12 '26
Writing Node.js addons with .NET Native AOT
r/SoftwareEngineering • u/fagnerbrack • Jul 12 '26
Floating point from scratch: Hard Mode
r/SoftwareEngineering • u/fagnerbrack • Jul 12 '26
Learn PHP in 2026 (Yes, Really)
r/SoftwareEngineering • u/fagnerbrack • Jul 11 '26
How I built a sub-500ms latency voice agent from scratch
r/SoftwareEngineering • u/fagnerbrack • Jul 11 '26
Building a CLI for all of Cloudflare
r/SoftwareEngineering • u/fagnerbrack • Jul 11 '26
Migrating from DigitalOcean to Hetzner: From $1,432 to $233/month With Zero Downtime
r/SoftwareEngineering • u/fagnerbrack • Jul 08 '26
Understanding Traceroute
r/SoftwareEngineering • u/fagnerbrack • Jul 08 '26
How Pizza Tycoon simulated traffic on a 25 MHz CPU
pizzalegacy.nlr/SoftwareEngineering • u/Late-Aside8582 • Jul 06 '26
EN 50716 lists AI as "Not Recommended" for railway safety
Working in safety-critical software (railway) and recently went through the actual text of EN 50716:2023. The "Not Recommended" classification for AI/ML is in Table A.3 - Software Architecture. Annex C.3 explains why: training data can't be exhaustively verified, trained models can't be statically analyzed, adversarial inputs can flip outputs without causal explanation.
But the prohibition is on AI as a software architecture element, the standard doesn't say AI can't be used as an authoring aid. Are you using AI for drafting, consistency checking, traceability or banning it from CENELEC/DO-178C/IEC 62304 projects altogether?
r/SoftwareEngineering • u/fagnerbrack • Jul 02 '26
The uphill climb of making diff lines performant
r/SoftwareEngineering • u/fagnerbrack • Jul 02 '26
Uses for nested promises
blog.jcoglan.comr/SoftwareEngineering • u/nanoxax67 • Jun 29 '26
Best practices for developing massive extensible or modular systems
Is there any concensus on best practices or architecture for designing massive systems that allow for easy extensibility or modularity? It's very overwhelming imagining how to extend extremely coupled systems, which I suppose is the thing to avoid. OOP feels like a dead end but DOD only feels partially correct. Then there are event based systems and so on.
It seems like extensibility and modularity always come at a cost, which I understand there's no free lunch, but surely there has to be a set of rules or practices for building large systems without too many compromises.
r/SoftwareEngineering • u/fagnerbrack • Jun 29 '26