Viewing profile — julian37
julian37
HN member- Joined
- Thu, Jun 17, 2010, 10:50 AM UTC
- HN karma
- 3,510
- Public activity
- 500 items
- HN profile
- View on Hacker News ↗
About julian37
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #47678543
Use planning+execution rather than one-shotting, it'll let you push back on stuff like this. I recommend brainstorming everything with https://github.com/obra/superpowers , at leas…
-
comment
Comment #42657355
Works fine here (134.0 on macOS)
-
comment
Comment #41425842
kdrag0n's first post about this on HN, afaict: https://news.ycombinator.com/item?id=34100779 Amazing how far they've got since, in just two years. As others have pointed out, it's …
-
comment
Comment #41372542
You mean what Docker for Desktop can't do? It does have a few unique features (for example automatic HTTPS for containers) but that's not the point. The point is that it's much fas…
-
comment
Comment #41372377
OrbStack is where it's at on macOS these days. It's so much better than Docker Desktop, it's not even funny. It's in a whole different league. I'd take this article with a grain of…
-
comment
Comment #40522073
This. For graphql-ruby: https://graphql-ruby.org/operation_store/overview
-
comment
Comment #38655534
I don't how hard it is, but part of the problem is the FDA's chronic understaffing issues: https://www.washingtonpost.com/opinions/2023/01/10/baby-form... https://abcnews.go.com/Bu…
-
comment
Comment #38606774
Right, but fetching rows along with a bunch of related rows from other tables isn't niche, it's literally the _raison d'etre_ of GraphQL (simplifying a bit because GraphQL types do…
-
comment
Comment #36756475
Closure Compiler follows the same line of thinking: https://github.com/google/closure-compiler/wiki/FAQ#closure-...
-
comment
Comment #36541327
Reminds me of Hand Cheese (Handkäse), a regional specialty popular around the Frankfurt area. It's delicious, quite pungent but with a deep flavor. It gets its name because it was …
-
comment
Comment #35693400
Surely the UI code is what responds to clicking "reveal" and therefore, if compromised, could fetch the secret even without a click?
-
comment
Comment #35260702
I've found that this PL/pgSQL implementation also works well when you don't need maximum performance: https://github.com/gavinwahl/postgres-json-schema
-
comment
Comment #33638138
That's hardly a convincing example. All of these points can be solved elegantly with a stream abstraction, which can be cheap or free given a sufficiently advanced language and com…
-
comment
Comment #33129507
All of the examples show a single use but the value of destructuring becomes more obvious when you look at an example with multiple uses. Take this variant of one example: const Co…
-
comment
Comment #32536246
Agreed about saturation and the choice of variable name, but the code would trigger a division by zero and not result in NaN: https://go.dev/play/p/vYm4tSNEJ7M (Also, in--say--Ruby…
-
comment
Comment #32534956
This is a good example of why I dread Copilot: even if Go specifically couldn't express this any more concisely, there is a language that can and Copilot's very existence makes it …
-
comment
Comment #31592906
Reminds me of Cargolifter, they tried something less ambitious and failed... but that was 20 years ago, at the very height of the dot com boom. Better luck to the Pathfinder 3 team…
-
comment
Comment #31394633
Came here to say this. I'm starting Emacs only after a reboot, who cares if it takes 3s or 30s to launch (mine around 5 or so.) Use emacsclient if you want to use it as $EDITOR. ht…
-
comment
Comment #31225023
You work with crypto according to your profile. I hope that when you see a random generator return a series of a hundred 6s, you go and check what's wrong with it instead of assumi…
-
comment
Comment #31078133
If you follow the link, it says Americans spend that amount of time daily with "major media", and no mention of news only. So that would presumably include reading/watching fiction…
-
comment
Comment #30242615
It can be both: that the teacher helped a _gifted_ boy grow into the author we know now, and the boy wouldn't have become the author we know now without them. Just because their ot…
-
comment
Comment #29236111
I came here wondering the same thing. A random google search turned up this: https://www.birdwatchingdaily.com/news/science/five-bird-spe... > Researchers have learned that digesti…
-
comment
Comment #28890036
Brecht had a whimsical take on this. There's a German saying that goes "wer A sagt, muss auch B sagen": he who says A, has to say B, meaning of course you should always try and fol…
-
comment
Comment #28723643
You can do mmap on Windows, eg. https://github.com/danburkert/memmap-rs