- elle réalise le diagnostic, 🧰
- appelle le réparateur, 📲
- et commande même les composants en cas de besoin ! 💳

Le codage aurait pu prendre moins de temps, mais les 3 IA dédiées 🤖 🤖 🤖 ont rencontré un désaccord pendant une des séquences de travail et elles ont dû prendre du temps CPU pour échanger sur leurs points de vue. 👀

Elles ont déclaré de concert : "Il y a un OS !" 🦴 et puis elles ont repris le travail.

#Informatique #Ternary #1erAvril #LowTech #GreenIT

2 sur 3

#Informatique #Ternary #1erAvril #LowTech #GreenIT

Le tout premier ordinateur auto-réparable !

Vous savez que je ne ménage pas ma peine pour chercher des solutions pour lutter contre le gaspillage des ordinateurs. 😔

Je vous annonce la création du tout premier ordinateur auto-réparable ! 🛠️

Équipé d'une IA 🤖 qui a été codée par un groupe de 3 IA 🤖 🤖 🤖 travaillant de concert en 72 heures ⏲️ en cas d'erreur système, en cas de lag, ou en cas de crash d'applications :

1 sur 3

Ternary RISC Processor Achieves Non-Binary Computing Via FPGA

You would be very hard pressed to find any sort of CPU or microcontroller in a commercial product that uses anything but binary to do its work. And yet, other options exist! Ternary computing invol…

Hackaday
Ternary RISC Processor Achieves Non-Binary Computing Via FPGA

You would be very hard pressed to find any sort of CPU or microcontroller in a commercial product that uses anything but binary to do its work. And yet, other options exist! Ternary computing invol…

Hackaday
Relays Run This Balanced Ternary Adder

If you’re at all familiar with digital computing, you’ll know that computers represent everything in binary values of one and zero. Except that’s not technically the only way to d…

Hackaday

How to Use Ternary and Null Coalesce

? : for if-else. ?? for null fallback. ??= for assign if null.

#php #ternary #nullcoalesce #howto

https://www.youtube.com/watch?v=tcPHVhKaKk8

How to Use Ternary and Null Coalesce #ternary

YouTube
The Setun Was A Ternary Computer From The USSR In 1958

[Codeolences] tells us about the FORBIDDEN Soviet Computer That Defied Binary Logic. The Setun, the world’s first ternary computer, was developed at Moscow State University in 1958. Its troub…

Hackaday

Ternary Associativity

PHP ternary operator is left-associative! This trap catches everyone. Can you predict the output?

#php #phptricks #ternary #associativity #phpquiz

https://www.youtube.com/watch?v=qN3jEXSPiZc

Ternary Associativity #PHP

YouTube

One nice thing about (standard balanced) #ternary #logic is that: if we use −1 for ⊥, 1 for ⊤, and 0 for the third value, then p∧q ⇔ min(p,q), p∨q ⇔ max(p,q) and ¬p ⇔ -1*sgn(p)

#math