Video is already online. Good work AVC team. youtu.be/mccLSdEI9-Y?si=nUxNkj…
Cesta k selfhostingu (Štěpán Škorpil)
Přednáška na konferenci LinuxDays 2025 (https://www.linuxdays.cz/2025)Abstrakt:Jak jsem se (téměř) zbavil závislosti na softwarových korporátech a čím jsem j...YouTube
toot.cafe/@slightlyoff/1153015…
Alex Russell (@slightlyoff@toot.cafe)
Be the developer who appreciates the output, not the dudebro who fixates on the input.Toot Café
Welcome to the RB family, World Clock 🥳
apt.izzysoft.de/packages/de.er…
World Clock displays the current time and weather for various cities. Thanks to a little help from Eric, its developer, the app is now RB, starting with v1.5.1 (which will go live with our next repo sync around 6 pm UTC) 😃
So with this, our current RB status is: 724 apps (56%) 🎉
#reproducibleBuilds #IzzyOnDroid
„World Clock v2“ – IzzyOnDroid F-Droid Repository
display offline time and online weather for various cities in a sleek Material YIzzyOnDroid Repo Browser
IBM Granite 4.0: hyper-efficient, high performance hybrid models for enterprise
IBM Granite 4 models feature a new hybrid Mamba/transformer architecture that dramatically improves speed and efficiency without sacrificing performance.Kate Soule (www.ibm.com)
A neni to o malo, STAN by potreboval o 4357 hlasu vic, aby sebral jeden hlas ANO.
Porad mi to prijde lepsi nez mit 200 volebnich obvodu s jednim hlasem. V tech 4 z Karlovarskyho Kraje by ANO bralo vsechny 4
Privacy Stack of Mr Schmidt
📱 Google Pixel with GrapheneOS
🗣️ SimpleX, Signal, Session, Threema, Garnet (Nostr client)
🌐 Tor Browser, Vanadium, Brave
🛡️ InviZible Pro, Mullvad, IVPN, NymVPN
✉️ Tuta Mail
🗒️ Nextcloud Notes, Joplin
📄 OSS Document Scanner
📁 Syncthing, Nextcloud, DAVx5, LocalSend
🔑 Keepass2Android (Nextcloud sync), Aegis, OpenKeychain
📦 F-Droid, Aurora Store (Anonymous), Obtainium
❓How does your privacy stack look like? Comment below! 👇
Source: x.com/schmidt1024/status/19446…
It’s slightly similar to him but have smt diff
📱 Google Pixel with GrapheneOS (and sandboxed gapps)
🗣️ SimpleX, Molly, Session, Deltachat, XMPP and matrix (nope.chat server)
🌐 Tor Browser, Ironfox and cromite
🛡️ Proton vpn, Windscribe
(With nextdns as dns provider)
✉️ Proton mail and Tuta
🗒️ Notesnook
🔑 Proton pass and Ente auth
📦 droid-ify , Aurora Store
💸 Cake Wallet
🎥 Pipepipe (forked NewPipe), mpvkt
🗺️ Organic maps
🌤️ Bura
✅ Taks.org
⌨️ Florisboard
🔄 libretranslate
Letosni Volebni Kalkulacka byla masivni uspech Michala a Kateriny. Vytocili bez Seznamu vice nez s nim.
Zaroven je to muj technicky fail. Chybami v kodu nam uletel ucet na Vercelu. V souctu tesne pod $1000.
1. Server renderovani karet vysledku => request na server na kartu (tohle jsme fixli)
2. Napojeni AppSignalu server-side => posilal obri data a zablokoval cachovani.
3. Pruchod Kalkulackou pres server-router => dotaz na server, ze se zmenilo cislo otazky 2 -> 3.
@zoul Je to tak, jak rikaji borci z Vercelu: Next je infrastruktura definovana v kodu. Coz znamena, ze nad tou infrastrukturou musis premyslet, kdyz ten kod pises.
Hezky priklad jsou ty karticky. Mas stranku, kde je 50 karticek a data se berou z nejakeho fetche.
- fetchnes v page a a vyrenderujes 50 karticek, kterym das ID
- v kazde karticce si sahnes na ty BE data a vyrenderujes ji
=> vyrobis 51 requestu na server (page + 50x data pro kazdou karticku).
Cache je dalsi nas fail. Nejspis ten `plugin` napojeni AppSignalu uplne vypnul cache a udelal to full-dynamic (posilal headery do analytics). Takze vsecky ty zmeny otazka 2 -> otazka 3 bezely na serveru a fetchovala se tam data (proc to vyplo cachovani fetche nevim doted).
A protocili jsme na tom takhle 2TB zbytecne.

I'm not getting the token to reset my account password to file a bug.
Babis-Partei schafft bei Parlamentswahl in Tschechien das Comeback
Die Partei ANO des Rechtspopulisten Babis hat die Parlamentswahl in Tschechien gewonnen. Der Milliardär spricht von einem historischen Erfolg. In vielen EU-Staaten dürften jetzt die Sorgen zunehmen.
Stalwart mail server does not use the OS trusted CA roots because "there are platforms in which CA stores are not available" and "in MacOS using the native store adds huge delays to lookups"
So it's written in Rust but you gotta turn off certificate validation if you connect to services using a private CA
gotta fucking love it
github.com/stalwartlabs/stalwa…
[enhancement]: CA Root Support for intranet ACME provider
Which feature or improvement would you like to request? I'd like to see this feature: Ability to use an alternative ACME provider in the install prompt. Ability of use a custom made CA root for the...cloxlcolce (GitHub)
having more about it, and their docs - on paper this looks compelling, and the license costing is very reasonable.
I'm VERY curious about testing, and rolling out a cluster... will I ditch forever AOX? Possibly not, but not sure.
How did you come across it? Do you know anything of it's provenance?
@mWare so I've been doing some light testing of it, and it's fast and capable. Still need to finish testing more features.
But I have one gripe. And it's the same as I've had with other software:
I don't understand why people are so obsessed with this RocksDB / LevelDB. It's terrible. I have been able to corrupt(?) my data 3 times now. Or at least I mean I got it into a state where the software wouldn't start, I get Segmentation Faults, and tracing the processing doesn't tell me anything useful other than it exploded while trying to read the database.
This has happened to me with other software that tries to store data in RocksDB.
So anyway, my current configuration that I may keep only stores the cache and Full Text Search in RocksDB, and the rest is all in Postgres. Their Postgres implementation is completely opaque because they just turn it into a giant BLOB store of key:values, so the data is binary and unreadable. You wouldn't be able to read anything by looking at Postgres yourself.
But it's still fast from what I can tell. And I never have to worry about Postgres getting into an inconsistent state.
well that's their fault for ignoring hardware errors 🤡
Also I already have pretty robust backups setup for Postgres so I can restore fairly easily as I have snapshots + WAL archiving, and I can move the process around between jails and VMs or physical machines and don't have to move data
Several mayors, including at least 14 in greater Montreal area, elected by acclamation
cbc.ca/news/canada/montreal/se…
Nobody want the job of mayor...
This video about recent and ongoing evolution of Audacity (a popular open source audio editor) is a terrific case study—or several terrific case studies—about the challenges of developing software.
I was most interested in the Technical Debt (11:45) and Gradual Transformation (16:07) chapters, about how easy it is to tangle up your software architecture (even if you know better), how the tangle causes problems for you, and how much dedicated effort it takes to untangle.
youtube.com/watch?v=QYM3TWf_G3…
How We're Redesigning Audacity For The Future
This video digs into the research and design that went into gradually transforming Audacity 3 - a free and open source audio editor and production app - and ...YouTube
Sensitive content
Anyone with a Xiaomi device using the MiDoze app?
apt.izzysoft.de/packages/io.gi…
It wasn't updated since 2022, and the source repo was archived in 2023 – so it's unclear if it's still working at all (to download firmwares from Xiaomi).
EDIT: thanks for the feedback! As it's still working, we'll keep it for now.
#serviceToot #FollowerPower #IzzyOnDroid
„MiDoze“ – IzzyOnDroid F-Droid Repository
the easiest way to download firmwares for Xiaomi wearablesIzzyOnDroid Repo Browser
Schmaker
in reply to Štěpán Škorpil • • •Štěpán Škorpil
in reply to Schmaker • • •Lukáš Jelínek
in reply to Štěpán Škorpil • • •Ondřej Caletka
in reply to Lukáš Jelínek • • •Můžeme se zkusit zeptat u AVC.
Smoon
in reply to Štěpán Škorpil • • •Štěpán Škorpil
in reply to Smoon • • •