Viewing profile — robinei
robinei
HN member- Joined
- Tue, May 12, 2015, 8:35 AM UTC
- HN karma
- 123
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About robinei
No profile information was provided.
Recent public activity
-
comment
Comment #47150797
Who cares if a piece of open source has American maintainers? The point is not to avoid touching anything American. It is control and sovereignty.
-
comment
Comment #47045092
Do you think it would fundamentally be a mistake to thread data along with error type through the error return path, or is it just that it costs too much say from a calling convent…
-
comment
Comment #46796564
My feeling is that I consistently find on-point solutions for my Linux problems with a quick search. However if my Windows install gets in trouble my search will yield some DISM.ex…
-
comment
Comment #46190404
Let’s not underestimate the scale of the search which led to us though, even though you may be right in principle. In addition to deep time on earth, we may well be just part of a …
-
comment
Comment #44105686
XWayland is compartmentalized, and should not make life harder for anyone else in the Wayland world (except the ones spending time maintaining it). And Zink gives us a clean OpenGL…
-
comment
Comment #43912046
Since it's trained on a vast a mount of code (probably all publicly accessible Go code and more), it's seen a vast amount of different bespoke APIs for doing all kinds of things. I…
-
comment
Comment #43902601
If it was first, it could have self-improved more, to the point that it has the capacity to prevent competition, while the competition does not have the capacity to defend itself a…
-
comment
Comment #43278228
Cut for the foreseeable future AFAIK. They may return to it when ready
-
comment
Comment #43278222
Why would the function's dependencies need recompilation? I guess the dependees may require it, if they inlined it, or if the signature changed.
-
comment
Comment #43124997
That's the theory. However, isn't likely that as things like the new Nova Nvidia driver is written in Rust, the things that depend on Rust are suddenly so important, that shipping …
-
comment
Comment #42925654
Calling some of those leftist is quite a condemnation of the right.
-
comment
Comment #42925605
The question is who is suppressed.
-
comment
Comment #42916643
And start treating the alliances as vital part of the whole, and stop betraying the fragile trust they are built on. Use Korean industry until the industry at home can catch up.
-
comment
Comment #42074939
Maybe idealism is dead and even the youth have been corrupted these days.
-
comment
Comment #42074889
I’m talking of the typical left/right split. Where leftist policies tend toward redistribution of wealth to the benefit of broader swathes, while right oriented policies tend to at…
-
comment
Comment #42074107
On the flip side, it seems evident that younger people tend to vote for the betterment of all, while older people tend to shift toward voting for «themselves».
-
comment
Comment #40855202
Ideally arrays of primitive values like `long` to store the bytecode represenation for proper good performance. Then use bitwise manipulation to access "fields"
-
comment
Comment #33876596
I actually prefer the Adlib version!
-
comment
Comment #30551272
Given the accepted MAD doctrine, which kept the "peace" throughout the cold war, you would think nuclear escalation would be unthinkable as a means to stave off a conventional defe…
-
comment
Comment #28604005
Though if the evidence presented for this event is persuasive, then all they achieve by making the connection is to speculate on a natural cause for a biblical "miracle". I mean it…
-
comment
Comment #28463080
You can constrain type arguments with a compile-time `if` check, and generate a compile error on violation.
-
comment
Comment #27280387
Since then Zig has come quite far in its self-hosted rewrite. So the point of it being Andrew's first compiler is no longer valid.
-
comment
Comment #26410435
Zig does it ( https://kristoff.it/blog/zig-colorblind-async-await/ ). Basically using "await" just means you are declaring opportunity for concurrency at the call site, but it is s…
-
comment
Comment #26163869
Soundness gives an important benefit: Performance, for a compiler capable of utilising the type information properly. It can omit run-time checks, and unbox primitives etc.
-
comment
Comment #26024088
This shows that if you are making a not-very-fast compiler (most compilers these days), then the much maligned C compilation model has some serious advantages on modern and future …