Viewing profile — soedirgo
soedirgo
HN member- Joined
- Thu, Nov 14, 2019, 4:04 PM UTC
- HN karma
- 89
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About soedirgo
Recent public activity
-
comment
Comment #29226388
This is the one that I remember watching https://www.youtube.com/watch?v=826HMLoiE_o . Not exactly 24 hours though.
-
comment
Comment #29037665
Haven't read the book, but I liked his lecture series on human behavioral biology: https://youtube.com/playlist?list=PL848F2368C90DDC3D
-
comment
Comment #29037596
You jest, but... https://www.rangevoting.org/FeynTexts.html TL;DR: read the end of the first paragraph.
-
comment
Comment #27287660
> The other person I have similar feelings for is Geohot. I don't know about that... https://news.ycombinator.com/item?id=25679907
-
comment
Comment #27252502
Not wasmtime, but I'm reminded of wasm-pack [0], though it's not project ownership but crate ownership, and not really a big kerfuffle. [0] https://github.com/rustwasm/wasm-pack/is…
-
comment
Comment #27010889
> One day, game developers will package static binaries Wouldn't you still need at least runtime linking (dlopen) to link to OpenGL/Vulkan/etc.?
-
comment
Comment #26938733
While I agree with the sentiment, my impression is that the GP's point is about memory safety rather than performance. So yes, this applies for common patterns like per-frame memor…
-
comment
Comment #26462613
Probably for your PR from way back when: https://news.ycombinator.com/item?id=19359870
-
comment
Comment #26300203
The latest edition (7th ed, 2015) actually uses 4.5 as well. AFAIK OpenGL hasn't changed too much since 3.3, certainly not to the point of being irrelevant for learning.
-
comment
Comment #25186249
Can you give a source for this? Also, is it still stuck at 4.1/1.2?
-
comment
Comment #24565769
Hard to talk about code comments without mentioning 'antirez's article [0] about this where he goes in depth on the different kinds of comments he used throughout Redis. [0] http:/…
-
comment
Comment #24354851
Are you referring to snapshot testing[0][1]? i.e. you first "snapshot" the output of the function and commit it to VC, and each test run will run the same input and compare it agai…
-
comment
Comment #24126409
Since we're in pedanticville, these aren't converses, but inverses. The converse goes "If you don't outsource X, then X is your core business".
-
comment
Comment #23476545
Hey folks, this is my internship project at Supabase, which you may have heard from its HN thread that got popular recently. We lean heavily on PostgREST, which is a Haskell tool (…
- story
-
comment
Comment #23320671
There's also one for JavaScript: https://github.com/supabase/postgrest-js
-
comment
Comment #23297582
It's the transpose operation [1]. See property 3. [1] https://en.wikipedia.org/wiki/Transpose
-
comment
Comment #23236552
Yarn 2 uses Prolog for workspace constraints. https://dev.to/arcanis/introducing-yarn-2-4eh1#workspace-con...
-
comment
Comment #23118077
I don't know how many people FB actually allocates for their main app, but this reminds me of a chapter in The Mythical Man-Month. It is said over 1000 people and 5000 man-years we…
-
comment
Comment #23117952
Ah! I stand corrected. Mea culpa.
-
comment
Comment #23109828
In Go, there's a standard project layout [1]. It'd be nice to have a project layout linter in Go Report Card [2]. [1]: https://github.com/golang-standards/project-layout [2]: https…
-
comment
Comment #23109714
;;; -*- lexical-binding: t -*- isn't present until Emacs 24. After all these years.
-
comment
Comment #23109679
It's the ultimate yak shaver ;-) Or you could start with a popular .emacs.d (I use Doom Emacs), tweak a few things, and tell yourself "I don't need to modify yet another key bindin…
-
comment
Comment #22088898
I found this [1] series of posts to be incredible for implementing Zettelkasten using org-mode in Emacs. I don't use Zettelkasten myself, but maybe I'll have the time to get around…
-
comment
Comment #21536581
This might be related. From pg: "...you could get smarter programmers to work on a Python project than you could to work on a Java project." [1] [1] http://www.paulgraham.com/pypar…