mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

#gui

9 posts8 participants2 posts today
doctorambient<p>In all my years of cutting and pasting, Microsoft's assumptions about what I'm trying to select have never been correct. Ever.</p><p>It's always a fight!</p><p>🤔</p><p><a href="https://mastodon.social/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://mastodon.social/tags/microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft</span></a> <a href="https://mastodon.social/tags/microsoftWord" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoftWord</span></a> <a href="https://mastodon.social/tags/cutandpaste" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cutandpaste</span></a> <a href="https://mastodon.social/tags/microsoft365" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft365</span></a></p>
Develer<p>⚡️ Slint: 4 librerie per GUI <a href="https://mastodon.uno/tags/embedded" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>embedded</span></a> a confronto ⚡️</p><p><span class="h-card" translate="no"><a href="https://mastodon.uno/@lucaotta" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>lucaotta</span></a></span>, nei suoi articoli, sta portando avanti un confronto tra librerie per <a href="https://mastodon.uno/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> embedded.<br>Oggi ci parla di <a href="https://mastodon.uno/tags/Slint" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Slint</span></a>, una libreria moderna, che pone notevole accento sulla facilità di sviluppo e sul tooling, e con termini di licenza accessibili.</p><p>Leggi il blog post: <a href="https://bit.ly/3wZe16v" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3wZe16v</span><span class="invisible"></span></a></p>
amen zwa, esq.<p>Well, this is novel: <a href="https://mathstodon.xyz/tags/Bogue" class="mention hashtag" rel="tag">#<span>Bogue</span></a> <a href="https://mathstodon.xyz/tags/SDL2" class="mention hashtag" rel="tag">#<span>SDL2</span></a>-based <a href="https://mathstodon.xyz/tags/GUI" class="mention hashtag" rel="tag">#<span>GUI</span></a> library for <a href="https://mathstodon.xyz/tags/OCaml" class="mention hashtag" rel="tag">#<span>OCaml</span></a>.</p><p><a href="https://github.com/sanette/bogue" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">github.com/sanette/bogue</span><span class="invisible"></span></a></p>
Jack William Bell<p>A drag and drop <a href="https://rustedneuron.com/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> builder for <a href="https://rustedneuron.com/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a>. Early days, currently only supports TKInter, and is a bit limited. But it does export working Python code. Worth watching to see how this project matures.</p><p>PyUI Builder:</p><p>* <a href="https://pyuibuilder.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pyuibuilder.com/</span><span class="invisible"></span></a><br>* <a href="https://github.com/PaulleDemon/PyUIBuilder" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/PaulleDemon/PyUIBui</span><span class="invisible">lder</span></a></p><p><a href="https://rustedneuron.com/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://rustedneuron.com/tags/UI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UI</span></a> <a href="https://rustedneuron.com/tags/design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>design</span></a></p>
Ænðr E. Feldstraw<p>Dear <a href="https://mastodon.social/tags/Microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Microsoft</span></a> , your <a href="https://mastodon.social/tags/MSWindows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MSWindows</span></a> <a href="https://mastodon.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> insists on having window borders measuring 1px wide, which we get to grab to resize the windows. With a mouse that seems easy. Try again using a touch pad when cold and shivering, or tired, or in a dusty machine mill with a trembling floor. Don't even get me started on people suffering central tremors, cerebral palsy, or other physical limitations. <br><a href="https://mastodon.social/tags/usability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>usability</span></a> <a href="https://mastodon.social/tags/accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>accessibility</span></a></p>
Steven Rosenberg<p>I just made an Erlang GUI "Hello World" in a Fedora 41 Toolbox.</p><p>$ toolbox create erlang</p><p>$ toolbox enter erlang</p><p>$ sudo dnf install erlang</p><p>$ erl -smp</p><p>1&gt; wx:new().<br>{wx_ref,0,wx,[]}</p><p>2&gt; M = wxMessageDialog:new(wx:null(), "Hello World").<br>{wx_ref,35,wxMessageDialog,[]}</p><p>3&gt; wxMessageDialog:showModal(M).</p><p>Thanks to:</p><p><a href="https://arifishaq.wordpress.com/wp-content/uploads/2017/12/wxerlang-getting-started.pdf" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">arifishaq.wordpress.com/wp-con</span><span class="invisible">tent/uploads/2017/12/wxerlang-getting-started.pdf</span></a></p><p><a href="https://wxerlang.dougedmunds.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">wxerlang.dougedmunds.com/</span><span class="invisible"></span></a></p><p><a href="https://ruby.social/tags/erlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>erlang</span></a> <a href="https://ruby.social/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://ruby.social/tags/fedora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedora</span></a> <a href="https://ruby.social/tags/toolbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>toolbox</span></a></p>
Jack William Bell<p>Tauri (a <a href="https://rustedneuron.com/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a>-based cross-platform <a href="https://rustedneuron.com/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> library using a browser as the display surface) has come a long way in the last year. But I think the best new (coming soon?) feature enables an embedded instance of Verso (a Rust-based browser).</p><p>&gt; Experimental Tauri Verso Integration. <a href="https://v2.tauri.app/blog/tauri-verso-integration/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">v2.tauri.app/blog/tauri-verso-</span><span class="invisible">integration/</span></a></p><p><a href="https://rustedneuron.com/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://rustedneuron.com/tags/ui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ui</span></a> <a href="https://rustedneuron.com/tags/design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>design</span></a></p>
Surya Teja K<p>I am annoyed at my code right now. It shouldn’t be this hard to write a plugin system in <a href="https://social.linux.pizza/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a></p><p>I am using <a href="https://social.linux.pizza/tags/GTK4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTK4</span></a> subclassing for the <a href="https://social.linux.pizza/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> and now, would like to setup plugin system which will host optional functionality.</p><p>I am (once again) working on a test editor for learning purposes and it doesn’t want to work.</p><p><a href="https://social.linux.pizza/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://social.linux.pizza/tags/rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rustlang</span></a> <a href="https://social.linux.pizza/tags/diary" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>diary</span></a></p>
Alex Zap<p><a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/machinelearning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>machinelearning</span></a> <a href="https://mastodon.social/tags/artificialintelligence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>artificialintelligence</span></a> <a href="https://mastodon.social/tags/datascience" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>datascience</span></a> <a href="https://mastodon.social/tags/NLP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NLP</span></a> <br><a href="https://mastodon.social/tags/webapp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webapp</span></a> <a href="https://mastodon.social/tags/Dashboards" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Dashboards</span></a> <a href="https://mastodon.social/tags/app" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>app</span></a> <br><a href="https://mastodon.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> <a href="https://mastodon.social/tags/interface" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interface</span></a> <br>👉 Design Interactive Machine Learning UI using Gradio, Hugging Face, NLP, Dash &amp; PyGWalker</p><p>Empower Your Python Data Science Projects with 30+ Inspiring Walkthrough Examples of User-Friendly (Web-)Interfaces &amp; Pipelines</p><p><a href="https://mastodon.social/tags/exploremore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>exploremore</span></a> 👇 <br><a href="https://mastodon.social/tags/freesoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freesoftware</span></a> </p><p><a href="https://medium.com/@alexzap922/design-interactive-machine-learning-ui-using-gradio-hugging-face-nlp-dash-pygwalker-ffda628cceee?sk=fa1e49bd5e0b1d53e88a4f0c26019c81" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@alexzap922/design-</span><span class="invisible">interactive-machine-learning-ui-using-gradio-hugging-face-nlp-dash-pygwalker-ffda628cceee?sk=fa1e49bd5e0b1d53e88a4f0c26019c81</span></a></p>
Paolo Amoroso<p>Carl Svensson on why desktop user interfaces haven't evolved much:</p><p>"To me, trying to reinvent the desktop experience feels a bit like complaining about steering wheels in cars."</p><p><a href="https://www.datagubbe.se/futui" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">datagubbe.se/futui</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://fosstodon.org/tags/UserInterface" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UserInterface</span></a> <a href="https://fosstodon.org/tags/SoftwareDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareDesign</span></a></p>
AskUbuntu<p>Randomly lost gui on ubuntu 24.04, "*ERROR* CPU pipe B FIFO underrun: transcoder" <a href="https://ubuntu.social/tags/boot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boot</span></a> #2404 <a href="https://ubuntu.social/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://ubuntu.social/tags/i915" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i915</span></a></p><p><a href="https://askubuntu.com/q/1543966/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1543966/612</span><span class="invisible"></span></a></p>
Lynnesbæn :bune_ylw:<p>i've been using <a href="https://relm4.org" rel="nofollow noopener noreferrer" target="_blank">relm4</a> for a while and i'm really happy with it. i love the <a href="https://fedi.lynnesbian.space/tags/elm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elm</span></a> <a href="https://guide.elm-lang.org/architecture/" rel="nofollow noopener noreferrer" target="_blank">architecture</a> - your app's state is a struct (or object), your user interface is rendered by a function that takes your state and returns a tree of widgets (or similar), widgets emit messages, messages modify state. i find it so much cleaner and easier to wrap my head around than traditional imperative methods or MVVM.</p><p>what are some other nice cross-platform <a href="https://fedi.lynnesbian.space/tags/desktop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>desktop</span></a> app frameworks that use this architecture? i'm mainly familiar with <a href="https://fedi.lynnesbian.space/tags/relm4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>relm4</span></a> and <a href="https://fedi.lynnesbian.space/tags/iced" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iced</span></a> in <a href="https://fedi.lynnesbian.space/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a>. :boost_requested: </p><p><a href="https://fedi.lynnesbian.space/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://fedi.lynnesbian.space/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://fedi.lynnesbian.space/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a></p>
cli345<p>... and here is FuncSug (for the same program):</p><p>(2/2)</p><p><a href="https://piaille.fr/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://piaille.fr/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a></p>
cli345<p>Here is event-driven programming (in pseudocode):</p><p>(suppose I want the user to click the first button and then the second button)</p><p>...</p><p>(1/2)</p><p><a href="https://piaille.fr/tags/eventDriven" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eventDriven</span></a> <a href="https://piaille.fr/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://piaille.fr/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a></p>
AskUbuntu<p>GUI won't load and I don't want to be stuck using the CLI <a href="https://ubuntu.social/tags/commandline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commandline</span></a> <a href="https://ubuntu.social/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://ubuntu.social/tags/windowssubsystemforlinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>windowssubsystemforlinux</span></a></p><p><a href="https://askubuntu.com/q/1543777/612" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1543777/612</span><span class="invisible"></span></a></p>
Areskul<p>You struggle mastering new tools (<a href="https://mastodon.social/tags/docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>docker</span></a>, <a href="https://mastodon.social/tags/ssh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ssh</span></a> ...)<br>because your first reflex is to put an extra layer between you and them.</p><p>Don't fall for the graphical interface <a href="https://mastodon.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> trap.</p><p>It may be convenient first but will ultimately deprive you from a deeper understanding that leads to efficiency.</p><p>- Open the <a href="https://mastodon.social/tags/terminal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>terminal</span></a>.</p><p>- Play with the command line.</p><p>- Keep useful commands in history 😏 (<span class="h-card" translate="no"><a href="https://hachyderm.io/@atuin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>atuin</span></a></span>) </p><p>- ReUse them whenever you need 😯</p><p>- Put most repeated commands in a script AUTOMATE!! 🤯</p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/sysadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sysadmin</span></a></p>
Le Bottin des Jeux Linux<p>🛠️ Title: Ludo<br>🦊️ What's: A libre &amp; minimaliste alternative to RetroArch, a UI for configuring the libretro cores<br>🏡️ <a href="https://ludo.libretro.com" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ludo.libretro.com</span><span class="invisible"></span></a><br>🐣️ <a href="https://github.com/libretro/ludo" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/libretro/ludo</span><span class="invisible"></span></a><br>🔖 <a href="https://floss.social/tags/LinuxEmulation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxEmulation</span></a> <a href="https://floss.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a><br>📦️ <a href="https://floss.social/tags/Libre" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Libre</span></a> <a href="https://floss.social/tags/Bin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bin</span></a> <a href="https://floss.social/tags/Arch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Arch</span></a> <a href="https://floss.social/tags/Deb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deb</span></a> <a href="https://floss.social/tags/Snap" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Snap</span></a><br>📖 Our entry: <a href="https://lebottinlinux.vps.a-lec.org/LO.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lebottinlinux.vps.a-lec.org/LO</span><span class="invisible">.html</span></a></p><p>🥁️ Update: 0.18.0<br>⚗️ Signific. vers. 🦍️<br>📌️ Changes: <a href="https://github.com/libretro/ludo/releases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/libretro/ludo/relea</span><span class="invisible">ses</span></a><br>🦣️ From: 🛜️ <a href="https://github.com/libretro/ludo/releases.atom" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/libretro/ludo/relea</span><span class="invisible">ses.atom</span></a></p><p>🦉️ <a href="https://www.youtube.com/embed/TvvylIT1-wM" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/TvvylIT1-wM</span><span class="invisible"></span></a><br>🕯️<a href="https://www.youtube.com/embed/wxDs8r9WaK4" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/wxDs8r9WaK4</span><span class="invisible"></span></a><br>🕯️<a href="https://www.youtube.com/watch?v=Ar0h6St_Fa8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=Ar0h6St_Fa</span><span class="invisible">8</span></a><br>🕯️[fr] <a href="https://www.youtube.com/embed/Pk1oLFdewF8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/Pk1oLFdewF8</span><span class="invisible"></span></a></p>
Root Moose<p>Twelve days in using Gnome without some form of dash or dock extensions is proving to be somewhat... I'm not sure what the correct word would be...</p><p>Sometimes it's no big deal. Pressing Super to get to the built-in dock or overlaid app or to start typing to launch a new app is not a big deal.</p><p>Other times it seems very jarring as all the windows fly around the screen to the view that shows all windows.</p><p>I think the difference of whether it is jarring or nor is the difference between having a few windows open vs many. Many is more jarring. </p><p>Could be a focus level thing as well. More focused makes it more jarring. Tend to be more focused with more windows open. </p><p>The method/presentation interferes with the 'deliberateness' of working perhaps?</p><p>I'm not saying that the dock/panel paradigm is all that great either. Potentially wasted screen real estate and other than having a pinned (auto-hide or not) dock/panel is the same work flow otherwise.</p><p>On top of this I still occasionally have my finger memory hunting for the dock/panel as if the extension was loaded.</p><p>I work on two main workstations. One is a laptop with a 17" 16:10 screen running at UHD+ but scaled @ 200% with Tweaks setting fonts at x1.2.</p><p>The other system is 32" UHD with similar scaling - not in front of the system ATM so don't have exact numbers. Tweaks is setting fonts ~1.4; can't remember if Settings is 100% or not.</p><p>I'll give it a few more weeks I think. Much ado about such a minor thing. </p><p><a href="https://root.moose.ca/tags/Gnome" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gnome</span></a> <a href="https://root.moose.ca/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://root.moose.ca/tags/gui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gui</span></a> <a href="https://root.moose.ca/tags/ux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ux</span></a> <a href="https://root.moose.ca/tags/design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>design</span></a></p>
Le Bottin des Jeux Linux<p>🛠️ Title: GOverlay<br>🦊️ What's: A libre GUI for MangoHud configuration (a libre tool for monitoring FPS, temp., CPU/GPU load, ...)<br>🏡️ -<br>🐣️ <a href="https://github.com/benjamimgois/goverlay" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/benjamimgois/goverl</span><span class="invisible">ay</span></a><br>🔖 <a href="https://floss.social/tags/LinuxTool" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxTool</span></a> <a href="https://floss.social/tags/Flagship" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Flagship</span></a> <a href="https://floss.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> <a href="https://floss.social/tags/Monitoring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Monitoring</span></a><br>📦️ <a href="https://floss.social/tags/Libre" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Libre</span></a> <a href="https://floss.social/tags/Bin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bin</span></a> <a href="https://floss.social/tags/Arch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Arch</span></a> <a href="https://floss.social/tags/RPM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RPM</span></a> <a href="https://floss.social/tags/Deb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deb</span></a> <a href="https://floss.social/tags/AppIm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AppIm</span></a><br>📖 Our entry: <a href="https://lebottinlinux.vps.a-lec.org/LO.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lebottinlinux.vps.a-lec.org/LO</span><span class="invisible">.html</span></a></p><p>🥁️ Update: 1.3-2/3<br>⚗️ Hotfix 🐞️<br>📌️ Changes: <a href="https://github.com/flightlessmango/MangoHud/releases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/flightlessmango/Man</span><span class="invisible">goHud/releases</span></a><br>🦣️ From: 🛜️ <a href="https://github.com/benjamimgois/goverlay/releases.atom" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/benjamimgois/goverl</span><span class="invisible">ay/releases.atom</span></a></p><p>🕯️<a href="https://www.youtube.com/embed/m-PHWxkdra8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/m-PHWxkdra8</span><span class="invisible"></span></a><br>🕯️[fr] <a href="https://www.youtube.com/embed/bKjvGJpWrps" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/bKjvGJpWrps</span><span class="invisible"></span></a><br>🎮️ <a href="https://www.youtube.com/embed/avz8gmh9lhU" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/avz8gmh9lhU</span><span class="invisible"></span></a><br>🎮️ <a href="https://www.youtube.com/embed/PqwIAd6zmyc" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/embed/PqwIAd6zmyc</span><span class="invisible"></span></a></p>
Grant_H<p><a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/GUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GUI</span></a> devs:<br>I am looking to create a diagramming tool for UML-like diagrams. I have looked at Gaphor, which is good, but its underlying architecture is too complex for my brain and use case. <br>I want to work in Python, and keep dependencies to a minimum. <br><a href="https://mastodon.social/tags/QT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QT</span></a> seems to be a way to go, with a reasonable community.<br>Any other suggestions? Or tools like gaphor?<br>(Boosts welcome)</p>