I wanted to rent some CPU power from Hetzner to calc better text prediction data for #LinuxMobile.
Created account via VPN so they wanted additional ID information which I sent with passport number removed. Resulting in:
"""
After reviewing your updated customer information, we have decided to deactivate your account because of some concerns we have regarding this information. Therefore, we have cancelled all your existing products and orders with us.
"""
I can't recommend this service.
Did you know that you can call #Emacs functions in #vterm like you can do in Eshell?
Using vterm-eval-cmds you can either commands that don't exist in a shell or replace those that exist.
E.g. instead of man you can call the Emacs manapge mode.
You just have to print something to the terminal with the right escape sequence so vterm receives
the right control sequence to know what to call.
Look at my config for more examples:
https://github.com/Thaodan/emacs.d/blob/master/init.org#vterm
More info on GtkInspector in #gnome's developer documentation: https://developer.gnome.org/documentation/tools/inspector.html and here's how to use it in a nested phosh session: https://phosh.mobi/posts/phosh-dev-part-0/
Another small detail: I often need to scroll up in #chatty to reread something when composing a msg. Going back to the last msg of the conversation by taping the 🔵 would close the ⌨️ forcing me touch into the text area again (and causing visual distraction). We can fix this by having the 🔵 not take focus.
Posting this to demo it can be a one line change in a UI file to make #LinuxMobile work better. So please get involved! #Gtk 's GtkInspector is great to figure such things out.
GNOME 47 is here! After months of hard work from contributors worldwide, this release brings many exciting updates and improvements. https://www.youtube.com/watch?v=sgcVp5RHy4Q
Find more details about what's new in #GNOME47 in the release notes: https://release.gnome.org/47/
It's the small things: If you've been bothered with #calls and #chatty seemingly starting up slowly in #phosh (while most other apps startup fast): I've posted MRs to fix this in chatty and calls (which then also prompted a small fix in phosh). Here's a quick demo of calls before and after the change:
#GNOME Asia 2024 is happening in December in Bengaluru, India 🎉
https://foundation.gnome.org/2024/09/12/gnome-asia-2024-in-bengaluru-india/
Weekly GNU-like #MobileLinux Update (37/2024): #libadwaita 1.6 and doas instead of sudo
https://linmob.net/weekly-update-37-2024/
#LinuxMobile #postmarketOS #Phosh #SailfishOS #UbuntuTouch #PlasmaMobile #PinePhone #Librem5 #cellbroadcast #FuriLabs
I upgraded #GNOME #Calls to #gtk4 + #libadwaita for fun. It's now released in v47.0! Should be available soon in your #LinuxMobile distribution of choice 🚀
Massive thanks to @devrtz, @agx, @brainblasted, and Maximiliano for putting up with my beginner-level GTK skills!
I released #GNOME #Calls 47.0 yesterday 🚀 \o/
This is the first release running #gtk4 and #libadwaita
Thanks a lot to everyone who contributed code, translations and bug reports!
Find the release notes at https://gitlab.gnome.org/GNOME/calls/-/releases/v47.0
And of course, it has already been uploaded to 🎉
Introducing Casilda - A Wayland compositor widget!
A simple Wayland compositor widget for Gtk 4 which can be used to embed other processes windows in your Gtk 4 application.
It was originally created for Cambalache's workspace using wlroots, a modular library to create Wayland compositors.
Following Wayland tradition, this library is named after my hometown in Santa Fe, Argentina
Read more about it at https://blogs.gnome.org/xjuan/2024/09/13/introducing-casilda-wayland-compositor-widget/
Today was "Bundesweiter Warntag" in Germany so a good point in time to test #ModemManager's & #phosh's upcoming #cellbroadcast support 🚨 .
The sounds emitted by #feedbackd are only stubs (and you don' t hear the haptic in the video but I promise it's there 😃).
There's three messages because the CBMs are sent out on three different channels.
Thanks @NGIZero for supporting my work on this!
Are you working on a project to make our internet more resilient/secure/human-centered/inclusive/better/.../?
You could consider applying for funding.
We currently have 5 calls open:
NGI0 Core: Internet architecture
NGI0 Commons Fund: Reclaim the public nature of the internet
NGI TALER: Privacy-preserving digital payments
NGI MobiFree: More ethical and human mobile software
NGI Fediversity: Creating the hosting stack of the future
Deadline Oct 1
🎙️ Did a live recording *with audience* for the first time for the postmarketOS podcast!
Featuring:
* Lots of great talks
* Social event with hacking & soldering
* Pixel 3a port to @mobian
* Getting home late at night with the Railway app
* An interactive quiz
"I no longer wanna wait, we are in 2024 and I think it's time for linux on phones now!" *room clapping*
https://cast.postmarketos.org/episode/43-FrOSCon-2024-special/
Immer für ein Späßchen zu haben, das BSI https://www.heise.de/news/BSI-vergibt-zwei-IT-Sicherheitskennzeichen-an-Zoom-9862082.html
And here's what we could do for copy. Put that into an extra MR for now so we can check whether it's predictive enough for the user what is being copied (while the paste bits from above can already land for 0.42).
Note that this is orthogonal to what an app/UI toolkit offers for copy/paste (via context menus or drag handles) already.
Weekly GNU-like #MobileLinux Update (36/2024): Bug fix releases and Mimi Browser
https://linmob.net/weekly-update-36-2024/
#LinuxMobile #Phosh #PlasmaMobile #UbuntuTouch #SailfishOS #akademy2024 #PinePhone #Librem5
Copy / paste can be fiddly on mobile. I opened an MR today to make the paste part a bit easier in phosh-osk-stub (another old branch finally cleaned up into a (hopefully) mergeable state):