[-] [email protected] 17 points 7 months ago

People interact with the site that dont have accounts on the site

Making it local only would lock them out of news and discussion about something they interact with

[-] [email protected] 16 points 10 months ago* (last edited 10 months ago)

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

[-] [email protected] 17 points 11 months ago* (last edited 11 months ago)

Since mods and admins can't control what gets hashtagged it can hashtag the completely wrong things

For example we have a community called c/loud. This is a cloud community but will be hashtagged with #loud

We also have a community called c/meta and similar other communities but the hashtag should be something similar to programming.dev meta since meta itself doesn't make sense. Currently its assuming you know what scope of meta you're in due to it being attached to the instance but hashtags are free for alls so the hashtag is going to be impossible to follow (other communities that fall within this are comics, events, books as they are programming or programming.dev specific which is currently assumed due to the url)

[-] [email protected] 18 points 11 months ago* (last edited 11 months ago)

That would massively hinder growth since actual users would get affected and then leave since they can't actually use the platform

Probably better to set up some link blacklists and then add things to it based on what spammers are linking to

edit: what you linked to is also not a community, did you mean [email protected] or [email protected]?

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

Sorry for the small delay on this, was competing in a gamedev competition which took up most of my weekend

The way I instantly make the variables is using tip #1 I posted https://programming.dev/post/17169923

1
submitted 11 months ago by [email protected] to c/[email protected]

Made a small arcade-like game for a recent gamedev competition

Every time you hit an edge of the screen you get smaller and you need to collect balloons to increase your size so you can survive longer

Entire thing was made in 12 hours and people voted on 10 different things I was forced to include into the game in some way (balloon, pigeon, sword, fish, cloud, trilobite, dolphin sfx, music I used for the title screen, trumpet fanfare sfx, pigeon sounds)

Enjoy, if youve got any feedback feel free to let me know and I can take that into account if I do some post jam work or for future games like this I make

84
submitted 11 months ago by [email protected] to c/[email protected]
69
submitted 11 months ago by [email protected] to c/[email protected]
66
submitted 11 months ago by [email protected] to c/[email protected]
75
submitted 11 months ago by [email protected] to c/[email protected]
1
submitted 11 months ago by [email protected] to c/[email protected]

Any similarity to skyrim is completely coincidental

Theme of the jam was swords and sorcery and it was 10 days long

Hope you enjoy!

99
submitted 11 months ago by [email protected] to c/[email protected]
154
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
101
submitted 11 months ago by [email protected] to c/[email protected]

Going to start doing some daily Godot tips, both to force me to look for cool things the editor does so I can use it myself and to help out anyone else

Also posting these on my account on https://bytes.programming.dev

If youve got any tips I can put for a future day feel free to give me it and I can queue it up if I havent already

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

You can see the final canvas here: https://canvas.fediverse.events/

We managed to finish our design pretty quickly and there was also the godot logo, the lattice pattern to the right, the cable leading from the monitor to the outlet up near one of the other designs, and everything else people helped with!

Ill be prepping for the next canvas close to when that happens (next year) and if anyone else wants to help out with the design you can help plan it out in the event channel on the discord/matrix

If anyone wants to help out with developing new features for the next time canvas occurs the projects open source. https://git.sc07.company/sc07/canvas Feel free to reach out to me and I can help get you set up with the codebase

108
submitted 11 months ago by [email protected] to c/[email protected]

Hey everyone! Thanks for participating in Canvas. I wanted to make a thread to collect together suggestions people have that can be worked on before the next Canvas.

Feel free to also throw in suggestions for future Events we can build and run for the fediverse.

Ill be collecting suggestions together and making issues for them in the repository for myself or some other contributors to work on (the projects open source so anyones free to contribute! https://git.sc07.company/sc07/canvas Feel free to reach out to me and I can help get you set up with the codebase)

[-] [email protected] 19 points 1 year ago

Its from the microblog side but leaking into lemmy a bit since they mass tag everything they find (which includes lemmy communities)

[-] [email protected] 15 points 1 year ago

There is technically a roundabout way you can do it although it involves a bit of actions

I havent fully tested it so may need some variation of the actions to work but:

  1. Post gets created as normal in the instance
  2. Post get removed through the lemmy ui so that it sends a removal federation action and removes the post everywhere it was federated to
  3. Post get unremoved in the database by changing the removed value to false. As this is changing the value itself rather than sending an action this does not federate and only unremoves it for the instance itself
[-] [email protected] 18 points 1 year ago* (last edited 1 year ago)

There typically will always be some form of controversy, tends to be just how the admins handle that

I try to keep this instance federated with instances as much as reasonable (the only lemmy instances we really defederate with are burggit and rqd2 since their instance rules break our instance rules, lolicon+DMCA ignoring for the first and very questionable communities in the second (zoophilia, MAP)) and were dealing with the situation in this post internally currently to solve the situation here with blahaj. Should make a post in meta probably tomorrow

I can give some recommendations of some instances with admins ive had positive experiences with (im one of the programming.dev leads though if that affects my stances on this)

  • startrek.website - I dont talk with these admins much but the instance tends to be pretty positively viewed across lemmy
  • slrpnk.net - one of the other niche instances. Admins seem relatively chill and I dont have anything negative regarding them. Active in helping stop spam accounts (defeds with hexbear + lemmygrad)
  • lemmings.world - has been pretty active in making tooling to help out a bunch of admins + the fediverse in general. Made uptime badges that some instances use, a linking system so you can link to something that sends people to the copy of it on their own instance, and a gui for fediseer which a bunch of admins use to keep track of defederations + endorsements (defeds with hexbear + rqd2)
[-] [email protected] 17 points 2 years ago

There was some repeated patterns that this user seems to have been doing so I gave them an instance wide ban

  • Posts would be deleted and then reposted (especially if the original post had a negative score)
  • Conflicting information in some of the articles
[-] [email protected] 18 points 2 years ago

Advent of code is an coding advent calendar where a new puzzle is released every day for people to solve

The numbers there (apart from the timer) in the site that was linked can be clicked to bring you to specific puzzles (1 aka Day 1 for the puzzle on the 1st of december, 2 aka Day 2 for the 2nd of december, etc.)

[-] [email protected] 15 points 2 years ago

Starting off banner submissions with a quick banner generated from midjourney

Example view of it in lemmy explorer

[-] [email protected] 18 points 2 years ago

LemmyBB is just an alternate frontend. It is possible to not federate with any other instances though by turning federation off in the instance settings

[-] [email protected] 16 points 2 years ago* (last edited 2 years ago)

A bunch of the users on programming.dev have accounts in smaller and personal instances rather than in p.d itself since they can host instances. You can see some of the logos in our area such as c++ and some of rust are missing

view more: ‹ prev next ›

Ategon

0 post score
0 comment score
joined 2 years ago
MODERATOR OF