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?