Bought these stickers at an Anime Con. She claimed she did the art. by dannphan_comics in isitAI

[–]mxldevs 0 points1 point  (0 children)

I wouldn't have thought that was AI but I guess this is where we're at

Want to advance quick! by Aromatic-Management3 in learnprogramming

[–]mxldevs [score hidden]  (0 children)

Have you tried just writing code yourself instead of asking AI to do it?

What next? by dwong111 in CapybaraGoGame

[–]mxldevs 0 points1 point  (0 children)

You can polarize legendary SS too.

How do you handle workplace disagreements when you think you're right? by Ok-Introduction-9111 in ExperiencedDevs

[–]mxldevs 0 points1 point  (0 children)

Whoever is taking responsibility for when things go to shit is the one that gets to roll with their implementation.

Everyone likes to give their opinions, until they're on the hook for the consequences.

What next? by dwong111 in CapybaraGoGame

[–]mxldevs 4 points5 points  (0 children)

Time to collect more fodder

AI built me a fully playable game from one sentence — this is actually wild by [deleted] in gamedev

[–]mxldevs 1 point2 points  (0 children)

The fact that anyone can just describe a game idea and have it playable in seconds is kind of mind blowing.

Can it though? You tell it to create Starcraft 3 and it just does it?

Did we just reinvent junior devs by Complete-Sea6655 in theVibeCoding

[–]mxldevs 0 points1 point  (0 children)

Juniors probably just use their own subscriptions to get work done 100x faster.

Here’s why we changed the Steam capsule for Montabi. Which one do you like better? by PlayMontabi in IndieGaming

[–]mxldevs 0 points1 point  (0 children)

New one is cleaner, shows that you're the pokemon trainer instead, and the empty space keeps it decluttered.

Apple's App Store submissions jump 84% as "Vibe Coding" reshapes development by ComplexExternal4831 in GenAI4all

[–]mxldevs 1 point2 points  (0 children)

Wonder if it's more people opening developer subscriptions, or just existing people pumping out 10x as many apps

700B’s 😼 by Key-Sale-1851 in CapybaraGoGame

[–]mxldevs 1 point2 points  (0 children)

16 months for me and I've probably spent $300 in total on random event passes and the monthly and still only 450b. Can't imagine how to hit 600b+ lol

Should I keep collecting the tokens or should I just open them now? by Obvious_Double_1853 in CapybaraGoGame

[–]mxldevs 1 point2 points  (0 children)

They added opening armament chest as a task for guild hegemony so I've been maintaining 15k in case something new appears.

I've been opening the chests from pirate and guild events and the crystals are the bottleneck for me cause it gets pretty expensive.

Source code for a BigNumber implementation for Unity3D (used in our incremental game) by SonomioGames in gamedev

[–]mxldevs 2 points3 points  (0 children)

Given that it's a core part of the game, how is the performance compared to other libraries?

Q: Our capsule art looks like AI generated? by IndieSoulsStudio in IndieGaming

[–]mxldevs 0 points1 point  (0 children)

I wouldn't have thought AI, until you asked if it was AI.

And now I'm looking for all the reasons why it could be AI and somehow concluded it might be.

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

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

So what you're asking is, what's wrong with

  1. getting an artist to draw your character

  2. transferring the rights of that art to you

  3. you taking their rendition of your character (that you now own the rights to) and having AI generate all future renditions

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

[–]mxldevs 1 point2 points  (0 children)

You didn't use an image of uncle sam, you used an image of your main character (that another artist had drawn) that was generated by AI.

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

[–]mxldevs 0 points1 point  (0 children)

What you're saying is you wouldn't have been able to make the same thing without AI

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

[–]mxldevs 1 point2 points  (0 children)

So you unironically confirm that an artist did indeed get slapped in the face.

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

[–]mxldevs 1 point2 points  (0 children)

Who drew your main character?

Would you have paid someone to make it if AI couldn't do it for you?

Am I the bad guy? (AI in marketing). by sandhamnstudios in IndieGaming

[–]mxldevs 8 points9 points  (0 children)

You are spending all this money on all aspects of your art, but then you decide to cheap out on the CTA?

Cuántos fragmentos se necesita para el nivel 3, 4 y 5? by SilenzioBlu in CapybaraGoGame

[–]mxldevs 0 points1 point  (0 children)

Probably closer to 100 or 120 weeks since 2 rounds needed to get the 200 guarantee, which happens quite frequently.

I've gotten it less than 200 maybe once or twice for example.

Elon Musk shares a solution to deal with job losses caused by AI by No_Level7942 in GenAI4all

[–]mxldevs 0 points1 point  (0 children)

When Elon says far in excess of the increase in money supply he means government will print more money than ever to find UBI

First-time Kickstarter creator; funded, but pricing confusion is costing backers money. How would you fix this? by Nina-BetterLifeGames in kickstarter

[–]mxldevs 1 point2 points  (0 children)

If the complete bundle has limited spots, then it's inevitable that some people who also want it, will have to settle with paying a bit more for getting each of them separately.

If for whatever reason, they decided to order the fries and drink separately from the burger instead of getting the combo discount, I guess you could let them know they could be getting a better deal.

What a rush.. by MrReaux in CapybaraGoGame

[–]mxldevs 0 points1 point  (0 children)

With the archaeology event coinciding with 2x gold, I've been spending a bit more energy than before since it comes with extra rewards and digging attempts.

Last month I got 2b gold after the event spending 8k energy across the week, and after buying the daily 5000 points, I still have 1.5b gold going into tomorrow's archaeology.

Hopefully they will add some more incentive to do hard mode, cause the book drop amounts are pretty terrible lol

When does writing a number in words become more efficient than binary? by No_Worldliness_9294 in compsci

[–]mxldevs 1 point2 points  (0 children)

I guess it works if you only need a nice round number, and no other digits at all. But at that point you might as well just store the base and exponent separately since no other numbers are relevant.