Links
Macintosh Related
- Accent Codes – a reference page with accent codes and currency symbols useful when inputing European languages or working with multiple currencies
- Cool Things You Can Do on a Mac – a few little tricks that are helpful
- AppleScript Introduction – an introductory article on AppleScript from MacWorld
- Mactomster – a German site covering Macintosh and mobile lifestyle
- Chinese Mac – a Yale University guide to using a Macintosh and Chinese
- Mac GPG – Macintosh GNU Privacy Guard, an open pgp implementation
Mobile / Nokia Related
- HowardChui.com – news relating to mobile handsets
- Dispruptive Wireless – Thoughts and opinions on the wireless industry
- Into Mobile – Mobile handset news, focusing on the iPhone a lot lately
- WirelessMoves – Great all around coverage of the mobile telecomm industry
- 3G and 4g Wireless News – More coverage of the mobile telecomm world
- Engadget Mobile – handset and operators news–updated very frequently
UNIX Related
- 10 Good UNIX Usage Habits – a helpful reminder from IBM DeveloperWorks
- Advanced BASH Scripting – a guide to BASH shell scripting
- Making Bash Do Your Work for You – more on BASH shell scripting
- Linux Network Administrator’s Guide – 2nd ed., online
- Linux PPP HOWTO – a guide for setting a PPP interface
- Modem HOWTO – a guide to modem technology
- Serial HOWTO – a guide to serial communications
Computational Science and Engineering
- Real World Haskell – The online version of the excellent book
- UC Berkeley CS61A Lectures – Video lectures on the structure and interpretation of computer programs
- MPI Tutorial – Lawrence Livermore National Laboratory tutorial on MPI for C and Fortran
- Numerical Computation Guide – From Sun Microsystems
- What Every Computer Scientist Should Know About Floating-Point Arithmetic
- The Absolute Minimum Every Software Developer…Must Know About Unicode…
Signal Processing and Electronics
- Hayes Modem Command Set – KDE organization document on the Hayes command set
- USB Made Simple – a good overview of the USB specification
Assembly Language and Low-Level
- Turbo Assembly – a classic MS-DSO assembler from Borland
- Netwide Assembly – my current assembler, available on Windows and Linux
- USB boot stick – creating a bootable USB stick from Intel
- Solrex Shuffling – in Chinese, were I discovered I could use Virtual box for my boot loader experimentation
- Emulator docs – useful for getting x86 info
- Operating Systems Tutorials – boot loaders and x86 fundamentals
- Ada Inline Assembly – how to embed assembly into Ada code
- Ada Interfacing – Ada interoperability
- BonaFide OS Dev
- BrokenThorn – OS development tutorials
- MikeOS – simple x86 assembly language OS, open-source
- CoreBoot project
- Computer Boot Process
- Kernel Boot Process
- OSDev.org