HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sltr

no profile record

Submissions

Another reason to get attached to Surebeans

surebeans.net
3 points·by sltr·15 dni temu·0 comments

The Optimal Amount of Slop Is Non-Zero

slater.dev
15 points·by sltr·19 dni temu·4 comments

Why English will never be a programming language

slater.dev
3 points·by sltr·2 miesiące temu·4 comments

Why you should still type code in 2026

slater.dev
5 points·by sltr·2 miesiące temu·0 comments

Avalonia WebView Is Now Free and Open Source

github.com
8 points·by sltr·4 miesiące temu·0 comments

Show HN: Ditch your budget app subscription. Surebeans is a modern YNAB4

surebeans.net
2 points·by sltr·4 miesiące temu·4 comments

Relieve your context anxiety with modular thinking

slater.dev
1 points·by sltr·5 miesięcy temu·0 comments

Don't believe "software never fails"

slater.dev
4 points·by sltr·6 miesięcy temu·2 comments

Why the fuel-switch story does not explain the AI171 crash

frontline.thehindu.com
4 points·by sltr·7 miesięcy temu·4 comments

Result Isomorphism

blog.ploeh.dk
3 points·by sltr·9 miesięcy temu·0 comments

Ask HN: How do you remember to keep all your devices charged?

2 points·by sltr·9 miesięcy temu·11 comments

Stryker Mutator

github.com
1 points·by sltr·9 miesięcy temu·0 comments

Deconstructing: The Battle Music of Pokemon Red and Blue (2018)

jasonyu.me
2 points·by sltr·9 miesięcy temu·0 comments

Show HN: Linklever makes the concept of default browser obsolete

linklever.net
7 points·by sltr·10 miesięcy temu·17 comments

It's Time to License Software Engineering

slater.dev
12 points·by sltr·10 miesięcy temu·41 comments

Target Market Isn't Demographic

longform.asmartbear.com
1 points·by sltr·10 miesięcy temu·0 comments

comments

sltr
·19 dni temu·discuss
That's an interesting argument. In construction, the larger a project, the more justifiable it is to invest in quality. Is it different than software? I think a better argument against licensure is that it makes small projects too expensive, but I disagree. It shifts not the overall cost, but when cost is paid: "The upfront cost will increase, but a long tail of costs stemming from quality issues will decrease."

I worked for 10 years in medical devices. QMS was business as usual. I think large software projects with millions budgeted should have them. But the difference between a QMS and licensure is a person's signature and their personal commitment to a statement of ethics as well as their accountability and ability to appeal to a professional organization.
sltr
·19 dni temu·discuss
I'm glad you mentioned downward market pressure on quality. I agree that is an issue. That's why I advocate for licensure of software engineering professionals, which exerts a counteracting force back up.

https://www.slater.dev/2025/09/its-time-to-license-software-...
sltr
·20 dni temu·discuss
It's kind of like the saying "the right note played at the wrong time is wrong." An implementation that works today but could break in the future is wrong. I'm not willing to treat an LLM as an oracle that knows the difference. It certainly hasn't earned that trust.
sltr
·22 dni temu·discuss
from the post:

> It was reasonable to be skeptical the first time

It's still reasonable to be skeptical. A few weeks ago a post was discussed here on HN [1] that asked:

> What would have to be true for us to ‘check English into the repository’ instead of code?

to which I replied:

> Code is already the cheapest path to working, correct software. LLMs do not change the calculus because figuring out what to make is the expensive part, not coding it up. Skipping code makes the specification of what to make even more expensive and throws away the tools that keep precision affordable. Programming in English would be more expensive than just using a programming language. [2]

[1] https://annievella.com/posts/finding-comfort-in-the-uncertai...

[2] https://www.slater.dev/2026/05/why-english-will-never-be-a-p...
sltr
·23 dni temu·discuss
"when you're looking for things, you find them" - my physician explaining excessive reliance on diagnostic imaging
sltr
·w zeszłym miesiącu·discuss
The job when picking up a codebase made by human or machine always involves reverse-engineering the design intent from code. That's especially hard for LLM-generated code because the path to runtime was so rushed.

> It's more expensive to fix code at runtime than at compile time and at compile time than at design time. Unfortunately, AI rushes people to runtime as fast as possible.

https://www.slater.dev/2025/09/about-that-gig-fixing-vibe-co...
sltr
·w zeszłym miesiącu·discuss
Sorry about the infelicitious timbre. Nope, I'm just a happy customer.
sltr
·w zeszłym miesiącu·discuss
I'm Doug, quoted above. I took Jimmy's excellent course, and when I learned about Command Center, I subbed immediately. I wasn't disappointed. It's a bit like turning your LLM into a graduate of that course.
sltr
·w zeszłym miesiącu·discuss
every time I use Gleam I feel happy
sltr
·w zeszłym miesiącu·discuss
[flagged]
sltr
·2 miesiące temu·discuss
> The tanker deal is not just a competition won; it is a decision that shifts the balanc

I didn't just stop reading at this line, I slammed the back button like releasing an emergency exit door.
sltr
·2 miesiące temu·discuss
If the question is not worth asking, why did Thoughtworks ask it?
sltr
·2 miesiące temu·discuss
Thanks for reading. The question the article addresses is, "What would have to be true to check in English to the repo' and the answer is grounded in how business works: it seeks to minimize costs. Maintenance of code rather than very detailed English happens to be cheaper.
sltr
·2 miesiące temu·discuss
Contrarian view: Why English will never be a programming language. https://www.slater.dev/2026/05/why-english-will-never-be-a-p...
sltr
·2 miesiące temu·discuss
For a deep dive on UB with printf, see https://srs.fyi/see-conversions/

> When programming in C, to avoid unexpected pitfalls, one must be acutely aware of a whole slew of implicit behaviors (some of which are implementation-defined or even undefined).
sltr
·2 miesiące temu·discuss
> Chrome is recommended

Who recommends Chrome? I don't.
sltr
·2 miesiące temu·discuss
Obligatory in any discussion of money fraud: https://www.bitsaboutmoney.com/archive/optimal-amount-of-fra...
sltr
·2 miesiące temu·discuss
I will move the handful of my projects that use Bun to something else. I don't trust governance that permits this kind of reckless change.
sltr
·2 miesiące temu·discuss
spec isn't code. There's a C language specification and many implementations. There are a handful of browsers each implementing HTML, JS, and CSS specs in their own way.
sltr
·2 miesiące temu·discuss
One thing is clear: an LLM wrote this.