 Technology is the term we use for things that don't quite work yet.
Category: 'General'
Saturday, April 16th, 2011
Posted in General | No Comments »
-
-
Chili 2010 Earthquake: 8.8
-
-
Haiti 2010 Earthquake: 7.0
-
-
Japan Earthquake 2011: 9.0
-
-
Northridge Earthquake 1994: 6.7
I’ll keep the commentary to a minimum, many already know that Richter isn’t a useful tool to determine total damage, but I thought I would spread the word. Here are some shake intensity maps for various earthquakes. I was particularly interested in the Northridge quake. It caused widespread damage and was very intense, yet rated comparatively low on the Richter scale. Here is an interesting excerpt from the Northridge Earthquake wikipedia page that backs up the maps. “The earthquake had a “strong” moment magnitude of 6.7, but the ground acceleration was one of the highest ever instrumentally recorded in an urban area in North America,[2] measuring 1.7 g (16.7 m/s2)”.
Take a look at the images and for more information the USGS page has an enormous wealth of data on earthquakes including both real-time and historical data. You can even report earthquakes you’ve felt and contribute to the data.
 Safari
Only took 12 months for the keyboard scrolling interrupt bug to finally get what was coming to it. At least 7 geeks world wide rejoice now that they can scroll complex long vertical pages in Safari with their key repeat set to overdrive. Actually, i’m sure a few non-geeks with older machines are probably thinking ‘hmm this seems a little faster’ too.
Either way, I’m glad it’s fixed, it was really annoying me forever.
Update: So it seems to be fixed on both my Mac Intel Mini and my G5 Tower, but oddly still not fixed on my brand new MacbookPro. All I have to say is…REALLY? Really…i mean seriously really?
Watching my G5 scroll faster than my i7 is just disturbing.
Friday, August 6th, 2010
Posted in General | No Comments »

So after my mild disappointment with Apple releasing an uninspired speed bump to the recent MacPro line (no case redesign (it could lose 20lbs), eSATA, 10GigE, FW1600, or even USB3.0), I started doing some research on 10GigE just to see the state of affairs.
Things I learned:
1. What I want is 10GBase-T the standard RJ45 cabling we all love.
2. Cat6 isn’t going to cut it, Cat6a or Cat7 are going to be the only ‘real’ options. I say it like that because under good conditions (short distances, low interference, not in big bundles of cables) Cat6 will work. But, for safety sake, I wouldn’t count on it.
3. Various fiber and copper cables are being used in the interim. CX4 and SFP+ are the common cables in use and are designed for shorter connections. But, they aren’t that interesting unless you’re building a small dedicated cluster and really what I want is something that interoperates in the rest of the GigE world.
4. There are 3 (that I could locate) actual 10GBASE-T switches, most are just gigabit switches with a couple 10GBASE-T uplinks OR are massive datacenter switches. The 3 I did find are too expensive ($11000-19000) for home use, but aren’t out of range for the right small business application.
Arista 7120T-4S
This 24 port swtich is really the best choice if you need ultra low latency (think network computing) and/or raw bandwidth (think editing RAW HD Video). It features 20 auto-negotiating 1/10GBASE-T ports and 4 SFP+ uplinks. Network World tests put the latency at a very stable 800ns! That’s 0.0008ms a.k.a. very, very fast. I would love a low cost 8 port version of something like this. A quick google product search shows you can pick one of these up for ~$13,500.
Dell PowerConnect 8024
Another possibility is the Dell 8024. It has the most configurable port setup (24x SFP+ (10Gb/1Gb) w/4 Combo Ports of 10GBASE-T (10Gb/1Gb/100Mb) or SFP+) and is the lowest cost of the bunch at ~$11,500 (google product search). If you need all 24 ports, or if that extra $2k is going to put you over budget or if you merely need the extra bandwidth 10GigE brings, this is probably your best choice.
Extreme Networks Summit X650-24t
While I’m a big fan of Extreme as the underdog of high performance network switching, unfortunately, as far as I can tell from the datasheet, the ports are 10GBase-T ONLY and aren’t backwards compatible with GigE or slower. This is a bit disappointing as they were a great company to work with back in the Static days when we used their products. On a positive note they performed the best on IGMP multicasting, so if IP multicasting is your thing, this is your switch! $18,709.86 on Amazon :)
Network world did a nice review (although its terrible to navigate) of the bunch and put the Arista on top. Here is the comparison chart for a general overview.
Further reading:
High Performance Made Simple: The 10 Gigabit Ethernet Cluster
Wednesday, July 28th, 2010
Posted in General | No Comments »
 Safari
