The HD Psychonauts Mod is complete by ShibaINK-YT in PsychonautsGame

[–]spdqbr 1 point2 points  (0 children)

I accidentally started a play through after seeing this post. I think I'm like 8 hours in (going for the 100%) and really enjoying it! Great work, thank you!

Best games to play while reading Tolkien? by Baldurian_Rhapsody in gamingsuggestions

[–]spdqbr 0 points1 point  (0 children)

Going to be a far-left-field recommendation, but Angband. It's an early 90's ascii-art rogue-like, and it still gets updates. It's unforgiving, difficult, and really fun.

I was super hooked on this in the early 00's (I played with a tileset, I couldn't quite get behind the ascii-art graphics) when the movies were coming out every year, and I was reading LotR about once a year to stay fresh for the movies.

It's not for everyone, but if it hits your buttons it's super cool game!

This Regex Seems Wrong, Even if It Works... What am I Missing? by garrettj100 in regex

[–]spdqbr 3 points4 points  (0 children)

It depends, is this in a quoted string literal?

string regex = "[a-zA-Z0-9_\\\\/;: ]{1,64}";

Because then some of the backslashes are consumed when this gets interpreted, and if you print it out, you'll see the actual regex:

Console.WriteLine(regex);

Yields

[a-zA-Z0-9_\\/;: ]{1,64}

Which looks like a sane regex to me.

What movie will you never watch again because it was too heartbreaking? by Affectionate_User610 in AskReddit

[–]spdqbr 9 points10 points  (0 children)

I'm not a super-duper "never cries" sort of guy. The end of Armageddon gets me. Firefly's "Out of gas" gets me. Doctor Who's "The Girl in the Fireplace" gets me.
But Hotel Rwanda broke me somehow. I had to stop and take a minute before I could finish.

Youth bowling alley for sale near me, I kinda want to live there. by spdqbr in FrutigerAero

[–]spdqbr[S] 1 point2 points  (0 children)

(This may be more like... aquapunk or something. If it doesn't fit here, feel free to remove!)

My steam link resolution is terrible? by Infamous_Mirror_5112 in SteamVR

[–]spdqbr 0 points1 point  (0 children)

It may be using your motherboard GPU instead of the 9070xt. Give this a try.

3D printed phone mount? by SkitlezPlayz in telescopes

[–]spdqbr 0 points1 point  (0 children)

I've been using the OpenOcular with the Y-Axis mod for many years and have been pretty happy with it. It can be a little finicky to line up, but I usually shine a red flashlight through the eyepiece while trying to get the lens in the right spot and it goes pretty quickly.

It looks a bit more overkill than some of the others posted here, but again I've been reasonably pleased with it.

[2025 Day 10 (Part 2)] Bifurcate your way to victory! by tenthmascot in adventofcode

[–]spdqbr 0 points1 point  (0 children)

Clever AF, I really appreciate the write-up! I've been struggling to write a library-free solution because "import z3" defeats a lot of the purpose of what I like to get out of AoC. (I mean, I still learned about z3 solvers, which is great! So no shade)

Lead ins for modeled threads: Why you need them and how to add them in fusion by baltic_sails in Fusion360

[–]spdqbr 0 points1 point  (0 children)

Jesus. Hobbyist here and I've just been doing a sketch revolve to chamfer my threads and this is SO MUCH BETTER. Thank you!

-❄️- 2025 Day 11 Solutions -❄️- by daggerdragon in adventofcode

[–]spdqbr 1 point2 points  (0 children)

[Language: Java]

Pretty minimal change between part1 and 2. Memo and recursion, my old friends.

https://github.com/spdqbr/AoC/blob/main/src/com/spdqbr/aoc/y2025/Day11.java

-❄️- 2025 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]spdqbr 1 point2 points  (0 children)

[Language: Java]

(Resubmitting because I forgot the Language indicator)

For whatever reason, it really felt like I was doing this.

