emseetech | 10 days ago | on: The MacBook Neo
emseetech's comments
emseetech | 29 days ago | on: Facebook is cooked
emseetech | 2 months ago | on: OpenAI could reportedly run out of cash by mid-2027
It better be, it's taken over 40000x the funding.
The question is not whether AI is useful, the question is whether it's useful enough relative to the capital expectations surrounding it. And those expectations are higher than anything the world has ever seen.
emseetech | 2 months ago | on: Maggots, an efficient source of protein
The birthrate is reducing everywhere, we produce more food than the current population can eat. The problem is not production, it's distribution.
emseetech | 2 months ago | on: AI generated music barred from Bandcamp
Craft fairs, though, no excuse or reason. There should not be profit maximizing at local craft fairs. They're a bellwether for the degradation of culture.
emseetech | 2 months ago | on: My article on why AI is great (or terrible) or how to use it
emseetech | 2 months ago | on: My article on why AI is great (or terrible) or how to use it
But I still write my own code. If I'm going to be responsible for it, I'm going to be the one who writes it.
It's my belief that velocity up front always comes at a cost down the line. That's been true for abstractions, for frameworks, for all kinds of time-saving tools. Sometimes that cost is felt quickly, as we've seen with vibe coding.
So I'm more interested in using AI in the research phase and to increase the breadth of what I can work on than to save time.
Over the course of a project, all approaches, even total hand-coding with no LLMs whatever, likely regress to the mean when it comes to hours worked. So I'd rather go with an approach that keeps me fully in control.
emseetech | 2 months ago | on: My article on why AI is great (or terrible) or how to use it
Why not output everything in C and ASM for 500x performance? Why use high level languages meant to be easier for humans? Why not go right to the metal?
If anyone's ever tried this, it's clear why: AI is terrible at C and ASM. But that cuts into what AI is at its core: It's not actual programming, it's mechanical reproduction.
Which means its incapabilities in C and ASM don't disappear when using it for higher-level languages. They're still there, just temporarily smoothed over due to larger datasets.
emseetech | 2 months ago | on: Opus 4.5 is not the normal AI agent experience that I have had thus far
I'll write the code, it can help me explore options, find potential problems and suggest tests, but I'll write the code.
emseetech | 2 months ago | on: Stardew Valley developer made a $125k donation to the FOSS C# framework MonoGame
emseetech | 2 months ago | on: Replacing JavaScript with Just HTML
emseetech | 2 months ago | on: The future of software development is software developers
An LLM helps most with surface area. It expands the breadth of possibilities a developer can operate on.
emseetech | 2 months ago | on: Replacing JavaScript with Just HTML
emseetech | 2 months ago | on: Replacing JavaScript with Just HTML
It's good to know these things exist so there are alternatives to reaching for a fat react component as the first step.
emseetech | 3 months ago | on: Go ahead, self-host Postgres
emseetech | 3 months ago | on: Go ahead, self-host Postgres
Can we honestly say that cloud services taking a half hour to two hours a month of someone's time on average is completely unheard of?
emseetech | 3 months ago | on: Here is the 15 sec coding test I used to instantly filter out most applicants
Which I understand is my issue to work on, but if I were interviewing, I'd ask candidates to verbalize or write out their thought process to get a sense of who is overthinking or doubting themselves.
emseetech | 3 months ago | on: JSDoc is TypeScript
emseetech | 3 months ago | on: JSDoc is TypeScript
https://www.spacejam.com/1996/
Those (document.layers and document.all) were both vendor-specific, neither were part of the w3c. I don't recommend ever writing vendor-specific code.
The w3c and standards have generally won so it's easier than ever to write to the standard.
emseetech | 3 months ago | on: JSDoc is TypeScript
Seriously, start a project and use only the standards. You'll be surprised how good the experience can be.
Easily worth the extra money alone.