emseetech's comments

emseetech | 10 days ago | on: The MacBook Neo

Apple's support is top in the industry. And it's not even that great, it's but everyone else's support is just that bad.

Easily worth the extra money alone.

emseetech | 29 days ago | on: Facebook is cooked

I found that "not interested" didn't work for me, that I had to explicitly state what I was interested in and only then did my suggestions become relevant. It will at times revert to slop and then I have to go through the process all over again.

emseetech | 2 months ago | on: OpenAI could reportedly run out of cash by mid-2027

| AI is orders of magnitude more useful and transformative than Facebook was in 2005

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

But why? What problem is this actually solving?

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

With regard to Etsy, hand-made crafts don't scale so a VC-backed startup around them was never going to be able to resist this. Only hope would be a highly moderated and curated Craigslist-style website that was happy to pay the bills, pay some salaries and keep the lights on while maintaining integrity.

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

I use AI as a rubber duck to research my options, sanity-check my code before a PR, and give me a heads up on potential pain points going forward.

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

My question is why use AI to output javascript or python?

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: Replacing JavaScript with Just HTML

When building out a new app or site, start with the simplest solution like the html-only autofilters first, then add complex behavior later.

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

| self hosting costs you between 30 and 120 minutes per month

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: JSDoc is TypeScript

The Space Jam website from 1996 still renders perfectly almost 30 years later.

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

Dare to dream and be bold.

Seriously, start a project and use only the standards. You'll be surprised how good the experience can be.

page 1