Fundamental papers for software engineers.
Notices by Lorenzo (ranfdev@linuxrocks.online)
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Thursday, 26-Dec-2024 05:25:40 JST Lorenzo
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Tuesday, 24-Dec-2024 09:34:43 JST Lorenzo
You can double map a ring buffer to make it linear when reading near the end.
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Friday, 20-Dec-2024 02:08:44 JST Lorenzo
The Rethinkdb project focused on correctness, simplicity and consistency. Sadly, the project died.
https://www.defmacro.org/2017/01/18/why-rethinkdb-failed.html
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Sunday, 17-Nov-2024 05:26:13 JST Lorenzo
@wizzwizz4 It's an sqlite dependency that apparently wants to work even when sqlite is compiled as single thread only, so it doesn't implement `Send`.
I could have switched to another dependencies, but now I'm trying to rewrite my struct as an actor that lives in its own thread and just sends messages to other threads. In my case this also simplifies other things.
But it's a pain to wrap everything in messages, so I'm letting Claude (the LLM) do the work...
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Sunday, 17-Nov-2024 04:45:45 JST Lorenzo
Holy shit I spent two hours rewriting a Rust struct to make it `Sync + Send` to be able to use it between threads, but now I discover a dependency I'm using is not `Send` and therefore the whole struct cannot be sent between threads safely in any way kill me
-
Embed this notice
Lorenzo (ranfdev@linuxrocks.online)'s status on Friday, 03-May-2024 01:04:23 JST Lorenzo
@icedquinn @wolf480pl @takao If you want to see every list of proposals made in the EU, with a detailed list of votes, I guess this is the page you're are looking for:
https://www.europarl.europa.eu/plenary/en/votes.html?tab=votes
I agree that EU citizens don't seem to be involved much with the decisions taken by the parliament.
I've read many posts by US people writing "Representative X voted against this bill, call him, make him change his mind" or something like that.
I've never heard an EU citizen saying something like that.