Did anybody solve this?
1.61803398874.com
Did anybody solve this?
1–10 of 26 posts
Re: Did anybody solve this?
#2Re: Did anybody solve this?
#3Re: Did anybody solve this?
#4Re: Did anybody solve this?
#5Re: Did anybody solve this?
#6Re: Did anybody solve this?
#7Also, did anyone solve their "canine challenge"? It seems to me that what they're asking for is "tee FILE... > /dev/null", but maybe I'm missing something?
Perhaps the real challenge here is sticking with the team that produces incredible qunatities of code, as they put it, and will rather re-implement tee than find it. I wonder if they implemented own virtual memory with on-demand paging yet ;-)
Re: Did anybody solve this?
#8(Or do some social engineering and figure out which db company has a 9 letter name.)
Re: Did anybody solve this?
#9The answer is rethingdb. Apparently an ad for rethinkdb.com:
>>> print "".join((chr((ord(x)-int(y)-ord("a"))%26+ord("a")) for x,y in zip("xfbhlqtlj","61803398874")))
rethinkdbRe: Did anybody solve this?
#10Also, did anyone solve their "canine challenge"? It seems to me that what they're asking for is "tee FILE... > /dev/null", but maybe I'm missing something?
The only problem with `tee' is that it's hard to find it unless you know where to look -- took me some 2 years. Perhaps the real challenge here is sticking with the team that produces incredible qunatities of code , as they put it, and will rather re-implement tee than find it. I wonder if they implemented own virtual memory with on-demand paging yet ;-)
Given that their core business is data-stores that take full advantage of emerging storage technologies (such as flash), this seems like pretty relevant question.