Friendly πŸ¦‰ Agarthian's Avatar

Friendly πŸ¦‰ Agarthian

@diogo-duarte.bsky.social

Knows how to develop in Godot. https://diogo-duarte.itch.io/ πŸ‡΅πŸ‡ΉπŸ‡ͺπŸ‡Ί Escaping the cynicism and paranoia in our society. Searching a friend to work with me in Godot Banner art, The Atrium, by @foxorian.bsky.social

747 Followers  |  259 Following  |  2,907 Posts  |  Joined: 29.11.2024  |  2.0786

Latest posts by diogo-duarte.bsky.social on Bluesky

This is an interesting conundrum. I also have a project folder like that, but only 8 or so projects I really care about. The others are small what-ifs and learning experiences.
But like... Someone said failure is when you give up, not when you are pausing. Take this as you like.

16.11.2025 17:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Funny that you mentioned. I uploaded 5 projects to Github.

16.11.2025 17:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'm traumatized by the idea of "productivity" and no therapist can fix that.

16.11.2025 16:16 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

And why doesn't this work with WEBM and OGV files?
#ffmpeg
ffprobe I-15bis.ogv -select_streams v:0 -show_entries stream=nb_frames -of default=nk=1:nw=1 -v quiet

it should return the count of frames in a video, but returns "N/A"

16.11.2025 15:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I tried hard to fix this today, so I have make an executable file people can try out, but it's being exasperating. I'm not inspired to code today and new weird problems are coming up. #indiedev

16.11.2025 15:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The enlarged Corgi.

16.11.2025 12:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

BTW, I know it is unstable as hell. If you try to run it yourself you'll be disappointed. But I'm following the "first make it exist, then make it good" idea. I'm planning on soon making an executable version which won't crash.
It's just taking me time to give the same treatment to other projects

16.11.2025 10:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Does the Steam Deck self-discharge when not used?

15.11.2025 19:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I forgot to mention this is my big attempt to break into #indiedev #gamedev with #Godot

15.11.2025 14:01 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - Theklo-Teal/Tinker-Table: A toy emulator for simple CPUs. Made with the Godot Engine. A toy emulator for simple CPUs. Made with the Godot Engine. - Theklo-Teal/Tinker-Table

Last #godot project upload to Github today:
github.com/Theklo-Teal/...

15.11.2025 13:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - Theklo-Teal/Tagsonomy: A tag based media file organization application. A tag based media file organization application. Contribute to Theklo-Teal/Tagsonomy development by creating an account on GitHub.

I've uploaded the latest version of my tag based file organizer made in #godot to Github. It's only of these things I'm the only one who thinks an application like this is useful, but whatever. It took a lot of work to make.
github.com/Theklo-Teal/...

15.11.2025 13:21 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
GitHub - Theklo-Teal/Cross-Pollinator: A turn-based tactics combat game involving secret government organization and an occult sect fighting in underground tunnels. A turn-based tactics combat game involving secret government organization and an occult sect fighting in underground tunnels. - Theklo-Teal/Cross-Pollinator

I haven't been able to work in #CrossPollinator, my big #godot project, a lot lately, so I've released in on Github:
github.com/Theklo-Teal/...

15.11.2025 12:44 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
GitHub - Theklo-Teal/Voiceback: A mobile app for hassle-free voice recording. A mobile app for hassle-free voice recording. Contribute to Theklo-Teal/Voiceback development by creating an account on GitHub.

I've uploaded another #Godot project I don't know how to continue to Github, Voiceback, mobile voice recorder:
github.com/Theklo-Teal/...

15.11.2025 10:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - Theklo-Teal/Logimoshi: A digital logic circuit simulator that's fun to use. A digital logic circuit simulator that's fun to use. - Theklo-Teal/Logimoshi

I've uploaded a #Godot project in indefinite hiatus to Github:
github.com/Theklo-Teal/...

If you think the idea is cool, you are free to fork it or discuss with me about how to improve it.

15.11.2025 08:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Here's a reference: docs.python.org/3/library/st...

I should probably have mentioned the collection container types, which page will tell you all the array-like objects in python: docs.python.org/3/library/co...

14.11.2025 17:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yes, it has sets, for example, with the Set class. It can do funny things like boolean operations to find or filter elements in a set.

14.11.2025 17:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Luftrausers.

14.11.2025 16:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I guess I was misremembering things then. I was thinking you created instances with A.new() or something similar.

14.11.2025 16:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

According to the TV show Sliders, travelling through wormholes with your friends is better than sex.

14.11.2025 12:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Makes me wonder how you define a rare disease. Is it like a disease that only affects under 10% of the population.
Regardless, the more poignant fact is that if there are many diseases, they don't have to be common individually for a lot of people to have at least one of them.

14.11.2025 12:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If this is legal code, then it shouldn't, because classes are not functions that would be called like "A()". Unless they implement a magic method for that, but that's obfuscation.

14.11.2025 11:09 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

Well, I mean it used to be more expensive when you paid the telecom company to have access to the internet.

14.11.2025 10:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Or an egyptian hairless cat.

13.11.2025 19:06 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The genome determines what proteins will be manufactured by cells, but what that does in practice is very complicated.

13.11.2025 15:05 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Company owners want to create mechanical slaves so they won't have to pay humans.

13.11.2025 14:00 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Quantum computers are not general purpose machines. AFAIK there's no way to make machine learning models from quantum computers.

If you are talking about General Intelligence (AGI) that's a completely different question. In that case employing them would be slavery.

13.11.2025 13:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The GabeCube

13.11.2025 11:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yikes. Botulism is pretty dangerous.

12.11.2025 18:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I use Incompetech. I'm not made of money.

12.11.2025 17:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I have a bunch of files which are named just numbers. It feels a bit like this, to be fair.

12.11.2025 15:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@diogo-duarte is following 20 prominent accounts