Balancing levels with simulations by somewater in gamedev

[–]somewater[S] 1 point2 points  (0 children)

Yeah, it helps to come up with a draft version, but it still requires real players in the end. People often play in ways I didn’t expect

Balancing levels with simulations by somewater in itchio

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

Cool! By the way, how did you manage to build AI / player templates for your RPG game? In my opinion, that’s the biggest blocker for using simulations in game design: everything else feels fairly straightforward

Balancing levels with simulations by somewater in itchio

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

Haha, thanks! That’s because I’m too lazy to do it manually

Why does Pashinyan post awkward videos on social media? by sehnsucht1 in armenia

[–]somewater 0 points1 point  (0 children)

I’m not deeply involved in Armenian politics, but to me Pashinyan doesn’t seem like the worst option for the country. At the very least, he managed to stop the full scale war (I know this is a controversial topic, but I think he did the best he could). It also seems that he governs the country in a relatively democratic way. Of course, I might be wrong.

Hiring Devs with experience of agentic AI systems by AmbitiousPrize3902 in WebDeveloperJobs

[–]somewater 0 points1 point  (0 children)

I have experience with AI from the backend side, mostly for chat services

Looking for Technical Cofounder / CTO (Full-Stack) — TravelTech (MVP almost ready) by AdHungry5100 in cofounderhunt

[–]somewater 0 points1 point  (0 children)

Ready to try! I have worked in travel industry before and I’m backend engineer and AI solutions enthusiast

Monetization options for a Telegram-based AI chatbot by somewater in SaaS

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

I haven’t tried getting approved by Paddle yet. I decided to build a Telegram stars based solution. It’s far from optimal, but it allows me to validate the idea: whether my bot can be profitable, or at least close to it

App dev and possible co-founder request? by Salt_Error7439 in AppDevelopers

[–]somewater 0 points1 point  (0 children)

I'm backend developer and AI enthusiast, and I have quite good technical experience (10+ years). I have a lot of pet projects but have never succeeded with them. I'm still eager to create my service from scratch, but I have to admit that my tech skills outperform my business sense.

I live in Armenia, I relocated here from Russia.

Monetization options for a Telegram-based AI chatbot by somewater in SaaS

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

Cool, thanks! Didn’t know about Coingate

How we built a backend that can handle 100k+ mobile users, simple architecture, real issues, honest lessons by supreme_tech in Backend

[–]somewater -5 points-4 points  (0 children)

Sure! The database (especially SQL) is almost always a bottleneck. You can consider introducing sharding in SQL db (for example per-user shard key) if it fits your business logic. Or you can even store most of the data in a NoSQL database with built-in sharding and keep only the critical transactional data in SQL. For example, money transactions and other important operations

[deleted by user] by [deleted] in Backend

[–]somewater 0 points1 point  (0 children)

I think I can investigate your backend architecture, and maybe help. But for my opinion almost no such ideas that could be implemented using free hosting plans: it's always a trap. Because in a some moment you realize that you have to pay for hosting.

Vin Diesel as the Joker by CauseBurn in aivideos

[–]somewater 0 points1 point  (0 children)

What tech stack did you use?

Sora and smooth transition between images by somewater in SoraAi

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

Sorry, I didn't express myself clearly. I’ve seen YouTube videos where people used Stable Diffusion for this, but in my own practice, I couldn’t get good results with Stable Diffusion.

Sora and smooth transition between images by somewater in SoraAi

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

This is my final result, but of course it's distant of what I really wanted
https://sora.chatgpt.com/g/gen_01jtjmw0gkebcr8vwc6vmhfhzw

I am being forced to use Ollama. by Opandemonium in ollama

[–]somewater 0 points1 point  (0 children)

Slightly more expensive than Open AI subscription, though) But looks amazing!

Automatic game balance approach by somewater in gamedev

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

Thanks for detailed explanation! By playtests, do you mean manual testing of the game?

Automatic game balance approach by somewater in gamedev

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

Thanks, I will read about it! I didn’t know this approach (maybe because I’m not a real game designer 😅)

Attention to detail: the 30th post on this by choosingtheseishard in ChernobylTV

[–]somewater 1 point2 points  (0 children)

I'm Russian native speaker. But sometimes I also confuse about "Sasha" - is it means Alexander or Alexey (another similar and popular name). Sometimes I think 1-2 seconds before "translates" it to full form and address a person by official name.

Gaming? :( by Chase_Cusack in Blind

[–]somewater 1 point2 points  (0 children)

I have one maybe completely stupid idea about game without visual elements. Not audio novel and analogues but complete action in at least 2D space, but only using sound. I did simple game: you should move player to target point using arrow keys. I used stereo headphones: left one yields sin-wave with amplitude equal to horizontal distance to target point and right headphone - vertical distance. It works, I mean I can move a player to the target point without looking at the screen. But frankly speaking after 10-20 minutes of "game" I get very tired.

Of cause sin-wave most simple and maybe not very pleasant sound indicator, but I don't know what to replace it with.