Earlier quoted context omitted.
It depends on your setup. The default when no size is given is to use half the RAM.
Half? That seems kind of excessive. Are you sure that’s right?
Tofu – The opposite of a font
31–40 of 66 posts
Re: Tofu – The opposite of a font
#32Re: Tofu – The opposite of a font
#33how would one go about running code/operations on ram as opposed to the hd?
On most Linux distros, /tmp is a ramdisk.
RHEL7, and all it's derivatives (CentOS, Oracle Linux etc.) don't use tmpfs for /tmp by default, and they are arguably the most used linux distros in the world.
Re: Tofu – The opposite of a font
#34Re: Tofu – The opposite of a font
#35Re: Tofu – The opposite of a font
#36Earlier quoted context omitted.
Spinning platter. ZFS with compression is probably helping that.
Your OS is probably caching the file at the virtual memory layer, so it doesn't even have to hit the filesystem at all.
Re: Tofu – The opposite of a font
#37Does anyone know the name of the app that's listing/displaying fonts? It looks pretty neat, and I haven't found anything good-looking like that for Linux/*nix.
If you're using ubuntu, there's a package for it
Re: Tofu – The opposite of a font
#38It is both reasonable and unfortunate that TrueType & OpenType fonts can have no more than 65,535 glyphs. That said, probably the logical font made of multiple physical fonts can be probably made to support all available planes.
Yes, that's how you can fit all of Unicode into one "font" -- use a collection of fonts with at most 64K glyphs each:
https://graphicdesign.stackexchange.com/questions/73166/what...
I'll leave it as an "exercise for the reader" to generate such a font.
Re: Tofu – The opposite of a font
#39Re: Tofu – The opposite of a font
#40Don't put your work down like this. You created something useful for yourself, and likely useful for others. I'd be surprised if someone called it stupid.