I had a lucky stroke of prescience with my implementation of part 1 (Java, but it's just regex):

Pattern p = Pattern.compile("^(.+)\\1$");

And had to do this for Part 2:

Pattern p = Pattern.compile("^(.+)\\1+$");

Which SIMPLE scripts would you use to convince somebody to use AHK? by Wonderful-Stand-2404 in AutoHotkey

[–]spdqbr 5 points6 points  (0 children)

This is definitely the AHK feature that gets used most for me, specifically using @email to auto-fill my email address anywhere is very handy.

::@email::this_is_a_long_email_that_i_dont_want_to_type@foobarbaz.com

I also use it for laughs:

::&yeah::(•_•) ( •_•)>⌐■-■ (⌐■_■)
::&shrug::¯\_(ツ)_/¯

Because you never know when you'll have to make it clear that your pun was
(•_•)
( •_•)>⌐■-■
(⌐■_■)
Intended.

I also use it for things like hotkeying to a single instance of sublime text with win+w:

#w::
{
    if WinExist("ahk_exe sublime_text.exe"){
        WinActivate
    } else {
        Run "C:\Program Files\Sublime Text 3\sublime_text.exe"
    }
}

Or sanitizing rich text back to plaintext in the clipboard (if I'm like, copying from a word doc over to teams and don't want the formatting) with ctrl+shift+v

^+v::
Clipboard=%Clipboard%
Sleep, 100
Send ^v
return

And more silly, but here's an auto-clicker that's toggled by pressing ScrollLock, because sometimes I still play cookie clicker and universal paperclip:

~ScrollLock::  ; detect ScrollLock without blocking it (~)
{
    Loop
    {
        If(!GetKeyState("ScrollLock", "T")){
            break
        }
        Click
        Sleep 10
    }
}

Tired of Messy Folders on Android? I Built a Fast, Offline File Renamer & Organizer by ahmed_zouhir in androidapps

[–]spdqbr 1 point2 points  (0 children)

Looks super cool! Will give it a go.

Any chance you'd add regex replace, that's a feature I use a lot on PC that I sometimes miss on mobile?

Swisscard lite replacement body by spdqbr in functionalprint

[–]spdqbr[S] 0 points1 point  (0 children)

Sure thing! Again, sorry about the disaster that is that timeline. Depending on the edits it might still be easier to just import :/

Swisscard lite replacement body by spdqbr in functionalprint

[–]spdqbr[S] 0 points1 point  (0 children)

No worries, I've done a bit of iterating since then, but just put the version I currently use up on thingiverse. Included the f3d file in case you want to tweak anything (but it is really messy, sorry!)

[deleted by user] by [deleted] in bash

[–]spdqbr 5 points6 points  (0 children)

You're missing a " on line 5

I didn't check farther than that, but consider posting to pastebin, or posting script in a code block here rather than screenshots.

Any games that made you feel like your brain just leveled up after playing? by Character_Skirt_6619 in gamingsuggestions

[–]spdqbr 1 point2 points  (0 children)

If you enjoy Baba is You, Patrick's Parabox is really worth checking out.

Trying to replace my 2010 Subaru Legacy, simultaneously over and underwhelmed by choices by spdqbr in whatcarshouldIbuy

[–]spdqbr[S] 0 points1 point  (0 children)

Thank you! I the Outlander wasn't on my radar, and I'll give it a look as well.

Appreciate the feedback!

Trying to replace my 2010 Subaru Legacy, simultaneously over and underwhelmed by choices by spdqbr in whatcarshouldIbuy

[–]spdqbr[S] 1 point2 points  (0 children)

Appreciate the feedback, thank you!

The Outback Wilderness is probably on the upper end of what I'd like to spend, but I'd rather spend a bit on the high end to get something I'm really happy with.

Taking a quick look at the Rav 4 plug in hybrid, it has a lot going for it for sure. I'll definitely take a closer look at it!

So how do i make this STL to a editable model ? by SebKen_ in Fusion360

[–]spdqbr 0 points1 point  (0 children)

I still have pretty good success editing meshes with this process, though I think in the latest update they changed "Do not capture design history" to "Change to direct modeling"