Ategon

joined 2 years ago
MODERATOR OF
[–] Ategon@programming.dev 12 points 8 months ago (1 children)

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

[–] Ategon@programming.dev 2 points 8 months ago (1 children)

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

[–] Ategon@programming.dev 2 points 9 months ago

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

[–] Ategon@programming.dev 5 points 9 months ago (2 children)

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)

[–] Ategon@programming.dev 2 points 9 months ago* (last edited 9 months ago)

Yeah we added another admin onto the team

[–] Ategon@programming.dev 2 points 10 months ago (3 children)

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)

[–] Ategon@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Yeah it uses a system similar to github actions

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

[–] Ategon@programming.dev 11 points 1 year ago* (last edited 1 year ago) (1 children)

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)

[–] Ategon@programming.dev 8 points 1 year ago* (last edited 1 year ago) (2 children)

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

[–] Ategon@programming.dev 2 points 1 year ago (1 children)

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

[–] Ategon@programming.dev 2 points 1 year ago* (last edited 1 year ago) (3 children)

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

[–] Ategon@programming.dev 5 points 1 year ago

I think the advantages of multiple communities outweighs the advantages of consolidating. Especially since things can be cross posted between the multiple communities easily

No longer able to access the content is referring to the federation. And the difficult to move off is referring to for example communities that have been attempting to get traction to move off of lemmy.ml

Not posting in the community doesn't mean people there don't interact with it. I have beehaw as an example on hand but im sure there's other federation examples

I think its the kind of subject matter that fits programming.dev well and relying on outside instances for programming content with no mirror on our own site makes us too reliant on those other instances if anything happens in the future (e.g. extreme case but if that instance goes down. Lemmy handles it terribly since the community still exists as a ghost community with no federation but still viewable)

With similar logic we have a lot of the same communities as lemmy.ml communities including programmer_humor, opensource, etc. To give people an alternative spot to the lemmy.ml communities and so that we aren't overly reliant on other infrastructure we can't control within our instances subject matter

 

It removes what you set as the prefix from the name for the variable in the inspector

 

You can nest as many subfolders as you want using this

 

@export_group("Text") is used to make a group and you can break out of the group using @export_group("")

 

This pops it out into a new window that you can move around separate from the main window (e.g. onto other monitors)

 

in this case I selected res so its showing everything in res on the right

 

*(unless the subfolder explicitly has another color set)

Useful for finding certain folders quicker

 

Putting a backslash after a part of the statement basically means ignore any newlines between this and the next characters so you can indent it however you want

 

This lets you type parts that are differentiated from the other variables quicker while still having enough to smart pick it

 

If you do this remember to free the old one (or have some way of accessing it) since the engine won't do it for you

 

This is useful to see where specific prints are happening

 

Alternatives to doing this would be to right click and then hit the close button or to use the hotkey for it (defaults to ctrl + w)

 

Missed some days due to exams but more daily posts should be happening now

view more: ‹ prev next ›