Viewing profile — almindor
almindor
HN member- Joined
- Mon, Aug 26, 2019, 3:47 PM UTC
- HN karma
- 42
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About almindor
No profile information was provided.
Recent public activity
-
comment
Comment #49193721
I've been using Sailfish OS since the first Jolla phone came out in EU and Canada both. It has some hurdles but if you pay for the android subsystem it works fine. There are a lot …
-
comment
Comment #47520074
Introducing the AiGPL, the AGPLs more up to date cousin. Protect your free software by refusing it to be used for any Ai/LLM related purposes whatsoever with the AiGPL. And while t…
- story
-
comment
Comment #36788659
I am so glad someone said this. This also shows nicely how async is wrong, not just that it's viral, but it's bad design because it forces code duplication. Middleware/library writ…
-
comment
Comment #33102832
I've changed it so that the current puzzle solution shows if you fail to guess. Many people requested it.
-
comment
Comment #33090152
It'll show tomorrow :) I wanted to avoid people just taking this out of the javascript source so it's using some hash tricks to prevent that. Maybe I over engineered that a bit tho…
-
comment
Comment #33089009
Happy to announce the release of https://undoodle.ai a little side project I've been working on recently. Puzzle out what prompted stable diffusion to create the image. New puzzle …
- story
-
comment
Comment #22035249
This is not correct. The api that was disabled was deprecated for over a decade when disabled. It was an api that wasn't meant to be used. Zol folks kept using it out of tree and w…
-
comment
Comment #22006369
Really cool. For some reason when I opened the webpage I was like "this seems like it's written in Rust" and it is! I'm using Rust as my main language for the past 6 months now so …
-
comment
Comment #21998086
This happens regularly, the bee cluster doesn't wait for late comers. There are some scouts that keep going there and back but there are also scouts that do that with the "Correct"…
-
comment
Comment #21993493
I'm not disputing that. In theory Rust should outperform even today but of course reality is a different beast and implementation details are important. Then you also get into arch…
-
comment
Comment #21981115
Rust will outperform C consistently soon. It already does in some cases. It will also do so with safe idiomatic code in most cases. The reason behind my statement is simply more op…
-
comment
Comment #21936021
This is untrue. Hifive1 supports the privileged instructuons and comes with machine mode and user mode. Cost is ~50$
-
comment
Comment #21906430
Don't buy one? Seriously just get a good projector and hook it up to a pc. Lots of good extra content too if you know where to look...
-
comment
Comment #21906420
The mongodb migration story is so prevalent it could make a great meme. The website is terribad tho, please don't use the scroll-a-page approach.
-
comment
Comment #21899467
I've built the Texel ASCII Art Editor ( https://crates.io/crates/texel ) using Specs ( https://crates.io/crates/specs ) as my first experience with ECS. The original goal was an AS…
-
comment
Comment #21884473
When you said rusty i thought you meant Rust for a moment :)
-
comment
Comment #21859700
This is a bit spooky. I wonder if the engineers responsible were just trying to be cute, or "reaching out" in a way.
-
comment
Comment #20804729
No, I asked on the IRC channel and forums as well as a friend who does embedded. The answer was basically "because clippy doesn't know the target arch it has to be a conservative-g…
-
comment
Comment #20800793
I've had a smaller but similar dive recently while working on embedded machine (32 bit) with Rust. Clippy was pushing me to use move/copy instead of reference for passing a [u8; 8]…