Viewing profile — lytigas
lytigas
HN member- Joined
- Tue, Jun 25, 2019, 5:50 AM UTC
- HN karma
- 65
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About lytigas
No profile information was provided.
Recent public activity
-
comment
Comment #43021961
I've read a few small overviews of jj. One thing that's off-putting as a git lover is that while git is truly append-only (except refs), jj seems quite "mutable" by comparison. Say…
-
comment
Comment #41119925
I was under the impression Waymo was the leader. Who are they behind and how?
-
comment
Comment #38284241
> A C programmer who doesn't check the validity of pointers passed to functions and subsequently causes a NULL dereference is not a C programmer I want on my team. I disagree. Inte…
-
comment
Comment #34733582
For a structured approach to ptrace/syscall rewriting, you could try FB's reverie. I worked on and used it during an internship a few years back; it's pretty amazing at what it doe…
-
comment
Comment #25237047
> During the early part of this event, we were unable to update the Service Health Dashboard because the tool we use to post these updates itself uses Cognito, which was impacted b…
-
comment
Comment #25108130
It's possible the Chromium/Electron thing is this bug[1], which affects new proprietary nvidia drivers on recent Chromium versions. I also experienced that bug, though I don't thin…
-
comment
Comment #25006681
According to [1], Crystal Macros "receive AST nodes at compile-time and produce code that is pasted into a program." This is basically the same as Rust procedural macros[2]. You're…
-
comment
Comment #24575893
Rust wraps in release mode and traps in debug mode[0][1]. All large projects that I know of ship in release mode. Though I'd be interested to see a source for it not pessimizing ba…
-
comment
Comment #23063830
The field of view of the camera is only 1.5x1.5 degrees[1], roughly 3x the size of the moon viewed from the ground. [1] "NAR" in the upper left, and https://forums.vrsimulations.co…
- comment
-
comment
Comment #22710360
Some here are saying "Why not just use Rust/D/Zig/Nim/Crystal if you're going to break backwards compatibility?" I believe the proposal is closer to "We've removed this old feature…
-
comment
Comment #20836709
There's really no evidence that C++ has a higher performance ceiling. From a broad view, both are compiled with no runtime. More specifically, Rust and C/C++ trade the lead constan…
-
comment
Comment #20806762
Regardless of what exactly rustc does right now, in the future Rust's strict aliasing rules will basically ensure Rust does this optimization in every possible case, because Rust r…
-
comment
Comment #20803489
Rust basically has this functionality. Whether a type is borrowed or not dictates what I can do with it. For example, I cannot remove items from a `Vec` with a shared &reference. T…
- story