Viewing profile — mr_dbr
mr_dbr
HN member- Joined
- Wed, Sep 09, 2009, 2:18 AM UTC
- HN karma
- 33
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About mr_dbr
No profile information was provided.
Recent public activity
-
comment
Comment #1102028
> We're talking about a traffic spike that is 30-to-1 type ratios. In other words, 30 times more IPv6 traffic is coming out of Google's data centers than before. Given that Google …
-
comment
Comment #1061175
Same thing applies to tutorials which don't mention version numbers and such...
-
comment
Comment #1042519
http://www.macruby.org/ not sure if it's rewritten in ObjC or just integrated-with
-
comment
Comment #1019111
This seems like an absurd, silly idea.. 1) Have any laptops (or MP3 players) actually been used to smuggle explosives onto a plane? 2) Aren't laptops and such searched for explosiv…
-
comment
Comment #944625
It looks fine to me..
-
comment
Comment #918005
Futurama proposes a different reasoning for the inevitably changing human-robot ratio (I couldn't find a clip of it, so.. use your imagination): Fry: Well, so what if I love a robo…
-
comment
Comment #900495
Given that Gemcutter is a relatively new service, my first guess would be the graph is skewed if they switched to gemcutter before other popular Ruby projects (more so if FXRuby is…
-
comment
Comment #887549
http://stackoverflow.com/questions/516406/latex-equivalent-t... lists a bunch of possible options that would be rather trivial to integrate (either a modified version of Markdown, …
-
comment
Comment #882242
The whole sentence regarding an if blocks (lack of) scope seems.. wrong. > .. since y has never been declared in that given scope. I don't quite know how Pythonists handle this, bu…
-
comment
Comment #877544
Good or bad, I'd say Apple are pretty much stuck with ObjC. Cocoa and all the other frameworks OS X uses are written like they are because of the language's syntax. This is demonst…
-
comment
Comment #865579
The git checkout [filename] behaviour always confused me.. Yes, it's documented, but git seems to really try and make it difficult to lose any work.. but has a command that makes i…
-
comment
Comment #863135
I present to you, Ubuntu in D Minor: http://www.mediafire.com/?sharekey=bc9a7de093071754ed24a2875... ...it's not actually in D Minor, but it's certainly Ubuntu (ubuntu-9.04-desktop…
-
comment
Comment #863027
Good point, or you end up with situations like http://news.bbc.co.uk/1/hi/wales/7702913.stm > When officials asked for the Welsh translation of a road sign, they thought the reply …
-
comment
Comment #861950
It'd also be nice if the scroll-position was saved when you close the application.. When you reopen the file, it's always back to page 1..
-
comment
Comment #861940
Their plan seems to be, give stuff away for free, charge for more storage. I would have been surprised if they charged for the iPhone application..
-
comment
Comment #859125
When invites are available, perhaps something similar to the GMail Invite Spooler ( http://isnoop.net/gmail/ ) could be created? It would certainly beat the inevitable mass-posting…
-
comment
Comment #839868
Not at all... http://dslrfilm.com/?p=340
-
comment
Comment #839859
They should just switch to Objective-C/Cocoa and that code would be perfectly normal!
-
comment
Comment #836913
http://www.stifflog.com/2007/05/09/erlang-for-the-practical-... Not the best tutorial ever, but I found it helpful.. It describes a fairly simple, but non-trivial task (creating an…
-
comment
Comment #834316
More importantly, why hasn't http://www.thepcspy.com/kittenauth taken off? This is more practical (and cuter) than using brand-logos.. Pictures of kittens and other animals are eas…
-
comment
Comment #825979
The "new web standard" is as obscure as "sw", and has various flaws.. Perhaps the biggest flaw is that the notation does not work for all-upper-case sarcasm, such as "A web standar…
-
comment
Comment #824984
What exactly has Folding@home achieved in the time it's been running (about 8 years now)? It's a nice concept (using idle CPU time to help cure diseases!), but the papers on the F@…
-
comment
Comment #824769
What about something like.. defaults = load_stored_config_to_dict('example.conf') parser.add_option( "-q", "--quiet", action="store_false", dest="verbose", default=defaults['quiet'…
-
comment
Comment #824765
A lot? There's about two lines I'd consider "boiler plate" (three if you count the import) from optparse import OptionParser parser = OptionParser() # initialise parser parser.add_…
-
comment
Comment #817587
It would be nice if this was back-ported to Leopard (so you could use GCD without the application being Snow Leopard only), I wonder how difficult this would be..