• 0 Posts
  • 30 Comments
Joined 11 months ago
cake
Cake day: October 30th, 2023

help-circle

  • The architecture can easily be open source - as long as repo is missing just the training data. Just like there are Doom engines that are open source, even though they do not provide WAD files, which are still copyrighted. The code is there, but it is somewhat useless without the data. Analogy is not perfect, but let’s assume it compiles to a single binary containing everything, maps included.

    If ID Software gives you a compiled Doom with maps free to use it is freeware. If they open source the engine (they actually did), but do not release the WAD files as open source, the compiled game is not open source - it is still freeware.

    It is not complicated really.





  • In my previous job I ran my main laptop with Linux. Pain points:

    • MS Teams liked to crash on screen sharing
    • o365 email and calendar works best on Evolution, but still is not perfect
    • meeting rooms often had special usb dongle to connect to the screen. That never worked on Linux.

    Overall it was glorious.



  • There is no universal solution to this. Some vendors support fwupd (LVFS) on some hardware (Dell, Lenovo), some allow to update via a file on a USB stick (Asus).

    Unless it is a system from Linux first company (Tuxedo, StarLabs, System76, Slimbook) expect to manually check what the specific model you are looking at supports.








  • I honestly doubt that every 10th user in Norway is using Linux.

    I assume data comes from statcounter.com. I looked at Norway there.

    Browser market share: Firefox June 2023: 2.65%. September 2023: 36.27%!!! December 2.46%.

    This does not compute. Similarly for Desktop OS. Linux in Norway has 3.41% is September, but 16.99% in November?






  • I’ll parrot the others. I have a Windows PC issued by my employer. The only way to have some Linux is WSL. I use it to sync notes with server at home, python stuff, and w3m when I want to Google something without looking conspicuous in the office.

    General Linux tools also help. I needed to make video half the speed - one liner ffmpeg solves it in a jiffy. On Windows I need to install some hive software.