HackerLangs
TopNewTrendsCommentsPastAskShowJobs

sltr

no profile record

Submissions

Another reason to get attached to Surebeans

surebeans.net
3 points·by sltr·15 hari yang lalu·0 comments

The Optimal Amount of Slop Is Non-Zero

slater.dev
15 points·by sltr·19 hari yang lalu·4 comments

Why English will never be a programming language

slater.dev
3 points·by sltr·2 bulan yang lalu·4 comments

Why you should still type code in 2026

slater.dev
5 points·by sltr·2 bulan yang lalu·0 comments

Avalonia WebView Is Now Free and Open Source

github.com
8 points·by sltr·4 bulan yang lalu·0 comments

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

surebeans.net
2 points·by sltr·4 bulan yang lalu·4 comments

Relieve your context anxiety with modular thinking

slater.dev
1 points·by sltr·5 bulan yang lalu·0 comments

Don't believe "software never fails"

slater.dev
4 points·by sltr·6 bulan yang lalu·2 comments

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

frontline.thehindu.com
4 points·by sltr·7 bulan yang lalu·4 comments

Result Isomorphism

blog.ploeh.dk
3 points·by sltr·9 bulan yang lalu·0 comments

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

2 points·by sltr·9 bulan yang lalu·11 comments

Stryker Mutator

github.com
1 points·by sltr·9 bulan yang lalu·0 comments

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

jasonyu.me
2 points·by sltr·9 bulan yang lalu·0 comments

Show HN: Linklever makes the concept of default browser obsolete

linklever.net
7 points·by sltr·10 bulan yang lalu·17 comments

It's Time to License Software Engineering

slater.dev
12 points·by sltr·10 bulan yang lalu·41 comments

Target Market Isn't Demographic

longform.asmartbear.com
1 points·by sltr·10 bulan yang lalu·0 comments

comments

sltr
·18 hari yang lalu·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 hari yang lalu·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 hari yang lalu·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 hari yang lalu·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 hari yang lalu·discuss
"when you're looking for things, you find them" - my physician explaining excessive reliance on diagnostic imaging
sltr
·bulan lalu·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
·bulan lalu·discuss
Sorry about the infelicitious timbre. Nope, I'm just a happy customer.
sltr
·bulan lalu·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
·bulan lalu·discuss
every time I use Gleam I feel happy
sltr
·bulan lalu·discuss
[flagged]
sltr
·2 bulan yang lalu·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 bulan yang lalu·discuss
If the question is not worth asking, why did Thoughtworks ask it?
sltr
·2 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
> Chrome is recommended

Who recommends Chrome? I don't.
sltr
·2 bulan yang lalu·discuss
Obligatory in any discussion of money fraud: https://www.bitsaboutmoney.com/archive/optimal-amount-of-fra...
sltr
·2 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
One thing is clear: an LLM wrote this.