Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fiyec30375
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fiyec30375
9mo ago
Literary? Haha
2.
▲
by
fiyec30375
9mo ago
> On occasion you have to compile apps from source That's fine for people on hn, but it instantly wipes out any chance of non technical users on Windows and Mac. It's a total deal breaker.
3.
▲
by
fiyec30375
9mo ago
I suppose you could try typescript which can compile to a single binary using node or bun. Both bun and node do type stripping of ts types, and can compile a cli to a single file executable. This is what anthropic does for Claude code.
4.
▲
by
fiyec30375
9mo ago
Yes. Have you ever tried trpc?
5.
▲
by
fiyec30375
9mo ago
Typescript is ubiquitous in web, and there are some amazing new frameworks that reuse typescript types on the server and client (trpc, tanstack). It's faster (than python), has ergonomic types, and a massive community + npm ecosystem.
6.
▲
by
fiyec30375
9mo ago
I thought this was going to be a longer rant about how python needs to... Go away. Which, as a long time python programmer and contributor, and at one time avid proponent of the language, I would entertain the suggestion. I think all of ML
7.
▲
by
fiyec30375
9mo ago
Who really cares? The goalpost of "AI is useless because I can't vibe code novel discoveries" is a strawman. AI and vibe coding are transformational. So are AI-enhanced efforts to solve longstanding, difficult scientific prob
8.
▲
by
fiyec30375
9mo ago
It's true. Why should everyone look up the same API docs and make the same mistakes when AI can write it for you instantly and correctly?