Viewing profile — gfaster
gfaster
HN member- Joined
- Thu, Apr 29, 2021, 3:53 PM UTC
- HN karma
- 270
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About gfaster
No profile information was provided.
Recent public activity
-
comment
Comment #49211884
I think that's partly why they do it? If you care about that, you should pay?
-
comment
Comment #48375100
Whenever something like this comes up, I always think back to the excellent paper, "The Structure and Legal Interpretation of Computer Programs." I don't have a specific answer, bu…
-
comment
Comment #47914844
While there is overlap between vtuber communities and HN, the culture is quite different. When one does come up, it is eternally September on HN. In vtuber communities/culture, the…
-
comment
Comment #46547093
Investment is generally considered profit-seeking behavior (i.e. not rent-seeking). Building an apartment and renting it out is clearly profit-seeking behavior, but if you were con…
-
comment
Comment #46535776
I am well aware of what the phrase means, and I re-read the Wikipedia article to be sure. Maybe you read the use of the word in a different way than I did, but I helpfully included…
-
comment
Comment #46535478
gp used "rent seeking" correctly. The concept of "landlords do nothing while collecting passive income, therefore not creating any value but instead are just exploiting that they o…
-
comment
Comment #46238103
> that is asinine and unscientific Well, yes. I did say something to that effect. Blaming BSODs on invasive anti-cheat out of principle is a political position, not a scientific on…
-
comment
Comment #46235562
> So I am extremely sceptical of any claims of BSODs because of a game. Generally speaking, I am too. That is unless there is kernel-level anticheat. In that case I believe it's fa…
-
comment
Comment #46195194
Dropping back here to say that I have been playing around with Monado + OpenComposite + WlxOverlay and while it's been plenty janky, it has actually usable performance when it work…
-
comment
Comment #46176493
The splash page on that website seems to be primarily AI-generated images. It looks cheap to say the least - such an obvious corner cut it's hard to have confidence in the product.…
-
comment
Comment #46165753
That it is Undefined Behavior for a loop with a non-constant conditional and that doesn't cause side effects in its body to not terminate. For example, you can use this make the co…
-
comment
Comment #46143396
As another comment pointed out, GP founded Handmade Network: https://handmade.network/m/abnercoimbre
-
comment
Comment #46140450
Oh wow nice catch - I was not at all familiar with the limitations. I would've hoped for a warning there, but I suppose it is a research project. I was able to get it working with …
-
comment
Comment #46137721
In C, I'm pretty confident the loop is defined by the standard to terminate. Also I did take the excuse to plug it (the optimized llvm ir) into Alive: https://alive2.llvm.org/ce/#g…
-
comment
Comment #46137220
That seems super far fetched given that 37%[1] of the world's population does not have internet access. You could reasonably restrict further to populations that speak languages th…
-
comment
Comment #46094612
Ironically, I'm considering installing Bazzite alongside NixOS because it's proven to be nearly impossible to run SteamVR properly with how Steam is packaged
-
comment
Comment #44547785
Unless I'm misunderstanding, that's effectively implementing Future for the struct
-
comment
Comment #44137784
From my perspective, not having to deal with strings is one of the big benefits, but I believe the main argument is actually that it trivializes alpha equivalence. As for renaming,…
-
comment
Comment #44137654
I used De Bruijn indices when attempting to prove correctness of a toy language of mine. It's an elegant solution, but I found them exceedingly difficult to reason about both intui…
-
comment
Comment #43957348
Lean is more complex to develop in than most programming languages since it relies heavily on interactive programming, i.e. the context pane. The "easy way" is with a plugin. If yo…
-
comment
Comment #36302359
Debian has apparmor-profiles but it’s too immature to enforce by default.
-
comment
Comment #36289021
You can experience that today by visiting 4chan.
- comment
-
comment
Comment #35518958
On linux, I'd want it to be dictated by my DE or WM. I have Super+shift+q set to close windows on my machine, so I wouldn't be crazy about software adding its own keybind to do the…
-
comment
Comment #34236993
In an update on the article, it reveals that it relies on an algorithm that breaks down with larger N for an unknown reason. It seems like we're safe for now.