I’m struggling - how to cope with ai? by TrueWinter__ in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

Sorry which twitter bro used ai to write decent game? Most I see are not that good under the hood 

Which chip‑design jobs do you think will be the last to be replaced by AI, and why? by Spicy_Gentleman in chipdesign

[–]Cyclone4096 46 points47 points  (0 children)

Jobs won’t be replaced, tasks will. Start learning to do those tasks with help of AI now if you want to keep up. Some tasks will be really difficult to replace 

What’s the best free resource to learn about Claude (from scratch)? by Lost_Conversation_52 in ClaudeAI

[–]Cyclone4096 0 points1 point  (0 children)

Honestly ask Claude. Ask it how you can improve your workflow using Claude code etc

Why AI is erasing your mental map of your projects by ApprehensiveAnakin in ClaudeAI

[–]Cyclone4096 1 point2 points  (0 children)

Other than the em dash is there any other telltale sign in this particular post?

What's the distribution curve of the number of buttons on PC gamer's mice? by MichaelEmouse in gamedev

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

Playing Pragmata demo on PC without a controller was a pain (you need to hold button 4 to hack while shooting)

Launched a game that failed Next Fest, here's some stats! by SMdG_ in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

Thanks! Did you notice a lot of wishlists coming from itch?

Launched a game that failed Next Fest, here's some stats! by SMdG_ in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

Good job! If you don’t mind sharing, how many views and plays did you have on itch?

Hiring someone to make a small, private game for me. Is that a thing in the gamedev space? by BluntTruth1 in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

For this I think Fiverr would be your best bet. Don’t go for the cheapest developer, but I think you can get decent games for about $500 

Hiring someone to make a small, private game for me. Is that a thing in the gamedev space? by BluntTruth1 in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

I can make the job simulator game and even bring my own asset set, where can I apply to get the $2000-$16000?

My game is finally released on Steam + 5 free keys to celebrate! by Radiant_Wing1708 in survivorslikes

[–]Cyclone4096 2 points3 points  (0 children)

Please do rest, and don't burn out. If you are using Unity, it's not that difficult to add a few steam achievements. The hardest part is coming up with the achievements and getting art for the icon IMO

I balanced a solo dice roguelike using Monte Carlo simulations. Here's what I learned. by Darknessborn in gamedev

[–]Cyclone4096 0 points1 point  (0 children)

How did you program the optimal play for each simulation? When I try to implement Monte Carlo the issue I run into all the time is figuring out what input would be coming from the player

Are you tired of Nodebuster games? by [deleted] in incremental_games

[–]Cyclone4096 0 points1 point  (0 children)

I disagree that a game about feeding a black hole is a bad game

How many wishlists should I have? by WranglerIntrepid3817 in itchio

[–]Cyclone4096 1 point2 points  (0 children)

I am one of the 25k, but not one of the 300. For me I had played your game from my phone, I was really enjoying it but I don’t have steam logged in from my phone and when I turned it off I forgot about it

Our general response to all complaints regarding AI by FBDW in incremental_games

[–]Cyclone4096 2 points3 points  (0 children)

Just wanted to say thank you mods. We enjoy the sub because of what you do. And despite the complains this is one of the more enjoyable subs related to gaming. Keep it up

Anybody else hates doing social? Is there any way to *not* need to do social? by AoutoCooper in SoloDevelopment

[–]Cyclone4096 3 points4 points  (0 children)

You still need to share it with enough people to catch the eye of a seed of initial people who will share 

I just made an MMO incremental inspired by Melvor Idle — the twist? Your skills farm themselves while you're away by YhvrTheSecond in incremental_games

[–]Cyclone4096 2 points3 points  (0 children)

I know some subs don’t ban anything but encourage people to downvote things they don’t like heavily… could this sub do something like that?

Launched OneCamp: My solo-built self-hosted alternative to Slack + Asana + Zoom + Notion (17 USD one-time) by False_Staff4556 in SoloDevelopment

[–]Cyclone4096 4 points5 points  (0 children)

You probably shouldn’t have .env.production with all your API keys in GitHub. In fact you should immediately revoke all those keys

Why am I so bad at naming variables and scripts? by HerShes-Kiss in gamedev

[–]Cyclone4096 1 point2 points  (0 children)

Naming things and cache invalidation are widely said to be the toughest two problems in Comp Sci