

The Linux community comes together and tries to solve problems together? Instead fighting each other… Okay, that’s a new one for me.


The Linux community comes together and tries to solve problems together? Instead fighting each other… Okay, that’s a new one for me.


And Ai tools are scraping the web… good lord.


I remember when this project was in young age and I saw it the first time. I thought to myself “ah yeah, it’s nice to have but one of those projects no one will care in the industry”. And here we are, Godot (12y) rivaling industry giant like Unity (20y).


I had to look at the scroll bar to see how long this is still going.
Congratz on the publishing. :-)


I ssh into it with my file browser “Dolphin” on Linux (the same that is used in the Steam Deck as well). Needs to be setup first, but then I can access the files with the file browser. And secondary I ssh into it in terminal, but that is not to transfer files, but to have access to commands execution on the device (like installing something from commandline).
I never had this issue since I use GIMP decades ago. But I know in older GIMP versions (and I mean up to relatively recent versions) loading can take very long if you have ton of fonts. I don’t know how long it has been since you tried it out. There was attempts to asynchronously load fonts and other optimizations to make it start up fast. At least for me GIMP starts… let me test it again… in less than a second. Having a fast drive plays definitely a role here too.
And it depends what method you used to install. If it was Snap on Ubuntu in example, well that is on Snap most probably.
I use GIMP since 2.8 version, which is ages ago. Used it to edit my photography, to create price tags for my local shop, create web banners, memes… lot of memes, editing pixel graphics, and more.
To be honest it was not a good experience editing photography, especially as it didn’t have some standard features like layer effects. And the missing standard features like shape tools and such is also a big deal for me. Also for printing the price tags the color space was a problem too, as it didn’t support CMYK. I also wish there was a simple “record and playback macros” functionality, which I saw in Photoshop years ago.
All in all these points and many other are addressed or are being addressed right now. GIMP is still not as good as Photoshop and there are pain points. But it is improving and already has improved ton of a lot.
Windows-only,
There are new attempts of patching WINE to make modern Photoshop run on Linux. It’s not fully there, but looks promising: https://www.phoronix.com/news/Wine-Staging-11.1
Biggest problem is, CSV is not a standardized format like JSON. For very simple cases it could be used as a database like format. But it depends on the parser and that’s not ideal.
JSON is easier to parse, smaller and lighter on resources. And that is important in the web. And if you take into account all the features XML has, plus the entities it gets big, slow and complicated. Most data does not need to be self descriptive document when transferring through web. Fundementally these languages are two different kind of languages: XML is a general markup language to write documents, while JSON is a generalized data structure with support for various data types supported by programming languages.


I have 2 webpages like this. Calling them webpages is a bit of stretch to be honest. One is a joke and the other is extremely single idea only. I was just experimenting with some stuff, that’s all. But they are up and they don’t need CSS. :-)
Edit: BTW forgot to mention, you can output text only without HTML. In that case (like in the Random of the Week) you can use it in the terminal like output of a program.
curl https://thingsiplay.eu.pythonanywhere.com/game-random-of-the-week/mame/text


Depends to what you compare. Many CSS (worse if it uses JavaScript) is ugly and I prefer the native look without CSS. But only if the content works well, which they often don’t… And that’s ugly design.


I don’t know how to do a screenshot of the entire window that scrolls outside the view… i know skill issues. :D Well in Flatseal some relevant settings are X11 windowing system = ON, Wayland windowing system = OFF, Fallback to X11 windowing system = OFF. GPU acceleration = ON:
xlsclients returns “freetube”Unfortunately if I enable Wayland (just reverse ON / OFF X11 and Wayland setting in Flatseal), the Media activity is unused. Following settings and results are…
X11 windowing system = OFF, Wayland windowing system = ON, Fallback to X11 windowing system = OFF. GPU acceleration = ON:
xlsclients returns “” (empty)

For whatever reason the arguments got additional quotation marks 'run --branch=stable' which messed up the command… deleting the quotation marks runs fine now. Weird… probably a bug from KDE when I tried to add the other options. Well thanks, now it runs with the original shortcut again. Thanks for the screenshot, helped me seeing the issue instantly.


I don’t know why, but the shortcut in the “Start” menu of KDE does not longer start FreeTube… Its Command-line arguments is 'run --branch=stable' --arch=x86_64 --command=/app/bin/run.sh --file-forwarding io.freetubeapp.FreeTube @@u %u @@ . I have uninstalled FreeTube, deleted the shortcut so it is created from scratch and still does not start. It only starts from either commandline with regular flatpak command, or when I create a new shortcut with the arguments run io.freetubeapp.FreeTube --enable features=AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,VaapiOnNvidiaGPUs


I think I found it. Didn’t bother to look this up until your post and can confirm by default the “Media” is not utilized. Looking into a bug report about exactly that from Feb, 2025 (a year ago from now) https://github.com/FreeTubeApp/FreeTube/issues/6786 the developer says a set of flags is needed to pass in and a user suggests following: https://github.com/FreeTubeApp/FreeTube/issues/6786#issuecomment-2832299878
flatpak run io.freetubeapp.FreeTube --enable-features=AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,VaapiOnNvidiaGPUs
I can confirm this will use some “Media” activity. But comparing (unscientifically) the GPU and GFX in fdinfo, the utilization doesn’t seem too different. So overall I am not sure if that is actually hardware acceleration. Also make sure FreeTube has permission for “GPU acceleration” under “Device” set with Flatseal.


The immutable part is only for the main system. You can run any application, in example with a user script to install and setup everything in home directory. Or AppImage off course.
It was meant to be a meme reply more than anything serious. Obviously there are communities and individuals working together, and on other places they fight each other. I should have made that more clear, that’s on me.