Pages
Categories
Archives
Tags
- adirondack cuisine
- apache
- beef
- C
- CAPTCHA
- CAPTCHA-cracking
- catalyst
- cheese
- chicken
- chinese
- cloud computing
- compile problems
- concert
- copyfs
- curry
- fruit
- fusion
- Gimp
- grill
- hot
- indian
- italian
- japanese cuisine
- Linux
- mexican
- mod_perl
- mongo
- myspace
- nortel
- openqrm
- peppers
- Perl
- rice
- Ruby
- slow cooker
- social networking
- source
- stupid
- template toolkit
- tenderloin filet
- thai
- veggies
- wine
Category Archives: Architecture
Build A Moat
Your app is falling down because it’s been Slashdotted. Your database can’t handle the query surge. Your app is highly dynamic so tossing up a static front-page, using Akamai, etc. isn’t viable. How can you handle 30kviews/s? You have a … Continue reading
Posted in Architecture, Linuxy, Work
Leave a comment
Beating CAPTCHA-Crackers
Everyone is in this arms-race. Those who make CAPTCHAs, and those who want to crack them. The solution for the former is simple: Animate them. I’m not talking about making a 6-frame looping GIF, whereby the cracker can steal a … Continue reading
EXT4, AKA "Watching M@ Wrestle His Demons"
As someone with a history in filesystems, I have kept abreast of the EXT4 developments, most recently, an interview with Eric Sandeen on the topic, from an RH/Fedora angle. EXT4 will have lots of features new to EXT3 (as well … Continue reading
Posted in Architecture, Linuxy
Leave a comment
Back to Billboarding
Billboarding used to be the way to share groups of read-heavy bit or small-byte data across numerous processes or systems. The concept was simple: Have a file with a bunch of zeros in it, and on occasion change one of … Continue reading
Posted in Architecture, Linuxy
Leave a comment
CopyFS is now even cooler
[UPDATE: There is a newer version of CopyFS available] Some backstory: I used to write a LOT of code in the C programming language. I used to be actively involved in numerous open-source programs that used C. Hell, I even … Continue reading