HN user

riquito

2,335 karma

[ my public key: https://keybase.io/riquito; my proof: https://keybase.io/riquito/sigs/KlOkCxWXyWRceW_OLfavd7U1jMR4FVrW80rnfMAYOm4 ]

Posts16
Comments731
View on HN

CO2 levels are locally elevated in the area where you exhale.

That's the same area we inhale from... Wouldn't be right to measure there then? It's not like we're interested in the amount of CO2 on the ground (in this discussion)

I whis you the best, you teached me a lot with your blog posts and code, and your software had an impact in how I use computers. You are probably the only developer alongside Torvalds that my wife knows by name (well, nickname) since whenever you do something cool I feel the urge to share my excitement with her

Why I love NixOS 4 months ago

I was looking at hyperland in Fedora this week. I wanted to try out the latest release (released two weeks ago give or take). It wasn't available yet (maybe it isn't still). That's ok, but I checked what would I have needed to do to build it myself, and I didn't want to mess with a bunch of dev dependencies I didn't really care about and that I would have forgotten, so I ended up not trying it

This part I don't understand. I want to allow for a couple minutes, the time to install a unregistered app, and then go back to deny. I don't want to allow "for 7 days" or "indefinitely". In the text and screenshot of the announcement I see that you can switch these feature "on", but can they be switched "off"?

Closed source, without 3rd party independent review and people should just trust you? As if your app cannot start sending data away in a month or attempt to detect monitoring software, to name a couple

no other PC or mobile phone manufacturer is providing warranty service (for consumer hardware) that remotely matches Apple's.

Maybe, but Apple is also among the worst companies for repairability of their hardware. If a PC (which you mention) breaks is usually only one part to be replaced (without looking at actual repairs), and any individual with necessary know-how can do it

Not that people are obligated to use IntelliJ IDEs, but it's sad that it boils down to "You can have privacy if you can afford it". But admittedly is better to have the option to use it than not being able to use it at all

Very cool, thanks for sharing.

A couple questions: - any thought about wake word engines, to have something that listen without consuming all the time? The landscape for open solutions doesn't seem good - any plan to allow using external services for stt/tts for the people who don't have a 4090 ready (at the cost of privacy and sass providers)?

Waymo is limited to few specific locations with decent roads and does not drive in poor weather

the study is comparing Waymo to accidents occurred in the same cities where Waymo operates, and my understanding is that Waymo drives 7 days a week, 24h a day in those cities, so same roads, same weather. Seems a legit comparison

No as a Service 1 year ago

Love it, it's brilliant, but I think the rate limiting logic is not doing what the author really wants, it actually costs more cpu to detect and produce the error than returning the regular response (then my mind goes on how to actually over optimize this thing, but that's another story :-D )

For the copyright part, it wouldn't have lead to a different outcome. What could have been different is that Microsoft could have had difficulties in working on a GPL fork which is harder to resell (you can, but people are sometimes afraid for good or bad reasons) and so Microsoft could have proposed to the author to sell them a copy with a different license.

But reading the article, the author appears to be more disgruntled by the fact that a behemoth forked his project than the mishandling of the copyright that can be fixed with one PR (he is right to be pissed about that, but that's an easily solvable problem, I doubt Microsoft will stand against it).

More often than not you keep just one or two windows visible in the screen, and switch to another app with <super>+<number> or similar. Since you use most apps fullscreen, the small screen doesn't feel so small anymore. Feels good, honestly

Mistral OCR 1 year ago

You're making a strawman, the parent specifically mentioned "historical handwritten documents"

Mistral OCR 1 year ago

It fits the "use cases" mentioned in the article

Preserving historical and cultural heritage: Organizations and nonprofits that are custodians of heritage have been using Mistral OCR to digitize historical documents and artifacts, ensuring their preservation and making them accessible to a broader audience.

Since you're asking for WASM in general.

How do you run a Python program using docker in the browser?

How do you run a Ruby function from a Scala library with docker?