Viewing profile — curtisblaine
curtisblaine
HN member- Joined
- Tue, May 30, 2017, 10:25 AM UTC
- HN karma
- 833
- Public activity
- 884 items
- HN profile
- View on Hacker News ↗
About curtisblaine
No profile information was provided.
Recent public activity
-
comment
Comment #49241608
Those animations are... series of steps, each with a description? How different is this from a plain text list? It's not that you can see forks or that the layout of the assembly l…
-
comment
Comment #49229592
Sigh, I expected some crazy project like hooking a big Xeon rack to batteries, running Graphite or Android on it and sticking it in a backpack to use as a primary phone. That would…
-
comment
Comment #49221253
The discourse is nuanced, but isn't CD standard sampling rate greater than anything that's obtainable in practice with vynil?
-
comment
Comment #49194143
I might be weird, but I love phases 2 to 5 and I hate phase 1 with a passion. I hate speaking with people to see what their problems are. I want to solve problems, not user surveys…
-
comment
Comment #49107786
Didn't we say a thousand of times that local apps are not "winning" because they can't be monetized (a bit like web games)?
-
comment
Comment #49057311
The more sophisticated magazines had CRC codes after every line, so you could know where in the code you has mistyped.
-
comment
Comment #48988641
This reminds me of https://github.com/electric-sql/d2ts . Not sure they're comparable, but they seem to be aiming at the same problem.
-
comment
Comment #48916896
Question: aren't you allowed to photograph or film anyone you want in public? Or the target being underage somehow removes this right? I always thought you can film whoever you wan…
-
comment
Comment #48916870
> the cultural values that a detached elite wish to impose on their offspring for life have been transposed into law, policy, and regulation, and from there, into the personal live…
-
comment
Comment #48909690
"Tightening" and "wiring" something. You're not in the construction industry, you're writing unit tests for a cookie modal.
-
comment
Comment #48899323
Logseq is a mystery to me. They used to have a web version that they discontinued to "concentrate on the product", and that's where they lost me. I assume they "concentrated" on th…
-
comment
Comment #48889680
Nobody says that React is great (also) because it's industry standard. If you pick up a React codebase you instantly understand how a component renders, where its state is, what it…
-
comment
Comment #48879599
I see benchmarks for cold start, why there are no benchmarks for runtime performance Vs Node, Deno and Bun? (and quickjs et al.)?
-
comment
Comment #48859224
Many definitions of tool explicitly exclude body organs to draw a line between innate mechanisms that are inestricably linked to the body and objects used to extend one's innate ph…
-
comment
Comment #48859050
What is a good tool that's invisible? I'm genuinely curious. All tools I've used are either simple and heavily limited (so, not "invisible" because hard things are hard) or powerfu…
-
comment
Comment #48841793
And some are more tied to the globalist and progressive-for-the-sake-of-progress views of their current founder. Why not let users pick their poison?
-
comment
Comment #48810623
> If A = −1: Read one keypress from the human operator and place a number representing it into slot[B]. (If no key is pressed, place 0.) > If B = −1: Display slot[A] as one charact…
-
comment
Comment #48775283
Do you mean traders set up buy or sell orders and they get matched when market opens? That's... Just how markets work normally?
-
comment
Comment #48774606
No. I want either: 1. The copyright infringement of big corpos fully justifying my copyright infringement in the face of law 2. The copyright infringement of big corpos being prose…
-
comment
Comment #48774558
The only scary thought is that all these important operations don't have a plan B if prosemirror, a software they don't write, don't own and presumably don't pay, goes away.
-
comment
Comment #48760795
Maybe I'm stating the obvious, but nobody has any moral obligation to be inclusive in content they share on their personal blog, for free, and nobody should reasonably expect it.
-
comment
Comment #48760741
How do you bundle web workers that import dependencies? iirc the issue in esbuild for that is still open and users are manually building their workers as separate entry points, whi…
-
comment
Comment #48760433
@afavour if you need precompilation in CI can't you simply use... tsc?
-
comment
Comment #48760324
Don't we have `tsx` and `nodemon` (or the native Node reloader) for that? What are the DX gaps you see on the server side out of on-the-fly transpilation and reload on watch?
-
comment
Comment #48760191
I'm always curious of the use case when someone proposes Node code bundling. What's the advantage? Obfuscation in SEA?