sickday

joined 1 year ago
[–] sickday@kbin.social 5 points 6 months ago

I stopped using them altogether when my job provisioned a YubiKey. Got one for personal usage and it's pretty solid for just about everything I'd have used a fingerprint sensor for.

[–] sickday@kbin.social 5 points 6 months ago (1 children)

Probably just spend more time contributing to foss projects. Maybe write technical documentation.

[–] sickday@kbin.social 22 points 7 months ago (2 children)

Would be really cool to see these new Snapdragon X Elite laptops shipping with Linux.

[–] sickday@kbin.social 24 points 7 months ago (3 children)

Absolutely. You shouldn't have to dump 30+ years of your life into your job just to get a wage that should be the baseline salary for your job.

[–] sickday@kbin.social 35 points 7 months ago* (last edited 7 months ago) (7 children)

I strongly agree with both points, but it should be noted she was making almost 75k as a teacher according to the article which is definitely on the high end for Ohio teachers

was also a cheerleading coach and yearbook adviser with a salary of $74,720 at the time she resigned.

Edit:
Reading more into the article, she's been teaching for 30 years. 75K for that sort of experience is ridiculous

[–] sickday@kbin.social 2 points 8 months ago

Watching CinemaSins so much, I get inclined to go "Roll Credits!" anytime I hear someone mention the title of the movie they're in lol.

[–] sickday@kbin.social 1 points 8 months ago
[–] sickday@kbin.social 10 points 8 months ago

Yeah, this is something I'd expect to see on Moral Orel.

[–] sickday@kbin.social 2 points 11 months ago

+1 for Helix. I found it recently and it feels way easier to make changes and add support for new languages.

[–] sickday@kbin.social 2 points 1 year ago

For what it's worth, I don't understand the nix language or all the package manager functions in their entirety. I generally use what I need and that's it. Most information I've required that is nixpkgs-specific I was able to find in the manual. home-manager has one as well and it's been the best reference for me.

[–] sickday@kbin.social 1 points 1 year ago

If so, how does that solve the problem of clutter in $HOME ?

If it wasn't clear from my message, the problem(s) these tools are solving for me would be 1. not having to keep track of my dotfiles and their directories, and 2. not storing configuration files directly on the disk I use for the $HOME dir. I'm not claiming these tools would solve clutter in the $HOME dir. Further, I think it should be alright for me to share tools for managing configuration files in your home directory in a discussion that directly relates to that subject.

So you create a symlink from $HOME/.program.ini to something in the nix store?

Normally it's the other way around. When you use nix and home-manager, you're technically generating files that will live in the nix-store and nix/home-manager will take care of symlinking those files to locations in your $HOME dir.

In this scenario though, I would use the https://nix-community.github.io/home-manager/options.html#opt-home.file option from home-manager to create a symlinks to a location that's outside of my $HOME dir so those files don't have to live on my home disk.

My particular use-case is that I want persistent configuration files that are shared throughout a handful of devices on my network. To this end, I use some home-manager symlinks that lead to a network folder where all these various directories and configuration files actually live. I edit those configurations in a single place and their changes propagate across the network to all the devices that would use them.

[–] sickday@kbin.social 4 points 1 year ago (3 children)

You can manage symlinks pretty easy with home-manager. I'd personally setup symlinks for these app configuration directories if I don't want them storing files directly on the disk I use for $HOME. It's also done in a delcarative way that can persist across multiple computers.

 

If so how is it? I'm heavily considering grabbing an M1 and trying it out if it's in a state where I can be productive.

For context, I use an M1 for work and it's awful only thanks to macOS. The hardware is excellent though. I can run an army of containers for hours, I can have OBS running in the background if I need to quickly record something, and I can have 2-3 JetBrains IDEs running without skipping a beat.

But I truly cannot comfortably use macOS in my personal space. I don't really want to go into my gripes with macOs; suffice to say it's not a route I'm willing to explore any further.

That said, I've tried to keep up with Asahi Linux but have not seen very much feedback from those who are using it.

If you are using it I'd love to hear some feedback on what you like or dislike about it. Does all your hardware work? Do all your standard linux applications work?

Edit: I dont really know how crossposting works in the Fediverse. Sorry if this thread shows up twice

view more: next ›