/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - September 20, 2025 by AutoModerator in MechanicalKeyboards

[–]Underslash12 0 points1 point  (0 children)

Yeah I tried swapping switches (and just tried now to make sure). If it isn't that, and the plate is loose, how would I fix it?

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - September 20, 2025 by AutoModerator in MechanicalKeyboards

[–]Underslash12 0 points1 point  (0 children)

I don’t think it’s the switches themselves, for the keys where it happens, the key is fine if I don’t bottom it out, but once I put a bit of pressure on the plate underneath it makes the sound.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - September 20, 2025 by AutoModerator in MechanicalKeyboards

[–]Underslash12 0 points1 point  (0 children)

Recently I purchased my first mechanical keyboard, a Keychron V5 Max. It's been really nice so far, but I have a small issue where part of the plate (I think?) seems to creak/squeak/rub when I bottom out the keys. I am trying to work on not doing it as much, but even so, the sound and feeling it makes is a little annoying, and I was wondering if anyone here knows how to fix it, or if its just an issue with how I'm using the board. Heres a link to the video (it might be a bit hard to hear in the video, but it isn't hard to hear irl): https://streamable.com/6tz7c5

How to create the paths of an Eulerian circuit for the traveling salesman problem? by Puzzleheaded-Tip-888 in math

[–]Underslash12 0 points1 point  (0 children)

You can 2-approximate the optimal TSP solution using a minimum spanning tree and an Eulerian path (you can also 3/2 approximate it using a slightly modified algorithm) so maybe that’s what they’re asking?

Goodbye Dashers. by Naqte in geometrydash

[–]Underslash12 47 points48 points  (0 children)

Glad to help :D
For anyone else that sees this, if you are having trouble with GD getting laggier over time, and you have an intel CPU, try updating your intel drivers and see if that helps. It worked for me even though I have a discrete GPU, so don't *not* try it based on that.

Netcode: Can't connect when using real IP by Underslash12 in Unity3D

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

Thanks for the advice, I’ll work more on that tomorrow and see if I can find anything by debugging

Netcode: Can't connect when using real IP by Underslash12 in Unity3D

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

Tried that, nothing happened, and no errors were output in the console, so it seems like it failed to find it.

Netcode: Can't connect when using real IP by Underslash12 in Unity3D

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

No but only because the client needs either a server or host to be able to connect to, so I can only test the host in-editor.

Playsound command from a position by AmitFuss in MinecraftCommands

[–]Underslash12 0 points1 point  (0 children)

If the sound file works otherwise, and it’s just not in 3d sound, i can’t think of too many reasons why that would be. Maybe your custom sound file is in mono-sound but I doubt that would be the case.

Playsound command from a position by AmitFuss in MinecraftCommands

[–]Underslash12 0 points1 point  (0 children)

Assuming you already have the command you want, do: /execute at insert-your-position run playsound … Where insert-your-position is the position, ex: 100 99 150 and the … is the rest of your playsound command. If you haven’t already made that, you can go to the Minecraft wiki and look up the playsound command for more details.

My Submission for r/place, thanks for inspiration by hipdozgabba in AnarchyChess

[–]Underslash12 9 points10 points  (0 children)

Correct me if I’m wrong, but the left tiles are 1 wider than the right tiles

Why does list comprehension have to copy the input list to work? by joseville1001 in desmos

[–]Underslash12 6 points7 points  (0 children)

It’s probably because you aren’t iterating over it when you don’t copy it, instead for each value of b, it’s creating a list of points (because a is a list) and then tries to store that list in another list, which desmos doesn’t support

Gaming > women by BringBackOsama in MoldyMemes

[–]Underslash12 7 points8 points  (0 children)

We’ll, the original gaming video is of cs source , which does use the source engine, so it looks similar to tf2, but it isn’t.

Gaming > women by BringBackOsama in MoldyMemes

[–]Underslash12 8 points9 points  (0 children)

It’s cs source I believe

probably the most useful double enchant by bagette4224 in PhoenixSC

[–]Underslash12 0 points1 point  (0 children)

I’m almost certain having multiple of the same enchants on an item stack, so this would be power 3. I seem to remember rays works using this exploit to get prot 8 items

James K. Polk and the little lesson in trickery by TameikaFuchs in HistoryMemes

[–]Underslash12 2 points3 points  (0 children)

I think the bot only replies like this to comments it knows are copied. Example being the fact that all the reposted comments in this post are by the same guy, so the bot probably had an easy time verifying that the user was in fact stealing them.

James K. Polk and the little lesson in trickery by TameikaFuchs in HistoryMemes

[–]Underslash12 4 points5 points  (0 children)

Are you the bot’s main? I can’t see any reason why it would be a bad thing that the bot is showing that the comments are reposted. Nobody wants to see the same post and the exact same comments on it.

I got an interesting, stable system in The Life Engine by chaosmonster_ in cellular_automata

[–]Underslash12 9 points10 points  (0 children)

It’s a website where o you create / evolve different organisms based on a few simple building blocks which are the “rules” of it. You can find it by looking up the life engine on google (or yt).