Viewing profile — rvrb
rvrb
HN member- Joined
- Sun, Mar 14, 2021, 3:06 AM UTC
- HN karma
- 293
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About rvrb
No profile information was provided.
Recent public activity
-
comment
Comment #48840053
you're right that that is a weak argument against C++ in that use case (biased by my own dislike of the language); but it is also a niche that Zig fits into quite well. so it's wei…
-
comment
Comment #48839969
that you understand and think dropping down to C++ is what you need to do when you "need the best performance" is quite enough of a tell to invalidate the rest of your opinion here…
-
comment
Comment #48098427
hello!! I have been planning to reach out to Synth Library Portland; it's awesome to hear from someone connected to it. I know they recently got kicked out of their Lloyd Center lo…
-
comment
Comment #48098100
thanks for sharing this. not sure if you are the author, but it's really useful reading this right now. I am working, quite literally as I write this, on starting a community space…
-
comment
Comment #47536803
What is your point? I feel I made the one you are making before you even responded the first time. That Discord communications can be exfiltrated in this specific set of circumstan…
-
comment
Comment #47535094
First, the user knows this when joining a public community. Second, the moderators can choose to remove someone who has joined the community in bad faith. Third, it is entirely dif…
-
comment
Comment #47534971
Users in a Discord server/local community on tools like Discord naturally expect that their actions within that community are private in so far as they trust everyone in the commun…
-
comment
Comment #47390901
Binary space partitioning
- comment
-
comment
Comment #46747331
`extern` and `packed` container types have well defined layouts. a regular `struct` is an "auto" layout - and the compiler can and will rearrange whenever it wants. if you need a w…
-
comment
Comment #46126896
[flagged]
-
comment
Comment #46126075
I haven't verified this, but I would be willing to bet that most of Bun's issues here have more to do with interfacing with JavaScriptCore through the C FFI than Zig itself. this i…
-
comment
Comment #46064857
you say this like it's some own or something, but I'd be more surprised if they didn't. believe it or not, they are already donating some of their funds to the upstream ecosystem[0…
-
comment
Comment #45893159
C, C++, Rust, Zig. Rust and C++ have an infamous learning curve. If you know anything about using any systems language other than Zig, Zig is incredibly simple to pick up, like C. …
-
comment
Comment #45882425
Zig is famously simple to pick up and write with, so I don't know what you mean by "difficult". Software is dangerous. Memory safety is one of a million ways it can be dangerous. A…
-
comment
Comment #45879227
Zig is a tool that helps professionals prevent those mistakes. "Memory safe languages" are tools that prevent professionals from making those mistakes. It's a subtle but important …
-
comment
Comment #45853101
the answer I've seen when it has been brought up before is that (for allocators) there is not a practical impact on performance -- allocating takes way more time than the virtual d…
-
comment
Comment #45853060
out of curiosity, what feature do you want?
-
comment
Comment #45853009
not being a direct competitor to either of these already existing languages is exactly why it is interesting!
-
comment
Comment #45852967
I've tried writing a similar post, but I think it's a bit difficult to sound convincing when talking about why Zig is so pleasant. it's really not any one thing. it's a culmination…
-
comment
Comment #45852916
matklad did it justice in his post here, in my opinion https://matklad.github.io/2025/08/09/zigs-lovely-syntax.html
-
comment
Comment #45364960
I know they’re different workflows entirely, but you could start dabbling with Bitwig, which is really good and runs on both macOS and Linux, then eventually switch when you feel l…
-
comment
Comment #45308972
Sure there is zero immediate risk, I just genuinely don’t know what I would get out of taking on the risk of adding a community maintained middleman into the supply chain. I know, …
-
comment
Comment #45308834
Good point, the database written in Zig with a bug mascot tells us nothing about writing a database in Zig without a bug mascot
-
comment
Comment #45303528
As someone quite happy with a vanilla Fedora Silverblue install on both my desktop and laptop, can anyone explain why I would rebase to Bluefin instead? It seems like there must be…