1 Followers
4 Following
29 Posts
I'd like to mention Bitwarden as well. It's open source, free(mium) with the option to self-host.
Best Password Manager for Business, Enterprise & Personal | Bitwarden

Bitwarden is the most trusted password manager for passwords and passkeys at home or at work, on any browser or device. Start with a free trial.

Bitwarden
Not enough! Paying reparations which are owed for destroying half a country and putting a huge drain on the world economy.

Can you expand on why you think they are that? I'm dumb and not understanding.

"prohibit website operators from banning users or removing speech and content based on the viewpoints and opinions of the users in question"
That sounds like subjective and obviously biased opinions, which obviously should be removed?

I'd really like to understand why you think Wikipedia should fuck off. It might be subpar, but there still exist dictionaries, journalism and a lot of other places on the internet than Wikipedia.

As I recall, Wikipedia is not an accepted source in academia, but it's fantastic for everyday use.

It's ot there by default. Thanks a lot for the tip! Installed!
Why in the hell is the thumbnail Adam Sandler and Jennifer Aniston, for me?
https://i.imgur.com/db4n4mg.png
@derekabutton Definitely! I tested it out, but couldn't get it to work in the first try, so took the lazy route and just hardcoded the sequence in.

Playing a lot of RDR2 for the first time. The minigame "Five Finger Filet" annoys the hell outta me. So wrote an AutoHotKey script for it. It goes about 12 fillets(?) per round.

`#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

keys := ["s", "d", "a", "s", "a"]

SetKeyDelay, 0, 50
^a::
While !(GetKeyState("x", "P"))
{
for key, val in keys
{
Send {w down}
Sleep 50
Send {w up}
Sleep 100
Send {%val% down}
Sleep 50
Send {%val% up}
Sleep 100
}
}`

Read Dead Redemption 2
Five Finger Fillet
AutoHotKey script
(change the keys array every round).

Haha! Thanks for the link! Hilarious strip!
Awesome! Thank you! Confused Kbin'er here.
Nice hariette! Thanks for all the hard work!