@antigones

23 Followers
28 Following
20 Posts
Testing my modal logic formulae evaluator: it should now support recursive evaluation straight from the operator definitions.
First steps with#pennylane and #quantum chemistry: trying to find the ground state of a hydrogen molecule. ⚛️
Thinking in two dimensions is absolute madness but is what Befunge expects us to do: in this video, I challenged myself to write a program that endlessly prints random 0s and 1s. Will it behave or completely fall off the grid? ➡️⬆️⬅️⬇️ #coding #befunge

"Back to BASICs" #2: simple graphics. PEEK(ing) and POKE(ing) values from and to video memory locations allows programmers to draw on-screen. Pixel colors can be specified READing from DATA.

I enjoyed realizing #PyConIT2025 logo as a tribute, using #Python to read pixels from an image to generate DATA values (as a matter of fact, it's possible to generate the entire program!).

Tetris or...programming language? Piet is an esoteric language using colored blocks to encode instructions and values to be managed in a stack!
Here I wrote a program printing a sequence of "8", inspired by Tetris game: I called it "the missing piece". Do you like it? 🙂 🟦🟧🟪🟩 #Piet #programming #tetris
"Back to BASICs" #1: reading constants, using string concatenation and applying some flow control to solve exercises in a dusty book from the 80s. Remember the days when GOTOs ruled the coding world? #BASIC #C64

🎯 Back to my quantum experiments!

Over the past few days, I’ve been trying to tackle the n-queens problem with a quantum approach, using the Quantum Approximate Optimization Algorithm (QAOA) and Qiskit. ⚛️💻

To make it work, I had to reframe n-queens as an optimization problem - breaking it down into a set of constraints and an objective function. I really like how quantum computing pushes us to rethink traditional problems in different ways.💡

#Python #QuantumComputing #Qiskit

"The late night tinkering projects #18: Matter protocol on a budget"

I'v been diving into the world of Matter protocol! 🏡✨ Initially, I thought I’d need to buy (or build!) a Thread border router just to get Matter-over-Thread up and running. But guess what? You can skip the extra hardware and roll with Matter-over-WiFi using just an ESP32 board! 💡 No additional gadgets required, just your phone! 🚀#IoT #MatterProtocol #ESP32 #SmartHome

https://1littleendian.medium.com/matter-protocol-on-a-budget-90dee313461e?source=friends_link&sk=77dcf816699326aba382b35b574bd49f
https://dev.to/antigones/matter-protocol-on-a-budget-32ph

Matter protocol on a budget - Juna Salviati - Medium

Matter is a “super-standard” for IoT device interoperability: it promotes cooperation between smart things manufacturers and allows to control objects from the local network. It is relatively new, as…

Medium
Exactly 42 lines of code (heavily inspired from https://www.swissted.com) #genuary2025 #genuary #genuary3
Swissted

Swissted
"Layers upon layers upon layers." - suddenly Seigaiha pattern 🌊 #genuary2 #genuary #Python