HackerTrans
トップ新着トレンドコメント過去質問紹介求人

emseetech

no profile record

投稿

[untitled]

1 ポイント·投稿者 emseetech·5 か月前·0 コメント

Smothering Heights – JP Morgan Asset Management Outlook 2026

am.jpmorgan.com
2 ポイント·投稿者 emseetech·6 か月前·0 コメント

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

youtube.com
1 ポイント·投稿者 emseetech·7 か月前·0 コメント

Butter-Bench: Evaluating LLM Controlled Robots for Practical Intelligence

arxiv.org
1 ポイント·投稿者 emseetech·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 emseetech·8 か月前·0 コメント

コメント

emseetech
·4 か月前·議論
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
·5 か月前·議論
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
·6 か月前·議論
| 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
·6 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
Copyleft removes legal obligation but we're free to confer a social obligation.
emseetech
·6 か月前·議論
When building out a new app or site, which means a percentage of zero users is zero.
emseetech
·6 か月前·議論
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
·7 か月前·議論
Right, don't add complexity until you have to.
emseetech
·7 か月前·議論
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
·7 か月前·議論
Of course. But people also have high uptime servers with long-running processes they barely touch.
emseetech
·7 か月前·議論
| 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
·7 か月前·議論
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
·7 か月前·議論
I'm referring to client-side javascript.
emseetech
·7 か月前·議論
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
·7 か月前·議論
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.