HackerTrans
热门最新趋势评论往期问答秀出招聘

throwaway3627

no profile record

评论

throwaway3627
·7年前·讨论
Hey Skippy, don't get any water or coffee on the helm controls, or it might either not respond or go full ahead/reverse.

^-- Just one class of examples of what could wrong with not having physical controls.

Also, it takes a smaller explosive to crack/damage a touchscreen than physical controls into uncontrollability... and now you have a billion dollar paperweight.
throwaway3627
·7年前·讨论
There's several situations that need to be addressed in every VMM:

Cold pages - not being used

Warm/normal pages - average use pages

Hot pages - being used a lot

1. LRU/histogramming cold RO-code/RO-data pages to be paged out (dropped) or compressed when other pages are hotter and there's memory pressure.

2. Compressing or paging out to disk volatile RW-data when cold and other pages are hotter and there's memory pressure.

3. Pinning in memory (compressed and/or uncompressed) pages that are hot for performance reasons, unlocking them when they become less hot or others become hotter.

4. Having the ability (like on macOS) to signal applications that the system is under severe memory pressure (say "SIGMEM", "SIGLOWMEM" or "SIGOOM"), and to drop volatile data that can regenerated or is ephemeral.
throwaway3627
·7年前·讨论
Linux resource scheduling and prioritization and is pretty awful compared to its popularity.

TBH, there are very few OSes that get high-pressure resource scheduling and prioritization right under nearly all normal circumstances.

The hackaround for decades on Linux is always adding a tiny swap device, say 64-256 MiB on a fast device in order to 0) detect average high memory pressure with monitoring tools 1) prevent oddities under load without swap (as in OP example).
throwaway3627
·7年前·讨论
BINC, MsgPack, ...
throwaway3627
·7年前·讨论
Exactly. You usually gotta "color outside the lines" if you want anything cool, i.e., jailbreaking (jb) or hackintoshing. I'm surprised no one's tried hackiosing on custom hardware, although it would take a pile of enginerding and gnidrenigne.
throwaway3627
·7年前·讨论
iProxy for iOS (FOSS) used to work over WiFi if you setup a peer network and manual IP on endpoints and phone.
throwaway3627
·7年前·讨论
I miss TetherMe. Is JB even still possible (has anyone done it/which ver?) on modern iOS?