mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#techdebt

0 posts0 participants0 posts today

Keeping up with the pace of technology evolution is one thing—harnessing its full potential is another.

That's why this edition of Tech to Know dives into the big questions shaping business strategy:

💡 How do we balance cloud scalability with financial discipline?

🤖 What does agentic AI mean for business operations?

💻 Are coding assistants as transformative as they seem?

Read now: ter.li/164xwn

Holy crap! I just noticed we're up to 130 unit test suites in @pidgin 3 now! Compare that to the 7 suites we have in Pidgin 2!

This is what we've been talking about when we've been saying that we're making the code easier to maintain. The code has been reworked so that we can actually unit test way more of it and we will continue to add more tests as we move forward!

🔗 Struggling with evil dependencies in your codebase?

This article explores strategies to identify, manage, and minimize them—ensuring cleaner, more maintainable software. Don’t let dependencies slow you down: ter.li/7twu3v

ThoughtworksHow to tame evil dependenciesDependencies between software development teams in large organizations are an almighty problem making it important to look at dependencies holistically.

Why I Read Code, Not Just Docs.

Many ask what books I read to know so much. Truth? I read a lot.

The Key is to read Iterative on usage:
📚 I read & test language updates to stay ahead.
📚 I read JavaDocs from methods to understand my tools.
📚 I dive into source code to see reality.

Marketing slides, old books, outdated websites, foreign benchmarks, YouTube videos, consultants, or sales pitches, code doesn't tell you everything.

That's how I spot:
❌ Frameworks abusing ThreadLocals, reflection, synchronised.
❌ "GraalVM-ready" still needing class loading & build on runtime.
❌ Cloud SDK packed with 300+ dependencies.
❌ Memory leaks, vulnerabilities & hidden bloat.
[...]

AI won't save us, it'll just continue the trend.

🚨 When your code is a few KB, but your dependencies rival AAA game installations. Still believe in fairy tales of secure code?

Gigabytes of code you didn't write. Licences you didn't read. Security flaws you didn't anticipate. Yet, you trust them. Adorable.

Not just Node.js. Gradle caches, AWS libs with 400 sub-dependencies + reflection parties. In control? How cute.

I use plain Java with jlink + jpackage. Minimal. Secure. No bloat.

Fewer deps = fewer surprises. Because I care.

But hey, keep stacking that Jenga tower. Watching it fall will be fun.