Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erichocean
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
erichocean
2mo ago
The article did nothing of the sort: https://x.com/dhh/status/2081435971678261344 However, even if it did, it is absurd for an AI to decide what it will and won't translate.
32.
▲
by
erichocean
2mo ago
I mean if you're going to be that pedantic, then Clojure is "native" since all Clojure functions "compile to machine code" via the JVM's JIT.
33.
▲
by
erichocean
2mo ago
https://github.com/cmuparlay/psac is extremely fast, I use it to recompute sculpting topology updates (think: Zbrush DynaMesh) at 60 fps.
34.
▲
by
erichocean
2mo ago
Parallel Self-Adjusting Computation[0] is a fun entry in this genre. [0] https://github.com/cmuparlay/psac
35.
▲
by
erichocean
2mo ago
You can directly call C++ as C++ , not via a C ABI.
36.
▲
by
erichocean
2mo ago
Since Java 25/Project Panama, I have that kind of relationship with C from Clojure as well. Codex can one shot the bindings flawlessly, and the interface is significantly faster for downcalls vs. JNI.
37.
▲
Programming Thinking [video]
(youtube.com)
2 points
by
erichocean
2mo ago
|
0 comments
38.
▲
by
erichocean
3mo ago
Whatever the group owner picks, same as it's always been. No one cares about the actual choice, only that it is made.
39.
▲
by
erichocean
3mo ago
I'm eagerly awaiting "AI 2100" from the same people.
40.
▲
by
erichocean
3mo ago
> Are there examples of where we have collective decided not to pursue knowledge? Successfully? Studying human bio-diversity since WW2 is the most obvious example, though it hasn't been entirely successful. Genomics is what finall
41.
▲
by
erichocean
3mo ago
> reviewing the testing/fuzzing process I've got insanely good at designing testing oracles over the last year for exactly this reason. I've ported some extremely finicky software between languages that it would have bee
42.
▲
by
erichocean
3mo ago
I think the key is to get two LLMs looking at the same problem. I use Codex because it's better at the kind of code I need written (math-heavy, 3D geometry code). But if I was doing mainly UI code, I would do the opposite.
43.
▲
by
erichocean
3mo ago
The arguments presented to a macro don't have to be valid code. Your "function evaluating functions" are all individually valid functions you've composed at runtime. (defmacro foo [code] ,,,) (foo "<som
44.
▲
by
erichocean
3mo ago
Here you go: https://www.marktarver.com/bipolar.html It's been discussed many times on HN.
45.
▲
by
erichocean
3mo ago
> this just isn't the kind of professionalism needed for a serious project It hasn't stopped Rust's growth, so I doubt this is true. Most people don't care about this kind of interpersonal drama unless it impacts th
46.
▲
by
erichocean
3mo ago
I use Claude for planning, writing CRs, and code review. Codex writes all of the code, no exceptions. Works great, especially when you ask Claude to break up large CRs into roughly 10 minutes of Codex work each.
47.
▲
by
erichocean
3mo ago
That's the approach I've taken with a bunch of legacy OpenCL code I've mechnically translated to Metal, worked great.
48.
▲
by
erichocean
3mo ago
TigerBeetle has you covered then.
49.
▲
by
erichocean
3mo ago
Even at $165K, it's worth it to have a better base to build on top of—especially since it didn't take a year's worth of time for three programmers.
50.
▲
by
erichocean
3mo ago
It took about two weeks for me to be able to read it. Might as well have been Russian. Now it's as natural as any other language.
51.
▲
by
erichocean
3mo ago
It's 100% opt-in at the call site and doesn't affect existing code, so no? Many people (including myself) already have checked key variants for maps; this mainly extends the syntax to destructuring too.
52.
▲
Home made GPU escalated quickly [video]
(youtube.com)
182 points
by
erichocean
3mo ago
|
69 comments
53.
▲
by
erichocean
3mo ago
If you are skilled in the field already, yes. Though it's not just "ask" in the one-shot prompt sense, but more in the "over the course of a few days" sense.
54.
▲
by
erichocean
3mo ago
Another interesting LMDB fork: https://github.com/datalevin/dlmdb
55.
▲
by
erichocean
3mo ago
My depraved mind wants to see Jank [0] running on Fil-C, using Fil-C's garbage collector. [0] https://jank-lang.org/
56.
▲
by
erichocean
3mo ago
If you like this kind of thing, Bifurcan [0] is a Java library with implementations of RBB-trees and related (fast) immutable data structures. [0] https://github.com/lacuna/bifurcan
57.
▲
by
erichocean
3mo ago
> The only time I ever really found that GA was actually a benefit to me was performing rotations. Maybe that's why I've found it so useful when doing rigging for animation—that's the entire job!
58.
▲
by
erichocean
3mo ago
Personally, I've got a line of mileage out of using GA to express animation rigs. I don't know about the rest of the article—I'm not a mathematician—but I certainly enjoying using GA a lot more compared to linear algebra, I f
59.
▲
Building Hollywood Motion Capture from Scratch [video]
(youtube.com)
2 points
by
erichocean
4mo ago
|
0 comments
60.
▲
by
erichocean
4mo ago
If it was that easy, I wouldn't have commented. It's not, which is why it would be nice if they did the actual work (on your hardware). I would 100% pay $16/hr to run a self-hosted instance, but I won't spend thousands o
More ›