Lunch Shoppe
Manic, odd, and slightly tipsy. It's Abhi!
Tachymeter
Using a tachymeter on a watch. Should be over 10 seconds to be accurate.
- Pick an initial location
- Time till object reaches second location.
- Read tachymeter dial (number) on the rim of the watch.
- The reading should be read of as “the average speed for X to go from point A to B is Y miles/hour” where Y is the the tachymeter dial.
macvim
Equal Div Box Height
Way to make two content div boxes equal height through javascript. CSS hacks suck and this seems the most reasonable solution outside of that…
box1 = document.getElementById('box1');
box2 = document.getElementById('box2');
if(box1.offsetHeight > box2.offsetHeight) {
box2.style.height = box1.offsetHeight + "px";
} else {
box1.style.height = box2.offsetHeight + "px";
}
A City Where You Can’t Hear Yourself Scream - New York Times
I like the pun.
Picalo: Data Analysis and Fraud Detection Toolkit
www.popgive.com: Not Everyone Who Shows Up Is There To Help You
Clinton Facing Narrower Path to Nomination - New York Times
LaTeX for Humanity Papers
Long have I searched for the perfect document management system. That one jewel that would save me from the tortures of managing notes and thoughts side by side with my writing. A tool that’d let me manage many things and be as simple as a text file.
At long last, have I (re)found such a system. Maybe I didn’t get it the first time, maybe I didn’t know it would be so wonderful, but I have (re)discovered LaTeX and I love it!
My OCF Page
I updated my design for my OCF website. I wanted to explore a different approach than my previous design. That is I wanted to get to the core of what I want to do. I want people to come to this blog, I want people to look at my photos, I want people to be able to access my resume, and I want people to email me. That’s it! Four simple things.
I know I could add a lot more, but by keeping it simple I get to the core of what matters.