The bottom right is starting to be built up as a tech corner if any other tech related communities want to join into that (programming.dev, d2jam, toast.ooo, and sc07 currently). There should be a bunch of empty space for people to put stuff
Indie game developer 🇨🇦
Working on some games for game jams in my free time
Admin of programming.dev and frontend developer for sublinks
Account has automation for some scheduled posts
Site: https://ategon.dev/ Socials: https://ategon.carrd.co/
The bottom right is starting to be built up as a tech corner if any other tech related communities want to join into that (programming.dev, d2jam, toast.ooo, and sc07 currently). There should be a bunch of empty space for people to put stuff
group: programming.dev
site: https://programming.dev/c/events discord: https://discord.programming.dev/
fun fact: theres a programming language called HolyC
Group Name: D2Jam
Game jam that happens twice a year (eventually having a connection to activitypub through sending posts in the forum as microblogs to be visible on things like mastodon and getting posts from things like mastodon that use the d2jam hashtag). Site is still under construction atm though since its very new
The template has the d2jam logo as well as characters from games that were submitted to the first jam event that we ran! Anyones free to help out with construction if you want
Bottom of the canvas near the right
fun fact: theres 29 games on the site you could play right now : )
I had @icon there and the cache didnt fully update yet
select them all, then ctrl+/
what frontend are you using, default lemmy one or one of the alt frontends .world has? Default frontend should handle it fine but havent checked the alts
versions that support (lower rectangle / higher number is more recent):
usage per version:
last major browser that didnt support which was safari updated to support it 4 years ago. update your browser
around half the instances I checked were affected, no idea why only them were affected. world is also currently behind in inbound federation due to the pure amount of activities its generating atm (only instance that is atm). We fixed the issues so it shouldnt be happening anymore (and I can see this post on world)
world, lemm.ee dont have them, beehaw does for example
no problem, been using it as an excuse to learn about godot as well
For people on other instances, you might not see posts 29 and 30 due to some issues (e.g. people on .world) but you can see them by going to https://programming.dev/c/godot
I dont
⠀⠀⠀⠀know what you’re
talking
⠀⠀ab out
It definitely has more niche use due to the children interactions. Its pretty much just a shorthand for one specific case of function calls you would do so that you dont have to mess with all of reparenting, position, etc. for that case
Its more useful for engine and tool development (and is used in the engine for the change type button when you right click)
Off the top of my head a use case in a game would if for some reason you have placeholders, replacing the placeholder with the actual node. Another one is if your enemies change based on a specific metric in the game (e.g. once a run hits 1 minute all enemies change to be a harder enemy), you can just replace the old enemy node/script with the new one so that you get the updated script (would have to also manage the sprite in that case though)
I looked at the community list in programming.dev (from https://programming.dev/communities) sorted by active users per month and noted down the instances for the top 100 communities
its using google sheets
going to recount with lemm.ees community list in a sec since theyre federated with hexbear
Manually counted communities in the top 100 per instance and threw it into another pie chart (for active users / month)
This also seems to be different than the results gotten from lemmyverse as the lemmyverse data hasnt been updated in 11 days according to that site
A bunch of instances gained or lost some coms in the top 100 from variance of things happening in the last week
(the eight instances that it decided to not give labels to that have 1 community are feddit.uk, lemmy.zip, beehaw.org, lemdro.id, ttrpg.network, lemmy.wtf, lemmy.blahaj.zone, mander.xyz)
edit: updated graph to be more accurate users/month counts
Seems like lemmyverse doesnt have the instance listed at all for some reason, assuming a crawling issue. I reported it on their repository. Would be new since I remember it showing the instance before
You can check in https://programming.dev/communities that programmer humor has way more active users than most communities here
.ml and hexbear have been around much longer than the other instances so have built up more subscribers
Surprised I dont see programming.dev in the data, we definitely have at least 3 communities in the top 100 (programmer_humor, programming, linux)
I dont think I fully understand the question but things should just show as the default type handling in the inspector if you dont override the handling for that type
If you need the individual controls for some reason theres some available like EditorSpinSlider EditorResourcePicker etc
the design that overlaps with it moved a bit to the left, havent pushed the updated image here yet though