Live data from Hacker News

Viewing profile — ncann

ncann

HN member
Joined
Fri, Jan 01, 2021, 5:13 AM UTC
HN karma
1,834
Public activity
341 items

About ncann

No profile information was provided.

Recent public activity

  1. comment
    Comment #46389999

    I had email address X (gmail) that I hadn't logged into for a long time. One day I tried to log in to it. Correct password, but Google, for some reason, simply decided there's some…

  2. comment
    Comment #45013374

    I am looking into using Git for my photos/videos backup external HDDs and the reasoning is simple. It's not about keeping track of changes within the files themselves since like yo…

  3. comment
    Comment #44823816

    I needed an implementation of debounce in Java recently and was surprised to find out that there's no existing decent solution - there's none from the standard library, nor popular…

  4. comment
    Comment #44691075

    DJI drones are nowhere near "bad", they're the best and nothing else comes close. It's a shame how they're sanctioned given there's no viable alternative. I always wonder why there…

  5. comment
    Comment #44600961

    I guess this is only partially true, as I have a A-to-C charger cable from Huawei that works with everything except my Pixel 4A phone. And my Pixel 4A phone works with everything e…

  6. comment
    Comment #44600840

    You can test them to a certain extent using a USB tester device like RYKEN RK-X3

  7. comment
    Comment #44484104

    > Here's a naive, faulty implementation For this first implementation, I don't see anything ever added to the queue. Am I missing something? New task is added to the queue if the q…

  8. comment
    Comment #43661941

    > So I would like some data about whether similar options were bought on other days in similar volumes. The volumes are there for all to see and the answer is no.

  9. comment
    Comment #43603192

    Hibernate is great, except for the part where it wears down your SSD much faster, especially if you have a machine with big amount of RAM.

  10. comment
    Comment #43599620

    The non-buggy sleep (S3) isn't even supported in the BIOS in many new laptops now (in the Dell I'm using for example). So MS probably decided to kill that option off for everyone. …

  11. comment
  12. comment
    Comment #43598193

    Troubleshooting sleep is an exercise wrapped in pain. Figuring out which program prevents sleeping is the easy part - there are tools that show that, and you can also usually just …

  13. comment
    Comment #43180409

    Somewhat unrelated but I believe the dupe issue with node_modules is the main reason to use pnpn instead of npm - pnpm just uses a single global package repo on your machine and cr…

  14. comment
    Comment #43083517

    With how much trouble I had with trying (and failing) to make my brand new Dell laptop sleep properly and not the "Modern Standby" crap, plus my desktop randomly breaking GPU hardw…

  15. comment
    Comment #43031694

    > Robyn: To give YouTube a sense of motion, we created a dynamic red-to-magenta gradient. For the second color, orange and yellow were strong contenders, but magenta felt like the …

  16. comment
    Comment #42936789

    So I checked out the original report: https://semianalysis.com/2025/01/31/deepseek-debates/ They cite themselves as the source, and throughout the article are just a bunch of "We b…

  17. comment
    Comment #42615431

    They managed to put Max, plus, and Pro into the name, which is kinda impressive in a way. Now we just need Ultra to complete the set.

  18. comment
    Comment #42615174

    > AMD 'Strix Halo' Ryzen AI Max+ 395 PRO Gosh that name is a mouthful

  19. comment
    Comment #42373920

    Doctor hygiene and seatbelt and the like are mandatory because they save lives, and can be very easily proven using basic tests and statistics. On the other hand, there is no way t…

  20. comment
    Comment #42373738

    The only thing that should be said about TDD is that it's incredibly polarizing, one of the most polarizing things in software development in fact. It's incredibly personal, some s…

  21. comment
    Comment #42337209

    What is considered "modern state management" these days?

  22. comment
    Comment #41967141

    Yeah, and because the "common" way of pronouncing these words/letters have become so entrenched in our minds, it often feels pretentious to hear people actively try to pronounce wo…

  23. comment
    Comment #41967083

    That's not quite true. There are many letters that sounds mostly/exactly the same, especially in everyday pronunciation. For example, "gia đình" vs "da đình", or "lý trí" vs "lí tr…

  24. comment
    Comment #41143812

    Too bad there still isn't a way to delete recursively a folder without manually traversing it.

  25. comment
    Comment #40811807

    "self documentated code" is probably the biggest lie that the Clean Code gang has managed to indoctrinate generations of programmers who just don't know any better.