Ategon

joined 2 years ago
MODERATOR OF
[–] Ategon@programming.dev 4 points 4 months ago* (last edited 4 months ago)

Not possible in lemmy atm past just rehiding everything from the instance every so often

edit: just did another round of hiding things from lemmynsfw, should be reflected in the hidden communities doc

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

It was put under the wrong category looks like

I originally hid it due to it being primarily bot content (but seems like the community changed at some point to not be bot spam)

Heres an example of what the community used to look like

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

That's not possible in lemmy currently. It's either full hiding (so hiding from local/all, searches and the community unless they subscribe) or not hiding

Theoretically could be added in a pr though

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

Theres technically a code review community at !code_review@programming.dev although ive seen some people also post code reviews in the language/engine communities

[–] Ategon@programming.dev 22 points 4 months ago (1 children)

we also host an instance of opengist at https://blocks.programming.dev/ as an alternative to those if wanted

[–] Ategon@programming.dev 1 points 4 months ago

I had @icon there and the cache didnt fully update yet

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

Ah yeah I need to refresh the data, ill do that later

[–] Ategon@programming.dev 3 points 5 months ago* (last edited 5 months ago) (6 children)

Nobody reported it as down to me, I can bring it back up

Been working on some other projects recently so havent really looked at that site much

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

We just added a couple more people to have server access and ideally that situation wont happen again

That problem specifially could only be reproduced on the main server so fixes couldnt be tested without taking the entire site down and at some point after the 0.19.5 upgrade (when the issue happened) it became too late to roll the server back since there was too many activities that came in but if it happens again after an upgrade we would roll back pretty much instantly)

dbzer0 does seem like a better option for general privacy discussion though

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

lemmygrad isnt defederated from but many of their communities are hidden from the feeds by default (so you dont see them unless you subscribe to them)

same thing for some other instances like lemmynsfw

ones that are more recent wont be hidden since I havent been able to due to the issues but I should be doing another hiding round soon

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

Sites back. I reindexed every table although the only one that seemed to be affected by the issues was the comment table (it had duplicates I had to remove similar to what I did for the post and community tables before)

Site will slowly catch up in activities over the next couple hours so youll see posts, etc. that were made in the few hours it was down slowly come in

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

No votes or comments were connected to the duplicates but yeah if there was some you would move it over to the other one

The posts that had comments were the posts that were uniquely on the other community and those moved over with the post when I updated the community of the post

 

If you also just have a large block of text it lets you see a large amount of the text instead of only a small part at a time

 

you cant nest export_subgroups within each other but you can use slashes for nesting

 

You will need to close and then reopen the node to see the changes and icon must be put before the class declaration

 

This shows up when there’s no value and disappears when you start to type

Works for Strings, Arrays of Strings and PackedStringArrays

 

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

view more: ‹ prev next ›