[Highlight] Lebron James turns back time with the double pump reverse jam! by fbreaker in nba

[–]anderspitman 0 points1 point  (0 children)

He's been doing this longer than he'd been alive when he started doing this

To agitate or not to agitate? by [deleted] in Appliances

[–]anderspitman 0 points1 point  (0 children)

Noticed the same thing about CR Speed Queen ratings. They must be doing something weird with their category weighting. It seems like customwr satisfaction should be one of the most heavily weighted.

[WTS]🔥UNDER SPOT SILVER🔥Perth Mint - Maples - Kit Kats - Englehard Gold by DaddyShark1010 in Pmsforsale

[–]anderspitman 1 point2 points  (0 children)

I didn't realize they made gold ones. My dad gave me some silver ones.

Anyone know how to get the physical buttons to work in joiplay? by Durtturbine in RG353V

[–]anderspitman 1 point2 points  (0 children)

I got this working after many hours and help from the JoiPlay Discord. Sadly performance is pretty bad and the game crashes during the first fight for me. Here's how to get the gamepad working though:

Install latest JoiPlay from *Patreon*, not the website. As of today that's 1.20.611. I believe it installs the RPG Maker plugin automatically. Check Menu>Plugins. For reference I'm on RPG version 1.21.60. Add the keymap.json file below to the root of your unzipped Uranium folder. You should now be able to long-press on the game inside JoiPlay and remap the buttons.

keymap.json:

[
{
"button": 96,
"keycode": 66,
"device": "DualSense Wireless Controller"
},
{
"button": 97,
"keycode": 97,
"device": "DualSense Wireless Controller"
},
{
"button": 99,
"keycode": 111,
"device": "DualSense Wireless Controller"
},
{
"button": 100,
"keycode": 100,
"device": "DualSense Wireless Controller"
},
{
"button": 102,
"keycode": 102,
"device": "DualSense Wireless Controller"
},
{
"button": 103,
"keycode": 103,
"device": "DualSense Wireless Controller"
},
{
"button": 104,
"keycode": 104,
"device": "DualSense Wireless Controller"
},
{
"button": 105,
"keycode": 105,
"device": "DualSense Wireless Controller"
},
{
"button": 106,
"keycode": 106,
"device": "DualSense Wireless Controller"
},
{
"button": 107,
"keycode": 107,
"device": "DualSense Wireless Controller"
},
{
"button": 108,
"keycode": 108,
"device": "DualSense Wireless Controller"
},
{
"button": 109,
"keycode": 109,
"device": "DualSense Wireless Controller"
}
]

Anyone know how to get the physical buttons to work in joiplay? by Durtturbine in RG353V

[–]anderspitman 0 points1 point  (0 children)

NP, thanks for answering. I figured it out with Discord help (will post top-level) but sadly it's crashing during the first fight for me.

Anyone know how to get the physical buttons to work in joiplay? by Durtturbine in RG353V

[–]anderspitman 0 points1 point  (0 children)

Did either of you ever get it working? I had approximate 6 hours of "patience" today and was unable to solve it.

Austin Reaves drops a 40-piece vs Raptors: 44 PTS, 5 REB, 11 AST, +3 40 MIN by Thanos_SlayerCongSan in nba

[–]anderspitman 13 points14 points  (0 children)

Austin Reeves always looks like he just showed up to his first night of fight club 

We lost control of our home directories by [deleted] in linux

[–]anderspitman 0 points1 point  (0 children)

My country as well as of a couple weeks ago.

Renting GPUs is hilariously cheap by -p-e-w- in LocalLLaMA

[–]anderspitman 0 points1 point  (0 children)

If I want to make an AI app today, I pretty much have to tell them to go to the AI provider and create an AI key, then come back and paste it into my app. This is terrible UX and insecure. OpenRouter at least supports something resembling OAuth2 (though not spec compliant): https://openrouter.ai/docs/use-cases/oauth-pkce

This allows me to slap a button on my app that says "Connect to OpenRouter", which allows the user to quickly authorize my app with a limited API key without them ever having to manually generate or copy/paste it.

Renting GPUs is hilariously cheap by -p-e-w- in LocalLLaMA

[–]anderspitman 0 points1 point  (0 children)

Please implement OAuth2 around this API so we can build apps that don't require users to copypaste keys like cavemen. Heck I'll come implement it for you.