Live data from Hacker News

Viewing profile — initplus

initplus

HN member
Joined
Thu, Sep 03, 2020, 9:39 PM UTC
HN karma
1,857
Public activity
393 items

About initplus

No profile information was provided.

Recent public activity

  1. comment
    Comment #42220044

    http.ListenAndServe is implemented under the hood with a new goroutine per incoming connection. You don't have to explicitly use goroutines here, it's the default behaviour.

  2. comment
    Comment #42190776

    Will be an underlying safety issue in some system library, but they have only seen "in the wild" exploits targeting Intel. "Defence in depth" - better to push the bugfix to all tha…

  3. comment
    Comment #42180442

    Yeah you can see the cooling requirements by looking at their product images. https://cerebras.ai/wp-content/uploads/2021/04/Cerebras_Prod... Thing is nearly all cooling. And look …

  4. comment
    Comment #42125457

    It's not just that there are few signals to prevent the wrong person being put in charge, but this kind of government bureaucratic actively selects for the wrong person. These kind…

  5. comment
    Comment #42124324

    I mean they aren't designed for rack mounting? It's a consumer product, likely <0.1% of units produced will end up in a rack.

  6. comment
    Comment #42124251

    The port on the bottom is really the least offensive element of the design. I know people find it fun to clown on, but if any of them had ever used one for 5 minutes they would rea…

  7. comment
    Comment #42085418

    Regulatory challenge is that the FDA have to combine 3 related but seperate concepts: 1. Manufacturing quality/ingredients accuracy (is the product what is says on the tin) 2. Safe…

  8. comment
    Comment #42024771

    Given that experience, think about what state the alternatives must be in!

  9. comment
    Comment #41855457

    You'll likely run into frustrating app availability issues. Releasing iPhone apps on iPad is not universally done. (looking at you WhatsApp)

  10. comment
    Comment #41847034

    Court isn't the place for scientific inquiry into these issues. It's just not setup for it. French courts have also found in favor of "electrosensitivity" issues.

  11. comment
    Comment #41805737

    Sounds like a really interesting problem space. I'm curious if you have any comments about how you approached dealing with inconsistencies between information sources? System A say…

  12. comment
    Comment #41805722

    One example is that instead of adding support for edge case mutations/changes late in a process, it's sometimes better to force those records to be thrown away and reset with a new…

  13. comment
    Comment #41755399

    It's not "until sales shows up", it's until regulators start causing problems for Cloudflare because you are using Cloudflare infra to host a grey market online gambling website.

  14. comment
    Comment #41727578

    Harder to justify contributing back when the open source project is so tightly coupled to your biggest for profit competitor.

  15. comment
    Comment #41615178

    Even grosser is that they explicitly limited the iOS version of Google Photos to refuse to work with scoped access. So on iOS the app will refuse to work without being granted whol…

  16. comment
    Comment #41615162

    I'm also completely sick of fielding API migration emails from Google on mobile Android/Firebase. Feel like I get some "action required" every couple of weeks. This stuff saps our …

  17. comment
    Comment #41580747

    What’s crazy is the range on the liability estimate. Maybe there is a good reason for it. But 1b-10b is an absolutely massive window?

  18. comment
    Comment #41575429

    It does seem weird that there is this separation though. I would have assumed that there is a lot of overlap between machine design and operation.

  19. comment
    Comment #41296724

    More engineers doesn't automatically mean better software. Sometimes the opposite.

  20. comment
    Comment #41194878

    This is a rod Samsung has made for their own back though. Fewer SKU's, and more shared parts between models would be better for consumers and for the planet.

  21. comment
    Comment #41116351

    It seems that way because it kind of is. The early days of functional research were equally focused on designing alternative computer architectures that were more suited to functio…

  22. comment
    Comment #40982829

    The benefits from virtual threads come from the simple API that it presents to the programmer. It's not a performance optimization.

  23. comment
    Comment #40804930

    Channels and async/await aren’t really equivalent features. Beyond the fact that they both deal with concurrency. You can do channels (message passing) on top of async await.

  24. comment
    Comment #40788951

    And that’s the upgraded version. Previously it just… wasn’t possible at all?

  25. comment
    Comment #40735087

    At least it's somewhat possible to reliably test behavior of these against GNU coreutils. Pull down some archaic C++ project with a pile of janky shell scripts involved in the buil…