Viewing profile — FjordWarden
FjordWarden
HN member- Joined
- Thu, Jul 11, 2024, 9:27 PM UTC
- HN karma
- 171
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About FjordWarden
No profile information was provided.
Recent public activity
-
comment
Comment #49267388
That is not what the text is arguing for and it has many good ideas, dropping the abstractions but keeping the test harness is one of them. I've worked on many aspect of programmin…
-
comment
Comment #48364002
Reminds me of the abiogenic petroleum: https://en.wikipedia.org/wiki/Abiogenic_petroleum_origin
-
comment
Comment #48080248
Alright my bad I did not find any info about this, but still they are no longer mentioned as a sponsor.
-
comment
Comment #48080092
I love Bun & Zig and this feels a bit like my parent are getting a divorce. I thought it was a bit strange that Bun did not sponsor the Zig foundation while others much smaller com…
-
comment
Comment #46930259
Let management argue there case, don't do it for them.
-
comment
Comment #46930228
Man am I getting tired of these articles and we can do without this neurotic melancholic whining. Maybe it is the title of the article that triggered me, but it reminded me of hear…
-
comment
Comment #46788105
Interesting, I did not know that colors-of-noice was related to this, what you say sounds conceptually very similar to how Maxwell's demon connects thermodynamics to information th…
-
comment
Comment #46779238
No, it is a hypothesis I formulated here after reading the article. I did a quick check on google scholar but I didn't hit any result. The more interesting question is, if true, wh…
-
comment
Comment #46778449
Maybe also heap fragmentation
-
comment
Comment #46721736
TS returns a tree with nodes, you walk the nodes with a visitor pattern. I've experimented with using tree-sitter queries for this, but for now not found this to be easier. Every s…
-
comment
Comment #46721494
You have to figure this out for yourself in most cases. Tree sitter does have a query language based on s-expressions, but it is more for questions like "give me all the nodes that…
-
comment
Comment #46720645
This is like the difference between an orange and fruit juice. You can squeeze an orange to extract its juices, but that is not the only thing you can do with it, nor is it the onl…
-
comment
Comment #46645981
Ah, I think I found the reason as to why WebAssembly (in a browser or some other sandboxed environment) is not a suitable substrate for near native performance. It is a very ironic…
-
comment
Comment #46358304
The CM DB group YT channel is good place to learn about the basics and advanced topics: https://www.youtube.com/@CMUDatabaseGroup
-
comment
Comment #46101920
Challenge accepted, but no way I can finish this in 7 days even with a head start of a few months.
-
comment
Comment #45882357
Polders have personhood in some jurisdictions. The government reclaimed the land from the sea, sold it to multiple people, levies taxes on them and now the dykes need to be maintai…
-
comment
Comment #45866701
Imagine if you spent those years building something else.
-
comment
Comment #45764424
After coming down from the shock of learning there are people like you I was even more amazed that one of the founding engineers of Pixar, and a giant in computer graphics, also ha…
-
comment
Comment #45232065
From the paper: Structured State Space Models and Mamba. Models like Mamba [Gu and Dao, 2023] can be in- terpreted within GWO as employing a sophisticated Path, Shape, and Weight. …
-
comment
Comment #45200191
> The irony, of course, is that if you've read this far, it may mean you’ve already mastered a rare skill: sustained attention in a world of distraction. No, sorry I read the first…
-
comment
Comment #45195732
Wow there is so much spacing after the "of" that I read it as "U.S. Department of space war"
-
comment
Comment #44468094
Not clear from the article but a reasonable presumption for sure.
-
comment
Comment #44463341
Ok this is worrisome news, but from what I could gather from the article this a novel technique with no historic data. Why can't this be something that the Southern Ocean does?
-
comment
Comment #44402888
Ok, sum types and product types
-
comment
Comment #44402795
> we turn our attention to the dual of records – variants. How is this the case, can someone give me an example?