I am a software engineer living and working in Belgrade, Serbia. My hobbies contain a lot of things including cycling, bikepacking, photography and quantum computations.

All the photos in my posts are made by myself (if not specified other) and are shared under CC-BY 4.0.

  • 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: April 27th, 2023

help-circle
  • I mean if you try to use anything like python packages or even try to build python from sources it is painful. The only way to create developer environment is to use something like nex develop shells and you need to care about passing to LD_LIBRARY_PATH all that you need. And nothing downloaded as a binary is not working… For example, if I’m working on a Java-maven project that includes maven-protobuf then it is not working for you because protoc binary for manylinux is made for a dynamic linkage… Overall developer experience is painful. And anything that is not in nixpkgs you cannot just download, build from source and use: you need to pack everything into packages with resolving all the dependencies by hands…


  • I had an yearly experience with Nix, but I’m thinking that it is overhead for just a home PC system. You may have more pain with static linkage compared to benefits of Nix reproducability and flexibility. Now is a year I’m on the Fedora Silverblue and this one is a really good balance between complexity and usability.






  • Sem@lemmy.mltoLinux@lemmy.mlHelp, no session?!
    link
    fedilink
    English
    arrow-up
    18
    ·
    edit-2
    9 months ago

    Try to switch to console (ctr alt f2) and run xsession via startx. Or just try to install some meta package from console, like gnome-desktop (like sudo apt install gnome-desktop)

    Anyway console (tty) is all what you have now and it should be rnough for restoring the system.






  • I’m using the managed solution from Hetzner (they name it “Storage Share” but it is just the same Nextcloud). Here you have the admin rights in your own instance, including setup keys, cryptography, access, etc. I’m paying 4.29 eur/month for 1Tb of storage (including all the services of Nextcloud, like tasks, contacts, etc.).

    I think that maintaining the own Nextcloud on the EC2-like instances will be even more expensive and also requires a lot of time. So, for me managed solution with control over keys is a good balance of privacy and control over data versus number of efforts and technical complexity.