Skip Navigation

Posts
420
Comments
586
Joined
3 yr. ago

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/

  • there was an issue (no pixel placing cooldown) so the sites being rebuilt to fix it

  • the new position also overlaps with someone btw

  • the design that overlaps with it moved a bit to the left, havent pushed the updated image here yet though

  • not everythings here, I just fit on what I could. Anyone can add on more logos to the area in addition to what I have on the template (and I can add new additions to the template)

    dont have much time to sprite new logos this year to expand on last years since Ive been making features for canvas in the time instead

  • 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

  • sure

  • 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

    https://canvas.fediverse.events/#x=363&y=353&zoom=1&tu=https%3A%2F%2Fbytes.programming.dev%2Ffiles%2F3a81bf17-cd77-445d-8186-59f4160f5ddd&tw=96&tx=290&ty=451&ts=DOTTED_SMALL

    Bottom of the canvas near the right

    fun fact: theres 29 games on the site you could play right now : )

  • Should be back, federation might take a bit to catch up though

  • There seems to be some sort of issue with pictrs atm which is messing everything else up, trying to fix it but I might have to wait for snowe to manage the object storage

  • Might have something to do with peak activity times affecting it, ill see if I can speed it up more

  • lemm.ee is shutting down at the end of this month

    Jump
  • Whenever you get slowness issues let one of the infrastructure team know and we can look at it. I just fixed something out that might fix some of the issues (were still behind a bit behind on activities from lemmy.world for a bit though while that tries to catch up)

  • Yeah we added another admin onto the team

  • cant add for a bit unless the user has a post or comment

    should have access to my script to do it without that soon (just in exams atm)

  • https://git.programming.dev is chock full of spam

    Jump
  • Yeah it uses a system similar to github actions

    The forgejo instance here is meant for repositories related to programming.dev and the fediverse

  • https://git.programming.dev is chock full of spam

    Jump
  • Cleared all the spam repos so you shouldnt see any more, will do a more permanent solution later (will see if I can do an application process using a third party form system since forgejo doesnt have that built in)

  • https://git.programming.dev is chock full of spam

    Jump
  • Yeah I havent gone through and cleared it in a bit since there isnt much of a point to due to it being mostly used internally only rn (and forgejo makes the process very annoying unless you do it directly through the db)

    Ill purge things and adjust settings again soon

  • I couldnt find anything in the post details from looking at it that would differentiate it from other posts

  • Cant find anything that would cause this in the db. Thought the dates got messed up in federation but they seem to be perfectly normal. Still pinned even if I manually change the date to a year in the past

    Im assuming something got messed up from the nodebb->lemmy federation

    Im going to remove the post as thats the only way I see to get rid of it

  • Programming.dev Meta @programming.dev

    The site may be down within the period of 1-3am ET for maintenance

  • Godot @programming.dev

    Daily Godot Tip #37: If you select text you can hit certain keys to wrap the text in that key (works for things like quotations, brackets)

  • Programming.dev Meta @programming.dev

    The site may go down within the window of 1-3am ET (4 hours from when this was posted) for maintenance

  • Godot @programming.dev

    Daily Godot Tip #36: Export range can have custom suffixes after the value

  • Godot @programming.dev

    Daily Godot Tip #35: You can bookmark lines by right clicking them and hitting toggle bookmark (or using ctrl alt b)

  • Godot @programming.dev

    Daily Godot Tip #34: If you ever need to type multiline strings for a variable in the inspector you can use @export_multiline.

  • Godot @programming.dev

    Daily Godot Tip #33: You can use @ export_subgroup to create a subgroup within an export group. You can do the same things I posted about relating to groups to subgroups

  • Godot @programming.dev

    Daily Godot Tip #32: You can use @ icon to assign a custom icon to a node instead of it having the default icon

  • Godot @programming.dev

    Daily Godot Tip #31: You can use @ export_placeholder to give placeholder text to the input box in the inspector

  • Godot @programming.dev

    Daily Godot Tip #30: You can give a second argument of a prefix to export groups. This matches any variables afterwards with that prefix (until there's one that does not)

  • Godot @programming.dev

    Daily Godot Tip #29: When using export groups you can put a slash and then another word to make the second word a subfolder (and variables afterwards in that subfolder)

  • Godot @programming.dev

    Daily Godot Tip #28: You can group your exported variables into toggleable sections to make them a bit cleaner (and a similar structure to the built in variables)

  • Godot @programming.dev

    Daily Godot Tip #27: You can make any of the side docks floating by hitting the three dots in the top right and then hit "Make Floating"

  • Godot @programming.dev

    Daily Godot Tip #26: You can create another filesystem section by hitting change split mode. One of them will show folders and the other will show what is inside what is selected in the other one.

  • Godot @programming.dev

    Daily Godot Tip #25: You can color folders by right clicking them and then clicking set folder color. Any files/folders in the folder will be colored the same color

  • Godot @programming.dev

    Daily Godot Tip #24: Statements can be put across multiple lines using backslashes or parentheses

  • Godot @programming.dev

    Daily Godot Tip #23: If you have a large variable name that is similar to other variable names, to make smart typing choose it first you can type some characters from many of the words in L to R order

  • Godot @programming.dev

    Daily Godot Tip #22: The replace_by function can be used if you need to replace a certain node with another while keeping all children within the scene

  • Godot @programming.dev

    Daily Godot Tip #21: The print_debug function, in addition to printing out what you entered to print, also logs the current stack frame you printed from

  • Godot @programming.dev

    Daily Godot Tip #20: You can click the middle mouse button over a script name to close it. The same works for scenes