Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
yes!
I hate that some libs install into $HOME but newer ones into $HOME/.config/<pkg-name>
(I understand the things that led to this difference).
I hate symlinkg and remembering where is what. -
@erandria Application deployment under Linux has always been shit. The Linux community has failed to resolve this, but has at least come up with light weight containers to work around that without needing full-blown VMs: Docker.
-
so you mean having your own Dockerfile, or even a docker image online, where all your apps are installed?
-
@erandria Something like that. That's a way to have something portable across Linux distros.
You don't want to write installers for every Linux distro because that's a pointless waste of human lifetime that only distro maintainers seem to enjoy for whatever reason. -
That's why I run the same distro across all devices. The only difference across all dotfiles is one single line because the laptop needs a battery status indicator and the desktop doesn't.
Makes managing the calls and paths much simpler. -
JhonDoe28186yAt first I read this like "one of these days I'm gonna poop a blood vessel..." And I thought "oh my, that sounds very painful" then I read it again
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
One of these days i'm gonna pop a blood vessel, trying to keep all my dotfiles organized: syncing the files themselves is easy, just shove them into git, the problem is that i have to install dependencies on different distros (Arch, Debian and Ubuntu):
The package names are different, the paths are different, fuck with Debian i need to compile from source anyway because most of the packages i need aren't available. Its taking me so much time writing distro-specific installers, just so i can deploy my setup on different machines...
Its at times like these that you appreciate just how mind-boggling fragmented Linux is as a platform :D
rant
linux
dotfiles
rice