Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO

Bio ist für mich Abfall

Posts
2
Comments
344
Joined
10 mo. ago

ich iel

  • Du könntest eine Email schreiben, aber ich befürchte, bzw bin mir sicher, dass die nicht ankommt oder ignoriert wird.

    Ansonsten eine demo organisieren. Das könnte evtl helfen

  • Well I see mostly what he does is in good faith and some things have worked.

    He in general does things for the community of citizens and fights against the industry.

    I don't know his personality political views except for right to repair and rights to own shit you bought. And I watch his videos at least 3 times a year

  • I don't remember it fully since it was years ago.

    I had a date with a nice girl and we talked a lot. The weird thing was that she was naked, but this was because of her super powers.

    I remember that we had an engaging conversation and that everything around us was surreal but not much more.

  • Well that desire is partially artificially created.

    Yes humans are stupid and buy shit, but many things are made intended to be bought amd break or not needed at all but advertised differently.

    For example you don't need an AI. But companies shove it down your throat so that you have to use the power hungry monstrosity of a shitty software.

  • While I understand the use cases for AI (which ar much more limited than people think, but it is helpful)

    I didn't found anyone who could explain to me why NFTs are better than rh current money system everyone uses.

    The Blockchain is a nice concept, but no one has a real life use for it. Except fraud and criminal payments and gambling.

  • You could do a vpn hosting by yourself.

    Meaning your server is basically a vpn tunnel server and you can connect from the Internet to it. Once you are in the encrypted vpn connection you have access to the local network.

    If you have dynamic ip you need dns though. But no one can connect just because they know the ip)/dns

  • ich_iel @feddit.org
    Johanno @feddit.org

    Ich🤘iel

    Nix / NixOS @programming.dev
    Johanno @feddit.org

    My nixos experience

    So I started using nixos as a daily driver several months ago.

    At first it was nice using the life disk to install it. I really liked the options you could choose. The only the thing it misses is the information that it will install systemd bootloader and I don't have the option to install grub2.

    Then when I used it I had to learn that I needed to switch my flatpaks back to the system packages since nix had almost all of them too. And nix packages work better in nix. Even though flatpak is sandboxed sth. in nixos makes some of them break.

    I could usually install my software just by using the existing packages, but if not available I started learning nix-shell amd nix in general.

    This is when I realised I can't recommend nixos to normal people. If for any reason you need to install sth. that is not in the packages you are fucked. Usually it is easier to get a docker running than to learn nixos and setup a working nix-shell. However once you have a nix-shell to compile some c prog