Live data from Hacker News

Viewing profile — millipede

millipede

HN member
Joined
Fri, Jul 19, 2024, 12:52 AM UTC
HN karma
131
Public activity
31 items

About millipede

No profile information was provided.

Recent public activity

  1. comment
    Comment #49161089

    At my $work, people do this frequently, but instead of it just being insensitive, they have their personal Slackbot responding on their behalf. After I realized I wasn't even talki…

  2. comment
    Comment #49102451

    Just need to learn how to exit it now.

  3. comment
    Comment #49087460

    Whenever I see Substack or Medium URLs, I avoid clicking them. They are so spammy with their call to subscribe, that it's not even worth me visiting them. People recognize quality,…

  4. comment
    Comment #48661648

    > On top of that comes what is owed to oil companies and suppliers, claims stemming from expropriations under Chávez and the outstanding loans from China and Russia. It seems like …

  5. comment
    Comment #48069921

    Saltwater comes in the air. Just being near it corrodes everything. Both stainless steel and bronze are very expensive. Even if things were made of corrosion proof materials, not e…

  6. comment
    Comment #48015791

    Picking a random orientation depends on trigonometric functions. In order for this to calculate, it would be a lot cooler if it didn't depend on transcendental functions.

  7. comment
    Comment #47655460

    What other language does it better?

  8. comment
    Comment #46608582

    Why not unconditionally trust Bob?

  9. comment
    Comment #46606369

    Events like this show that the Internet is pretty heavily centralized. The original DARPA Internet was supposed to be resilient to stuff like this, but it's clear that the old Inte…

  10. comment
    Comment #46209675

    Right, I think the lazy thing implies that it would happen post "commit" being returned to the client, but it doesn't need to be. The commit just needs to be wait for "an" fsync ca…

  11. comment
    Comment #46197025

    I always wondered why the fsync has to be lazy. It seems like the fsync's can be bundled up together, and the notification messages held for a few millis while the write completes.…

  12. comment
    Comment #45984985

    Both ints and floats represent real, rational values, but every operation in no way matches math. Associative? No. Commutative? No. Partially Ordered? No. Weakly Ordered? No. Symme…

  13. comment
    Comment #45648719

    > Ctrl-F "convertible" > 0 of 0 matches Some analysis.

  14. comment
    Comment #44861186

    Intuitively it doesn't sound like it would work. The program doesn't call listen() or accept() on the socket.

  15. comment
    Comment #44523989

    I've been throwing moderately large parties the past 2 years (12-40 people) and the lack of partying is definitely noticeable. Most people don't reciprocate, making it disheartenin…

  16. comment
    Comment #44304859

    Information is valuable; we just weren't charging for it. AI is just bringing the market for knowledge back into equilibrium.

  17. comment
    Comment #44167395

    "AI is Amazing" - People who barely write any code.

  18. comment
    Comment #44033478

    There's a great graph showing the wages stagnating compared to GDP growth. It looks like wage's haven't gone up. But, when adding back in employer provided health coverage and othe…

  19. comment
    Comment #44032127

    Type inspection is the flaw of Go's interface system. Try to make a type that delegates to another object, and the type inspection breaks. It's especially noticeable with the net/h…

  20. comment
    Comment #43651111

    Not with HTTP/2

  21. comment
    Comment #43430788

    Unbelievable, they actually missed one: 2^(log(22)/log(2)) has all even digits!

  22. comment
    Comment #43185318

    Neat, looks like it would work well for values clustered around 0.5, and which hang more closely around 0 and 1.

  23. comment
    Comment #42516683

    Hm, cool idea but ran into a glitch. Cutting 3 elongated ovals, end to end and forming a triangle, didn't remove the center piece.

  24. comment
    Comment #42447590

    This is exactly right. I've stopped publishing to my blog because I know my words will be slurped up and sausaged out into ChatGPT or Gemini. And, without people writing about tech…

  25. comment
    Comment #42334947

    Cursors are generally better, but they don't give any hint about how much more is in front of the cursor. I don't think there is a O(log n) algorithm to keep track of what position…