

That suggests we should be intolerant of intolerance, which is an oxymoron.
That suggests we should be intolerant of intolerance, which is an oxymoron.
I don’t code so I can’t possibly audit FOSS software. However, I also can’t audit proprietary software. Lots of people can and do audit FOSS software, though, and can and do share their findings. But no matter how many people “audit” propietary software, it remains propietary - a black box. Untrustable, especially considering corporations’ incentives and historical actions.
I’ve had canon, HP, and brother inkjets - dislike them all (though hate HP as a company worse than the others.). Finally I bought a Xerox color laser printer (and scanner, etc) and really like it. Part of the enshittification is the world of inkjet ink, but part is also the companies.
It is in my .bashrc, but any delay is not noticeable.
Starships looks very interesting! I’m going to check it out. Thanks!
Well, yeah, but it’s git: https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
My thinking is that I trust git on my computer, so I trust downloading from their repo.
But you’re right. I should revisit this and see if it’s even necessary.
Mine shows the user and host, git commit and branch, docker context and directory, color coded based on status of git:
[root@server001|G:19e526e@(master)|D:myContext|currentDir] $
## PS1 adapted from https://gist.github.com/xenji/2292341
ps1_generator() {
# docker context inspect --format '{{ .Name }}'
Time12h="\T"; Time12a="\@"; ShortHost="\h"; Username="\u";
PathShort="\W"; PathFull="\w"; NewLine="\n"; Jobs="\j";
test -f ~/.config/git-prompt.sh || \
curl -L https://raw.github.com/git/git/master/contrib/compl
etion/git-prompt.sh \
> ~/.config/git-prompt.sh
source ~/.config/git-prompt.sh
Color_Off="\[\033[0m\]"; IBlack="\[\033[0;90m\]"; BWhite="\[\03
3[1;37m\]"; BGreen="\[\033[1;32m\]";
BIRed="\[\033[1;91m\]"; BIWhite="\[\033[1;97m\]"; BIPurple="\[\
033[1;95m\]"; BIBlue="\[\033[1;94m\]";
GIT_PS1='$(git branch &>/dev/null;\
if [ $? -eq 0 ]; then \
echo "$(echo `git status` | \grep "nothing to commit" > /dev/null
2>&1; \
DIRTY="$?"; \
HEADREV=`git log --pretty=%h -n 1`; \
echo -n "|G:'${BWhite}'$HEADREV"; \
if [ "$DIRTY" -eq "0" ]; then \
# @4 - Clean repository - nothing to commit
echo "@'${BGreen}'"$(__git_ps1 "(%s)"); \
else \
# @5 - Changes to working tree
echo "'${BIBlue}'@'${BIRed}'"$(__git_ps1 "{%s}"); \
fi)'${Color_Off}'"; \
else \
# @2 - Prompt when not in GIT repo
echo ""; \
fi)'
if docker context inspect >/dev/null 2>&1; then
DOCKER_PS1='|D:'${BIBlue}'$(docker context inspect --format
"{{ .Name }}")'${Color_Off}
fi
USER_PS1=${BIPurple}${Username}'@'${ShortHost}${Color_Off}
PATH_PS1='|'${BWhite}${PathShort}${Color_Off}
export PS1='['${USER_PS1}${GIT_PS1}${DOCKER_PS1}${PATH_PS1}'] $
'
}
ps1_generator && unset -f ps1_generator
I used vaultwarden just the other day for this purpose. I mean, I use vaultwarden daily as a password manager, but it also has secure file transfer.
You can add them to the Consumer Action Taskforce wiki.
That works for me, for a while. I also auto-restart the invidious container stack hourly, per their recommendation. But sooner or later it fails, and usually the fix is to recreate a token. It only takes a minute, but it’s a hassle to do often.
I don’t have any experience with Atuin, but I use and love hstr for similar features.
I use hstr. It binds to <Ctrl>-r and lists your command history similar to bash’s biilt-in tool, but it adds live filtering: type a couple characters of the command you’re looking for and the list filters to only those and colors the characters. It’s quite good. And you can use arrow keys to navigate the list.
Congrats! It’s fun and empowering to make your own tools, isn’t it?
I’m quite happy with Jerboa on GrapheneOS, and on desktop I prefer to visit Lemmy via Tesseract.
I love homepage for this purpose. Gorgeous, good UX, easy to configure, and lots of widgets/integrations.
I currently use Tiddlywiki for all my note taking, but I’m about to switch to TriliumNext Notes.
deleted by creator
deleted by creator
Last year I hadn’t see my doctor for more than three years so when i made the wellness exam appointment they told me that normally i would no longer be considered their patient but the doctor remembered me and grandfathered me in. I had to fill out new patient paperwork again but my entire record still existed and i could continue seeing the same doctor.
Cool premise, nice UI.
Unscrambling 5 letter words is a bit simple, though. Will there be longer words? Or maybe how quickly you do it could make it more challenging - and in that sense,maybe other word scrambles aren’t revealed until you solve the first?
Nice job making this!