50 performance tricks to make your HTML5 apps and sites faster
Good to think about conditional js libraries.
Computer science (academic)
50 performance tricks to make your HTML5 apps and sites faster
Good to think about conditional js libraries.
Update 2010, Oct 26 – New discoveries, much better font reference confidence
Recently I needed to work with some Chinese and we had tons of trouble trying to figure out which fonts to use and how to specify them in CSS. After a lot of detective work and comparing long font lists we found some basic font choices that should work on both PC and Macs that have Chinese language packs active. The process was PAINFUL…
After several months, this is coming up again as we define our style guide. I found a new article which describes and provides screen-shots for 5 common mandarin fonts. He lists in order,
Some [updated] Chinese Website tips:
References:
To find the kernel version type into the command prompt:
uname -r
If having problems compiling previously working code, maybe the computer I’m working on is an x86 computer. (like pc 31) Best to switch computers to a regular format. (like pc 1, 10)
After SSH-ing into the campus computers, can look at other users on the system
ssh username@pc10.cs.ucdavis.edu
rwho
// lists all users on the csif machines
who pc 9
// lists all users on pc 9
who
// lists all users on current pc
write person
// must ssh to same computer as person, then writes stuff to their cmd prompt.
For my UC Davis ECS courses, I needed to login to the cs computers remotely from my vista pc. I keep forgetting so here’s some basic steps:
1) install Cygwin to get a basic unix terminal-like environment
2) type “startx” to start an x terminal window
3) ssh into the cs computers by filling in []: “ssh -XY [username]@pc[12].cs.ucdavis.edu
you can check which computers are free at: http://csifdocs.cs.ucdavis.edu/tiki-view_articles.php
4) now the regular files & directories should be visible.
I found this group of artists, Random International that created a paint roller so you can literally print on the wall. Check out the video:
Pixelroller
They also sell instant labeling tape that you just blacken out parts you don’t need to write messages. Not as cool as the pixel roller but it’s still afun idea.
Unrelated, but interesting on a technical level, this program folds a letter on screen depending on the position of your mouse.