Live data from Hacker News

Viewing profile — Alphaeus

Alphaeus

HN member
Joined
Sun, May 03, 2020, 10:54 PM UTC
HN karma
42
Public activity
25 items

About Alphaeus

No profile information was provided.

Recent public activity

  1. comment
    Comment #46596417

    GUI shell (as opposed to a text-based shell).

  2. comment
    Comment #45393827

    Here in New Zealand, you're required to be enrolled to vote, even if you never intend to actually vote. Enrolling requires an address. I imagine it's similar in Australia, where ac…

  3. comment
    Comment #40655037

    I would interpret it as completing the game requires 120,000 disk read operations, but the CD drive may fail after just 70,000 read operations.

  4. comment
    Comment #40412733

    I believe YouTube content was explicitly exempted from that deletion.

  5. comment
    Comment #39246119

    The C++ ports to mobile and consoles predate Microsoft's acquisition by a number of years.

  6. comment
    Comment #37562639

    In my experience, blocking entire channels rather than individual videos is much more reliable. Clearing out related videos from your watch history also helps a lot.

  7. comment
    Comment #36917010

    The Steering Council said their intention is to remove the GIL-build in future: > Long-term, we want no-GIL to be the default, and to remove any vestiges of the GIL (without unnece…

  8. comment
    Comment #35935696

    There's a lot of information that was only ever posted to Twitter (whether you're a fan of that or not). Even if only 0.1% of it was valuable, that's still an incredible wealth of …

  9. comment
    Comment #35215578

    I don't think you can reflect onto the standard library anymore, with the recent "strong encapsulation".

  10. comment
    Comment #34934759

    The Mojang accounts weren't great for security. No 2FA or anything (just security questions), and if you lost your account / it was stolen, you were pretty stuffed. The only way to…

  11. comment
    Comment #33849920

    The filter is voluntary for ISPs to join, and the Department of Internal Affairs (which runs it) doesn't have the power to make it mandatory. Also the Office of Film and Literature…

  12. comment
    Comment #33271454

    According to the page linked, it was started 12 years ago. So it'll probably survive into the future.

  13. comment
    Comment #32123314

    These days Mojang provides obfuscation maps, so you can work with proper class and method names (though no parameter or local variable names). There's also been a lot of effort bee…

  14. comment
    Comment #29455694

    1.7 was actually the first version to support blending (for the new generator in that update). 1.18 is a new iteration of that.

  15. comment
    Comment #28208410

    On the website he said that he'd release it as open-source after sales started to die. However now Minecraft is the best-selling game of all time with 238,000,000 copies...

  16. comment
    Comment #25196464

    When it asks you why you're not interested, one of the options is "I've already watched this video".

  17. comment
    Comment #25073862

    Bedrock Edition is primarily targetted at the consoles (where running the Java-based Java Edition was difficult). Java Edition is still worked on (and runs on Linux) and they are t…

  18. comment
    Comment #24866059

    What if you don't know English? Should you be forced to learn English to search your mailbox that is otherwise in your native language?

  19. comment
    Comment #24843706

    It's a nickname, not a feature to hide your account name.

  20. comment
    Comment #24742642

    Facebook proper might be tainted with "only old people use it", but Instagram still has massive influence among younger people.

  21. comment
    Comment #24240914

    I guess if you sell a pre-constructed device, that could work. There would be other issues (you have to spend money on hardware, potentially have to get it shipped, may not be able…

  22. comment
    Comment #24229972

    How much of the general public is going to be capable to set up and maintain a server in their basement? To challenge YouTube, targetting just the programming crowd isn't going to …

  23. comment
    Comment #24195672

    For more serious/less casual games, they generally primarily target computers and consoles than mobile devices. I believe Unreal is more popular for these types of games (whereas U…

  24. comment
  25. comment
    Comment #23062565

    Using 'is' on integers raises a SyntaxWarning in 3.8+