[-] Ategon@programming.dev 10 points 9 months ago

bots arent allowed, if you point out the pixels mods can check if they actually are bots

[-] Ategon@programming.dev 10 points 10 months ago* (last edited 10 months ago)

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

[-] Ategon@programming.dev 10 points 2 years ago

Note if its resized the cooldown could also possibly be reduced

[-] Ategon@programming.dev 10 points 2 years ago* (last edited 2 years ago)

Servers overloaded atm, will be a bit to have things fixed

1
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/events@programming.dev

Hey everyone! Someone on lemmy is running a eurovision-like event called Lemmyvision that we are participating in.

The community for it is at !lemmyvision@jlai.lu

What is Lemmyvision?

The contest will involve different countries each deciding on one song to send to the contest and then people will be able to vote for which one is their favorite. The aim is to promote different languages and cultures from around the world, to share more between our online communities across Lemmy, and discover songs from lesser known artists.

Why are we in?

Programming.dev isnt a country but we have been given an exception due to one aspect of our instance that usually is not represented in these competitions but still brings a lot of music, game soundtracks.

If you prefer to participate but for your country instead feel free to discuss it over on the country lemmy community, its been getting announced around in some spots

How is our submission decided?

We will be running a vote to select what song we will be sending to the competition.

Over the next week submissions will be open for people to submit 1-2 songs for the voting round. After a week these will be collected and will be voted on in heats before doing a final round vote to determine the winner.

Submission rules

  • Songs must have been released within the last year (after January 1st, 2023).
  • Songs must be used within a game and not be popular OR be made for a game

Example soundtracks

Songs not made within the last year (but are here for inspiration / showing possible vibes of tracks)

Examples of songs made within the last year

Where do I submit songs?

You can submit using this link: https://polls.programming.dev/k27X

Stay tuned for song voting in a week :)

8
Screenshot Saturday! (programming.dev)

Share some progress, text or screenshots of some development on your game!

24
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/meta@programming.dev

We have a bunch more supporting sites for the instances that have been set up. All of these are contributor sites which means accounts on them are available to programming.dev contributors, and/or admins.

Vault

Vault is a password manager running vaultwarden. It will be used to pass along login details when setting up accounts for users on the various contributor sites since registration isnt opened. The link for it is https://vault.programming.dev.

Files

Files is a site for file hosting and url shortening for then linking in places such as programming.dev. As an example heres a markdown file I added in https://files.programming.dev/u/9jsOS3.md and heres a link that redirects to an image http://files.programming.dev/go/meme.

Files can be given compression, a time it expires in, a maximum amount of views, and a password if you want to limit who can access it. The software used is Zipline.

The site for files is at https://files.programming.dev

Schedule

Schedule is a meeting poll site to find out what time people want to meet. This will be primarily used and have a poll link posted when we are scheduling events. The software used is rallly.

The site is at https://schedule.programming.dev and ive got an example poll at https://schedule.programming.dev/invite/Zwr8x2wrQBGA.

Polls

Polls is a poll site for getting information. Will be used when we want to poll the community about something or do something like a year end survey on stats for people using different languages, etc. Software used is input.

6
Mlmym Security Update - v0.0.40 (stacks.programming.dev)

We updated our hosting of the mlmym frontend at old.programming.dev to version 0.0.40 which fixes an issue where bots could abuse a redirect feature for SEO.

You can see the details of the issue here: https://github.com/rystaf/mlmym/issues/101

19

Introducing blocks.programming.dev! This is a site to add small code snippets you make for sharing easily in threads in programming.dev if you need to do something like put the same code in multiple spots.

The site is running using software called opengist and is essentially an equivalent to gists in github. Repo for it is here https://github.com/thomiceli/opengist.

Snippets are accessible both in the web interface and using git if you prefer adding in code from your text editor and then pushing it.

You can find the site here: https://blocks.programming.dev.

41

Introducing a new supporting site for the instance, git.programming.dev aka Forge! This is a spot where development on things relating to the instance will be taking place. This includes for each thing having source code, task boards, and issue trackers viewable.

This gives us a spot away from GitHub so we don't have to rely on them for hosting our code. In addition, Forgejo, the software used, is working on federation so eventually features could be implemented to do things such as interact with Forge directly from our instances.

Who is allowed to make an account?

Anyone is free to make an account on the site provided you have not broken our code of conduct and have gotten banned from one of the instances.

What is allowed to be hosted?

Any code that relates to things we do on the fediverse or outside the fediverse but relating to programming.dev is allowed to be hosted on Forge. This includes things such as bots made for lemmy/sublinks, alternate frontends, software we host, tools, etc.

As an example alternate frontends like photon, alexandrite, etc. are free to choose to be hosted on Forge. Software such as Sublinks, etc. can be hosted, and various misc bots and tools such as Fediseer, Automod, etc. can be hosted.

Anything hosted on forge must be able to support the programming.dev instance it is built around. This means that things like bots and alternate frontends for the programming.dev instance must be able to support sublinks.

How can I make an organization on Forge?

