back
user profile

rbanffy

194,607karma·63,760submissions·March 12, 2008
about
Seasoned software developer, proficient in Python, Java. Less proficient in Ruby and Lisp. A bit rusty in C and C++. Learning Erlang very slowly. Also a computer collector and restorer, lover of 8-bit computers, mainframes and interesting Unix workstations.

email: username at that google mail thing

http://about.me/rbanffy

https://linkedin.com/in/ricardobanffy

[ my public key: https://keybase.io/rbanffy; my proof: https://keybase.io/rbanffy/sigs/HtF1uAf_RNpwIkNP1-YGWP_-3doWV6S5Cc1KywXeLYo ]

recent activity (63,760 total)
comment
What would impress me would be a 2x gain in a 2 core machine, specially in threads that neither depend on each other nor share any data. Anyway, as a Zope/Plone consultant, I would be delighted to see…
18y ago·view thread
comment
Basing it on another OS would negate one of the key aspects of their strategy - making it difficult to migrate software from their OS. Microsoft only wins if its body of software is Windows-specific a…
18y ago·view thread
comment
It's also true that the failure of Java is that it cannot express a mis-initialized pointer. A good programmer has to know both high-level and low-level stuff. And also has to be able to understand or…
18y ago·view thread
comment
I once proposed our team all had brain-scans to put them as our portraits in the "about us" part of the site.
18y ago·view thread
comment
"We've got to stop dumping the used ones and zeros into the oceans! It's melting the ice caps!" Really, it's the ones. It's a well known fact ones have more energy than zeros. We should right now star…
18y ago·view thread
comment
OTOH, if you were brainwashed into believing another group was brainwashed, you will fight any suggestion the other group was not brainwashed and come up with an unending stream of reasons to believe …
18y ago·view thread
comment
I am not sure I like this use of decorators.
18y ago·view thread
comment
Just to correct you, we make ethanol, not methanol, from sugar cane. By now, it's proven technology: In my whole life I had, perhaps, two cars that ran on gasoline and could not run on ethanol. The ot…
18y ago·view thread
comment
Thanks!
18y ago·view thread
comment
I just happen to love this font: http://www.squareamerica.com/images5/ib73.jpg Nobody seems to get it right ;-)
18y ago·view thread
comment
Nuclear reactors are somewhat too complicated, fragile and have not the most perfect safety track record. If we could develop an efficient technique to directly convert such radiation into electricity…
18y ago·view thread
comment
It's a cookbook!
18y ago·view thread
comment
I just wanted to point out there is a difference between being brave and being fearless. While one has no fear, the other faces it and does not succumb. For all I read from and about him and his strug…
18y ago·view thread
comment
If a kind soul can help, I found a screenshot where it appears. http://osdir.com/screenshots/fedoracore3test2/87.gif
18y ago·view thread
comment
BTW, does anyone here knows what slightly serifed font Red Hat used for their terminal when they introduced the Bluecurve visuals? There are days I want my terminals with a slightly warmer font than a…
18y ago·view thread
comment
Or thet HN is the ultimate Digg. We appear to be entering very dangerous waters.
18y ago·view thread
comment
I miss my days of bare metal programming. I heard those things even have multitasking OSs these days.
18y ago·view thread
comment
Very true. Normalization is nice, but it usually won't improve performance. If it does, you should fire the guy that designed the previous database ;-)
18y ago·view thread
comment
I am speechless. Not because of LISP, but because this history preservation effort really deserves all support we can give them. Unfortunately the mailing list and volunteer forms are 404'ed. The cont…
18y ago·view thread
comment
Well... I miss my 3278 font a lot. I can't find anything that's really close enough. I remember the numbers were slightly taller than letters. I wonder if someone has the original pixel maps floating …
18y ago·view thread
comment
Isn't Digg using Microsoft for their ads? I wouldn't like to be a chair in Redmond now.
18y ago·view thread
comment
that's what I said. "Writing the memory leaks" is, after all, a lot harder in Java (or Python, or Ruby, or Lisp) than in C
18y ago·view thread
comment
I would do that in exchange for some additional funding ;-)
18y ago·view thread
comment
NT could be made really solid and really secure. The main problems here are the deep hooks into the OS that Windows Explorer and Internet Explorer (and all software that requires parts of both to func…
18y ago·view thread
comment
Besides being very old, as heroev well pointed out, this is a quite obvious article. Just like C++ is slower than assembly, which is slower than using microcode, which is slower than coding at the log…
18y ago·view thread
comment
Oops... Hit reply too early. But the above US companies could try to sue US residents for the patent violation.
18y ago·view thread
comment
American companies can try all they want to sue me under US laws. It will be really fun to watch them get squashed by the local legal system reminding them US law has no standing here. BTW, I live in …
18y ago·view thread
comment
The funny thing is that once I considered learning Chinese because, at the time, I was in the middle of a hardware project where we had to deal with motherboard and other component suppliers located i…
18y ago·view thread
comment
Or that (this one is in Ruby): s = 'a' class String def rghize return self + 'rgh' end end puts s.rghize
18y ago·view thread
comment
Try that in Java: class NullReceiver(object): class SimpleCallable(object): def __call__(self, *args): pass def __getattr__(self, name): print 'unhand…
18y ago·view thread