$ hexdump /mach_kernel | head -1
0000000 feed face 0000 0012 0000 0000 0000 0002
<< [1]2345678910111213141516171819202122232425262728293031323334353637>>

2008.11.14 - 16:11 | patrick

ars technica: Google: more Macs mean higher IPv6 usage in US


The funny part is that the countries that will be affected the most by the IPv4 shortage, i.e. Asian countries, aren't in the top 6.
ars' article.

2008.11.10 - 20:01 | patrick

GM -> Chapter 11?


While I don't 100% agree with Philip Greenspun's theory "Let G.M. go bankrupt" - because the problems lie elsewhere - it is still an interesting read. Don't forget to read the comments - some are quite insightful.

2008.11.06 - 19:29 | patrick

Nice OpenGL ES overview


Brad Larson (Sunset Lake Software): Lessons from Molecules: OpenGL ES.
"(...) to rotate about the X-axis (imagine a rotisserie chicken)."
.. because we don't need another flashlight app on the iPhone.

2008.11.05 - 05:40 | patrick

After 76 months ..


.. (6.4 years) my PowerBook G4 (667) is going to retire.


2.53Ghz version



Offtopic: Obama did it!

2008.10.22 - 17:36 | patrick

Perl Regexp not powerful enough


Bah: "Variable length lookbehind not implemented in regex"
Perl cannot handle this: (?<!\1|\\)('|")

2008.10.10 - 21:35 | patrick

Stored Procedures in MySQL


A great overview on the internals of MySQL Stored Procedures:
http://forge.mysql.com/wiki/MySQL_Internals_Stored_Programs.

2008.07.23 - 21:51 | patrick

Epydoc and Google's Appengine


The GUI of Epydoc, a Python documentation generator, skips files where it cannot resolve the imports. Pretty annoying, especially since the Google Appengine keeps its modules separate from the standard Python installation.
A quick hack is to modify "site-packages/epydoc/gui.py":
except ImportError, e:
  log.error(e)
  self._update_messages()
  self._root.bell()
-  return
+  #return

2008.07.20 - 04:41 | patrick

The Dark Knight


I couldn't resist, and went to the movie theatre today to see The Dark Knight - the newest Batman. Originally I thought is is based on Frank Miller's book " The Dark Knight Returns" .. but it is not.
Anyway, an excellent flick, but I was a Batman fan to begin with.
all rights [r] belong to us.