Spyke

Replies

piracy

Comment on

Has anyone pirated their internet?

There are a few towns that became their own internet providers b/c the big guys wouldn't bring them either any or adequate service and they realized they could do it themselves more cheaply. They had to fight anti-socialism propaganda and of course lobbying and disinformation campaigns from the big providers, despite the fact that they had no intention of ever going there.

Comment on

Behold

Reply in thread

I just looked in to it b/c my browser isn't showing it either. It turns out the alt text is just for when the image doesn't load or screen readers. The title text is supposed to be for tooltips, or what you'd get if you hover over the image.

Comment on

How Much Each Project Gets Monthly in USD

Reply in thread

not quite. While it's true that rust has a reputation for taking longer to write and release in, green field development is a lot easier to work in than stuff that already has a lot of moving parts and places that you need to consider the affects of changing one thing to somewhere else.

Comment on

Press F to pay respects

Reply in thread

there is one issue that I've found - my work blocks lemmy.zip, so I'm using the piefed account I made to test it.

My guess is that it ends in ".zip" and is getting blocked, b/c the rest of lemmy they aren't bothering with.

Comment on

Modlog visiblity changes?

If the mod log is public, then it does make sense for there to be a "public" and "private" version, so perhaps allowing an edit of a modlog entry will change the view presented to federation and non-admins, while the original view stays immutable? This could allow the modlog to stay public.

The option to have the modlog visibility be either public | signed in | admin only is a good option as well, and a good combination for those who are concerned about doxing could be "signed in + modified view" or going straight to admin only. Another consideration could be to have the text body be admin only, but still present the mod log of username + action + reason, but without the details?

So, it could be the simplest option may be to have a flag to show details to admins only, and to not include the text in federation or to federate "details available to instance admins only" or something like that. This could be the least amount of work, possibly.

Comment on

Dutch is beautiful

Reply in thread

I actually described how dutch sounded to me to some dutch friends. I said something like, "Dutch sounds like if a German got drunk, tried learning English, and then started choking."

They told me that wasn't far off 😂

Comment on

Pixelfed maximum quality defaults

hey there and thanks for sharing your findings. I'm also trying to get set up with an instance and am using the 80%, but explicitly. Did you do something to convert PNGs to WebP or are we stuck with the resizing?

I'm just using

MAX_PHOTO_SIZE=20000  
MAX_ALBUM_LENGTH=15  
IMAGE_QUALITY=80  

as the only restrictions. But really, my instance isn't really a photographer blog, so super high res images probably wouldn't be necessary.

Looking at the source code you linked, all photos are getting resized anyway? Should we expect that a PNG upload will typically be about 3MB? Thanks for sharing :)