I needed space on my bookshelf for "Rust Atomics and Locks" so I threw out my copy of "Perl in a Nutshell".
Consider it a statement of intent just as much as a recognition of reality.
🚀 Just published: Collabora Online @CollaboraOffice — Open-source document editing suite for secure collaboration
Powerful online document editor with Microsoft Office compatibility. Integrate into your infrastructure or use trusted hosting partners for secure team collaboration.
"Uh, do I really need to install this app to order food?"
"Yes. And also we'll need access to your contacts, location 24/7, your photos, microphone, and possibly your soul."
"…I just wanted a pizza."
"Cool. In exchange, here’s 6 push notifications a day, and targeted ads for gym memberships (because you're eating too much pizza)."
Let's look at App Tracking, why it's bad & how you can turn it off 👉 tuta.com/blog/app-tracking
Shops are following Google's and Facebook's example with their own tracking apps so we must say: "No, I'm not installing your app to order food!"Tuta
I've had Fedora as my main operating system for 4 years and couldn't be happier!
I only use Windows at work out of necessity, but at home it's 100% free software. LibreOffice has completely replaced Microsoft's Office suite, and honestly, I don't miss it at all.
Who else here made this transition? What was your experience like?
For any #FirstContact fans, #PeterCawdron has put his next book up for preorder toward the end of October.
I'm going through a difficult patch and not reading much at the moment, but we're looking at nearly 6 weeks away. Hopefully things will have improved by then. My daughter's due to be on a school trip, my Son is due to be a few weeks old, and my job is due to be paused. SO I might get there around about the right time.
#Bookstodon
Friday.
The iron tripped our home electric supply this morning. I reset, came down to the office, unplugged the mesh wifi repeater thing because it struggles to reconnect without the stupid app, then turned on the hard drive I use for batch processing multigig videos, then got distracted by a phone call.
Next, the hard drive goes green on my dashboard. It's etherneted into the unplugged extender.
Please send help.
ah ah ah ah ah ah ah ah ah
como é que é?
meri quê?
🔗 jn.pt/pais/artigo/reitor-do-po…
O reitor da Universidade do Porto denunciou ter recebido pressões de várias pessoas para deixar entrar na Faculdade de Medicina 30 candidatos que não tinham obtido a classificação mínima na prova exigida no curso especial de acesso.JN/Agências (Jornal de Notícias)
Discourse is modern forum software for meaningful discussions, support, and teamwork that gives your online community everything it needs in one place.Discourse - Civilized Discussion
A site with statistics regarding the decentralization status of various web servicesarewedecentralizedyet.online
Ein sehr guter Blogbeitrag von meinem KIT-Kollegen Gerhard zum Thema Urlaub - der gut erklärt, warum auch eine Behinderung wie Geburts-Blindheit durchaus kontextabhängig nicht behindernd sein kann.
blindnerd.de/2025/08/20/unter-…
#a11y #accessibility
#blindNerd
Meine lieben, Vor acht Jahren schrieb ich bereits einmal über das heutige nicht astronomische Thema. Ich finde, es ist es wert, heute und hier nochmals neu aufbereitet und rezykelt zu werden. Es ge…Blindnerd - Wissenschaft und Technik blind erleben
reshared this
CoMaps is now on IzzyOnDroid!
IzzyOnDroid is an Android store for Free & Open Source Software. The apps are free (as in „free beer“ and as in „free speech“) and Open Source.
Builds for IzzyOnDroid are directly from developers and signed by developers. This enables very fast publishing (whereas F-Droid re-builds apps from source).
There are several ways to install and update CoMaps via IzzyOnDroid:
apt.izzysoft.de/fdroid/index/a…
#IzzyOnDroid #FOSS #OpenSource #FreeSoftware #FOSSCommunity #LibreApps
Easy map navigation - Discover more of your journey - Powered by the communityIzzyOnDroid Repo Browser
reshared this
Builds for IzzyOnDroid are directly from developers and signed by developers. This enables very fast publishing (whereas F-Droid re-builds apps from source).
So any developer can distribute self signed malicious apps fast.
Without checks. Wonderful Idea.
Fdroid builds from reviewed source code.
I will stick with FDroid and recommend others to do the same.
@Kerplunk we'd suggest you read the security section at apt.izzysoft.de/fdroid/index/i… 😉 TL;DR: multiple scans are performed on apps published via #IzzyOnDroid, to make it as safe & secure as can be. In the 10 years of our existence, there hasn't been a single incident of a malicious app. So please, don't spread uninformed misinformation ("without checks" even). Thanks! @CoMaps
PS: IzzyOnDroid also has #reproducibleBuilds to ensure apps were built from the indicated source. Planned for CoMaps as well
how to use this site and its repo, how to get your app listed here, and more.IzzyOnDroid App Repo
@ib @IzzyOnDroid
Have your system ever detected anything malicious before?
I was hit by a malicious verified by playstore app, so yes, the experience was painful.
The most malicious thing on any android device is inclusion of GAPPS, the google tracking and spyware suite.
I have absolutely nothing against izzysoft way but now have a non google phone and after binning a phone that became malicious, extremely cautious with regard to applications and stores.
@Kerplunk @ib I cannot really tell about "malicious" – but "suspicious", yes. Usually before (or rather instead) of inclusion. We then do not include such app unless clarified and found "OK". And yes, we avoid proprietary components like GMS. We make few exceptions where it's unavoidable, but then clearly mark the app with the NonFreeComp anti-feature
And yes, being cautious is essential, so thanks for taking care! We try to assist you there as good as we can, eg. with full transparency
@IzzyOnDroid @Kerplunk I've wondered for a while, better late than never: if I add the #IzzyOnDroid repo to the F-Droid app, how does the app choose which repo to pull updates from for each app? And in particular for CoMaps?
And are there other F-Droid client apps that handle this better that you'd recommend?
Thanks
@IzzyOnDroid @Kerplunk Thanks! Perhaps worthy of an article to link to, similar to the security one you linked before. For me this is one of the things I overthink that makes me wary.
For example I have added the repository for Bitwarden, and I'm worried that they can (for example, in theory) add a malicious version of whatever app I'm searching for in the real F-Droid repo with a fake version number that's newer than the real one.
Earlier this year, we reported about our progress concerning reproduciblebuilds. Meanwhile,more and more apps are using this; you can find some statisticsher...f-droid.org
@neatnit Yupp. App signing is kind of TOFU (Trust On First Use). So check carefully before the first install, then the "signing stuff" protects you against malicious actors providing "updates". It's just one piece of protection, though – there's e.g. always the "supply chain" (e.g. a dependency the app uses could "sneak things in"), which is why we established several additional scans, @CoMaps @Kerplunk
(1/2)
(2/2) For example, our "APK library scanner" finding "unexpected (proprietary) libs" is no rarity. For apps in our repo, in 90% this was unintended and got fixed by the corresponding dev quickly. In the other 10% we were either able to convince the dev to use a FOSS alternative (while updates were stalled here), or (in rare cases) had to remove the app entirely.
Srovnáváme naší cyklistickou infrastrukturu se zahraničím! Proč má Praha jen symbolické cyklopruhy, zatímco třeba polský Białystok buduje stovky kilometrů chráněných cyklostezek?
Podívejte se, jak se město s mnohem menším rozpočtem a rozlohou stalo vzorem pro městskou cyklistiku. Zjistíte, proč oddělené cyklostezky nejsou jen o asfaltu, ale o bezpečnosti a plynulosti dopravy pro všechny.
Městská cyklistika je budoucnost! Přináší méně zacpané silnice, zdravější obyvatele a čistší vzduch. Inspirujte se s námi a pojďme společně pomoci Praze stát se cyklistickým rájem.
V tomto videu se dozvíte:
Problémy a nedostatky pražské cyklistické infrastruktury.
Jak funguje moderní cyklistika v Białystoku.
Konkrétní čísla a srovnání cyklostezek.
Výhody rozvinuté městské cyklistiky pro celé město.
Na závěr rychlý pohled do města Lodž.
Pomozte nám zlepšit Prahu! Sdílejte toto video s úředníky, politiky a všemi, kterým záleží na budoucnosti našeho města. Máte fotky nebo videa cyklostezek ze zahraničí, které fungují? Pošlete nám je!
U SPD je to jako kdysi u Miroslava Sládka. Odpadlíci promluvili a obvinili vedení hnutí, že vyvádí z SPD peníze.
A podali kvůli tomu trestní oznámení.
"Získané informace nasvědčují tomu, že mohlo dojít a dochází k účelovému vyvádění finančních prostředků hnutí SPD," stojí v oznámení pro policii.
Jde o stejné podezření, kterému Tomio Okamura čelil už v Úsvitu. Lídr SPD pochybnosti vždy striktně odmítal.
Dnešní článek na Neovlivní
LibreOffice, Accessibility, ODF, Open Standards, interfacewww.libreoffice.org
Krásné #dobréRáno a parádní den vám přeju, přátelé a kamarádi Mastodontíci ❤️💙☕️
Díky zdeňkovi @archos jsem se mohl vrátit. Děkuju vám všem za podporu v době, kdy jsem tu nebyl
(@onka6, @KaterinaGloserova , ...)
Dost se mi po vás stýskalo, jen jsem si to chtěl všechno v hlavě ujasnit. Chvíli jsem byl na BS, je tam pár fajn lidí, kteří tady nejsou, ale jinak je to tam takový neosobní...
No a pak už jsem se neuměl vrátit. Zapomněl jsem vstupní údaje...
Odpusťte mi, chyběli jste mi...
❤️💙😉
reshared this
[arch-dev-public]: New way to support Arch Linux: GitHub Sponsors
Peter Vágner reshared this.
Hubert Figuière
in reply to Nicholas Nethercote • • •