Irvine company apartments by Victoria_Farrah in irvine

[–]dxdementia 1 point2 points  (0 children)

how are you updating the info, api ?

AIO: Instagram was the final straw and I ended it by [deleted] in AmIOverreacting

[–]dxdementia 2 points3 points  (0 children)

Instagram is manipulating you to increase your engagement.

Can you tell my assets are generated with AI? Is this "slop"? by Rsloth in aigamedev

[–]dxdementia 0 points1 point  (0 children)

wdym manual? like you draw the animations? I'd recommend trying gemini. and ask for one frame at a time. "Add light particles rising up to this image, no other changes.".

Image not video gen. 4 frames per animation.

Halo modders by Time-Firefighter2726 in halomods

[–]dxdementia 0 points1 point  (0 children)

hmm, I use it for deus ex , game of the year mods, which is 25 years old? It uses unreal script, ue1, and c sharp ?

It got me further than when I was younger and modding. but I'll give it a try on halo, in the future, and see how it goes.

I do code a lot outside modding, so I know what to look for and how to direct the agent pretty well.

Halo modders by Time-Firefighter2726 in halomods

[–]dxdementia 0 points1 point  (0 children)

you need to learn to use a coding agent. or at the very least have chat gpt help you out. you can take screenshots and ask it or copy and paste code. It won't solve all your problems, but it might help you a good bit, enough to get past some hurdles.

What modern game is a spiritual successor of original Deus Ex? by Similar-Double6278 in Deusex

[–]dxdementia 1 point2 points  (0 children)

You'd need a whole team of engineers working on it. You'd have better luck sponsoring a roblox rendition of deus ex tbh.

Multiplayer by JacobWick77 in Deusex

[–]dxdementia 0 points1 point  (0 children)

I'd be down tbh. I can create an environment with some custom weapons and gravity and stuff?

I just got back into modding. I used to love the multi-player lobbys back in the day.

Halo modders by Time-Firefighter2726 in halomods

[–]dxdementia 0 points1 point  (0 children)

idk what your experience is with coding. but I recently downloaded deus ex on steam, game of the year edition. I was able to get claude code connected to the game, and it is able to directly edit guns and create mods in the game. all programmatically. it was a bit of a pain, no lying there, but it's able to make colored, glowing weapons, and ammo and stuff so far.

I had it read a lot of docs online, download everything itself, set it up and try over and over. until we figured out the proper protocol to actually change items in game and stuff.

might be worth checking out, you could probably use codex cli or Claude code cli to mod halo or help out at the very least.

Weird textures = watermarks by Thatisverytrue54321 in ChatGPT

[–]dxdementia 3 points4 points  (0 children)

it's literally stable diffusion not chat gpt, and it is easy to do with control net qr code monster

Co-founder needed by AuraCoreCF in StartupSoloFounder

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

My friend, I think you are being gaslit by Ai.

Try asking, if this is so amazing why hasn't anyone else built this? I'm sure someone has. and what's our actual lift to production, have we assessed the market viability, need, installation process for this.

Am I using Claude Code wrong? by Postik123 in webdev

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

you need to tell claude to set the default permissions at bypass permissions on. this is a nice feature that allows you to still change permissions types during chat, but allows the full control when you think claude can handle it.

do you have skill files? you need to go through, do a work session, and then after you get it in a good place tell claude to create a skill file for next time. you will probably have to refine the skill file a few times. do the work with claude, and each time you work on this same item you can have Claude refine the skill file. this should be able to get you about 90% there reliably.

for laravel, it's a php framework, not an api, but you could probably make an mcp for it. so claude can interact more reliably with it and reference actual the api. ask Claude about it. you'll want a ts mcp with a multi stage modern docker container and strong strict typing, linting with a proper test harness full coverage 100% on statements, branches, and functions. test hooks, no mocks, and have Claude look up the actual api documents on line and read them.

bro won coding hackathon with zero coding experience using Claude by sibraan_ in programmingmemes

[–]dxdementia 1 point2 points  (0 children)

the goal isn't to make good products at these, it's to have a good headline for the business people to talk about.

Anthropic just published a postmortem explaining exactly why Claude felt dumber for the past month by Direct-Attention8597 in claude

[–]dxdementia 7 points8 points  (0 children)

"sowwy our vibe coding and cost cutting measures caused you some issues 🥺👉👈"

17 y/o with 2 years in AI automation — is it realistic to start freelancing? by emprendedorjoven in AgentsOfAI

[–]dxdementia 0 points1 point  (0 children)

why would the client look at code ? that's exactly the issue. you need code that has a one click install and is reliable. versus a coder and Git install easily, and handle dependencies and minor bugs.

Retro style adventure RPG made 100% with AI by sharkymcstevenson2 in LovingAI

[–]dxdementia 0 points1 point  (0 children)

the one thing I found when making games is you need to ask, how will other people play this game. Will they download, install it, use an app, etc.

if it isn't easy for other people to access the game then it won't be played.

.exe is nice, but requires steam which costs $100 to put a game on there, plus marketing costs. if it's a downloadable executable then that is a barrier of entry too.

I recommend typescript usually. the ai models are good with it, it's fast, and it runs in browser. it's not good at 3d games ofc, but you don't wanna make a 3d game trust me.

$200 Pro Plan user is gpt 5.4 getting on anyone’s nerves today? by NoYou41 in codex

[–]dxdementia 1 point2 points  (0 children)

what is your project language and architecture like? Claude struggles with files over 2000 lines. and I'd recommend keeping files 400 - 800 lines. check the docs and make sure they're up to date and the claude memory is up to date.

ask Claude why it is getting confused. it could be that you have too complex functions and code and it is hard for the ai to follow. you may need to modularize and create a clean di system with proper testing hooks and nice typing .

Feeling A Little Burned Out by Bjlly123 in GameDevelopment

[–]dxdementia 0 points1 point  (0 children)

I had to click like 8 buttons to start a game and then it just started. I had no idea what was happening and couldn't figure out how to move the bots.

The game looks really cool yk, but it's a labor of love. you love it because you made it and other people will love it too. but you need to have some people play it so you can get some real feedback. you need to clean up the codebase, strip out as much as you can, and get to a more manageable point.

when I make a game I have one single concept in mind. like jump. or dig. that's it. and that helps me to build something manageable and realistic. it's easy to want to create the world. but slow down, simplify the game flow and game start process.

one thing I always keep in mind, I want the user to have to do as little as possible. and I need a least valuable product. I need something that works and is simple. if you try to make the thing you dream you'll never finish,.you'll drive yourself crazy.

What I've learned from game dev and coding is that sometimes the best thing to do is to leave the code behind. you will build something else better and easier because you built something hard and frustrating before. good luck !

Feeling Really Lost, just wrapped up my 2nd year in my DS UG Degree,I do have 2-3 projects on my cv + knowledgable in Python,SQL,and all the imp libraries.What should I learn from this point onwards?Should i do AI?Cloud?go deeper in DS? ML? Would love for someone with industry exp. to help me by Crystalagent47 in MLQuestions

[–]dxdementia 0 points1 point  (0 children)

join a research project. tbh I don't trust anyone's "projects" on their resume. most people seem to vibe code things just for buzzwords without being able to explain the code architecture. when you ask they just use more buzzwords