H2SO4

joined 1 year ago
[–] H2SO4@kbin.social 1 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 4 points 11 months ago (1 children)

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

[–] H2SO4@kbin.social 41 points 1 year ago* (last edited 1 year ago) (5 children)

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 (1 children)

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

Edit: Just realized hashtags work!
#RDR2
#AutoHotKey

[–] H2SO4@kbin.social 1 points 1 year ago

Awesome! Thank you! Confused Kbin'er here.

[–] H2SO4@kbin.social 4 points 1 year ago (1 children)

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

[–] H2SO4@kbin.social 1 points 1 year ago (1 children)

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