I guess a VollaPhone with Ubuntu Touch is the current best option to get away from Android and have a fully supported, modern device? 🤔 #LinuxMobile#UbuntuTouch#Linux
34 years ago, August 25, 1991: Finnish university student Linus Torvalds announced he would post source code of an experimental OS kernel he wrote. It was posted to the university's FTP server in September where the sysadmin nicknamed it #Linux. Torvalds thought it was done. But code contributions started arriving and never stopped. He still leads #kernel development today from his home near Portland, Oregon. https://en.wikipedia.org/wiki/History_of_Linux#OpenSource#software#engineering#tech#TDIH#history#PNW
@joojmachine Oh my god, Pied JUST WORKS! I can't believe my ears! :psyduck:
I just installed Pied's flatpak package, let it install Piper, then downloaded the best English voice I could find ("Lessac", the basis for most other voices), and told Pied to set it as the Speech Dispatcher voice…
Now Orca sounds natural, and I can stand using it, for the first time in 20 years. :blobmiou:
My eyes are so itchy and watery (presumably due to seasonal allergies) that I haven't been able to get much work done in the past few days. I'm writing this toot with my eyes closed most of the time. 😑
Dear #accessibility hivemind, is there an easy way to have #Orca working with a natural-sounding text-to-speech voice, that is not eSpeak, but rather something like #MyCroft's Mimic3 ?
What's the state of the art for screenreader TTS voices on #Linux and how do I get it in #Fedora?
Hola, os dejo una pequeña guía que he hecho para migrar a #xmpp con servidor ubicado en españa y una app alemana que consuma estos datos @monocles
🍊¿Porqué? Para evitar el uso de whattsapp en la medida de lo posible y reducir la vigilancia y la filtracion de datos a los conglomerados tecnológicos estadounidenses.
🍋¿Porqué no Signal? Es una fundación estadounidense. Sus creadores ya vendieron whattsapp en el pasado. Fue financiada por la CIA. EEUU tiene una legislacion en proteccion de datos menos estricta que Europa y siempre existe el peligro de que el gobierno les obligie a facilitarles datos.
🍐¿Es mejor lo que propones? Xmpp es un protocolo público y distribuido, puedes registrarte en el servidor que mas te guste y luego usar la app de tu elección construida para consumir xmpp. No hay una macroempresa controlando todo, vigilando y robando datos.
2. Android. pulsar en este enlace https://f-droid.org/F-Droid.apk Permitir instalacion desde origenes desconocidos (es completamente seguro) instalar f-droid
Here's a #ShellScripting puzzle. Suppose you have a shell script run with the "-e" flag, i.e., it's supposed to exit immediately if a command exits with a non-zero exit status. But there's one particular command you want to capture the exit status of so you can check if it's a particular failure code and ignore it if so. What's the cleanest way to do that? I ended up using