Skip Navigation
Where Do You Guys Throw Your Local Git Repos?
  • I have $HOME/src for projects that are executables and $HOME/lib for ones that are libraries/dependancies/etc

  • Both stand before Jesus, pleading for his divine intervention
  • “And whenever you pray, do not be like the hypocrites, for they love to stand and pray in the synagogues and at the street corners, so that they may be seen by others. Truly I tell you, they have received their reward. But whenever you pray, go into your room and shut the door and pray to your Father who is in secret, and your Father who sees in secret will reward you.”

  • Microsoft Recall is MANDATORY on Windows 11
  • For those like me who are stuck with win 11 on your work computer be aware that KDE makes windows builds for some of their software like the Dolphin file explorer: https://apps.kde.org/dolphin/

    It’s not officially supported yet and has some issues but I’ve been using it for a few days now and it’s been quite nice

    Some issues I’ve run into are: not being able to open archives into dolphin; issues with not being able to move files to the trash bin (although deleting it works fine)

    Also I’m pretty sure that Recall is deep in the kernel so you might not be able to run the explorer shell at all. Unfortunately there really isn’t a good alternative since litestep has been abandoned :(

  • If PSL wins the election, I'm blaming Hexbear.net.
  • Posadist Standard LISP is my favorite flavor tho

  • My wife thinks we shouldn't get another cat "because we already have two", should I cut ties?
  • I don’t think you have a choice in how many cats you own; you’ll wake up one day and they’ll be another one

  • :I'm paying both sides so that i always come out on top:
  • I had to make a double take as I first read that as “donated to both the Hamas and Trump campaigns”

  • Days since last Rust Minecraft server
  • Yeah, you would think there would have been someone making a Clojure version at least

  • Days since last Rust Minecraft server
  • If anyone is interested here is a wiki with quite a few of the open source Minecraft servers and clients made through the years.

    https://wiki.vg/Server_List

    Also check out the most Unix-y server ever written which was written in Bash

    https://git.sakamoto.pl/domi/Witchcraft

  • Days since last Rust Minecraft server
  • There have been multiple Java based projects throughout the years. The most advanced one that is currently in development is https://github.com/Minestom/Minestom

  • The Harris campaign says COP
  • “Country over” party

  • Zorp vee vee, gangax ril. Zonon freegil "pig poop balls" wurp zinka
  • Engineering? Universal translator is acting up again; send up Ensign Zork, they speak Zetan right?

  • 'Lola' a new window system for plan9
  • I’m not the author of the site so I can’t know for sure but the culture of plan9 puts simplicity first so many sites are http only

  • 'Lola' a new window system for plan9
  • It’s a http site not https

  • 'Lola' a new window system for plan9

    Been playing around with it a bit, very easy to theme, although I think that creating some sort of icon maker for it would be a good idea.

    Link here: http://aap.papnet.eu/pub/plan9/themes/Themes.html

    6
    Are NixOS / Guix SD / Gentoo good choices for development?
  • Yes you are quite right, unfortunately for me I rolled high in electrochemestry and require copious amounts of proprietary games and CUDA cores so GNU + Linux + Proton is where I will need to be for now.

  • Are NixOS / Guix SD / Gentoo good choices for development?
  • Nix seemed more focused on marketing and cutting corners to make a working product faster

    Yes, this is a big issue in corporate development. It seems like management is in a constant state of barreling headfirst into a "silver bullet that fixes everything" instead of doing things the hard way (which in the long term is almost always better.

    expect to either package it yourself

    I have not maintained any packages before but I am very interested in learning how, I shall look into this.

    Shepherd for its init system

    I vaguely remember this was the originally used in Hurd? if so that is cool.

    https://toys.whereis.みんな/

    This is very cool!

    guix import

    This seems quite useful thanks for that.

    Setting up Emacs, a local SMTP server connected to your email for git, and a CLI password manager will probably be helpful.

    I have been wanting to set up upasfs this may be the push I need to finally get around to doing that.

    It appears Guix may be a good choice in the future but not quite yet, I will try installing it as a package manager and/or try it in a VM to start out with. Thanks for the info!

  • Are NixOS / Guix SD / Gentoo good choices for development?
  • Ah yeah, that makes sense. I shall try this out in a VM sometime. thanks!

  • Solar Protocol - Discussion about a solar-powered internet
  • Neat! Im not sure to be honest; seems like some people have handheld lora radios the same way some people have walkies-talkies; would be an important thing to figure out

  • Are NixOS / Guix SD / Gentoo good choices for development?

    TLDR: is the amount of time used to switch to these distros worth it? (compared to Debian, Fedora, etc.), or is there a better distro that fits my use case?

    I have been using Linux for about 4 years now as my daily driver, distro hopping a lot. I have used PopOS (for a few years), Manjaro, Garuda (for a year or so), KDE Neon, Debian, Linux Mint, Nobara (for some months until I ran into system breaking issues), and lastly EndeavourOS.

    Issues I have run into in the past are around the different packaging systems and versioning. The Debian/Fedora based ones seem to be fairly slow to update and so they have out of date packages, which sometimes is ok, but sometimes if they are too out of date I have to compile it from scratch. Also the different packaging systems (like apt, pacman, dnf...) means that depending on what flavor I am currently running there may not be a analogous system or maybe a package will be missing and I end up (once again) having to build it from scratch. On the other side I have Arch Linux based ones, which usually works great (especially having access to the AUR) but I end up spending a lot of time configuring stuff that isn't built in (which is by design I know), or having stuff randomly be broken after an update. (which I suppose is my own fault I should have probably set up btrfs or something). Also some libraries will build/work great out of the box on some distros and be completely unusable on others for no apparent reason.

    I looked into Gentoo, NixOS, and Guix SD as possible solutions for my issues. Gentoo because since it seems like I have to compile a lot of my libraries anyways maybe I should use a system where you have to compile everything. NixOS and Guix since it seems they are designed for package management and versioning built into the system which might be exactly what I am looking for.

    I am worried about the learning curve of all of these. I don't have a lot of time to mess around with configuring stuff all the time. Ideally I'm looking for a distro that works well with my old-ish hardware (with NVIDIA support unfortunately) where I can sit down, program and/or play games on steam+proton; but it seems like I have to choose between "system is stable but packages are old" and "system and libraries are new but is very unstable. Or if I am using snaps or flatpak its "install 5 things and now you are out of memory" (thanks electron).

    Also concerned about both NixOS and Guix since they seem to be designed behind "everything goes through the package manager", which is super cool for making it so the environment is the same, but I am concerned about getting stuff to work if a package doesn't exist or if the library is designed to use like 'pip' or 'bun.sh' or some built in package manager.

    Any thoughts about this? any non popular distros that might fit my use case? did I give up on some distro too soon? am I just a confused newb?

    42