this post was submitted on 24 Oct 2023
2 points (100.0% liked)

WetShaving

690 readers
7 users here now

This is a community of enthusiasts, hobbyists and artisans who enjoy a traditional wet shave: brush, soap, and safety or straight razor. We are a part of the WetShaving community found on Reddit, Discord, and IRC.

New subscribers welcome!

Please visit our wiki, which is always and forever a work in progress.

Our sister Mastodon instance is https://wetshaving.social.

Community Rules

Rule 1 - Behaviour and Etiquette
Rule 2 - Content Guidelines
Rule 3 - Reviews and Disclosure
Rule 4 - Advertising
Rule 5 - Inappropriate Content
Rule 10 - Moderator Discretion

founded 1 year ago
MODERATORS
 

Share your shave of the day!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 10 months ago (8 children)

Twenty-fourth Day of TabOKtoberfest

  • Brush: Dogwood Handcrafts Tabak Oridjinal
  • Razor: Union Cutlery Spike (5/8", wedge, square point, carbon steel)
  • Lather: Mäurer & Wirtz – Tabac Original
  • Post Shave: Mäurer & Wirtz – Tabac Original
  • Fragrance: Mäurer & Wirtz – Tabac Original

The little Spike is an oddly pleasant razor. Smooth, silent, nimble, and the design is the Лада of straight razors.

Stank ++;


Side note: Uploading pictures is so much faster since the migration. It's almost like having pictures didn't have to be a PITA 🤔

[–] [email protected] 2 points 10 months ago (7 children)

Side note: Uploading pictures is so much faster since the migration. It’s almost like having pictures didn’t have to be a PITA 🤔

Heh, welllll.... I just tried to upload one. I get an HTTP 400 from the post to the /pictrs/image endpoint and the response body is Request error: error sending request for url (http://pictrs:8080/image): operation timed out. I thought maybe because I was pasting a largish image so I tried a 350kb or so JPG and clicked the upload button ...nope, same deal. Oh, and the UI tries to parse the body of the error response as JSON so it pops up a red box with SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data.

[–] [email protected] 1 points 10 months ago (5 children)

I got the same error message. I restarted everything and now I can upload no problem.

Why did this happen? I don't know. Will it continue to happen in the future? I sure hope not!

[–] [email protected] 1 points 10 months ago (1 children)

Thanks for your efforts and yay, that works here too! I can paste them even. Nice. Interestingly, I copied a JPG by right clicking in Firefox and it wound up as a PNG when I pasted that. But maybe that's the browser? Still, it'd be neat if the site converts to something more efficient like WebP and maybe caps the res at 4k ...though maybe storage is cheap enough at this point that we could each put a full res SotD from our phones for the next decade without really being a burden? ...and now I wonder if the transcoding can be done client side via wasm or something. Yawn, I should sleep, rambling.

Oh! One thing though: earlier I tried pasting my SotD to another Lemmy instance to see if that works and it did fine. I didn't post it and cancelled the preview. However the image stuck around. Wondered if and how those get mopped up, maybe a cron job? It seems to be there still some hours later, might check tomorrow just out of curiosity.

(heh I think you restarted while I was trying to post this so will also be interesting if the image persists, though presumably shouldn't be orphaned now that it's referenced in a comment?)

[–] [email protected] 2 points 10 months ago (1 children)

Yes, I restarted haha. I took a backup now that everything is working. It turns out the problem was caused by ME earlier today, changing the icon. I changed the banner, too (it's Tabac now), but that didn't hurt anything. Anyway, I had to modify the frickin' database to get things working again. Ridiculous. Now I'm going to be nervous any time I want to change the banner/icon.

Your points regarding pict-rs (the software that handles pictures for lemmy) -- to my knowledge nothing gets deleted. It's a big of a problem long term, but like you said storage is cheap. One day we can even move all of that data and host is somewhere else if storage becomes a problem. Pict-rs is mostly clogged up by thousands/millions of thumbnails. It keeps thumbnails from every federated post in addition to the uploads from our users. Our pict-rs folder is currently sitting at 8-9GB.

[–] [email protected] 1 points 10 months ago (1 children)

Just poked around because I was curious, it does look like the config for pict-rs lets you specify a format to convert things to and a max size/quality: https://git.asonix.dog/asonix/pict-rs/src/branch/main/pict-rs.toml#L237

I'd suggest WebP with a quality of 85 and max dimensions of 3840x3840 (because 4k is 3840x2160).

That takes djundjila's photo for today (a 4236x2677 jpeg) from 1.9Mb down to 360Kb for a 3840x2427 WebP.

You might also consider AVIF as that's widely supported as well and looking like it'll probably become the new standard but for now is a bit CPU intensive until CPUs start adding SIMD for it. Too bad JPEGXL lost momentum, it was kinda better (and less CPU intensive). But if the server doesn't mind chewing on it ...that same SotD as a quality 66 AVIF is just 160Kb, eg. less than a tenth the size.

For more info about quality settings: https://www.industrialempathy.com/posts/avif-webp-quality-settings/

[–] [email protected] 1 points 10 months ago (1 children)

Nice, I'll look into this stuff. Pretty cool.

The weird part is I downloaded a photo that had been uploaded here, and re-uploaded it as the icon/banner (it doesn't let you use a URL for the icon/banner). So that picture exists multiple times in our storage. It also crashed pict-rs, which in turn doesn't let Lemmy boot. Initially my browser downloaded a .webp, but I changed the URL in order to download it in .jpg. I don't have a good program that can edit .webp. So, maybe the problem was that I saved it as a .jpg, when it fact it was a .webp? The banner worked just fine, so I'm not sure. I only cropped the banner image, whereas I resized the icon.

[–] [email protected] 2 points 10 months ago

Sorry, I just peeked at the config options and have never run any of this so no idea about the interaction with Lemmy or how to troubleshoot that. What I'd do though is spin up a toy instance on another subdomain/locally in a container and try to reproduce it there. Maybe with a copy of the data from production if that's easy enough to pull off.

But ya only in retrospect - I wouldn't have expected changing the banner or icon to be a risky operation.

load more comments (3 replies)
load more comments (4 replies)
load more comments (4 replies)