Good job. I fell for it
“There’s a bug. It says it’s Friday tomorrow”
1 day later
“It’s working for me”
Close ticket
It’s wednesday captain.
Beware of child predators
I wanted to check out bitwarden as a self hosted service, but looks like I better stick with good ol’ keepass+Syncthing
Usb killer: you guys do things with the computer?
True. For now I got a combo of Firefox and Firefox focus. Set focus as default browser, and if you do need cookies, copy the link.
Don’t put a fast charger for overnight charge. It degrades the battery. I got my charger hooked up to my server’s usb port and it’s able to charge a 10000mha battery overnight at nearly 100% from low percents.
It’s mostly that Librewolf is a bit like incognito mode by default and it may be confusing for new users.
If you really want to go power mode you can create multiple profiles with different cookie policies. Great to organise yourself and keep cookies where they belong
Either you go the firefox account way (librewolf has it turned off by default but you can turn it back up)
Or you go the manual way. Go to your about:profiles
, open both directory for your profile data, and the folders in the corresponding librewolf folder (that you can check by going in about:profiles
on librewolf).
Here’s two tips:
This is the essential thing to learn for librewolf. The settings are quite aggressive so you may need to disable the protection. And for websites you want to stay logged in, it’s opt-in.
At least they are using the internet archive, which is neat
I think the meme refers to the joke that “all guys just want a big tiddy goth girlfriend” meme.
The bottom text is just a joke to divert from the obvious meme
Half joking. Lifetimes can be hard but once you understand the concept it’s quite easy.
The second joke is about you never learn Rust. You’re always on the learning rollercoaster. Always one step away but each time it makes you rethink the whole language.
Don’t get me wrong, I’m a rust main. But does issues does exist
Rewrite it in rust. Now get a lifetime of problems
Once humanity finally realises how bad AI is, can we make meme pages shelters for those poor orphan models?
I think I know what happened. Did you do something like
PATH="/usr/bin/golang"
?Because doing that overwrite your path variable. You need to set it like this:
PATH="{PATH}:/usr/bin/golang"
to append to the path.And well… I hope you got a backup of your
/root/.bashrc
or whatever you use as a terminal. Restoring it should fix itEdit: you should be able to use any program by appending /usr/bin/ to your commands, as long as it’s in this directory