sorted by: new top controversial old
[-] Shihali@sh.itjust.works 2 points 1 month ago

There's a real chance that my employer will abruptly ban Chinese-branded phones from their network.

[-] Shihali@sh.itjust.works 4 points 2 months ago* (last edited 2 months ago)

The link goes to the wrong article. I think OP meant to post https://blog.documentfoundation.org/blog/2024/07/11/libreoffice-24-2-5/ .

P.S. Torrents ~~aren't available yet~~ are now available.

[-] Shihali@sh.itjust.works 110 points 3 months ago

Looks like they put the oversized load on a boat for as long as they could, but have to do the last leg by road.

[-] Shihali@sh.itjust.works 1 points 4 months ago* (last edited 4 months ago)

gImageReader is a graphical front-end to the open-source OCR program Tesseract, so that might be just what you're looking for. The default settings don't add the OCR'd text to the PDF but you can do that.

[-] Shihali@sh.itjust.works 12 points 5 months ago

Undertale is the obvious suggestion, although it's more deconstructive than Earthbound.

[-] Shihali@sh.itjust.works 2 points 5 months ago* (last edited 5 months ago)

Did LO discontinue distribution via torrent?

Edit: torrents are now up. Does it always take a day?

[-] Shihali@sh.itjust.works 15 points 6 months ago

Gentoo seems great if you want to experiment with patches to major programs or system libraries. That's what I used it for.

[-] Shihali@sh.itjust.works 6 points 8 months ago

Leave a bad review. I did get halfway back.

[-] Shihali@sh.itjust.works 12 points 8 months ago

cURL is a very commonly used program to download individual files from the command line and worth installing to have it around in the future.

sudo apt update
sudo apt install curl

The first command tells your package manager to update its list so you ask for the latest version. You can skip it if you've already updated today. The second command tells your package manager to install cURL.

This will happen every now and then, especially when building a package from source. You won't have some common utility that the documentation writer assumed you had, and you will need to find what package provides it and install the package.

[-] Shihali@sh.itjust.works 50 points 8 months ago

From your other responses, this is a system issue not a problem with the website.

Lemmy.world's code has this font list for sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"

I'd use the dev tools to check which font is being rendered. I'm on Windows so I get Segoe UI, which I find entirely acceptable.

view more: next ›

Shihali

joined 1 year ago