Viewing profile — busy_beaver
busy_beaver
HN member- Joined
- Sat, Apr 07, 2007, 4:29 AM UTC
- HN karma
- 23
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About busy_beaver
No profile information was provided.
Recent public activity
-
comment
Comment #21971
Ah, and I see my original post has been modded down to zero, in the classic Digg-style mob rule fashion. I'm outta here.
-
comment
Comment #21836
The gratuitous U.S. bashing in this thread looks exactly like something you'd see on Reddit (more likely, Digg). Not only is it ugly, it's utterly irrelevant to the nominal topic o…
-
comment
Comment #21832
And yet here you are. I'm curious: what made you decide to move to a country with no freedom, bad education and no culture?
-
comment
Comment #21687
"Exactly who is in Guantanamo or the secret CIA prisons, and why?" Well, not you, and not anyone you know. The mere fact that you're comfortable posting this stuff on a public site…
-
comment
Comment #21120
Wow, for $1,000 per year you could just about buy a MacBook and a copy of Parallels, which would let you create a full library of VMs with all the different browsers and operating …
-
comment
Comment #21047
Err... what does doing math have to do with it? If I have a good (human) assistant, I can ask him or her to find me all the Y Combinator articles and it just works. I don't need to…
-
comment
Comment #21042
As a second source (it's sometimes helpful to hear material from more than one perspective), UC Berkeley has some podcasts from a Scheme course which uses SICP: http://webcast.berk…
-
comment
Comment #19961
Tcl/Tk? For the 21st century? Ummm.. okay.
-
comment
Comment #19899
Chicken Scheme compiles to C. It's also directly supported by SWIG, so it's (reasonably) easy to call functions in C DLLs and the like.
-
comment
Comment #19853
Someone mentioned below that it's working on Reddit. I just looked at their feed, and it looks like they are indeed putting the comments link inside "description" rather than "comm…
-
comment
Comment #19852
Feedvalidator finds a couple of problems, but I'm not sure that they're related. http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fnews.ycombinator.com%2Frss Maybe try generating…
-
comment
Comment #19769
"I bet most people who use/used PHP got there because it was popular" This is fairly accurate, but not quite the whole story. Ascribing PHP's success to "popularity" makes it sound…
-
comment
Comment #19232
Thanks, but I'm looking for instructions for going the other way. The Wikipedia article (at least the one I found) has good information for sending email to cell phones, but that i…
-
comment
Comment #19215
MacBook (non-pro). I'm poor/cheap, plus I actually prefer a smaller form-factor for notebooks; I have full-sized external monitors at both home and work, so the smaller display is …
-
comment
Comment #19170
Does anyone know of a reference list for sending from SMS to email on various carriers/platforms? There are all kinds of resources for sending email to SMS (generally involving sen…
-
comment
Comment #17602
"This is a BUG, not a feature." That's the way BitTorrent is supposed to work, by definition. If it didn't, the client would soon be banned for leeching. If you don't want this to …
-
comment
Comment #17320
MacOS is a nice Unix in its own right, and if you really need to have Linux, it runs fine under Parallels. I've got Windows XP, Ubuntu, and the One Laptop Per Child project images …
-
comment
Comment #16629
I've often wondered how much of the explosion in web creativity can be attributed to the transparency of HTML -- you can "view source" any page and find out exactly how the designe…
-
comment
Comment #16628
While Textmate is indeed the shizzle, this app isn't really playing in the same space. Textmate is a code editor (and a very nice one). Coda is a web design tool, like Dreamweaver …
-
comment
Comment #16229
Netscape, YouTube and PayPal (among others) came out of UIUC.
-
comment
Comment #15835
This guy wrote a basic continuation-based web server in Chicken Scheme (which compiles to C). Might be worth a look... http://www.double.co.nz/scheme/modal-web-server.html
-
comment
Comment #15682
"IT's rise to prominence as a core competence that delivers competitive advantage" Stopped reading here. Sorry. :-)
-
comment
Comment #14799
Hmm... if A players hire A players, B players hire C players, and C players hire losers, how could B players ever get hired? Do the people who think up these simplistic axioms ever…
-
comment
Comment #14054
"Compare that to Ruby, where you can't even get a specification of the current state of the language for free." Err.... http://www.ruby-doc.org/ "What do you use for Ruby on Rails?…
-
comment
Comment #12821
If Scheme will do, Chicken, Bigloo, and Gambit all compile to C code as an intermediate step (which you then run through gcc or whatever to generate the binary). Bigloo will also g…