American_Jesus@lemm.ee to Linux@lemmy.ml · 1 year agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickexternal-linkmessage-square155fedilinkarrow-up1682arrow-down19cross-posted to: programming@programming.dev
arrow-up1673arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickAmerican_Jesus@lemm.ee to Linux@lemmy.ml · 1 year agomessage-square155fedilinkcross-posted to: programming@programming.dev
minus-squaregnutrino@programming.devlinkfedilinkarrow-up117arrow-down2·1 year agoI just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
minus-squarePseudoSpock@lemmy.dbzer0.comlinkfedilinkarrow-up32arrow-down4·edit-21 year agoYou still have sd devices? /s
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up12arrow-down2·1 year 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-squarechaorace@lemmy.sdf.orglinkfedilinkEnglisharrow-up27arrow-down1·1 year agoNah, dump em’ to /tmp/ and let the user figure out the rest
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up20arrow-down1·1 year agoI just leave all config in memory. If the user really cared, they would never reboot.
minus-squareCalcProgrammer1@lemmy.mllinkfedilinkarrow-up11arrow-down1·1 year agoI just hard code all config in the source code. If the user really cared, they would recompile from source.
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up2·1 year 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-squarehperrin@lemmy.worldlinkfedilinkarrow-up1·1 year ago“Developers hate him for this one cool trick.”
minus-squareChobbes@lemmy.worldlinkfedilinkarrow-up5·1 year 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.