I mean that pretty much sums it up. I was really hoping 5.01 would fix it, but apparently, no such luck. Basically, if you have your keyboard repeat rate set to anything other than dog slow, Safari starts animating the scroll, then in the middle of starting to animate it sees the next keyboard input and interrupts the first scroll and just gets terrible. Using the mouse is super silky smooth, the arrow controls work albeit a little chunky, but, I suspect it’s merely because the repeat rate is slower.
I’m sure a method is getting reentered and somewhere an if statement is missing or broken… e.g.
if (animating == YES) DON'T INTERRUPT ANIMATION!;
In the video I first use the keyboard arrows, then the pageup/pagedown, then the mouse controls and finally some more keyboard.
Safari 5.0/5.01 Terrible Keyboard Scrolling Video Click HERE
Update: 9/8/10 5.02 did NOT fix the bug…so sad…
Update: 10/18/10 5.03 did NOT fix the bug…sadness continues…
Update: 4/14/10 5.05 DID fix the bug! Rejoicing ensues!!! Thank you Apple!
Monday, September 28th, 2009
Posted in General | No Comments »

So I’m a pretty technical guy and sometimes I know what I want to do, but I have no idea how to do it with the latest version of whatever operating system I’m using. Typically these days thats usually a Linux flavor of some sort. I use it for my web-server, my file server and a few other things, but typically I set it up leave it and don’t touch it for a year or so. So instead of having to troll through man pages every time I want to do something, I started to keep a list of not-frequently used commands that I always seem to forget. So this is sort of an anti-FAQ for Linux. I mean if they were frequent, i wouldn’t forget!
Scan for viruses manually with clamscan – Most of this is excluding the test directories and system devices.
clamscan -ir –exclude=/sys/ –exclude=/usr/share/doc/clamav-0.95.1/test/ /
Firewall aka. IPTables
Block IP address – * for a range
iptables -I INPUT -s 192.168.0.* -j DROP
List IP’s instead of RDNS
iptables –list -n
Delete the 3rd rule
iptables -D INPUT 3
Remove file with crazy name – Ever mange to munge a filename so bad rm won’t remove it?
ls -il
find . -inum 124043383 -exec rm -i {} \;
Hard disk tweaking – not sure how much this helps but it helped me.
cd /sys/block/sda/queue/iosched/
echo 1000 > write_expire
echo 0 > slice_idle
hdparm -Tt /dev/sda
SMART Hard Disk Check- run smart report if you have a Highpoint controller that supports it. Remember to run a periodic short/long test. I’ve found the basic report is often inadequate.
smartctl -a -d hpt,1/1 /dev/sda
Yum locate dependency- some package failing because it needs some dependency? This was a real lifesaver.
yum whatprovides yourlibraryhere
Did something before but forgot? grep the .bash_history file, it seems to keep everything from the beginning of time.
iptraf traffic statistics- need to know traffic flow on your machine right now? Yeah you could do some sort of netstat command but I can never figure it out on the local platform (its “netstat -I en0 -w 1″ on OS X).
This app will give you all sorts of useful live statstics on your ethernet connections.
Next time – SELinux – all you need to know to setup your apache/php/centos webserver.
P.S. Any useful commands you use that you think might be helpful? Leave a comment :)
Wednesday, September 16th, 2009
Posted in General, Internet, Technology | No Comments »
So I’ve been busy updating my programming skills by learning and creating an app for the iPhone. So I’ve not had a lot of time to actually post anything for awhile. But, I have started using del.icio.us as a way to post some interesting links that I don’t have the time to write about or post here…I was thinking of using the ‘press this’ thing here, but, that’s just going to create a bunch of posts and I’d prefer to keep some sort of quality standards.
So for fun random links I find interesting…
http://delicious.com/jriskin
 Tineye.com I almost didn’t want to share this site with others because it’s so great! I’ve been using it since the early beta and it went public sometime earlier this year. Tineye is a ‘reverse’ image search. So you feed it an image and then it finds that image on other sites. But, its even better, it will still work if the image is cropped, sized etc… I’ll let them describe it…
