Paolo Redaelli personal blog

Category: Agenda

AnyWhereLan: keep an eye on it

I recalled that I wanted to set up my own home-made VPN following How I made a home VPN with dynamic DNS for secure remote access. It seems that someone is going to make this far easier: enters https://github.com/anywherelan/awl It’s still in beta but we shall keep an eye on it. I hope it will…

Futura agenda

5 strutture dati strane (ma utili) nell’informatica (“5 Strange (but useful) Data Structures in Computer Science”). Let’s look at five weird data structures that will help you when the arrays and hashmaps of this world aren’t enough. Do we have it in Liberty Eiffel? ROPE is part of the standard library. The other are “futura…

Link

https://github.com/uNetworking/uSockets

Miniscule cross-platform eventing, networking & crypto for async applications

Another interesting article to “convert to Eiffel”…. It’s Time to Say Goodbye to These Obsolete Python Libraries It’s Time to Say Goodbye to These Obsolete Python Libraries Martin Jul 20, 2022 Python With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get…

The simdjson library

The simdjson library Parsing gigabytes of JSON per second JSON is everywhere on the Internet. Servers spend a lot of time parsing it. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to break speed records.