• 0 Posts
  • 261 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle
  • I have a Razer Blade Stealth 13 QHD+ touchscreen (RZ09-02393E32) since 2017. Until recently it was mostly Windows and Ubuntu side by side. I realized few months ago I never ever boot on Windows so I removed it. I also got tired on Ubuntu pushing for its own package management system which I don’t find useful. Consequently back to “just” Debian stable and works great for me. Didn’t have to tinker with anything, just works.




  • Indeed. That being said I have a (sigh) Android video projector (Nebula Mars II Pro, by Anker) and even though it does comes with its bloatware (namely “trying” to force installation, without actually doing it, of e.g. YouTube or NetFlix apps) attempts one can ignore that, install F-Droid, install VLC and Launch on Boot from there then boot straight to VLC without have to interact with the stock launcher. Also remote adb works by default so one can tinker quite a bit without even having to active a kind of developer mode.




  • I used Kodi with LibreElec for years in a similar setup. It was nice… but in practice I didn’t really use the “cool” functionalities (like indexing, image preview, Web remote control, etc) so instead I checked how Kodi works and noticed DLNA. I saw that my favorite video player, namely VLC, supports DLNA. I then looking for DLNA server on Linux, found few and stuck to the simplest I found, namely minidlna. It’s quite basic, at the least the way I use it, but for my usage it’s enough :

    • install VLC on clients, including Android video projector, phones, XR HMDs, etc
    • install minidlna on server (RPi5)
    • configure minidlna to serve the right directory with subdirectories ( /var/lib/minidlna by default )
    • configure few extra software that get videos to push them (via scp script and ssh-key) to rpi5:/var/lib/minidlna/

    voila… very reliable setup (been using for more than a year on a daily basis.




  • Just yesterday I pinned VLC on my KDE Plasma Task Manager. Why? Because this way I can directly open “Recent Files” from it. I discovered about this functionality just last week with Libre Office Draw. It’s so efficient, it absolutely changed how I use my computer daily!

    but… why do I bother with this long example? Because IMHO that’s from KDE, not Debian. When a distro improve the UX, as I also wish, it can be mostly by selecting the best software in its packages to maintain (e.g. here KDE but yes could indeed be their own custom made package, even though it requires a lot more resource AND other distro could also use them back assuming it’s FLOSS) but arguably the UX is mostly of the distribution itself is limited to the installation process.


  • more cutting edge than Debian

    In what aspect? How about Debian Unstable?

    I’m personally on Stable but I do also have some AppImages (and recently discovered AM https://github.com/ivan-hc/AM thanks to someone here), my own ~/bin directory and quite a few tools. I feel that there are very few things from an end-user standpoint that needs to done only through the distribution package manager. I believe having a stable OS but “cutting edge” specific apps (say Cura, Blender, etc) is a good compromise. As you mention Firefox over a PPA (which is also have I have) is such a good compromise. So I’m curious (genuinely, not trying to “convert” you to Debian on desktop) what is better on that front on Ubuntu rather than Debian.

    Edit: to clarify I both pay my bills (literally, and work too) and play (including recent VR Windows only games) on my Debian stable on desktop.



  • a shortage of meaningful innovation

    Well… a distribution IS a selection of packages and a way to keep them working together. Arguably the “only” innovation in that context is HOW to do that and WHICH packages to rely on. For the first, the “latest” real change could be considered immutable distributions, as on the SteamDeck, and declarative setup, e.g. NixOS. For the second… well I don’t actually know if anybody is doing that, maybe things like PrimTux for kids at schools in France?

    Anyway, I agree but I think it’s tricky to be innovative there so let me flip the question, what would YOU expect from an innovative distribution?





  • I’d happily give technical advice but first I need to understand the actual need.

    I don’t mean “what would be cool” but rather what’s the absolute minimum basic that would make a solution acceptable.

    Why do I insist so much? Well because installing a distribution, e.g. Debian, takes less than 1h. Assuming you have a separate /home directory, there is no need to “copy” anything, only mounting correctly. If it is on another physical computer then the speed will depend on the your storage capacity and hardware (e.g. SSD vs HDD). Finally “configuring” each piece of software will take a certain amount of time, especially if you didn’t save the configuration (which should be the case).

    Anyway, my point being that :

    • installing the OS takes little time
    • copying data across physical devices take a lot more time
    • configuring manually specific software takes a bit of time

    So, if you repeat the operation several times a week, investing time to find a solution can be useful. If you do this few times a year or less, it’s probably NOT actually efficient.

    So, again, is this an intellectual endeavor, for the purpose of knowing what an "ideal’ scenario would be or is it a genuine need?


  • Depends entirely what they are doing with it. If they are using services with DRM, e.g. Netflix or Disney+ I bet you will be out of luck because that pulls out an entire ecosystem, driven by Google, which is based on selling ads.

    “not realistic to propose rpi and more complex systems”

    If they have to install it, probably not. If they have to plug it on the HDMI port, power and optionally Ethernet honestly things like LibreElec or Kodi are pretty well done. Heck even a very young kid (talking not even 5y/o) can manage that (I’ve seen it, repetitively) or even start VLC to connect to DLNA server as long as it’s properly setup.