Skip Navigation

User banner
Posts
6
Comments
141
Joined
3 yr. ago

  • yeah discord sucks

  • yes and no

    FOSS games are good and fun, but to deliver a AAA game with a near-realistic 3D Graphics and a good several hour-lasting story, you kinda need some funding. I would be all for a concept where a game is open source, but you need to pay for the textures, meshes, voiceovers, in game dialog strings and similar stuff that is not code.

  • rule

    Jump
  • in what aspect?

  • that actually called encoded🤓

  • but i don't want to lose my ability to play minecraft

    (yes i know about minetest)

  • i think it is very beneficial for the average user to have one of each common software category preinstalled

    as long as you can uninstall everything

  • °F and °C, unless you're speaking of Coulomb and Farad.

  • 1984 as well, at least in some aspects

  • hail satan😈

  • not as bad as ur mom, lmao gottem

  • if autocorrect annoys you, JUST TURN IT OFF

  • Yes

    Jump
  • Binaries are not in /usr/bin or /bin except for /bin/sh and /usr/bin/env. Programs should not assume fixed paths for binaries and instead look for them in $PATH.

  • POV me over a year ago:

    • boot into LinuxLite life environment
    • Holy fuck is that Google Chrome?
    • immediately shut down the Computer and delete the ISO
  • I have no experience. Anyway:

    • learn how to make a basic website in some flexible programming language like go, rust or python (django)
    • make a list of functionality of your original website you want to provide an alternative frontend for (as a start, you can expand later)
    • find a way to retrieve all important data for the most important functionality reliably
    • implement it into your website
    • make it fancy, expand functionality, use the same webpaths for you website like as the original (so it can easily be redirected with libredirect or similar)

    You can also look at and analyze the source code of existing Libre frontends like rimgo (go).

  • Yes

    Jump
  • /bin/bash won't work on every system for example NixOS some other systems may have bash in /usr/bin or elsewhere