Rich Hickey, author of Clojure.
He's right. Except that state that can be updated from multiple places in an unfathomable way is far more painful to debug than spaghetti code that's all on page.
Coffee | Coding | Computers | Church | What does it all mean?
Rich Hickey, author of Clojure.
He's right. Except that state that can be updated from multiple places in an unfathomable way is far more painful to debug than spaghetti code that's all on page.
If you've downloaded bootcamp drivers for Macs to run Windows 7 or 8, but still have problems, here's my summary of the main issues and solutions I know of:
Folx by Eltima, who have been doing Mac software for years |
iGetter has been working well for a decade |
http://apple.vo.llnwd.net/ |
http://swcdn.apple.com.akadns.net/ |
http://95.140.227.134/ |
I reduced it to a script:
#!/bin/bash # Build the mod_jk apache tomcat connector from src tarball and install it # set -x srcball=$1 if [ -z "$srcball" ]; then echo The source tarball was not given - expected something like \"tomcat-connectors-versionxxx-src\" to be passed as parameter exit 1 fi pushd /tmp curl http://mirror.rmg.io/apache//tomcat/tomcat-connectors/jk/$srcball.tar.gz -O if [ ! -f /tmp/$srcball.tar.gz ] then echo $srcball.tar.gz not found in /tmp/. Couldn\'t build mod_jk exit 2 fi tar xvf $srcball.tar.gz cd $srcball/native ./configure --with-apxs=/usr/sbin/apxs make cp ./apache-2.0/mod_jk.so /etc/httpd/modules/ popd
Sadly, the page whence I got my info has shuffled off its mortal coil and departed this interweb.
For years I have shunned Apple's OS X Spaces as useless. I was excited about them for a good 2 minutes, which is how long it took to find out that if I had 2 spaces open, and I opened a browser in the 2nd space, then it flipped back to the 1st space. Completely not the point of having Spaces.
Until today. I found this setting in Mission Control:
So I un-ticked it. Perfect. Now I can have a space for work, a space for homework, with browser and mail and other windows open in each space, and it no longer flips between them except I want it to.