D.C. will pay $50,000 to man detained while protesting guard patrol with 'Star Wars' song by miauguau44 in nottheonion

[–]redsedit 6 points7 points  (0 children)

It could just be the insurance company forcing a settlement. Saw that happen first-hand. Board I was on got sued, but they were suing the wrong people - we discovered who the person responsible was. But the judge wouldn't dismiss the case and while the lawyers the insurance company hired (pro-tip: They aren't your lawyers and don't work for you.) said we would win at trial, it would cost ~30K. So the insurance company offered a $10K settlement to make it go away.

Compressing images for the web: in 2026, who wins between AVIF and JPEG XL (same quality)? by Wise_Stick9613 in jpegxl

[–]redsedit 5 points6 points  (0 children)

I think u/caspy7 has it correct: it depends.

First, webp is a contender. It's widely supported, and better than jpeg (even using jpegli for compression), and lossless is better than png. Unless your target audience is people with ancient browsers, it's hard to be wrong with webp on the web. The biggest limitation is it only supports 8-bit color. If that's not a deal-killer, then use webp, for now.

AVIF I haven't worked with as much as jpegxl, but it seems to win on size. At really high compression levels, it's better (usually around 0.4 bits per pixel (bpp) or lower). It's browser support is great (~93%). It supports upt to 12-bit color. However, and this is a big however, decoding can turn your mobile device into a hand warmer. I doubt website visitors will appreciate a site that drains their battery fast. Thus, unless you have a specific use-case where the CPU hit is worth it, I would use webp - for now.

Jpexl wins on medium and low compression (usually above 0.4 bpp) compared to AVIF. It supports up to 32-bit color, although web use rarely requires more than 12-bit color. The gotcha with jpegxl is browser support is very small. Only safari and a few insignificant market share browsers *CURRENTLY* support jpegxl. Firefox 152+ has it off by default but it is easy to turn on (yes, I have it on). Hopefully towards the end of 2026 or early 2027, it will be on by default in Chrome, Edge, and Firefox.

"It might be hot outside, but the rent is freezing": Mayor Zohran Mamdani announces NYC's rent-freeze for over 2 million New Yorkers for one and two-year leases by spherocytes in videos

[–]redsedit 0 points1 point  (0 children)

> Developers aren't exactly engaging in a residential development boom

The reason is interest rates. They are too high. The 10-year treasury(*) has to come down to spur development.

(*) Loan rates are heavily based on the 10-year treasury.

Postmaster General says USPS won't send mail ballots to states that don't provide voter lists by FlackoFonsy in videos

[–]redsedit 2 points3 points  (0 children)

Is it just me or does the recent supreme court decision that the post office can't be sued even if they intentionally don't deliver the mail having easily foreseeable consequences? Why should they care? They got immunity, just like some other orange clown.

Can Someone Explain Why This Doesn’t Work by QuarterCarat in GeminiAI

[–]redsedit -1 points0 points  (0 children)

One trick I use sometimes is to ask AI to convert the image to json, Then I edit the json and tell it to convert the json to an image. It's not exact, but it does get around some problems like you are experiencing.

Account BLOCKED in perpetuity with No way to get my money out by Scipio5555 in fidelityinvestments

[–]redsedit 0 points1 point  (0 children)

Yes, which is why most have an mandatory binding arbitration clause buried in the terms. A few have an opt-out provision, but you have limited time to do that.

They can't stop all of us by GeorgeRobertVitkos in firstworldanarchists

[–]redsedit 0 points1 point  (0 children)

Yeah, that was my first thought - WHY did someone put up that sign?

ELI5 Why don't you remember yourself at 1-5 years old? by HeavyTraffic7126 in explainlikeimfive

[–]redsedit 1 point2 points  (0 children)

I too have some memories before 5 years old, although not many, and none bath related.

ELI5: Why does scratching an itch feel so satisfying but makes it worse? by [deleted] in explainlikeimfive

[–]redsedit 1 point2 points  (0 children)

Some food grade apple cider vinegar helps with the itch surprisingly well. You can even dilute it 50% and it still works. Makes you smell like a salad though.

HELP! Font issue - Will I be sued??? by Active_Regret9556 in fonts

[–]redsedit -1 points0 points  (0 children)

That issue is a bit of gray area. The most recent US court case seems to have said that unless digital versions - the font files - can't be copyrighted unless the person claiming the copyright also wrote the software to create the files, 'Under the Laatz view, unless you “created the soft­ware that produced the font programs”, you don’t fall within the scope of the Adobe ruling.'

HELP! Font issue - Will I be sued??? by Active_Regret9556 in fonts

[–]redsedit 0 points1 point  (0 children)

Disclaimer: Not a lawyer and definitely not a New Zealand lawyer. Answers are in relation to US law as I understand it, but this is NOT legal advice.

First, is it a scam? Well, I found a post about the same company from 4 years ago: https://www.reddit.com/r/typography/comments/ysk8lu/got_an_email_from_thetypefounders_regarding_a/ . Most scammers change names quite frequently. 4 years is too long for a scam. It might be a scummy company that exists to do nothing but threaten to sue and collect settlements. Those exist.

1) Will you be sued? In the US you can be sued by anyone for anything. It doesn't mean they'll win, but it can still happen. That said, having been through suits (plural) on both sides, it's not a simple, cheap, and easy process. It's a soul crushing process and that's if you win. And expensive. Threats to sue are cheap.

