Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
32
Comments
618
Joined
2 yr. ago

Pirating fonts?

Jump
  • the list is just a lot of free fonts, that are already free. fontshub has some paid fonts that you can download for free I think, but I didn't find anything I was looking for on there. I'm looking specifically for Pragmata Pro. Gintronic would be good as well

  • oh wait you're right. I wasn't having luck with the nerd fonts on windows but on linux it was somewhat better. what I was thinking about was having Hack with nerd fonts and Jetbrains ligatures patched in. I found a couple repos that purported to do that except the ligatures never worked.

  • https://www.programmingfonts.org/#hack

    You can check out fonts here and filter based on mono spacing, ligatures, etc. Hack is by far my favorite font but I just wish I could use it with nerdfont/jetbrains ligatures. It just has this beautiful way of being able to look open and readable while taking up less space than fonts like fira or jetbrains.

    Cool for them for making a font, but personally don't think it's up to firacode, hack, jetbrains or many other fonts out there

    Wait, why did they invent the phrase "texture healing" for literally what all mono space fonts try to do: make a monospace font that doesn't look like cluttered shit.

  • The Lemur Pro starts at $1,150 for an Intel i5 machine with 8 GB of RAM and a 256-GB SSD.

    Seems a bit expensive no? About dead on with macbook air pricing

    if you're strictly looking at value, it's a better value to buy a macbook air with m2 and the same stats and just install linux on it.

  • That's a great question. Sounds like iscsi is less flexible but more performant, but potentially only in particular situations you may not encounter in a homelab, while nfs is more flexible and not as performant, depending on what you use.

    From what I've learned just reading this thread, you should make iscsi for db and vms, and nfs for stuff like linux isos and other shared media. That said, with iscsi, I believe it's possible to resize the disk pretty easily. For the DB, you can probably have it be its own little container with an iscsi drive, and expose it over tcp for applications that need access.

    As for your last question about worpress, you could archive it before transfer and either store as an archive or extract it after it reaches its destination. Would be a simple script.