Alternatives to Kodi or ways to make it work properly
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    4d ago 100%

    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.

    8
  • Chinese researchers break RSA encryption with a quantum computer
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    5d ago 100%

    So if you are genuinely worried about this, don't.

    First because, as numerous persons already clarified, researchers here are breaking deprecated cryptography.

    It's a bit like taking toothpicks and opening a lock while the locks used in your modern car is very different. Yes, it IS actually interesting but the same technique does not apply in practice, only in principle.

    Second because IF in principle there IS a path to radically grow in power, there are already modern cryptography techniques which are resistant to scaling the power of quantum computers. Consequently it is NOT just about small the key is, but also HOW that key is made, what are the mathematical foundations on which a key is made, and can be broken.

    Anyway for a few years now there has been research, roughly matching the interest in quantum computers, to what is called post-quantum encryption, or quantum resistant encryption. Basically the goal of the research is to find new ways to make keys that are very cheap to generate and verify, literally with something as cheap and non powerful as the chip in your credit card, BUT practically impossible to "crack" for a computer, even a quantum computer, even a powerful one. The result of that on-going research are schemes like Kyber, FALCON, SPHINCS+, etc which answer such requirements. Organizations like NIST in the US verify that the schemes are actually without flaws and the do recommendations.

    So... all this to say that a powerful quantum computer is still not something that breaks encryption overall.

    If you are worried TODAY, you can even "play" with implementations like https://github.com/open-quantum-safe/oqs-demos and setup a server, e.g Apache, and a client, e.g Chromium, so that they can communicate using such schemes.

    Now practically speaking if you are not technically inclined or just want to bother, you can "just" use modern software, e.g Signal, which last year https://signal.org/blog/pqxdh/ announced that they are doing just that on your behalf.

    You can finally expect all actors, e.g hosts like Lemmy, browsers like Firefox, that you use daily to access content to gradually both integrate post-quantum encryption but also gradually deprecate older, and thus risky, schemes. In fact if you try to connect today to old hardware via e.g ssh you might find yourself forced to accept older encryption. This very action is interesting because it does show that over the years encryption changes, old schemes get deprecated and replace.

    TL;DR: cool, not worried though even with a properly powerful quantum computer because post-quantum encryption is being rolled out already.

    10
  • Why OpenAI Is at War With an Obscure Idea Man
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    5d ago 100%

    What this show is a total lack of originality.

    AI is not new. Open-source is not new. Putting two well known concepts together wasn't new either because... AI has historically been open. A lot of the cutting edge research is done in public laboratories, with public funding, and is published in journals (sadly often behind paywall but still).

    So the name and the concept are both unoriginal.

    A lot of the popularity gained from OpenAI by using a chatbot is not new either. Relying on always larger dataset and benefiting from Moore's law is not new either.

    So I'm not standing on any side, neither this person nor the corporation.

    I find that claiming to be "owning" common ideas is destructive for most.

    2
  • Use ofSecurity' key from Yubico?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    1w ago 100%

    I mean it's very complex and very expensive for "just" a key but if you want something fully auditable maybe Precursor.dev is a good fit. It's more than a key but the point is that it's as open as it can be. Honestly I'd consider it more a learning adventure that an tool at this point but still, see https://www.bunniestudios.com/blog/2022/towards-a-more-open-secure-element-chip/ for the philosophy and https://github.com/betrusted-io/xous-core with Vault for the key aspect specifically.

    2
  • Have new distro releases become meaningless?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    1w ago 100%

    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.

    3
  • Ubuntu 24.10 “Oracular Oriole” Is Now Available for Download, This Is What’s New
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    1w ago 100%

    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.

    3
  • Have new distro releases become meaningless?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 100%

    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?

    8
  • Rocket.Chat as private messenger
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 100%

    Well... I started a GitPod instance few minutes ago and... it's still not up so that's not a great sign, cf https://github.com/RocketChat/Rocket.Chat/issues/33537 .

    Trying Snikket on my server now. Curious to read about suggestions from others.

    2
  • Ubuntu 24.10 “Oracular Oriole” Is Now Available for Download, This Is What’s New
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 100%

    That's why I moved back to Debian few weeks ago. I'm checking this thread and article precisely to see what I'm missing and... arguably not much. If it's "just" updates of some applications without any meaningful change, I don't really see the appeal anymore.

    17
  • Looking for a distribution that I could replicate from one computer to another
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 50%

    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?

    0
  • What is least terrible SmartTV OS for privacy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 100%

    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.

    2
  • EU to Impose Tariffs Up to 45% on Chinese Electric Vehicles
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 83%

    This is the market place, brah.

    ...

    Free market capitalism

    then talk about subsidies or non capitalist country controlling the currency, markets, VCs, etc.

    What does that even mean?

    4
  • Mozilla doubling down on ads in Firefox
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 100%

    If you were implying that I said being funded by Alphabet/Google was a good thing then let me be explicit, I did NOT say that nor believe it to be the case. Now, once again, cf my actual comment about pragmatic better alternative we can rely on and support today. If you meant to suggest better and are supporting that, please do share.

    1
  • Mozilla doubling down on ads in Firefox
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 37%

    I thought saying

    contribute however they can up to their own capabilities

    was actually very clear but seems I wasn't clear enough so that means... literally doing ANYTHING except only criticizing. That can mean being an open-source developer, yes, but that can also means translation, giving literally 1 cent, etc. It means doing anything at all that would not ONLY be saying "this is good, but it's not good enough" without doing actually a single thing to change, especially while actually using another free of charge browser that is funded by advertisement. Honestly if that's not clear enough I'm not sure what would be ... but please, do ask again I will genuinely try to be clearer.

    -2
  • Mozilla doubling down on ads in Firefox
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUT
    utopiah
    2w ago 53%

    I hope everybody criticizing the move either do not use products from Mozilla or, if they do, contribute however they can up to their own capabilities. If you don't, if you ONLY criticize, yet use Firefox (or a derivative, e.g. LibreWolf) or arguably worst use something fueled by ads (e.g. Chromium based browsers) then you are unfortunately contributing precisely to the model you are rejecting.

    1
  • www.ft.com

    "Venture capital finance has dried up amid political and economic pressures, prompting a dramatic fall in new company formation" Posted in technology as most of the funded companies are into technology. The most shocking piece is arguably the number of funded company pear year with a clear peak in 2018 which is 50x (!) more than last year, 2023.

    30
    28