Viewing profile — pletnes
pletnes
HN member- Joined
- Thu, May 18, 2017, 6:54 PM UTC
- HN karma
- 2,149
- Public activity
- 946 items
- HN profile
- View on Hacker News ↗
About pletnes
No profile information was provided.
Recent public activity
-
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.
-
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…
-
comment
Comment #49208211
War never changes.
-
comment
Comment #49166221
Can I dump out the image using usb file transfer without resorting to disassembly?
-
comment
Comment #49153605
It’s like this on a fresh install too
-
comment
Comment #49146814
Conversely, my windows 11 has fundamental issues that neither google nor claude can find solutions to.
-
comment
Comment #49146412
There seems to be few offshore production facilities compared to on-land ones.
-
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 …
-
comment
Comment #49136662
900 km/h, 20,000 kilometers. Yep!
-
comment
Comment #48832560
Most of the globe is above the boiling temperature of water due to trapped radionuclides since, well, the beginning.
-
comment
Comment #48728848
And with a mac, there are no cuda drivers to fiddle with.
-
comment
Comment #48256502
1968 https://www.netlib.org/go/fft.f
-
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?
-
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.
-
comment
Comment #48046433
You can unzip the xlsx and read the xml inside. It’s not the worst format by far.
-
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…
-
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…
-
comment
Comment #47845250
I just avoid windows whenever I can.
-
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».
-
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.
-
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…
-
comment
Comment #47356557
Just use numpy if you want to do math. Seriously.
-
comment
Comment #47138289
He got famous solving quantum field theory problems
-
comment
Comment #47058894
Same here. I have however seen a few out of memory cases in the past when given large input files.
-
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, …