Hacker Newsnew | past | comments | ask | show | jobs | submit | 5avage's commentslogin

It's worth pointing out that they count the datacenter and support costs for their free accounts under Sales and Marketing.


I'd love to see the accounting on that (see it; not do it). It makes sense since they're not customers and free accounts are part of their lead-gen strategy. Good pick-up.


I think most people imagine these things buzzing around at treetop level but there's no reason not to go up a bit higher, just below aviation floors (500 feet in US I think). As long as it was at altitude a simple parachute could save it from a majority of (bad) crashes. It would only need a vertical "tunnel" to safely descend/ascend within.


Does "e-commerce" even qualify as "tech" anymore? Seems to me in 2013 there's nothing special about most e-commerce technology; it's more commerce/retail, and I'd opine that's why the tech press ignores it for the most part.


In that case, does Snapchat qualify in any way whatsoever? There are at least some technologically-interesting challenges in building large scale e-commerce, but there's nothing special about limited-functionality mobile app technology, in 2013 everyone knows how to do that and it's just more about socialization habits than technology.


Where do you get the energy to heat the soil?


It's nuclear. You can read about it here: http://en.wikipedia.org/wiki/Curiosity_(rover)#Specification...

SAM (Sample Analysis at Mars) then uses this energy to heat the soil and analyze it. I recommend everyone to read about the SAM, it's a fascinating instrument. Arguably the most complicated instrument we've (humans) ever built.

(If you're curious about the SAM, read this article: http://www.planetary.org/blogs/emily-lakdawalla/2012/curiosi...)



Solar, or potentially nuclear.


That's great as long as you're using something with efficient random-access (SQL). If your datastore/back-end is btree-based, however (say, CouchDB for example, or Google search results) you're better off with 'next', 'prev', 'first', etc. pagination. Asking for the 50,000th record means skipping the first 49,999! So, you may be painting your back-end into a corner by counting on random-access being an efficient operation.


The header's ranges-specifier doesn't specify a syntax, so you can use a docid-based pager just as easily.


We're working with a HATEOAS API on our current project. One area it really shines is in pagination. The API abstracts away both a MySQL and a CouchDB database. When paginating through SQL, the "next" and "prev" links are simply setting skip and limit parameters, but in Couch they're supplying keys and documents (because "skipping" 10,000 records in a b-tree is a really bad idea). The application no longer is exposed to implementation details; it simply follows the links.

Plus, when you can "surf" your API by following links in JSON documents, you start to twig how it's a pretty powerful thing. It takes client developers about a day to get over the strange feeling they get yielding state control to the back-end...


Kinda reminds me of Dr. Theopolis... anyone remember him?


Yo dawg, I heard you like NoSQL but missed yo SQL so I made UnQL for yo NoSQL.


Eminem, is that you?


The Esteban one?

"I don't always write Linux Kernels"

"But when I do, it's in browser hosted Javascript"


The "yo dawg".


or the INCEPTION for that matter :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: