Viewing profile — mrfabbri
mrfabbri
HN member- Joined
- Wed, Feb 04, 2009, 5:12 PM UTC
- HN karma
- 21
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mrfabbri
Recent public activity
- story
-
comment
Comment #8601662
1750 lines of fascinating C [encompassing an garbage collector and user-level implementations of user-defined types and structures, single-dispatch object-oriented "messaging", and…
-
comment
Comment #8600910
Another interesting book on implementing Lisp (from a C perspective) is http://www.buildyourownlisp.com/ . Also, Lithp from fogus http://fogus.me/fun/lithp/ is a nice and brief exp…
-
comment
Comment #8289533
"It's Satoshi all the way down"
-
comment
Comment #8167287
Another option could be transmission daemon web ui (forwarded over ssh)
- story
- story
- story
-
comment
Comment #2596264
Yep, you learn little by "writing code", you learn a lot by developing an ass kicking product/service in a very constrained environment, working with great people and pushing yours…
-
comment
Comment #2277585
The code above doesn't provide a Singleton implementation, you can test it by using the expression mySingleton() == mySingleton() which should evaluate to true, while it evaluates …
-
comment
Comment #2147294
he definitely meant Rhino, as in Rhino on Rails http://steve-yegge.blogspot.com/2007/06/rhino-on-rails.html
-
comment
Comment #2146879
for what concerns capital letters, from the essay I cited before [ http://doc.cat-v.org/bell_labs/pikestyle ]: "I eschew embedded capital letters in names; to my prose-oriented eye…
-
comment
Comment #2143815
It reminds me of Rob Pike's "Notes on Programming in C", where Pike takes frequency into account as guideline, i.e. "A global variable rarely used may deserve a long name, maxphysa…
- story
-
comment
Comment #2085815
- E-mail/calendar/docs: Google Apps standard edition - Hosting: DreamHost - Analytics: Google Analytics - Project management: Email (lots of), Google Spreadsheets - File-sharing: W…
-
comment
Comment #1553958
This mirrors my macbook setup [which I enjoy pretty much] with the external monitor: [mouse][keyobard][macbook trackpad] :-)
-
comment
Comment #1485389
It's a "weak AI" approach http://en.wikipedia.org/wiki/Weak_AI (i.e. demonstrate intelligence) but it's definitely fair to call this an AI library. Subsumption architecture http://…
-
comment
Comment #1113169
Accessing http://m.google.com/app/buzz from an iPhone works whether or not you see the buzz label in gmail. You can use Firefox with the "User-Agent Switcher" add-on set on iPhone …
- story