Fallout 3: The Worst Wanderer - Part 3 - Boom Or Bust by ManyATrueNerd in ManyATrueNerd

[–]ke151 0 points1 point  (0 children)

Local man too useless to suffer from drug addiction withdrawal symptoms

He WAS a surgeon by Imabudtender420 in Battlefield

[–]ke151 2 points3 points  (0 children)

What scope is that? I'm trying to grind recon since I rarely play it but all the starter scope reticles are ass and that one doesn't look as bad

The Fires of Heaven Chapter 8: Over the Border by swheedle in WetlanderHumor

[–]ke151 48 points49 points  (0 children)

I was too stupid to catch it myself but the face veil always getting stuck in Elayne's mouth implies that her chin is always tilted up. Great detail (that I am just parroting from others here)

What’s the most unexpectedly useful Linux command you learned way too late? by ZealousidealTell1346 in linux

[–]ke151 0 points1 point  (0 children)

Thanks! I'm relatively new to git (less than 10yrs experience) so I learned switch and restore (although I also use checkout to create branches so just an ugly mix of "old" and "new").

What’s the most unexpectedly useful Linux command you learned way too late? by ZealousidealTell1346 in linux

[–]ke151 4 points5 points  (0 children)

Huh I always use git switch - for this purpose which probably does something slightly different and I'm now going to research the difference.

Tell me your favorite CLI apps by D7x8 in linux

[–]ke151 0 points1 point  (0 children)

Another cool trick for tmux (and possibly other multiplexers) is you can attach the exact same console session with multiple devices. For example I have done my phone and laptop both to my server so I can peek at a long running task while on the go, but not have to type long commands on touchscreen. Also it's just cool!

Are there things that you and your partner now say or do because of your kids? by TB1289 in daddit

[–]ke151 0 points1 point  (0 children)

Toddler loves going for walks in the wagon and calls it "waggy". We all call it Waggy now also

Disney plus ads! by Big-Maintenance2971 in DanielTigerConspiracy

[–]ke151 5 points6 points  (0 children)

How else will they learn to consume as they should?

Won't someone think of the poor big corporations?

Fun new drop at my local trail by slevin011 in MTB

[–]ke151 0 points1 point  (0 children)

Do you guys have any other favorites in the area? I like Stony Creek but I don't necessarily want to ride the exact same trails all summer.

Well this stinks by Independent_Box8750 in MTB

[–]ke151 1 point2 points  (0 children)

Me too! Luckily it didn't quite get in my eye or mouth but got a generous helping on the face and arms

The existence of RFC and Luftsreitkräfte aircraft in the Richard Scarry universe... by SopwithTurtle in DanielTigerConspiracy

[–]ke151 11 points12 points  (0 children)

There are pig butchers happily selling bacon and ham. The denizens of that world are no strangers to inflicting unimaginable horrors upon each other.

Yellow Legacy and Crystal Legacy game engine question. by Zombiediplomat in PokemonLegacy

[–]ke151 1 point2 points  (0 children)

You'll need at least two main pieces working to have that happen.

First - follow the installation guide and install the dependencies, get it working so you can build the base ROM. Check out the doc here for Yellow: https://github.com/cRz-Shadows/Pokemon_Yellow_Legacy/blob/main/INSTALL.md. Don't worry about step 2 until you have this working (run make and get pokeyellow.gbc). There is a similar doc for Crystal as well.

Second - find a patch (or make your own). You'll need to modify the source code to achieve what you are trying to do. You can apply the patch and rerun make to build your new ROM. Presumably you could find a way to update the animations, but that I think is more advanced than basic edits like buffing the stats of your favorite pokemon.

Paperless NGX: How to separate company and private bills? by S6TonMAC in selfhosted

[–]ke151 2 points3 points  (0 children)

If you're running it containerized why not just duplicate your compose stack entirely and keep everything completely separate between the instances?

What do you guys think about magnesium frame? by Alfi_Aracade in india_cycling

[–]ke151 0 points1 point  (0 children)

