popcar2

joined 1 year ago
MODERATOR OF
[–] [email protected] 15 points 1 day ago (3 children)

Why? Automod is just a tool, the issues people have with it is how overzealous the mods using it are. If you're moderating a community with 10,000+ people you can't expect to filter and manage everything yourself, so a bot scheduling posts and filtering potential spam/low effort content is necessary.

[–] [email protected] 11 points 1 week ago

Very good stuff in this update! The new page quickly showing all the changes is also a lot easier to digest than a 5,000 word essay blog post.

I've already been on 4.3 since the dev previews, so more than anything I'm excited for this release so the team can finally get to merging all those PRs that were shelved for 4.4. Lots of performance optimizations and big changes I'm excited for are coming in that next update. The wait continues!

[–] [email protected] 28 points 1 week ago (3 children)

inexperienced big brain developer see nested loop and often say "O(n^2)? Not on my watch!"

complexity demon spirit smile

This hits too close to home.

[–] [email protected] 4 points 2 months ago (1 children)

Finally, audio cackling in web builds should be fixed!

[–] [email protected] 5 points 2 months ago

I've been on Nobara for almost a year now and am really happy with it. The only distro I'd probably switch to is Bazzite just to try out immutability, but aside from that I'm good where I am.

[–] [email protected] 1 points 2 months ago (1 children)

you can use OS.execute() to run console commands and run other binaries, but if you need something more advanced you can probably use C# instead of GDScript, which wouldn't need GDExtension.

[–] [email protected] 22 points 2 months ago* (last edited 2 months ago) (1 children)

There are two good options: Host your own blog yourself, or join a blogging platform that isn't corporate. I personally use BearBlog but I've heard good things about Write.as as well. These two have free blogging options and don't sell your data. If you want to host it yourself (which is safer), check out Hugo.

Ultimately, bots scrape the entire internet and there's no guarantee they will honor robots.txt of a particular website (which tells bots what they are and aren't allowed to do). If it's on the internet, people can scrape your content and there isn't much you can do about it. That shouldn't stop you from writing or blogging, just don't post very personal data.

Also, feel free to join us on [email protected]!

[–] [email protected] 28 points 3 months ago (2 children)

Compiling to bash seems awesome, but on the other hand I don't think anyone other than the person who wrote it in amber will run a bash file that looks like machine-generated gibberish on their machine.

[–] [email protected] 8 points 3 months ago

Based on the feedback we received at the GDC from partners and friends, we know that we need a way to reduce the size of our exports. Currently, the 4.3 release Web build .wasm is around 40 MB uncompressed, and 5 MB compressed with Brotli. We have a few ideas in mind to address this, and it could even help optimize builds for other platforms!

This is very exciting! It's my #1 issue by far with the engine. With custom export templates I managed to keep it around ~25MB uncompressed, but there's definitely a lot of room for improvement in binary size.

[–] [email protected] 6 points 3 months ago* (last edited 3 months ago)

Most variables have setters for situations like this. Rather than using get_tree().paused = false, try get_tree.set_pause(false). There's also Input.set_mouse_mode(), you'll see them under the variable names in the docs.

[–] [email protected] 5 points 3 months ago (1 children)

"Merge pull request #8 from [branch name]"

Not the most exciting but hey, someone has to do it.

view more: next ›