• 3 Posts
  • 56 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • I recently started uses dotbot for managing dot files across my systems. It sounds very similar, in terms of the simplicity of the implementation, to yadm. You define a config file in yaml or json and run the “install” script which calls the dotbot utility, passing in your config file. With a simple change to the install script, I’ve been able to create multiple config files, one per environment (work, home, linux, mac, etc.) and I’ve been thinking about how I could automatically sync changes to git whenever I edit a config file. Leaning towards setting up an autocmd in neovim to automatically commit and push changes on save when I have one of the config files open. Just not yet sure how to do this in a way that would only run the sync for the configs and not every json or yaml file on my system. I’ve only ever set up autocmds for specific file extensions but the syntax leads me to believe it’s flexible enough that any arbitrarily specific file name or path could work the same.




  • This is great news! I have always wanted to try Dwarf Fortress but I know myself and I know from past experiences playing ASCII MUDs and rogue-likes that I don’t play them enough to memorize what the different symbols represent and that inevitably causes me to drop the game entirely out of frustration. It seems like a small thing, but having the graphical version of the game on Linux is a huge win to me.


  • Elw@lemmy.sdf.orgtoLinux@lemmy.mlHey Linux devs - Build a GUI or gtfo
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    11 months ago

    There’s a difference between complaining and providing constructive feedback. This post falls in the former category. If you are a user of a free product and you don’t like how it works, you are entitled to a full, no questions asked, refund. You’re welcome to make suggestions but devs who work hard to provide something at no cost and on their own time owe nobody anything. I’ve seen this play out year after year in the open source community and it’s led to a lot of very good projects shutting down when the developer gets fed up with the demands and behavior of the community of users.



  • Damn! I know she was going through some rough stuff in her personal life recently. I fear it’s all connected, though I sincerely hope I’m wrong.

    I met Kris a couple of years ago at GopherCon. At the time I was very new to Go and she mentored me early on and was very friendly. She and I worked together during the GopherCon hackathon and produced the early version of a tool that ultimately became Kubicorn.

    EDIT: seems like this was a climbing accident. Truly sad to hear. But going out doing what you enjoy… could be worse I suppose.






  • Elw@lemmy.sdf.orgtoLinux@lemmy.mlIs gentoo a good choice?
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    11 months ago

    So turn my argument around and replace performance with disk capacity. Cost per gigabyte is so low now that you’ll end up spending more money in electricity compiling the dependency out than you would by having the disk space to not worry about it in the first place.



  • Elw@lemmy.sdf.orgtoLinux@lemmy.mlIs gentoo a good choice?
    link
    fedilink
    arrow-up
    6
    arrow-down
    3
    ·
    11 months ago

    The irony of the “compiling software on modern hardware isn’t bad at all” argument for Gentoo is that the same hardware hardly benefits from custom compiled software. There was a time when hardware was slow and performance improvements could be made, but that was also back when it took ages to compile software, so there was a trade off of time taken up front for performance during real time usage.

    If you want to learn Linux internals, build a system using Linux From Scratch. If you want a system that’s maintainable and highly customizable, run Arch Linux. IMO, Gentoo no longer really has a niche.







  • Exactly this. SO is now just a repository of answers that ChatGPT and it’s ilk can train against. A high percentage is questions that SO users need answers to are already asked and answered. New and novel problems arise so infrequently thanks to the way modern tech companies are structured that an AI that can read and train on the existing answers and update itself periodically is all most people need anymore… (I realize that was rambling, I hope it made sense)