[-] H2SO4@kbin.social 3 points 8 months ago

I'd like to mention Bitwarden as well. It's open source, free(mium) with the option to self-host.

[-] H2SO4@kbin.social 8 points 8 months ago* (last edited 8 months ago)

Luckily it wasn't paywalled for me. Does this work for you? It's definitely worth the read.

[-] H2SO4@kbin.social 7 points 9 months ago

I get your frustration. In the meantime, you can use a browser extension to customize KBin. I personally use FF on mobile and the addon called Stylus

There are magazines for customizing KBin like this:

[-] H2SO4@kbin.social 3 points 9 months ago

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.

[-] H2SO4@kbin.social 5 points 11 months ago* (last edited 11 months ago)

McCulloch is charged with child endangerment, unlawful use of a weapon, armed criminal action and making a terrorist threat

And

McCulloch is jailed on a $500,000 bond.

Don't mean to sound patronizing, but maybe read the full article before commenting? At least this psycho seems to get what he deserves.

[-] H2SO4@kbin.social 2 points 11 months ago

Why in the hell is the thumbnail Adam Sandler and Jennifer Aniston, for me?
https://i.imgur.com/db4n4mg.png

[-] H2SO4@kbin.social 39 points 1 year ago* (last edited 1 year ago)

Here's the Wikipedia article on "right to work" for those who, like me (non-americano), didn't know about it:

https://en.wikipedia.org/wiki/Right-to-work_law

[-] H2SO4@kbin.social 2 points 1 year ago

@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.

50
submitted 1 year ago* (last edited 1 year ago) by H2SO4@kbin.social to c/gaming@lemmy.ml

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).

Edit: Just realized hashtags work!
#RDR2
#AutoHotKey

[-] H2SO4@kbin.social 4 points 1 year ago

Haha! Thanks for the link! Hilarious strip!

[-] H2SO4@kbin.social 4 points 1 year ago

Jules Verne already went there, durr. It's where the dinosaurs migrated to! Wait.. Dino safari?
(you guys are hilarious)

[-] H2SO4@kbin.social 6 points 1 year ago

Playstation is the first that comes to mind. It's a mega conglomerate and is involved in many industries:
https://en.wikipedia.org/wiki/Sony

[-] H2SO4@kbin.social 8 points 1 year ago

It's super fun! I learned about this recently. This and geocaching really adds motivation for long walks.

view more: next ›

H2SO4

joined 1 year ago