xkcd 14 standards problem
treeshateorcs
- 1 Post
- 21 Comments
Joined 6 years ago
Cake day: October 24th, 2019
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
yes it is. idk😄 i have a similar one for github-cli
git() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
treeshateorcs@lemmy.mlto
Technology@lemmy.ml•Microsoft will now urge you to ditch local accounts on Windows 10
62·2 years agoif only it recognized my wifi card, which it doesn’t. neither 10 nor 11 do
more like a week
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•Some of y'all need to see this and drop the superiority complex...
8·2 years agofreebsd is 14 something too
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
33·2 years agoNo, it’s just a wireguard config
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
3·2 years agowhat if i use DoH?
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·2 years agosame for gh (github cli)
gh() { if [[ "$1" = repo && "$2" = clone ]]; then shift shift set -- repo clone "$@" -- --recursive fi command gh "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·2 years agothe only thing this does is add “–recursive” to every
git cloneinvocationgit() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·2 years agoin zsh you can just forbid it to save duplicates
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·2 years agoccd() { mkdir "$1" && cd "$1" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
14·2 years agobtw 1 is literally impossible, there’s no gui driver setting, there’s no regedit switch, no nothing. on linux you just need to write to this file /sys/devices/platform/i8042/serio1/serio2/drift_time
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
20·2 years ago- adjust the drift speed of a thinkpad trackpoint
- stream audio from one computer to another one (or a phone) with ease (thanks pulseaudio)
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•(Neo)Vim alternatives: Kakoune is great! I am surprised that Helix is more popular
6·2 years agoneither has persistent undo yet, so i’m staying with vim for now

i recommend version 6 😄