Live data from Hacker News

Viewing profile — gfaster

gfaster

HN member
Joined
Thu, Apr 29, 2021, 3:53 PM UTC
HN karma
270
Public activity
94 items

About gfaster

No profile information was provided.

Recent public activity

  1. comment
    Comment #49211884

    I think that's partly why they do it? If you care about that, you should pay?

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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.…

  11. 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…

  12. comment
    Comment #46143396

    As another comment pointed out, GP founded Handmade Network: https://handmade.network/m/abnercoimbre

  13. 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 …

  14. 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…

  15. 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…

  16. 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

  17. comment
    Comment #44547785

    Unless I'm misunderstanding, that's effectively implementing Future for the struct

  18. 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,…

  19. 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…

  20. 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…

  21. comment
    Comment #36302359

    Debian has apparmor-profiles but it’s too immature to enforce by default.

  22. comment
    Comment #36289021

    You can experience that today by visiting 4chan.

  23. comment
  24. 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…

  25. 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.