H2SO4

joined 1 year ago
[–] H2SO4@kbin.social 2 points 10 months ago

Just check if he wears Prada!

[–] H2SO4@kbin.social 7 points 10 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 2 points 11 months ago* (last edited 11 months ago) (1 children)

It's not included by default, so thanks a lot for the tip! Installed!

 

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

Nice hariette! Thanks for all the hard work!

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

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

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

Looks awesome! The current page is invisible if you're using a light theme though:
KBin light theme

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

I'm in the same boat. So I just threw together a quick userscript which removes custom CSS on magazines:
https://greasyfork.org/en/scripts/469581-kbin-social-remove-custom-styles

You'll need Greasemonkey, Tampermonkey (browser addons) or similar to install the script.

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

A change in leadership/government doesn't mean Russia will cease to exist.
But it's a very interesting question. Here's the UN article on elegible members:
https://www.un.org/en/about-us/un-charter/chapter-2
(note the: "Membership in the United Nations is open to all other peace-loving states")

It would be difficult as Russia has Veto power, but it can be temporarily suspended if they are under "deliberation by the security council". This article explains how it might be possible:
https://thehill.com/opinion/international/3717566-how-to-expel-russia-from-the-un/

The consequences of an expulsion would be worth considering as well!

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

That is absolutely fucking hilarious! Well done! What an exit!

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

I dualboot. Use windows only for gaming though. Luckily most of my favorite games run on Linux natively (Like ONI and CK3).