Live data from Hacker News

Viewing profile — pletnes

pletnes

HN member
Joined
Thu, May 18, 2017, 6:54 PM UTC
HN karma
2,149
Public activity
946 items

About pletnes

No profile information was provided.

Recent public activity

  1. comment
    Comment #49220184

    Also, desktop app devs tend to touch files in a myriad places that you’d never expect. The os can never solve that anyway.

  2. comment
    Comment #49219547

    Windows uninstall scripts often do the same. Some have an option of removing data files, some just leave them behind. I don’t have any statistics but I see no reason to believe the…

  3. comment
    Comment #49208211

    War never changes.

  4. comment
    Comment #49166221

    Can I dump out the image using usb file transfer without resorting to disassembly?

  5. comment
    Comment #49153605

    It’s like this on a fresh install too

  6. comment
    Comment #49146814

    Conversely, my windows 11 has fundamental issues that neither google nor claude can find solutions to.

  7. comment
    Comment #49146412

    There seems to be few offshore production facilities compared to on-land ones.

  8. comment
    Comment #49146398

    From their food and over time, I assume? Since farmed salmon is fed and live a short life I would also assume that it has lower pollution levels than wild fish of similar size and …

  9. comment
    Comment #49136662

    900 km/h, 20,000 kilometers. Yep!

  10. comment
    Comment #48832560

    Most of the globe is above the boiling temperature of water due to trapped radionuclides since, well, the beginning.

  11. comment
    Comment #48728848

    And with a mac, there are no cuda drivers to fiddle with.

  12. comment
    Comment #48256502

    1968 https://www.netlib.org/go/fft.f

  13. comment
    Comment #48193168

    I thought it was «windows has all the viruses» since there are a lot of npm packages and it’s used by a lot of people?

  14. comment
    Comment #48062843

    A binary format that is only readable by some very specific version of the program writing it. The older xls comes to mind, but there must be thousands of examples.

  15. comment
    Comment #48046433

    You can unzip the xlsx and read the xml inside. It’s not the worst format by far.

  16. comment
    Comment #48005448

    Lots of sites publish outages, incidents, downtime over RSS/atom. Works great for monitoring, post them into slack with a bot and you can start a discussion thread about that incid…

  17. comment
    Comment #47995034

    They asked developers to help them improve windows battery life on laptops, competing against chromebooks and macbooks. The AI gigawatts are all in data centers. They never cared f…

  18. comment
    Comment #47845250

    I just avoid windows whenever I can.

  19. comment
    Comment #47832683

    Browsers let me copy-paste curl commands from developer tools. These don’t work with windows «curl». I know a few flags of curl too. These also don’t generally work with «curl».

  20. comment
    Comment #47831011

    The curl alias in powershell is not compatible so it is an inconvenience. Must be one of the worst decisions to make it into windows, which is saying a lot.

  21. comment
    Comment #47769287

    Also you can schedule it a bit off. Every hour? Delay it a few seconds. Can’t do that with a chat message. Also, batch up a bunch of them, maybe save some compute that way? Latency…

  22. comment
    Comment #47356557

    Just use numpy if you want to do math. Seriously.

  23. comment
    Comment #47138289

    He got famous solving quantum field theory problems

  24. comment
    Comment #47058894

    Same here. I have however seen a few out of memory cases in the past when given large input files.

  25. comment
    Comment #46979359

    I honestly don’t think the models are as important as people tend to believe. More important is how the models are given tools - find, grep, git, test runners, …