shroomato

joined 2 years ago
[–] shroomato 9 points 1 year ago (1 children)

I could see Google integrating with the fediverse once it reaches critical mass. Using ActivityPub for indexing ought to be more efficient than the usual web crawling.

[–] shroomato 6 points 1 year ago

Markdown is pretty 'dumb' in that it simply uses regular expressions to detect markdown tags/structures and then translates them into corresponding html elements. So when it sees subsequent lines each starting with a '{number}{dot}{space}' it determines that it's supposed to be a numbered list, so it translates that to an html ordered list. The numbers in an ordered list are not there if you look at a page source, they're only being rendered by your browser starting with '1' by default.

With all that being said, HTML5 supports overriding default values in an ordered list, so with additional logic in the markdown parser having numbers out of order could be done.

[–] shroomato 1 points 1 year ago

Makes them in cels interlinked

[–] shroomato 2 points 1 year ago

Weird how this logo feels more modern than it is. Likely due to flat/minimalist design being currently in vogue, and Windows 10/11 logo is very similar to it.

[–] shroomato 1 points 1 year ago

Nice to have you here with us on Lemmy, Christian

[–] shroomato 4 points 1 year ago

Elmo's mom won't allow it

[–] shroomato 8 points 1 year ago (11 children)

It's not exactly something that you can force. If X amount of users want to join an instance Y, the instance should be able to provide capabilities to host those users. Besides, horizontal scaling provides other benefits, stability is the main one - if one server instance goes down, others can immediately pick up the slack.

[–] shroomato 17 points 1 year ago (3 children)

Selfhosting an *arr stack with Plex/Jellyfin is the way.
There's also Tdarr for automatic transcoding of videos right after they get downloaded, haven't tried it yet so can't comment.

[–] shroomato 1 points 1 year ago* (last edited 1 year ago)

Multiselect lists are outdated design, requiring prior knowledge of what they are and the use of keyboard (that you might not have if using a touchscreen device) for a simple interaction with a webpage is terrible UX. The issue is that it's how browsers render them by default, a 'proper' multiselect requires a bunch of css and javascript.

[–] shroomato 5 points 1 year ago

https://hub.docker.com/r/linuxserver/swag is a nice image that gets you an nginx reverse proxy and Let's Encrypt automatic cert creation/renewal set up out of the box, with a bunch of sample configs for popular self-hosted services.

[–] shroomato 1 points 1 year ago

Neat, looks like RPi4 consumes around 6W at full load as well.

view more: ‹ prev next ›