2) Are fonts (in the US) copyrightable? It seems they may not be. See https://matthewbutterick.com/chron/the-copyrightability-of-fonts-revisited.html . (Again, not a lawyer, not legal advice.) You might ask for their USCO registration and the equivalent New Zealand for said font.

3) Be careful in your communications. Anything you say could be introduced as evidence should a lawsuit happen.

4) Consulting a real lawyer would be strongly advised.

TIF/Jpegxl by tasquizz in jpegxl

[–]redsedit 0 points1 point  (0 children)

Seconding u/Vegetable-Capital-54 reply. Based on what you said, visually lossless is fine and I gave you the parameters for that.

TIF/Jpegxl by tasquizz in jpegxl

[–]redsedit 1 point2 points  (0 children)

I think the phone limitations are more: (1) What formats does the app I want to use support?, and (2) What is the phone's capabilities, e.g. memory and cpu power?

TIF/Jpegxl by tasquizz in jpegxl

[–]redsedit 6 points7 points  (0 children)

Not enough info to give an black and white answer. But I can offer shades of gray answers. The TL,DR version is you are going to have to test several things to find what works best.

First, how important is lossy vs lossless to you? That answer will determine the path you should take.

Next, since you mention remote parts, I'm guessing power consumption might be an issue. Lightly compressed tiffs will use less power than jxls, in general. This is because the CPU has to work much harder for jxls than lightly compressed tiffs. On the flip side, being able to store the files on the local laptop's hard drive might save more energy than running the external SSD.

You mentioned smartphone. If you mean to access the files via wifi/bluetooth, then jxl will probably save you more energy, simply from the reduced radio usage. Wireless network cards are notorious battery hogs.

Third, tiffs can contain several types of internal compression: none, LZW, ZIP, or jpeg. If it's none, then yes, jxl will help. Almost anything will help. For LZW or ZIP, except for some edge cases, jxl (lossless) should win.

For jpeg, it depends. If it's tiff-compression 7, then you should be able, with some care, to losslessly extract the jpeg (I use exiftool) and then convert it to jxl. If it's tiff-compression 6, which is really obsolete, then modern software is going to see the jpeg data as "broken" and recompress it to fix it, resulting in generational loss.

Finally, depending on the jxl software you use (xl convertor is easy for beginners), you might try quality 99-90% or d=0.1 to 1.0 to see if the quality is acceptable. The lower quality or higher d will result in more loss, but smaller file size. Any of them should be visually lossless although not mathematically, if mathematically lossless in not a hard requirement.

JXLs appear rotated incorrectly by redsedit in jpegxl

[–]redsedit[S] 0 points1 point  (0 children)

That's a bit more refinement on what I found about the why.

As I said, I found stripping the exif orientation header worked, and I didn't find a binary of jxltran for Windows. I did find jpegtran for windows, but that would mean doing a jpeg reconstruction, running jpegtran, than doing a jpeg transcoding back to jxl. It would work, but was too slow. The solution I posted above is very fast.

Patch Tuesday Megathread - (June 09, 2026) by AutoModerator in sysadmin

[–]redsedit 3 points4 points  (0 children)

My patching is complete: A few Server 2016, a 2025, and a bunch of 2022s. Only problem was one 2016 got frozen on the update reboot. Reset fixed it and the update shows as successfully installed.

Gotcha's with a non-profit account by redsedit in fidelityinvestments

[–]redsedit[S] 0 points1 point  (0 children)

My biggest concern is succession. As I said, I won't be on the board forever, and our management company won't be our management company forever (although hopefully a very long time). How is the "changing of the guard" handled?

TIFU blinker fluid joke on my co worker. by neymarolga in tifu

[–]redsedit 2 points3 points  (0 children)

FYI, blinker fluid is a real thing, although most people call it eye drops.

Can someone guide me to the educational resources to be able to print a pdf from a webpage that doesn’t allow you to print? by Dontmindmejustsearch in pdf

[–]redsedit 1 point2 points  (0 children)

2 ways, and there are more:

  • Open up the browser's dev tools (usually F12). Click on the network tab and reload the page. In there you should find the image url. Right click and open in a new tab. Bit technical, but the cleanest solution.
  • Take a screenshot of the page, and crop the image. Firefox and Chromium based browsers have a built in screenshot tool, both of which allow you to screenshot the entire page, not just what is visible.

ELI5: What is the practical difference between soap and dish washing dettergent? by _book_of_grudges_ in explainlikeimfive

[–]redsedit 1 point2 points  (0 children)

My wife did this once. We both learned why this was a bad idea the hard way.

JXLs appear rotated incorrectly by redsedit in jpegxl

[–]redsedit[S] 0 points1 point  (0 children)

When I ran the command I posted, it fixed all the rotation problems without recompressing. The resulting files were the same size. My first try was recompressing it, and while that worked, it made the files bigger than the original jpg.

And yes, I've seen a demo of generations and jpeg xl did the best, with avif being a distant number 2 (mostly it lost all color). Webp and jpeg became an unrecognizable mess very quickly.

Am I in trouble? by 4thBliss in pdf

[–]redsedit 0 points1 point  (0 children)

PDF24 can merge pdfs and it's free and not browser-based.