back
user profile
signa11
90,242karma·8,021submissions·April 29, 2008
recent activity (8,021 total)
3 pts
comment
or for more fun try irodov(Problems in general physics). most folks who have done iit would (should ?) already be intimately aware of it :o)
comment
i read this quite sometime (approx 12 years !!!) back: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.7... may give you some general ideas.…
comment
apart from a full fledged cpu, apple might be going for a h/w based encryption/decryption for their iphone (among other things). this would be similar to whatever happens on the blackberry. pa-semi fo…
comment
!HN
comment
alan-kay: "how could you have possibly done the first interactive-graphics, the first non-procedural programming language, first object-oriented software-system all in 1 year" ? ivan-s: "i didn't know…
comment
perhaps this has more to do with recognizing mobile devices as the next big thing (tm), and providing a seamless experience on both mobile and desktops ?
comment
for a different perspective: http://www.devx.com/SpecialReports/Article/38813/1954?pf=tru...
comment
well, if you got free for free (bad pun, sorry), would you still be using vanilla malloc ?
comment
that saves you from the "free" tax. the "malloc" tax is still there...
comment
> This seems to apply to just C++ actually. why ? you can just as well create a cache of objects of a given type from within C, and use that for allocation/deallocation...
comment
problem with reusing syntax from another (more familiar language) (imho) is that some fundamental/ubiquitous features e.g. pattern matching which permeates almost everything in erlang, are pretty hard…
comment
why not use water for cooling ? if the skin is porus (not clear from the article) it can possibly be made to appear as sweat, and then it gets replenished in the usual fashion ! please take all of thi…
comment
not really true. what would you say about git ? it has no kernel components, no spec (at least not that i am aware of).
comment
this ( http://kerneltrap.org/node/5725 ) is soo much better.
comment
imho, the title of the paper is really great, and that's about it...
comment
my favorite is "...mathematics has no expiration date". it echoes quite well with pg's assertion (on why lisp is not obsolete, in revenge of nerds) "...it was not technology but math, and math doesn't…
comment
this ( http://c2.com/cgi/wiki?JazzProgrammer ) is waay better. imho ofcourse.
comment
reminds me of dr seuss's "green eggs and ham"...
comment
but, can you scale an application without making it reliable ? imho, they are two sides of the same coin.
comment
it has been going on for what, about 200 years now ? just about _any_ government has retained the right to inspect _anything_ that enters it's borders, citizenship notwithstanding. this is nothing new…
comment
paperless office. anyone ?
comment
what about adding some sugar, and having some lemonade...
comment
read samuel-ullman's "youth" http://www.prmvr.otsu.shiga.jp/library/master/SamuelUllman/Y... dunno if lot of folks here have already read it.…
comment
obligatory: http://www.phdcomics.com/comics.php?f=1040
comment
yes.
comment
smith-n-wesson the 'original' point and click interface :o)
comment
indeed. i have used ASN.1 for a bunch of SNMP and GGSN accounting stuff, it is a pita. xdr on the other hand, is a breeze. also, xdr does support variable length fields.