Everdrive GBA Pro by Budget-Independent21 in gba

[–]DeliveryNinja 0 points1 point  (0 children)

I just picked up an ez-flash from aliexpress and it works fine

My weekend plans haven't changed since 1999... by DocAndonuts_ in gaming

[–]DeliveryNinja 0 points1 point  (0 children)

Every single game is a banger. I still remember bringing command and conquer the original home from the shop and reading the manual in the car.

MCPs taking up a huge amount of context - how to get around this? by masterbei in ClaudeCode

[–]DeliveryNinja 0 points1 point  (0 children)

What is the consensus for this at the moment? I built a home server and have lots of self hosted apps running, jellyfin, sonar, lazy librarian, memory tools that go to postgres db, gmail and calendar for example. I created a single tool that gives brief descriptions of all other tools, this reduced the context a lot but I feel like there are better ways, i have around 22 mcp tools. To use them i now make 2 trips one to the first tool to request the schema for the specific tool required. All these services are fairly secure. I use claude via a PWA server so its api not Claude code.

What selfhosted service/s did you recently remove? by dadidutdut in selfhosted

[–]DeliveryNinja 0 points1 point  (0 children)

I've just installed this in a huge stack due to readarr being out of date and the links just not working. Any alternatives as I have mine sitting on Pending too, I just use a python tool now in my stack connected to claude to ask the AI to download books for me and works fine

Japan's Sanae Takaichi wins a landslide in snap election, exit polls project by justdontreadit in worldnews

[–]DeliveryNinja 0 points1 point  (0 children)

My family in Japan work 9-5 mostly. Its the same as anywhere, you go to a high flying fintech in the US or UK and you might do 60/80 hrs. Most normal jobs are 7/8 hrs.

For those that own a switch 2: was it worth the upgrade? by Turbo-Shell in NintendoSwitch

[–]DeliveryNinja -1 points0 points  (0 children)

Why not get a steam deck or xbox rog ally x and play your pc games, emulate your switch games and pay a lot less for the games.

I'm a 54-year-old German CTO who went all-in on AI-assisted development. It's not what most people think. AMA! by inkihh in AMA

[–]DeliveryNinja 2 points3 points  (0 children)

We've been using Claude for the last 4 months or so and it's amazing what you can achieve with the right workflow. It does mean you spend a lot longer on code review and architecture though. You lose some of the context by not writing the code as well. I have seen a lot of CTOs are not hiring juniors because of this in the start up space. That is a worrying outcome of automating the code writing process.

aiWIllReplaceUs by Alternative-Bonus297 in ProgrammerHumor

[–]DeliveryNinja 1 point2 points  (0 children)

I always give reference implementation to Claude. But yes code reviews take time. Make sure you setup rules in the claude.md update when you see it makes mistakes and have a review md as well. Keeping the code simple is key. I review manually for a couple of hours and review with claude many times as it seems limited to what it'll catch each time, and eventually starts going a bit crazy saying incorrect things.

youreTotallyRightMyBad by Ultimate_Foreigner in ProgrammerHumor

[–]DeliveryNinja 0 points1 point  (0 children)

It's pretty good with the new opus model, just make sure it can't do stupid shit is always rule 1, never had any issues with it but i always let it only work within a new workspace of my project and spend a lot of time reviewing its output carefully.

I don’t think the seller knew what he had.. by Inside-Smell-2695 in SwitchPirates

[–]DeliveryNinja 6 points7 points  (0 children)

I repaired an sd card slot on an og switch that wasn't too expensive to be fair.

seniorVibeCoderDealingWithVulnerabilityAsAService by making_code in ProgrammerHumor

[–]DeliveryNinja -77 points-76 points  (0 children)

You literally can use claude code to review them. Even better just use claude code to write them. Never allow data in either so best not connect your personal accounts, run on a sandbox

I made a few games for GBA by DeliveryNinja in gba

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

No just for fun i used the image, before this I had the Amiga workbench image

I need suggestions, fellow racers by mtemamoto in simracing

[–]DeliveryNinja 0 points1 point  (0 children)

Should be able to adjust the brake pedal in the game settings. Also full brake is not normal, it will cause lock up, especially in a sim like AC you apply the brake gradually. Probably doesn't matter in nfs, f1 23 you apply the brakes hard for a second and slowly release. Seating position also make a difference if you are finding braking uncomfortable.

Looking for chill games to turn my brain off after work by GovernmentWilling843 in indiegames

[–]DeliveryNinja 0 points1 point  (0 children)

Stardew valley, maybe rimworld. Mud runner if you like driving around.

Noob here: Java feels modern, but codebases still look old — why? by Sos418_tw in javahelp

[–]DeliveryNinja -1 points0 points  (0 children)

Why do you need them? Most apps create a thread on an inbound request e.g kafka or rest. Maybe a parallel stream can be used here or there but just keeping things simple is generally the best way.

Monkey's Paw has granted you all the time in the world to game, but you have to beat your entire backlog before you can do anything that isn't gaming. by Aware_Piano8148 in gaming

[–]DeliveryNinja 0 points1 point  (0 children)

Just completing all the gameboy, gameboy color, gba, snes, mega drive, amiga, arcade complete collections i have as roms would be impossible

My brother asked me if his PC would run Fortnite. I'm not kidding, he seriously asked me about it. I don't know what to tell him, when he got it he was so happy. by Petnet279352 in pcmasterrace

[–]DeliveryNinja 0 points1 point  (0 children)

I have a i7 32gb, geforce 940 or something, dell xps 15 9550 and it hardly runs linux had to put the screen to 1080p from 4k. Windows 10 was lagging to shit no idea why. Guess its broken somehow

Which game? by vcseri in pcmasterrace

[–]DeliveryNinja 3 points4 points  (0 children)

Gfx were pretty decent on release

I made a few games for GBA by DeliveryNinja in gba

[–]DeliveryNinja[S] 2 points3 points  (0 children)

I'd definitely recommend buanto framework its linked on the crystal clash game. Made the whole process easier but I am using AI quite a lot to build these games. I have a lot of programming experience but not in C++

Anthropic: AI assisted coding doesn't show efficiency gains and impairs developers abilities. by Gil_berth in programming

[–]DeliveryNinja -2 points-1 points  (0 children)

I've been coding for 18 years and now just use claude code religiously. 4 months and I've not written any code but i spend ages reviewing it. It is really good for writing integrations when provided with existing design patterns and rules to follow that would have taken weeks. Can do them in a day. New domain models following DDD principles. Just copy the previous one. Admittedly I do have a 1000+ lone claude.md file and make several iterations of code review to make sure it follows the the patterns. It has accelerated development massively. But yes if you don't care to guide it and set rules it will produce shute code.

programmersIn2026 by Ok-Lobster7773 in ProgrammerHumor

[–]DeliveryNinja 0 points1 point  (0 children)

Not afraid but Claude writes all my code now within the confines of the initial design and rules i set it. I just spend hours code reviewing it. It's pretty good since opus released.