HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emseetech

no profile record

Submissions

[untitled]

1 points·by emseetech·hace 5 meses·0 comments

Smothering Heights – JP Morgan Asset Management Outlook 2026

am.jpmorgan.com
2 points·by emseetech·hace 6 meses·0 comments

Do LLMs Understand? AI Pioneer Yann LeCun Spars with DeepMind's Adam Brown [video]

youtube.com
1 points·by emseetech·hace 7 meses·0 comments

Butter-Bench: Evaluating LLM Controlled Robots for Practical Intelligence

arxiv.org
1 points·by emseetech·hace 7 meses·0 comments

[untitled]

1 points·by emseetech·hace 8 meses·0 comments

comments

emseetech
·hace 4 meses·discuss
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
·hace 5 meses·discuss
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
·hace 6 meses·discuss
| 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
·hace 6 meses·discuss
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
·hace 6 meses·discuss
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
·hace 6 meses·discuss
Understanding memory and using a debugger is hard but I'll take that over telling an AI my grandma will die if it does something wrong.
emseetech
·hace 6 meses·discuss
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
·hace 6 meses·discuss
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
·hace 6 meses·discuss
Which is why I'm more comfortable using AI as an editor/reviewer than as a writer.

I'll write the code, it can help me explore options, find potential problems and suggest tests, but I'll write the code.
emseetech
·hace 6 meses·discuss
Copyleft removes legal obligation but we're free to confer a social obligation.
emseetech
·hace 6 meses·discuss
When building out a new app or site, which means a percentage of zero users is zero.
emseetech
·hace 6 meses·discuss
Could be speed/efficiency was the wrong dimension to optimize for and its leading the industry down a bad path.

An LLM helps most with surface area. It expands the breadth of possibilities a developer can operate on.
emseetech
·hace 7 meses·discuss
Right, don't add complexity until you have to.
emseetech
·hace 7 meses·discuss
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
·hace 7 meses·discuss
Of course. But people also have high uptime servers with long-running processes they barely touch.
emseetech
·hace 7 meses·discuss
| 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
·hace 7 meses·discuss
I got the right answer but it was so easy I went in with doubt I had done it right.

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
·hace 7 meses·discuss
I'm referring to client-side javascript.
emseetech
·hace 7 meses·discuss
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
·hace 7 meses·discuss
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.