Live data from Hacker News

Viewing profile — abcde777666

abcde777666

HN member
Joined
Wed, Dec 13, 2023, 1:19 PM UTC
HN karma
31
Public activity
14 items

About abcde777666

No profile information was provided.

Recent public activity

  1. comment
    Comment #42531321

    Whilst I do like having shows and movies on to the side as I code... it's on the condition they're actually interesting and have good writing. Otherwise I just can't bring myself t…

  2. comment
    Comment #42484823

    A lot of these types of books and posts only deal with the low hanging fruits of software design difficulty, such as the provided discount service example. The trouble is that kind…

  3. comment
    Comment #41306397

    Short version: good refactoring = improve maintainability, brevity and usability without compromising functionality. Basically, make it simpler without breaking it or actually maki…

  4. comment
    Comment #41271025

    There are many pillars of our own intelligence that we tend to gloss over. For instance - awareness and the ability to direct attention. Or something as simple as lifting your hand…

  5. comment
    Comment #41189789

    "There is no such thing as death at all for this body. The only death is the end of the illusion, the end of the fear, the end of the knowledge that we have about ourselves and the…

  6. comment
    Comment #41186372

    I've found it quite easy to build and deploy to Linux, also curious what challenges you've run into.

  7. comment
    Comment #40861399

    My instinct is that this is probably on the naive side. For instance, we use separation of concerns in our systems because we're too cognitively limited to create and manage deeply…

  8. comment
    Comment #40680572

    Our brain is a face reading machine. We're very attuned to inferring emotion and inner state based on subtle facial movements. Most of uncanny valley is down to the face moving in …

  9. comment
    Comment #40680465

    Game dev is one of the most unconstrained software domains. On the one hand it's what makes it exciting and endlessly interesting, but it's also what can make it a nightmare. Perha…

  10. comment
    Comment #40676497

    It's easy to make something lean when you can start from scratch. Backwards compatibility and large user bases resistant to change are overlooked as primary causal factors of the m…

  11. comment
    Comment #40485896

    Anecdotally, looking at code written by someone else always goes to 'unfamiliar' territory. I can only read code I'm very familiar with like a book.

  12. comment
    Comment #40331960

    Another reason this unfortunately wouldn't be viable is latency - a video feed has no client side prediction.

  13. comment
    Comment #40330936

    The standards have gone up a lot over time. Your average player now knows who the tops teams are and watches them play. Vastly different from the early 2000s when just knowing to a…

  14. comment
    Comment #38626878

    Feels like one of those 'neat on paper, bad in practice' kinds of ideas. I can imagine it being pretty bad for code readability if not used judiciously, and it adds an extra layer …