Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
Just a quickie (to prevent my blog from becoming a dinosaur and eventually fossil fuel…)
If you’re running bash on an Intel Mac you might see some interesting behavior if you inspect the shell’s variables:
[jwight@ratatosk] jwight$ set | g ... Continue reading »
If you’re running bash on an Intel Mac you might see some interesting behavior if you inspect the shell’s variables:
[jwight@ratatosk] jwight$ set | g ... Continue reading »
3 years ago
2 years ago
$ uname -a
Darwin delices 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
$ set | grep -i type
HOSTTYPE=powerpc
MACHTYPE=powerpc-apple-darwin8.0
OSTYPE=darwin8.0
I'm more annoyed by the i386 kernel, personally.
2 years ago
2 years ago
$uname -a
Darwin Computer.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386
$set | grep -i type
HOSTTYPE=powerpc
MACHTYPE=powerpc-apple-darwin8.0
OSTYPE=darwin8.0
2 years ago
uname -a
Darwin computer.local 8.9.2 Darwin Kernel Version 8.9.2: Thu Feb 22 18:08:23 PST 2007; root:xnu-792.19.2~1/RELEASE_I386 i386 i386
machine
i486
set | grep TYPE
HOSTTYPE=powerpc
MACHTYPE=powerpc-apple-darwin8.0
OSTYPE=darwin8.0
So nowhere is there any mention of x86-64. that really throws a spanner in the works for porting 64b apps.