Hacker Newsnew | past | comments | ask | show | jobs | submit | pletnes's commentslogin


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?


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


What would you reckon is the worst format? I'm very curious of your standards given this.


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.


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 incident where you first hear about it.


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 for the environment (in this way, at least).


Windows still asks you to reduce the refresh rate of your monitor from 240Hz to 60Hz in order to save the environment.


Mine dont


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.


The worst part is that Windows does ship cURL as a binary at `C:\Windows\System32\curl.exe` (may be dependent on some optional feature, dunno). Nowadays it does invoke this for me on my system, but I don't remember if I did something for this to be the case.


Most of the aliases are for convenience when working in an interactive shell, which will generally be dealing with more basic functions of a command. For scripting it is best practice to use the full commandlet names.


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».


So type “curl.exe” instead of “curl” or remove the alias in PowerShell.


I just avoid windows whenever I can.


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 is not an issue.


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


He got famous solving quantum field theory problems


he seems to think his times better spent on software than science it seems. i take it he didnt really crack anything of worth on the physics side then?


To be fair, he's been trying, he's a big fan of cellular automaton.


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


By default, it tries to take 80% of your memory. I've found that you need to set it to something much smaller in ~/.duckdbrc `set max_memory='1GB';`


it's not the focus or very performant but you can have it spill to disk if you run out of memory. I wouldn't suggest building a solution based on this approach though; the sweet-spot is memory-constrained.


Really? How large? I’ve only managed to crash it with hundreds/thousands of files so far, but haven’t so many huge files to deal with.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: