Live data from Hacker News

Viewing profile — Negitivefrags

Negitivefrags

HN member
Joined
Thu, Mar 01, 2012, 9:30 AM UTC
HN karma
6,793
Public activity
944 items

About Negitivefrags

No profile information was provided.

Recent public activity

  1. comment
    Comment #49248265

    This is not what the “exception that proves the rule” means. If a sign says “No parking on saturdays”, that is an exception that can be used to infer the rule “parking here is okay…

  2. comment
    Comment #48797479

    This has been the case for software since the very beginning. And people have been complaining about it since the beginning. See the Free Software Foundation.

  3. comment
    Comment #48757505

    I am not a fan of this take. It's possible to not make an engine, or use a 3rd party engine. You just make a game. Use SDL or something. It's honestly easier and more fun. Definate…

  4. comment
    Comment #48649375

    When the author said “bringing work home” they didn’t mean literally working at home. They meant that they spend a huge amount of time feeling stressed about work situations at hom…

  5. comment
    Comment #48605486

    I get the sentiment, but it's possible to go too far with the "It's always the process's fault" direction. It's trendy in buisness culture right now to erase the individual. Zero a…

  6. comment
    Comment #48349433

    > The way this position conforms to the interests of the capital class, and conflicts with those of the labor class, is a red flag. If being in the office conforms to the interest …

  7. comment
    Comment #48325916

    People haven’t responded to your very first point, and I want to really stress it because I don’t think most people really get it. Margins. Game development doesn’t pay more becaus…

  8. comment
    Comment #47914563

    > But most employers don't go around reducing previously-hired people's salaries for a variety of reasons. The main reason being that it's illegal in NZ. The employee would have to…

  9. comment
    Comment #47914187

    > I guess the question is, since we know these things can happen, however unlikely, what mitigations should be in place that are commensurate with the harms that might result? This…

  10. comment
    Comment #47819837

    Yes, there are a large number of ways to fall into traps that cause you to do a different series of operations when you didn't realise that you did. But that's still ultimately wha…

  11. comment
    Comment #47819430

    This is the kind of misinformation that makes people more wary of floats than they should be. The same series of operations with the same input will always produce exactly the same…

  12. comment
    Comment #47799191

    Cars are not popular becuase people pushed them. Cars are popular because the utility is undeniable. This is true for any kind of transformative technology. Marketing and lobbying …

  13. comment
    Comment #47570524

    That is a way better syntax. I wonder why C++ didn't adopt it.

  14. comment
    Comment #47415670

    We use floating point operations with deterministic lockstep with a server compiled on GCC in Linux a windows client compiled with MSVC in windows, and an iOS client running on ARM…

  15. comment
    Comment #47379345

    I’m curious how you would respond to the arguments in this video. https://youtu.be/9KJTWmRrneo?si=I9mvSPfDnhkckb9n

  16. comment
    Comment #47356911

    Can we get an Amen quicksort now?

  17. comment
    Comment #47214445

    I've written a lot of code using that method, and never had any portability issues. You use types with number of bits in them. Hell, I've slung C structs across the network between…

  18. comment
    Comment #47214373

    Why is it such a terrible idea? No need to add complexity, dependancies and reduced performance by using these libraries.

  19. comment
    Comment #47070695

    Well our game runs faster in DX12 under Proton than Vulkan under Proton. Of course since Proton uses Vulkan to implement DX12, it means that our Vulkan implementation is simply wor…

  20. comment
    Comment #47070311

    Support for DX12 under Proton in linux is incredibly good. Some games actually run faster under DX12 in Proton than the native versions do.

  21. comment
    Comment #47070110

    The reason you use DX12 in a new project is so that you can get good linux support. I'm making a joke, but it's also true.

  22. comment
    Comment #46964747

    > If the singularity does happen, then it hardly matters what people do or don't believe. Depends on how you feel about Roko's basilisk.

  23. comment
    Comment #46775766

    As a manager, this is 100% the answer. The people who do this are incredibly valuable. At every performance review I tell all the people who don't do this that they need to do it m…

  24. comment
    Comment #46747276

    It's quite interesting to me the way that different "programming cultures" exist around debuggers. If you grew up doing windows C++ development, looking at things in a debugger is …

  25. comment
    Comment #46441538

    Of course it’s the minimum standard, and it’s obvious if you view AI as a tool that a human uses. But some people view it as a seperate entity that writes code for you. And if you …