-
Recent Posts
- Installing gitolite on a Mac
- Resetting the iPhone
- Your Time is Limited
- Into Your Light
- Get PyDev Eclipse to Find zmq
- OS X, Apache, Tomcat, and mod_jk
- git Over A Non-Standard ssh Port
- Installing git on CentOS
- How to Reveal Hidden Files and Folders in a Mac OS X File Dialog
- Cleaning Up Jammed Subversion Transactions
- DHCP Lease Time Optimization
- Human Life Value
Categories
- Arts (18)
- Computer (80)
- Mac (19)
- Programming (18)
- Robotics (1)
- SysAdmin (48)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (19)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Tags
ユーター 日本語 amateur Amateur Radio apache centos centos 5 config configuration cooking curry delphi Dutch Oven dutch oven cooking fear git ham ham radio how to independence install Japanese linux Mac mac os x Music os x photography potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah vmware windows wordpress Zimbra
Category Archives: Programming
Get PyDev Eclipse to Find zmq
If correctly installed, Python on the OS X has no trouble finding the ØMQ Python bindings. However, the Eclipse PyDev by default will not locate the zmq library within the Eclipse IDE. Therefore, if you include the following in your … Continue reading
Posted in Programming
Tagged Eclipse, fix, PyDev, solution, unresolved import, zeromq, zmq, ØMQ
Leave a comment
git Over A Non-Standard ssh Port
git speaks ssh over the standard port 22 out of the box, and flawlessly. For example: git clone git@hostname:repository_name There are a fair number of installations running ssh on non-standard ports, however, and the above method doesn’t directly support a … Continue reading
Eliminating Multi-Threading Headaches
I first touched parallel processing as an undergrad. I was selected to for a summer research program that tackled different aspects of parallel processing using transputers. They broke us into teams and I was put on the parallel debugging team. … Continue reading
Posted in Programming
Leave a comment
Overriding DNS for Testing
Once in a while it’s handy to override DNS and associate a host name with a different IP address. Continue reading
Posted in Programming
Tagged change, dns, host, host name, name, override, temporary
Leave a comment
Sign of an Immature Programmer
There are stages of development that people seem to go through as a programmer. Continue reading
Posted in Programming
Tagged management, mature, programmer, Programming, project management, revision control, version control
2 Comments
看板 (Kanban) and Agile Software Development
Agile software development is an evolutionary practice rather than a process (implementation). An 2009 article Kanban Development Oversimplified has a nice overview of adapting 看板 (kanban) ideas into the development cycle.
ØMQ (ZeroMQ) and a Bit of Philosophy
While watching the SLLUG May presentation on SALT by Thomas S. Hatch, I was intrigued by his reference to ØMQ (ZeroMQ). This is a fascinating “intelligent” networking library, but some of the philosophy I found interesting. In the guide it … Continue reading
Posted in Programming, Uncategorized
Tagged 0mq, interconnectivity, software, zeromq
Leave a comment
Validating e-Mails: You’re Doing It Wrong
Everything you knew about e-mail validation is wrong. Continue reading
Posted in Programming
Tagged e-mail, email, mail, regex, regular expression, validation
Leave a comment
Quickly Scrambling a File (unsort)
A method for randomizing the order of lines in a file. Continue reading
Ignoring Files in Subversion from the Command Line
How to edit the subversion ignore list from the command line.
Continue reading