Ategon

joined 2 years ago
MODERATOR OF
[–] [email protected] 2 points 10 months ago (3 children)

The mod here is inactive from the site so they arent managing this as much but I think this is less AUAI content and more [email protected] content since its an update post on a lemmy bot as opposed to AI discussion

[–] [email protected] 28 points 10 months ago* (last edited 10 months ago) (2 children)

Were defederated from threads due to the community vote that voted to do so

As well, Lemmy cant view threads posts so even if this instance was federated with threads theres another thing stopping it and that is stopping every other instance from viewing all of the content (comments to lemmy posts show up but nothing else atm)

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

Ive been working on some game tools to let me make various games quicker without needing to do the same things in every game i make

Above you can see two of them ^ Ive got an achievement system implemented as well as a toolbar that lets you trigger things easily for testing purposes (e.g. giving the player a weapon, spawning an enemy, etc.)

Theres a data persisting system that will persist data in different scopes (e.g. room, level, run, game, permanent) that everything else uses. For example the achievement system looks at a certain category and a trigger (which is a key that the data in the persister is set under) so that whenever data is added to that trigger it sees if its higher than the amount needing to unlock the achievement (and if so unlocks it). The persister is decoupled from everything else by sending signals and then everything that wants to look at what data is set can (this would be the achievements, the unlock system, the dialogue system to see which dialogue is unlocked, etc.)

Main tools I have made:

  • palette swapping (allows for swapping the palette of the game so that things like each zone can have different colors)
  • unlocks (what weapons, enemies, etc. are unlocked)
  • toolbar (debug helping)
  • persister (persists data through a scope)
  • logger (logs information (separate so other components can show the logs e.g. the toolbar or a terminal)
  • leaderboard (keeps track of scores of players)
  • data (reads txt files from a data folder for usage in the rest of the game for separation of data and behaviours. e.g. you can define enemies each in their own txt file and have a generic enemy object that has its properties set based on the enemy it is. Makes it so you can easily add new stuff
[–] [email protected] 2 points 11 months ago (1 children)

I'll update the community icon in a bit (probably sometime today)

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

Yeah could try to implement it at one point after parity and moderation is reached in it/sublinks

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (2 children)

If anyone still sees messages from the spammer in the comments let me know, federated removals are wonky sometimes

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Would be difficult to use for frontends that use tailwind for their css since there's no selectors to hook into (could pair it with setting ids, etc. though that aren't used otherwise)

I was thinking about it though but would involve a bunch more work to sanitize it since you can inject javascript into css

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

It is supported as input. Basically all kinds of css colors are

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

that only shows downvotes made from kbin unless that changed

[–] [email protected] 6 points 11 months ago* (last edited 11 months ago) (5 children)

Note that the votes are currently only public to admins, there was an issue to extend that to mods that are modding the specific community the upvote is in but not sure the status on that

edit: seems to have been merged in a day after 0.19.3 released so it would probably be in the next version

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (5 children)

I mean if you don't secure it sure. The same goes for any site though and can be mitigated by having decent security. There was the thing a bit ago with Apple trying to discontinue PWAs in the EU due to the ruling that PWAs on apple devices shouldnt need to only be able to rely on webkit (their browser engine) which is why the voyager creator said to move over to native but them discontinuing PWAs got walked back

 

cross-posted from: https://programming.dev/post/7188393

This community still mostly has me running it and has 1 other mod but I typically like starting communities off with at least 2 mods. This community is a bit different in that theres the solution megathreads that need to be posted when a new day drops (and then unlocked when the global leaderboard fills up). When it has a dedicated mod team running it ill remove myself so its not admin run

If youre interested feel free to say so below

[email protected]

Note: to be a mod its preferred if your account is within the instance since lemmy doesnt handle cross-instance modding that well and this makes it so you have access to features added to pangora that other instances may not have

 

cross-posted from: https://programming.dev/post/7188164

This community is currently admin run and doesnt have a dedicated mod team. Recently been getting a bit more activity

I just went through and updated the sidebar for the community to give more of a description about it. If youre interested feel free to say so below

[email protected]

Note: to be a mod its preferred if your account is within the instance since lemmy doesnt handle cross-instance modding that well and this makes it so you have access to features added to pangora that other instances may not have

2
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

This community still mostly has me running it and has 1 other mod but I typically like starting communities off with at least 2 mods. This community is a bit different in that theres the solution megathreads that need to be posted when a new day drops (and then unlocked when the global leaderboard fills up). When it has a dedicated mod team running it ill remove myself so its not admin run

If youre interested feel free to say so below

[email protected]

Note: to be a mod its preferred if your account is within the instance since lemmy doesnt handle cross-instance modding that well and this makes it so you have access to features added to pangora that other instances may not have

 

This community is currently admin run and doesnt have a dedicated mod team. Recently been getting a bit more activity

I just went through and updated the sidebar for the community to give more of a description about it. If youre interested feel free to say so below

[email protected]

Note: to be a mod its preferred if your account is within the instance since lemmy doesnt handle cross-instance modding that well and this makes it so you have access to features added to pangora that other instances may not have

10
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Day 12: Hot Springs

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there's at least 100 2 star entries on the global leaderboard

🔓 Unlocked after 25 mins

11
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Day 11: Cosmic Expansion

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there's at least 100 2 star entries on the global leaderboard

🔓 Unlocked after 9 mins

23
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Day 10: Pipe Maze

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there's at least 100 2 star entries on the global leaderboard

🔓 Unlocked after 40 mins

 

Doing some testing with animations for the site

All pages have a little fade in effect with the content by default when switched to to ease the transition a bit

The donation page I also added some custom swipe in effects to

Will eventually be adding handling for prefers-reduced-motion to disable the swipe in effects although not in currently


There may be some changes to how I organize the repos to rename Pangora-UI to pangora and the backend to something else

More info in the future though

20
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Day 9: Mirage Maintenance

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there's at least 100 2 star entries on the global leaderboard

🔓 Unlocked after 5 mins

 

Day 8: Haunted Wasteland

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ

 

This weeks community of the week is programming horror! This is a community to share strange or terrible code you come across

Top Posts

[email protected]

18
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Day 7: Camel Cards

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

FAQ


🔒 Thread is locked until there's at least 100 2 star entries on the global leaderboard

🔓 Thread has been unlocked after around 20 mins

view more: ‹ prev next ›