kleevr | 13 years ago | on: New Programming Jargon
kleevr's comments
kleevr | 14 years ago | on: GoDaddy SSL Cert Scam
I may have said it elsewhere, but I'm a big fan of DirectNIC even though they are double GoDaddy's price. There interfaces are really clean, and any time I've transferred or sold a domain it has been an absolute breeze. And back in the day, when all the major registrars were shutting down their web-based WHOIS tools (NetSol et al), DirectNIC always kept their WHOIS tool open which always bought them a lot of good will in my book. (I wasn't aware of command line tools like 'whois' and 'nslookup' yet...)
kleevr | 14 years ago | on: Goodbye Basecamp, This Is The End
kleevr | 15 years ago | on: Boot a linux kernel right inside your browser.
kleevr | 15 years ago | on: I don't learn anything on HN anymore, bring back the upvote count
kleevr | 15 years ago | on: IBM's infamous "Black Team"
I didn't know Safari had a "Reader" button (I usually stick to FF/Chrome), out of curiosity do you know who implemented the idea first?
kleevr | 15 years ago | on: What is the single most influential book every programmer should read?
kleevr | 15 years ago | on: 1 bitcoin worth more than dollar
kleevr | 15 years ago | on: Steve Pavlina: 30 days since I quit Facebook
kleevr | 15 years ago | on: Some fun mathematical puzzles
For small values of X < 10
11X = X+X, 2X always even
For slightly larger values of X, where 11X < 200
11x10 = 110, (starts out even)
11x11 = 121, (both of the first two digits increment by one, flipping even or odd ... in unison)
11x18 = 198, (only two signs will flip until we increment the 100s place, when that happens we will reverse three signs instead of two)
11x19 = 209, (now, three instead of two flip, and our sum comes up odd for the first time, 2+0+9=11)
kleevr | 15 years ago | on: Two weeks with Vim
kleevr | 15 years ago | on: Diaspora Developer Release
* I say this because every time I've tried to describe it verbally, I always end up saying something like 'disapora' and making a hand-wavey gesture in a direction "away" from 'facebook'
kleevr | 15 years ago | on: Are your pants lying to you? An investigation
kleevr | 15 years ago | on: Are your pants lying to you? An investigation
kleevr | 15 years ago | on: Conde Nast refuses to run Prop 19 ads on reddit
[1] http://en.wikipedia.org/wiki/AACS_encryption_key_controversy...
kleevr | 15 years ago | on: Ask HN: Best Philosophical Books?
Come on, it's 777 pages for a reason! :)
When I realized the page count (purposefully) included the index I was quite tickled. So many gems, little and large...
kleevr | 15 years ago | on: Where does a tree get its mass? Richard Feynman explains.
kleevr | 15 years ago | on: Ask HN: What were your naivetés in your twenties?
Spend two pence less than you make and you'll be content, maybe even happy. Spend two pence more than you make and you'll be miserable.
kleevr | 16 years ago | on: Tell HN: my hack to beat insomnia
(Also, recently I had only been awake 8h that "day", but needed to get to sleep "early" in order to get a full 8h of sleep before a client meeting the next morning. So, I made Mac&Cheese with an entire stick of butter (~1500cal + 90g fat). This seemed to slow my heart down and put me out like a light. Though this method has obvious health implications, I'd be lying if I said it didn't work like a charm... that one time.)
kleevr | 16 years ago | on: This link says it's from YouTube but it's not
Yahoo's http server at that time used to take redirect URLs in this format: "http://yahoo/url/*http://exiturl/. They were using these URLs on all search results, I'm guessing to track click-throughs to improve rankings. So I set up a script on our site to load an image using this format with the img src in the exit-url, and for the yahoo-url and we would round robin 'client' links though. Essentially spoofing legitimate search&clicks on yahoo from unique IPs from our site visitors. Over the next two weeks all our sites started bubbling up in the results. This worked for about a month before Yahoo changed something (I'd guess they started validating the http-referrer or the exit-url), and it all stopped working.
But, for that brief window of time when it was working, I was the king of the high fives.
(FWIW, I don't do SEO work of any kind anymore, and I certainly don't advocate 'blackhat seo'.)