If you want an organization on Forge to group a collection of repos together feel free to reach out to one of the team leads or email info@programming.dev.

How can I contribute to a programming.dev repo?

If you want to contribute code feel free to fork the relevant repo and then make a pull request back to it with the changes. If you have an idea for something that can be added to a platform or a bug report open up an issue on the relevant repo in the Programming.Dev org.

If you're interested in contributing a large amount to the programming.dev repos feel free to reach out to me (Ategon) on discord or matrix or email info@programming.dev and I can add you to the development team.

21
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/meta@programming.dev

Two of our programming.dev alternate frontends have been updated to their most recent versions.

Voyager (v.programming.dev)

Has been updated from version 1.37.4 -> 1.41.0

Main changes:

  • You can long press on comments/posts to get the more actions sheet
  • Gifs can be configured to autoplay always, never, or on wifi
  • When tapping into a post the video continues to play seamlessly
  • Videos in the feed have a mute icon you can toggle
  • You can now hide self-post thumbnails in compact mode
  • You can now set it so you always need to tap to reveal child comments
  • Large post voting buttons can be hidden
  • Community icons can be hidden
  • Link creation now has a dialog for entering link info
  • Subscript and superscript support for markdown
  • You can now long press usernames to block

Mlmym (old.programming.dev)

Has been updated from version 0.0.36 -> 0.0.38

Main changes:

  • Image uploads has been fixed
22
Screenshot Saturday! (programming.dev)

Share some progress, text or screenshots of some development on your game!

13
Screenshot Saturday! (programming.dev)

Share some progress, text or screenshots of some development on your game!

54

This is a place to share high quality news and discussion around technological advancements and changes

Theres a bunch of technology communities currently but they tend to fill a different niche than this one as they tend to be about all topics relating to technology (including legislation, company news, etc.) rather than honing in on tech progress

Things that fit:

  • New tech releases
  • Major tech changes
  • Major milestones for tech
  • Major tech news such as data breaches, discontinuation

Things that don't fit

  • Minor app updates
  • Government legislation
  • Company news, layoffs
  • Opinion pieces

Links:

57
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/meta@programming.dev

We finally have a blog site where you can easily see news relating to Programming.Dev! Theres an rss feed if you want to add it to your rss reader and posts from it will be mirrored onto all of our platforms (eventually ideally automated)

Theres a small welcome post I made on there and we should be releasing more things this week that will get announced there and then mirrored here

It turned out that most things I was working on are being completed mostly all at once so there will be daily news posts about new things dropping for a bit. Theres currently 4 things in the queue to be released

12
Screenshot Saturday! (programming.dev)

Share some progress, text or screenshots of some development on your game!

[-] Ategon@programming.dev 10 points 2 years ago* (last edited 2 years ago)

For communities yes due to cross instance stats but for instances themselves (which the stats above is based on) no. You can just use post read times in addition to the three which will catch anyone who has read a post. Post reads are something each instance has access to for its users so it can do the unread comments feature but it doesn't federate (but each instance self reports stats on itself).

[-] Ategon@programming.dev 10 points 2 years ago

For your edit, this is a collector community for gamedev news so its valid in both. Feel free to crosspost it over if you want

[-] Ategon@programming.dev 10 points 2 years ago* (last edited 2 years ago)

This community got voted to be a collector community for all of the programming content in the instance

So that kind of thing is allowed to be posted here and people in the comments can give people communities to crosspost it to lead them towards that area for future posts

This makes it so users can be lead to other communities in the instance to then post in instead of not knowing where to do so (if theyre in another instance they cant browse our local communities very well in the default UI without needing a third party site)

I can add a way to automate that with a bot in the comments

[-] Ategon@programming.dev 10 points 2 years ago

The JavaScript singleton no longer exists in Godot 4. Instead theres something called JavaScriptBridge. Docs about it here: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_web.html#calling-javascript-from-script but havent used it before so cant give more than that

[-] Ategon@programming.dev 10 points 2 years ago* (last edited 2 years ago)

Currently the process has been to request it in meta since I didnt think it would be common enough to flood out other meta posts and since its meta about the instance, ill check out burggit and report back with what will happen to it (whether that be defederation, purging specific communities, or nothing)

Update: I have defederated from burggit for two main reasons

  1. They ignore DMCA requests and dont follow it. We get a copy of all of their posts due to how federation works and since this rule is instance wide it can easily apply to a new community in the future if we purge current ones. We dont have the manpower to handle other instances continually breaking the law and then us needing to deal with that with takedowns
  2. pornographic content illegal in the us, same reason as above
[-] Ategon@programming.dev 10 points 2 years ago

Then it'll be a feature only in our site and any other sites using our version of lemmy

[-] Ategon@programming.dev 10 points 2 years ago

Yeah this is the best spot atm in the instance, its a catchall community for programming things in the instance. The ios dev community is currently going through the community request process and then this can be crossposted into there

[-] Ategon@programming.dev 10 points 2 years ago

Heres an explanation I did on the old post https://programming.dev/comment/1029515

view more: ‹ prev next ›

Ategon

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