HN user

BerislavLopac

31,973 karma
Posts3,377
Comments2,338
View on HN
www.londoncentric.media 6d ago

US-style tipping culture came to London

BerislavLopac
6pts0
www.lucasfcosta.com 9d ago

Laws of Project Management

BerislavLopac
1pts0
www.larp.website 10d ago

LARP – Revenue infrastructure for serious founders

BerislavLopac
323pts80
www.londoncentric.media 11d ago

We tried London's first driverless bus

BerislavLopac
3pts0
www.bbc.co.uk 11d ago

The crypto billionaires building a world where money buys you a vote

BerislavLopac
10pts1
newsletter.pragmaticengineer.com 13d ago

Tech jobs market in 2026, part 3: hiring managers and job seekers

BerislavLopac
2pts1
whitneyzim.medium.com 23d ago

Sustaining a Shared Reality: How Past Technology Waves Have Impacted Strategy

BerislavLopac
1pts0
charitydotwtf.substack.com 27d ago

Make AI Boring Again

BerislavLopac
5pts0
davidvujic.blogspot.com 1mo ago

Agile and Coding: An Agent- and Human-Friendly Architecture

BerislavLopac
2pts0
charitydotwtf.substack.com 1mo ago

AI demands more engineering discipline. Not less

BerislavLopac
429pts213
arstechnica.com 1mo ago

Scientists ejected from diabetes conference for distributing journal reprints

BerislavLopac
349pts212
trustbourne.com 1mo ago

Digital Dead Man's Switch for Your Files

BerislavLopac
2pts0
charity.wtf 1mo ago

AI enthusiasts race against time, AI skeptics race against entropy

BerislavLopac
3pts2
asimovaddendum.substack.com 1mo ago

Open Source Ecosystems

BerislavLopac
2pts0
martinfowler.com 2mo ago

What Is Code?

BerislavLopac
1pts2
datatracker.ietf.org 2mo ago

JSON Schema (Jsonschema)

BerislavLopac
4pts0
www.sourcemeta.com 2mo ago

The only schema language AI speaks is JSON Schema

BerislavLopac
2pts0
medium.com 2mo ago

Vibe → Environment → Culture: Why Leadership Gets This Backwards

BerislavLopac
2pts0
buttondown.com 3mo ago

A sufficiently comprehensive spec is not (necessarily) code

BerislavLopac
6pts3
www.oreilly.com 3mo ago

Architecture as Code to Teach Humans and Agents About Architecture

BerislavLopac
1pts0
www.oreilly.com 3mo ago

The World Needs More Software Engineers

BerislavLopac
3pts1
www.oreilly.com 3mo ago

The Cathedral, the Bazaar, and the Winchester Mystery House

BerislavLopac
2pts1
piechowski.io 3mo ago

Why Your Engineering Team Is Slow (It's the Codebase, Not the People)

BerislavLopac
3pts0
www.highsignalhiring.com 3mo ago

The "Hiring Boom" Is a Mirage

BerislavLopac
1pts1
www.theengineeringmanager.com 3mo ago

Slow Down to Speed Up

BerislavLopac
3pts0
martinfowler.com 3mo ago

Architecture Decision Record

BerislavLopac
3pts1
www.aifactoryinsider.com 3mo ago

Who is liable when the AI decides?

BerislavLopac
3pts2
gvanrossum.github.io 4mo ago

Guido Interviews Brett Cannon

BerislavLopac
2pts0
blog.incrementalforgetting.tech 4mo ago

Interviewing tactics for a post-LLM world

BerislavLopac
2pts0
www.oreilly.com 4mo ago

Keep Deterministic Work Deterministic

BerislavLopac
9pts1

It's interesting how most of the comments here seem to miss the most important part of the article, which is this:

What happened in 2025 was this: the economics of code production were turned upside down. Instead of being very hard, time-consuming, and expensive to generate code, it became effectively free and instant. Lines of code went from being treasured, reused, cared for and carefully curated, to being disposable and regenerable, practically overnight.

A little but further reinforced by this:

I am just barely old enough that my first job title was “System Administrator”. [...] I lived through the shift from handcrafted server pets to immutable infrastructure cattle.

What is happening now is nothing new, we have seen it many times before: a shift in technology which is bringing changes in the ecosystem, required skills and so on. This happened with stocking frames, steam engines [1], automobiles, servers, and now the code. Just like before, many will be - and already are - harmed by this, but ultimately the world will adapt and accept the new paradigm.

[1] There's an infamous screenshot of a tweet being shared around, where someone suggests various names for writing code without AI, and someone else responds with "software engineering". Allow me to add my on contribution to this debate: codejamming.

"No longer"? When was it exactly?

The truth is that software engineering, as a profession, is not even a full hundred years old. Even if someone spent their all career with it, it has probably changed so much over time that it became a completely different job.

So far, we have barely scratched the surface.

A Python4 that actually used typing in the interpreter, had value types, had a comptime phase to allow most metaprogramming to work (like monkey patching for tests) would be great! It would be faster, cleaner, easier to reason about, and still retain the great syntax and flexibility of the language.

And what prevents someone from designing such a language?

python code could be so much faster if it didn't have to assume everything could change at any time

Definitely, but then it wouldn't be Python. One of the core principles of Python's design is to be extremely dynamic, and that anything can change at any time.

There are many other, pretty good, strictly dynamically typed languages which work just as well if not better than Python, for many purposes.

only the plot is copyrightable

But the plot can't be copyrightable, as the copyright applies only to a tangible representation of an idea (e.g. written text), and not to an idea itself.

Code is one thing, but what about writing? There is no 100% foolproof way to identify content written by LLMs, and human writing routinely gets incorrectly flagged as such. If I write a book, and a checker says that it's written by LLM, is it automatically in the public domain?

it seems particularly the German-speaking countries are borderline obsessed with a) titles

There is nothing borderline about that - the German cultural space (including very much the countries of former Habsburg Empire) is still completely obsessed with titles and formal positions despite many of them losing any practical importance in modern times.

One underutilised feature of JSON Schema is referencing external schemas and reusing them in multiple places, rather than copying them over and over again. The main hurdle to a better use of this feature is the lack of a good standard for schema repositories; I've been working on addressing this, but it's difficult to find the time. :/