charrington | 4 years ago | on: Ask HN: What is your spiritual practice?
charrington's comments
charrington | 4 years ago | on: Never Gonna Give You Up by Rick Astley reaches one billion views [video]
charrington | 6 years ago | on: The 'Undertaker of Silicon Valley' Stays Busy as Startups Lay Off Thousands
The wind-down cost was very small in comparison to the price Oracle paid.
charrington | 6 years ago | on: The 'Undertaker of Silicon Valley' Stays Busy as Startups Lay Off Thousands
All the engineers went to work for Oracle and were given large incentives to stay for 2 years. Most stayed and got their incentive payouts, though they all eventually left later on. I think the longest tenure at Oracle there ~8 years.
charrington | 6 years ago | on: The 'Undertaker of Silicon Valley' Stays Busy as Startups Lay Off Thousands
That left us needing to wind down the DataScaler corporate entity. This is a fairly technical process and not something you do casually. We hired Sherwood Partners to do the wind down. They filed the appropriate paperwork with Delaware and California, since we were a Delaware C corp based in Cupertino. They stored our corporate files (lots of paper back then) in their warehouse for 7 years in case of any litigation, tax disputes, etc. The offered to connect us with a liquidator to sell off our desks, chairs, phones, etc. They don't actually do the liquidation themselves. Perhaps most importantly, they were legally the "Stockholder Representative" and ensured that the stockholders were properly taken care of, etc.
We used Sherwood exclusively for the corporate wind-down part, as we already had a buyer. They also can help companies find buyers and they have lots of contacts in the valley.
I am happy to answer questions if anyone has any.
charrington | 6 years ago | on: The Octo-Bouncer
charrington | 8 years ago | on: Clojure 1.9 is now available
charrington | 12 years ago | on: Level3 is without peer, now what to do?
charrington | 15 years ago | on: Rainbird: The Way Twitter Counts Tweets In Realtime (Soon To Be Open Sourced)
charrington | 15 years ago | on: WePay just built a new feature inspired by and for redditors
charrington | 15 years ago | on: A Fun Developer Interview Question
charrington | 15 years ago | on: How I Ended Up Sleeping on Mike Arrington's Couch
charrington | 15 years ago | on: DIY: Cheap, ultra low-power radios that communicate over thousands of miles
charrington | 16 years ago | on: Ask HN: Hacker Hobbies?
charrington | 16 years ago | on: Oscilloscope
Ad-hominem attacks are not the kind of thing Hacker News is about. Please keep that in mind.
charrington | 16 years ago | on: Ask HN: Best code editor?
I found the Emacs Starter Kit (http://github.com/technomancy/emacs-starter-kit/tree/master) and the Meet Emacs Peepcode Screencast (http://peepcode.com/products/meet-emacs) to be awesome. After a couple hours of working through the screencast, I was a 5x better Emacs user than I had been after 2+ years of Aquamacs use. You have to "get" Emacs and Aquamacs doesn't force you to do that. The $9 for the Peepcode screencast was the best money I've spent in a long time.
charrington | 16 years ago | on: A to Z of programming languages: Clojure
Pluses so far: + Concise code; no ceremony. + Best concurrency paradigm I've seen. This is huge to me. + Effortless integration w/ Java libraries.
Cons so far: - Not the most readable language. Reminds me more of Perl than Python. Newbies like me take a while to figure out all the sigils. - Making Clojure code run fast is non-trivial. Often a speedup-focused rewrite produces code that is much more obscure than the original.
My opinion may change over time, but those are my thoughts currently. I am really enjoying Clojure.
charrington | 16 years ago | on: How Steve Jobs validates the Customer Development model.
charrington | 16 years ago | on: AT&T Is A Big, Steaming Heap Of Failure
charrington | 16 years ago | on: Ask HN: What programming language are you currently learning?