TinEye is a reverse image search engine. You can submit an image to TinEye to find out where it came from, how it is being used, if modified versions of the image exist, or to find higher resolution versions. TinEye is the first image search engine on the web to use image identification technology rather than keywords, metadata or watermarks.
They have indexed over 1billion images and I’m sure that number is going to grow rapidly.
Example: Here is an image of britney and all the other possible sources.
Uses:
Identification: Can’t figure out who someone is? Often with a few links to other areas, their name will be mentioned, or in the file name, or in the other images.
Validation: Is someone seem too good to be true on that dating site? Suspec that myspace profile is fake?
Copyright: Is someone using your image?
Quality: Need a larger source image for your wallpaper, print project, or artwork? Maybe you just want to see a larger/cleaner image from some blog post that has been reblogged so many times all you can see is the thumbnail.
Go check it out, it’s one of my favorite new sites of 2009.
 MP3 Player? With hacked macro lens.
Over the years I’ve considered developing quite a few fun and interesting cell phone applications. Unfortunately, after developing some software to test and trying a dozen different cell phones some inherent physical limitations proved too large to overcome.
Most cell phones while having adequate resolution, are fixed focus lenses that can only focus about 2 feet away and farther. Much closer than that and the images become a fuzzy mess!
This totally destroys any hopes of some of the cool applications that can be made by barcode scanning products (e.g. price checks, order online) and scanning text (e.g business cards, subscription cards).
Imagine you walk in to a store in the mall and see something you like, but you’re not sure about the price. You scan it, and you phone opens google maps with all the nearby locations that have that product and the prices they charge. Things like this would be possible with the addition of a tiny bit of extra optical help…
Someday…
Thursday, April 23rd, 2009
Posted in General, Hack | No Comments »


 Zoomed in you can see the half tone patterns.
So full reinstall on the server, there were some broken things and wordpress got hacked (yet again) but I think we have it secure for the moment. Meanwhile I made some new business cards and wanted to share.
My friend Jonah had mentioned to me he used Gotprint.comto make some business cards and the quality was pretty decent. Having seen ‘digital’ printing in the past (I have a DTP background) I was a little skeptical, but realized it has been 6-7 years since I’ve tried anything and it has to be better right?
The answer is YES!
The Gotprint.com cards I had made for a paltry $20 are pretty decent! If I were to review them overall they would get the following grades:
A • Convenience
A • Price
A • Cardstock quality
B • Printing quality
B • Diecut quality
B • Speed (unless you pay extra)
Here are some samples from past cards I’ve made. Including some expensive high quality offset cards from around 2000, some medium quality offset (same year), an inkjet print from home and the Gotprint.com cards.
The high quality offset wins hands down, but they are expensive and take a lot more effort to find the right printer. The regular offset are still a hair better than the digital print in line quality but in absolute resolution the digitals are slightly better. So halftones will be smoother but the white lines are a little less solid. The inkjet has a great continuous tone look, but it sacrifices resolution as the same bleed that allows the smooth tones blurs out the sharp edges. I included it merely for comparison the paper quality can’t compare to real cards and cutting them also is an issue.
Wednesday, December 17th, 2008
Posted in Computer, General, Macintosh | 1 Comment »
 10.4-10.5.6 Updates Graph
You might want to hold off on the unless you’re already experiencing problems like some new MBP users are. My latest not-so-scientific numbers show its a risky bet.
Check out my older post on the topic…
The graph is basically the number of positive to negative comments made on MacRumors.com.
 10.5.6 Update
|
|