Daily Shaarli

All links of one day in a single page.

March 20, 2024

John Romero doesn’t believe in prototypes - daverupert.com
Adactio: Articles—Web3 and AI

About the terms used with AI: Web3, AI, Overfitting, Hallucinations, etc...
A thought on apple not communicating about AI, why all the hype?

Laissez bidouiller les bidouilleurs ! - Le Hollandais Volant

En France, on se gargarise sur les scores de réparabilité, les chèques réparation et la garantie pièces détachées. C’est pas mal dans l’idée, mais dans la pratique ce sont encore des usines à gaz immondes destinées à nous faire abandonner toute idée de réparation avant même qu’on ait commencé, et à racheter du neuf. C’est pas ça qu’on veut.

Pas faux

The Real C++ Killers (Not You, Rust)

Interesting to have a language than can tradeoff precision for speed.

Numba make python code faster and the author spent months to build in C++ instead of days with Numba.

The last one is assymbly directly... it seems similar to C in the new versions! ForwardCom is also interesting as it's an "open forward-compatible instruction set architecture".
Damn look at this:

v0 = my_vector  // we want the horizontal sum of this
int64 r0 = get_len ( v0 )
int64 r0 = round_u2 ( r0 )
float v0 = set_len ( r0 , v0 )
while ( uint64 r0 > 4) {
        uint64 r0 >>= 1
        float v1 = shift_reduce ( r0 , v0 )
        float v0 = v1 + v0
}

If I trade C++ for “not C++”, 80% of my work will remain exactly the same. C++ is simply irrelevant to most of what I do. Could it mean that for me C++ is already 80% dead?

Interesting thoughts though!

The “Babe” Index - McSweeney’s Internet Tendency

At which point in a relationship you say "babe" reveals something of you

Adactio: Journal—What the world needs

In other words, while it seems like there’s never a good time to write about something, the truth is that there’s never a bad time to write about something.

The author arguments in favor of writing. Each arguments against writing is thwarted.

“After all”, they said, “the world doesn’t need yet another opinion.”

True. The answer is simple: don't publish for the world.

Covid-19 : comment le coronavirus détruit des neurones essentiels pour la fertilité et la cognition
https://infosec.exchange/@SwiftOnSecurity/112125084281972970

Data minimization is really a slept-on security control that gets almost no press or attention outside narrow industry verticals.

En Français

La minimisation des données est en réalité une sécurité invisible qui ne reçoit pratiquement pas de presse ou d'attention en dehors de secteurs verticaux étroits.

Auf Deutsch

Datenminimierung ist wirklich eine schlafende Sicherheitskontrolle, die außerhalb enger Industriezweige fast keine Aufmerksamkeit erhält.

Quantity Queries are Very Easy with CSS :has() – Frontend Masters Boost

Style the parent based on how many children there is in it. Awesome!

Vu de l'étranger. Dati, Le Maire, Véran : les macronistes enchaînent les polémiques
Fibre Pro : offre internet dédiée pour entreprises - OVH TELECOM

Une offre d'abonnement Internet, juste Internet pour 44€. C'est bien la seule que je connaisse qui ne vient pas avec un bouquet de services comme la téléphonie ou la TV.

Automating OBTF Inputs With Bash Scripts

KISS

Why not a Rust program for it :D

Meme Generator Without Watermark 🐈