@American_Jesus@lemm.ee to Linux@lemmy.ml • 2 years agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickmessage-square145fedilinkarrow-up1670arrow-down19
arrow-up1661arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.click@American_Jesus@lemm.ee to Linux@lemmy.ml • 2 years agomessage-square145fedilink
minus-square@gnutrino@programming.devlinkfedilink113•2 years agoI just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
minus-square@PseudoSpock@lemmy.dbzer0.comlinkfedilink27•edit-22 years agoYou still have sd devices? /s
minus-square@pivot_root@lemmy.worldlinkfedilink10•2 years agoYou still have devices? I’m over here chilling with my a Rental flat, where I can’t make any modifications or else I’ll be evicted. Free TV that serves me ads, on the condition I don’t tamper with it. Leased car with a heated seat subscription. Vendor-locked iPhone that came with my mobile plan. Netflix subscription that still shows me ads. I’d say the only thing I own is the clothes on my back, but those were repossessed yesterday for nonpayment. /s
minus-square@chaorace@lemmy.sdf.orglinkfedilinkEnglish26•2 years agoNah, dump em’ to /tmp/ and let the user figure out the rest
minus-square@hperrin@lemmy.worldlinkfedilink19•2 years agoI just leave all config in memory. If the user really cared, they would never reboot.
minus-square@CalcProgrammer1@lemmy.mllinkfedilink10•2 years agoI just hard code all config in the source code. If the user really cared, they would recompile from source.
minus-square@Eufalconimorph@discuss.tchncs.delinkfedilink2•2 years agoI deliberately run / and /home as tmpfs. Then everything I want to persist across boots gets symlinked in at system start, and anything I didn’t opt in to saving gets deleted every boot.
minus-square@hperrin@lemmy.worldlinkfedilink1•2 years ago“Developers hate him for this one cool trick.”
minus-square@Chobbes@lemmy.worldlinkfedilink5•2 years agoA filesystem is just writing to random unused blocks with extra steps.
I just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
You still have sd devices? /s
You still have devices?
I’m over here chilling with
myaI’d say the only thing I own is the clothes on my back, but those were repossessed yesterday for nonpayment.
/s
Nah, dump em’ to /tmp/ and let the user figure out the rest
I just leave all config in memory. If the user really cared, they would never reboot.
I just hard code all config in the source code. If the user really cared, they would recompile from source.
A suckless fan I see
I deliberately run / and /home as tmpfs. Then everything I want to persist across boots gets symlinked in at system start, and anything I didn’t opt in to saving gets deleted every boot.
“Developers hate him for this one cool trick.”
/dev/null
A filesystem is just writing to random unused blocks with extra steps.