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

that probably would make things more confusing since it would sound even closer to c/technology. You also cant rename communities so it would have to be remade if any name change occured which would lose all the current posts, etc.

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

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

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

On lemmy-ui if both posts are both "visible" in the feed they will be compacted into one post if they share the same link meaning there wont be a duplicate post (unless you paginate and theyre on different pages)

Some other frontends such as sync dont do this though but they really should

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

Most things will be posted to meta, exception is things like community showcases which go in the community showcase community. Don't see a reason to separate it out to a new community since there wont really be blog posts outside of talking about our instances

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

Might be something to do with 0.19, Seems like same is true across my mastodon instances. Assume that would be a bug with lemmy

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

Dev of said fork here, not technically established, just has been in development. There is a much larger project in the works but it hasn't been announced publicly yet and its also in development

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

Seeing what people voted for isn't public in the api (cant even get that from someone being logged in). Only posts & comments made for non login info

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

It still doesn't catch everything since there's users that don't vote comment or post

Adding in users who don't do any action would double it again (although not public info which people are visiting communities hence why its not part of it)

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

Ill be submitting some logos and another banner that im making in gimp later in the week

Edit: exams are pain, will do that before the end of the month

2
2
2
70
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/newcommunities@lemmy.world
1
[OC] Flight of the Arrows (programming.dev)
1
[OC] Twin Swords (programming.dev)

Originally made for swordtember

1
[OC] Rainy Nights (programming.dev)
1
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/challenges@programming.dev

Given some assortment of brackets, you must find the largest substring that is a valid matching bracket pattern

  • A bracket match is an opening and closing version of the same kind of bracket beside each other ()
  • If a bracket matches then outer brackets can also match (())
  • The valid brackets are ()[]{}

For example for the input {([])()[(])}()] the answer would be ([])() as that is the largest substring that has all matches


You must accept the input as a command line argument (entered when your app is ran) and print out the result

(It will be called like node main.js [(]() or however else to run apps in your language)

You can use the solution tester in this post to test you followed the correct format https://programming.dev/post/1805174

Any programming language may be used. 3 points will be given if you pass all the test cases with 1 bonus point going to whoevers performs the quickest and 1 for whoever can get the least amount of characters

To submit put the code and the language you used below


People who completed the challenge:

submissions open for another day (since the last time I edited the post)

10
P.D Custom Emotes (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/meta@programming.dev

We now have some possibility for custom emotes available in the instance (now that the bug that was happening with them was fixed). If anyone has some suggestions for what to add feel free to reply with them

Ive added the p.d logo and a couple game engines for now as an example. You can send the p.d logo by typing :pro (or more of the name) and then it should show an autofill you can select if youre using the website (theres an emoji picker as well but it doesnt work for custom emotes)

programming.dev logo godot logo pico-8 logo unity logo

Ill likely be adding some for the logos of various things but mainly want to know if theres anything people want other than that

13
Godot at Gamescom 2023 (godotengine.org)
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/godot@programming.dev
1
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/challenges@programming.dev

Bracket Inc. wants to ship out new products using their excess brackets. They have tasked you with generating every possible assortment of brackets for some n brackets where the brackets will match

  • A bracket match is an opening and closing version of the same kind of bracket beside each other ()
  • If a bracket matches then outer brackets can also match (())
  • n will be an even number
  • The valid brackets are ()[]{}

For example for n = 4 the options are

  • ()()
  • (())
  • [][]
  • [[]]
  • {}{}
  • {{}}
  • []()
  • ()[]
  • (){}
  • {}()
  • []{}
  • {}[]
  • ({})
  • {()}
  • ([])
  • [()]
  • {[]}
  • [{}]

You must accept n as a command line argument (entered when your app is ran) and print out all of the matches, one per line

(It will be called like node main.js 4 or however else to run apps in your language)

You can use the solution tester in this post to test you followed the correct format https://programming.dev/post/1805174

Any programming language may be used. 2 points will be given if you pass all the test cases with 1 bonus point going to whoevers performs the quickest and 1 for whoever can get the least amount of characters

To submit put the code and the language you used below

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

Hey everyone! I'll be going through and making features for the site soon (as I've almost got my laptop back) and wanted to know if there was any features that are wanted that I dont already have noted down

I'm currently planning to do:

  • Customizable icon shapes (circle, hexagon, etc.)
  • Flairs
  • Ability to block an instance
  • Ability for admins or community mods to hide communities from the all feed
  • Community short descriptions (to show in the community list + top of sidebar)

And polls are also being worked on by snowe

Will try to get the changes merged into lemmy itself as well but they'll be released here first

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

Ive removed this comment due to being unrelated to the actual topic of the post which is the new lemmy frontend. Reminder to keep talks here about rust rather than politics. Theres a ton of other communities for that and the lemmy dev politics have already been discussed heavily

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

Community has been created at https://programming.dev/c/books

Waited a bit until I finished up a bot for it. The bot should delete any posts or comments that contain a link

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

true moving posts could be something that could be done if lemmy is set to deal with that. I can check to see how difficult that would be to put into lemmy and possibly push a patch out.

If we get that functionality in we can do another poll to determine whether it should switch to that but for now im just polling these options since I assume it wont be a thing for a bit (I tried to push another patch out to the site to make the request community more prominent but it seemed to be having issues with certain aspects of the changes so that needs to be fixed before we can get some updates out)

view more: ‹ prev next ›

Ategon

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