25 Followers
122 Following
79 Posts
Programista backend zainteresowany renderowaniem w czasie rzeczywistym, oraz systemami wbudowanymi.
WWWhttps://lubiak.pages.dev
Codeberghttps://codeberg.org/mikolajlubiak
@funtoomen chatmail relays are store-and-forward servers and they keep it until you get it, but not longer than X days (default 20, chatmail relays differet a bit but should have the info on their web page)
@delta Thanks. Awesome stuff btw, just downloaded the app and started using mailchat.pl. <3

new security milestone reached: #chatmail relay servers are hardened to only transfer end-to-end encrypted e-mail with metadata minimization. No cleartext message can enter or leave the secure chatmail network anymore.

We now talk about "chatmail relays" rather than servers as they only ephemerally store messages until delivery. Dirt cheap to run.

We opened up our #rust "chatmail core" infrastructure library and set up an overview of the community driven ecosystem ...

https://chatmail.at

Chatmail

Chatmail provides FOSS infrastructure for interoperable, secure, speedy and reliable end-to-end encrypted messaging. Check out clients as Arcane Chat, Bots or Delta Chat today!

@delta What will happen if I'm not online when the message comes? Does the relay store it until it can send it to me or does the message disappear?
@gynvael Sooo happy to see my article in the new issue of Paged Out! <3

Paged Out! #6 is out!
https://pagedout.institute/
Totally free, 80 pages, best issue so far!
'nuff said, enjoy!

(please boot to help spread out the news!)

Paged Out!

Deeply technical zine. And it's free.

Paged Out!
Skompilowałem jeden ze swoich projektów graficznych w C++ do web assembly.
Teraz możecie sprawdzić demko na mojej stronie: https://lubiak.pages.dev/physics_automata/

After about a year, I finally wrote a new article. It's about my embedded backpack patch project that uses epaper.
Soon the same article should be in the new issue of Paged Out magazine.
Link: https://lubiak.pages.dev/pixelpin/

In addition, the project is open source.
https://github.com/mikolajlubiak/pixelpin
https://github.com/mikolajlubiak/pixelpin-app

PixelPin | Mikołaj Lubiak

Background Someday I thought that it would be cool to have a pin or a patch on my backpack. Sadly, I didn’t have any… Sooo the next logical step was to make one using E Ink. Hardware For hardware, I chose… whatever I had lying around. That just happened to be an ESP32S3 (way overpowered, later changed for an ESP32C3) and an E Ink display. Code, the microcontroller I decided to choose Bluetooth (BLE) for the communication protocol, since it’s supposed to use little energy.

Po jakimś roku napisałem w końcu nowy artykuł. Jest o moim projekcie embedded naszywek na plecak, które używają epaperu.
Za niedługo taki sam artykuł powinien się znaleźć w nowym wydaniu magazynu Paged Out.
Link: https://lubiak.pages.dev/pixelpin/

Dodatkowo projekt jest open source.
https://github.com/mikolajlubiak/pixelpin
https://github.com/mikolajlubiak/pixelpin-app

PixelPin | Mikołaj Lubiak

Background Someday I thought that it would be cool to have a pin or a patch on my backpack. Sadly, I didn’t have any… Sooo the next logical step was to make one using E Ink. Hardware For hardware, I chose… whatever I had lying around. That just happened to be an ESP32S3 (way overpowered, later changed for an ESP32C3) and an E Ink display. Code, the microcontroller I decided to choose Bluetooth (BLE) for the communication protocol, since it’s supposed to use little energy.

@qwx Cool website. Reminds me of cat-v which I see you also like. Did you write it yourself or is there a cool template/style I can use to make my website look like that?