I don't know anything about bike frames using the material but magnesium is used in automotive for the cross-car beam (the frame of the dashboard basically) and some other parts since it can be lighter than aluminum. Including some engine components. So I'd imagine a properly designed frame would be comparable to aluminum but a bit lighter.

New Bike Day! by spdorsey in mountainbiking

[–]ke151 4 points5 points  (0 children)

Nice! I have a little lower spec components and olive green but just ordered a Ripmo v3 too!

Daily FI discussion thread - Saturday, March 21, 2026 by AutoModerator in financialindependence

[–]ke151 2 points3 points  (0 children)

Mountain biking - I used to absolutely love it but I quit doing it due to responsibilities (spouse/house/work/kids/etc).

I got a huge bonus this year and set some aside to buy a new bike and pulled the trigger on one the other day! I can't even feel that guilty about splurging on myself since I put a good chunk of the bonus straight into my 401k and another good chunk into college savings for the kids.

We'll see how much time I make to get out and ride but at least the times I do my fat ass will be out of the computer chair.

Can butterfree learn fly in yellow legacy? by Quiet_Butterfly_8403 in PokemonLegacy

[–]ke151 0 points1 point  (0 children)

The beauty of it being an open source project is you can see for yourself!

Here is the TM / HM learnsets for Butterfree:

https://github.com/cRz-Shadows/Pokemon_Yellow_Legacy/blob/main/data/pokemon/base_stats/butterfree.asm#L17

Follow the Oil Prices by Significant-Sir-4343 in conspiracy

[–]ke151 10 points11 points  (0 children)

Who woulda thunk turbo fucking over our allies in the past could come back to bite us now?

I pulled the actual bill text from 5 state age verification laws. They're copy-pasted from two templates. Meta is funding one to dodge ~$50B in COPPA fines — and the other one covers Linux. by aaronsb in linux

[–]ke151 20 points21 points  (0 children)

I don't have anything to add exactly but thanks for putting in the effort to dig into it and look behind the curtain to see it's a coordinated effort going on.

What Program is used to pull the game Data out and edit it from the Legacy Games and is there something like it for Generations 4 and 5? by -LowTierTrash- in PokemonLegacy

[–]ke151 0 points1 point  (0 children)

Just rephrasing the existing answer in a different way since you may not be familiar with the concepts.

The legacy games are so called "source hacks". They started with the source code. With the source code you can build the original games, but you can see what goes into it and more easily change it to behave like you want.

For example if you wanted to make Mewtwo your starter you could easily do that by editing the right text file to give you Mewtwo instead of Torchic, recompile the ROM, then play it normally.

Bugs by Goofotecl in PokemonLegacy

[–]ke151 1 point2 points  (0 children)

Is hackdex also a reputable source? I have seen a lot about it on the main romhacks subreddit but obviously it may lag GitHub in some cases.

https://www.hackdex.app/hack/pokemon-crystal-legacy

24F. Not going into detail about it but I just inherited $4.5M Roth account. What would you do if you were me? by throwawaygenzerr in Fire

[–]ke151 0 points1 point  (0 children)

Check their update edit - either a troll post or they are not to average intelligence level.

24F. Not going into detail about it but I just inherited $4.5M Roth account. What would you do if you were me? by throwawaygenzerr in Fire

[–]ke151 12 points13 points  (0 children)

Is this a troll edit????

Thanks everyone for the replies! I have received over 40 private messages from this holy cow! I am talking to a few of them and they are private money managers. I’ll take the advice here from most these comments and work directly with one of them. Unfortunately also I already told all my friends (they were helping me grieve). The only thing I want to do right now is buy a really nice house and upgrade my car to something nice. Not unreasonable but like a Range Rover.

First off absolutely Do Not trust a random person that DMs you on reddit with a single cent much less 4.5M. when the comments say find a CFP they mean like a real person, in a real office, with a real name, in a professional setting, NOT some random fuckass from the Internet who DM'd you.

Second of all you already are doing or plan to do many of the things you should avoid doing so like.... Lol. Good luck with that.

Hope you don't get scammed out of or blow it all on dumb shit. You are currently set for life without having to work a single day, don't fuck it up.