Live data from Hacker News

Viewing profile — Bekwnn

Bekwnn

HN member
Joined
Sat, Apr 07, 2018, 4:03 AM UTC
HN karma
335
Public activity
116 items

About Bekwnn

No profile information was provided.

Recent public activity

  1. comment
    Comment #44241470

    In a similar boat with C++, but even the complexity of fundamental "simple C++" issues and lack of syntax sugar made me gravitate away from C++ to better-C style languages ultimate…

  2. comment
    Comment #34962274

    Working on low level performance sensitive code in games, this is something I see in code LOTS. As mentioned in the article, data oriented design runs into the pattern of wanting t…

  3. comment
    Comment #34209121

    Starting this year I'm switching from gameplay programmer to game engine programmer. I originally studied computer graphics a lot while I was in school, and I really enjoyed the ti…

  4. comment
    Comment #34070305

    I try to stress this more than anything when talking about the merits of vim/emacs/etc. It's not about speed, it's about how effortless and 2nd nature editing text becomes. Which i…

  5. comment
    Comment #31637505

    Lost Ark and Genshin manage to be both very cash grab and very reasonable as a free-2-play. You can spend a lot of money on both, and pay-2-win in both, but still get to experience…

  6. comment
    Comment #31278127

    I'm just interested in something like a "not interested" button distinct from the thumbs down button. Netflix insists on suggesting the same shows I've never clicked for months or …

  7. comment
    Comment #29706478

    There's an open issue to add some kind of function annotation+errors for functions which require you to call a cleanup function. The discussion has had a lot of back and forth and …

  8. comment
    Comment #29689312

    On the flip side, I work at a 100+ person studio and have enjoyed great work life balance the entire 4 years I've been working there, including a major release. It hasn't killed my…

  9. comment
    Comment #27664002

    > The components on the entity define not only it's data but also it's behavior by the set of systems that act on the corresponding components. And you can take these object defini…

  10. comment
    Comment #27307784

    Power tripping mods/mod dictatorship is definitely a problem on reddit, but really post locking doesn't happen much and isn't responsible for the worsening quality of discussion th…

  11. comment
    Comment #26611771

    I started learning piano just over a year ago and picked up reading sheet music decently in an extremely short amount of time. The gaps is the treble clef are | F | A | C | E | The…

  12. comment
    Comment #26536326

    I've always referred to it as "(has) source access". It is a bit frustrating and misleading when people refer to it as open source.

  13. comment
    Comment #26516668

    It's a much better quote than the annoyingly common, "Don't write a game engine!" If you work in games or want to work in games, writing a game engine is a very valuable experience…

  14. comment
    Comment #26278862

    Gimp is (I think) a struggle and ui/ux nightmare to most people still. Software like Clip Studio Paint, SAI, and Krita have definitely taken a bite out of the digital painting audi…

  15. comment
    Comment #26129607

    I'm not sure on the specifics of what you mean, but zig comes bundled with and wraps gcc. `zig cc` command directly forwards to gcc (try `zig cc --version`) and zig's build system …

  16. comment
    Comment #25562810

    The author probably underestimates the limitations of Unity, especially earlier versions from back when The Witness was made. It would kind of be surprising if all the things in th…

  17. comment
    Comment #25532187

    Pianos consume some amount of space. That's just a matter of fact with the instrument. A good digital piano in the $600-800 range with proper weighted keys will probably use the sa…

  18. comment
    Comment #24622168

    I think Zig competes with a school of C++ that tries to stick to a simpler, limited subset of C++. Games is one area where C++ is much more common than C, but also where a lot of C…

  19. comment
    Comment #24608470

    Learning about nutrition and fitness, even if you don't do either rigorously. Patience and also how to firmly and kindly say, "no." Art is a pretty nice hobby that works your abili…

  20. comment
    Comment #24444106

    As far as my consuming goes, I've gotten a dozen or more quality free games off the epic store and in some cases steeper discounts on games than steam offers. It's only really a "c…

  21. comment
    Comment #24428204

    Yeah, I think it was in a thread on r/askscience with some nurses replying basically stating that the methods of treatment for infected patients has evolved as understanding has gr…

  22. comment
    Comment #24396361

    The quickest path is to just start writing real time simulations of stuff and reference how other similar simulations went about implementation; terrains and erosion, cloth, fluid,…

  23. comment
    Comment #24382136

    I work in games where these values are extremely common and 'accuracy' wouldn't be very descriptive in a lot of circumstances: explosion radius falloff damage, water flow strength,…

  24. comment
    Comment #24335211

    > The generally accepted definition of a leftist is someone that opposes capitalism. This is a very broken and poor working definition. You can be leftist without being anti capita…

  25. comment
    Comment #24321125

    Steam already lowered their cut directed mostly at AAA games with sales over $10 million dropping to 25% and sales over $50 million dropping to 20%. AAA devs were already trying to…