Daily Shaarli

All links of one day in a single page.

May 11, 2024

Home | Nannou
RFC 9564 Faster Than Light Speed Protocol (FLIP)

Ok ok. How? AI can predict the next IP packet, so it's faster than the speed of light.

The recent advances in artificial intelligence (AI) such as large language models enable the design of the Faster than LIght speed Protocol (FLIP) for Internet. FLIP provides a way to avoid congestion, enhance security, and deliver faster packets on the Internet by using AI to predict future packets at the receiving peer before they arrive.

What is the Web Revival? - Thoughts on Libre.Town

yes, the web as it is today is bad, but it can also be a beautiful and useful tool if used properly.

The website is great too!

FAQ sur la conduite et la possession d’une voiture électrique - Le Hollandais Volant

Pleins de bons conseils

Carlos Fenollosa - Blog

Independant emails are not delivered to the major mail hosting providers such as gmail...

Right now institutions don't talk about regulating email simply because they take it for granted, but it's not.

Some useful types for database-using Rust web apps - Andreas Fuchs’ Journal
  • IdType trait: a trait that marks a type used for database identifiers
  • the read-only/read-write transaction pattern (and create two SQLite connections: a read-only and a write-only)
RustConf 2023 - Rust in the Wild: A Factory Control System from Scratch - YouTube
Blue Dwarf's Features
What I have Learned from Two Years of Running a Small Social Media Website

While I do want to give users the reasonable functionality they want, my first priorities are to make the code usable and the platform financially sustainable. If that does not happen, any cool capabilities of the code are irrelevant, as the owners of Voat learned the hard way.

Users on Blue Dwarf become calmer the longer they remain because of the rules of the site.
Blue Dwarf is not valuable enough to be hacked because the attack surface is small and there are no value (i.e. no personal data).

Great insights :)

Composition over Inheritance - Elly Loel

Composition let you implement, hand pick and choose what you need when you need it.
It allows to build to thing that fits, in opposition to inheritance. Inheritance forces to predict the future.

Je travaille 50 h par semaine | Grise Bouille
Using LaTeX for writing research papers | The Data Blog
  1. LaTeX papers generally look better
  2. LaTeX is available for all platforms
  3. LaTeX offers many packages
  4. You don’t need to worry about how your document will look like
  5. LaTeX can generate and update your bibliography automatically
  6. LaTeX works very well for large documents

Problems: steep learning curve, some errors are hard to debug, overkill for simple documents.

LaTeX is best used for large documents or documents with complex layouts or for special needs such as displaying mathematical equations and algorithms