Viewing profile — rtaycher
rtaycher
HN member- Joined
- Fri, Feb 18, 2011, 6:07 AM UTC
- HN karma
- 56
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About rtaycher
No profile information was provided.
Recent public activity
-
comment
Comment #2525455
I think thats just to warn vista/7 users that it doesn't effect them.
-
comment
Comment #2523530
I believe the .net versions of both scala and clojure are rarely used and not a main focus.
-
comment
Comment #2513008
"And people are fleeing Java in droves. " -evidence needed.
-
comment
Comment #2512969
"Tablets are a much more useable form factor in classrooms, etc." why?
-
comment
Comment #2500528
Java/C# are different in that they compile to a bytecode which is like vm assembly its also not meant as a high level programming language(note that this isn't always compiled to a…
-
comment
Comment #2500516
"Converting programming languages really doesn't serve any purpose whatsoever" Compilers are useful. This probably won't reach production quality but that doesn't mean it couldn't …
-
comment
Comment #2492769
Try http://www.eclipsecolorthemes.org/ (note I used it with cdt and had trouble with dark color themes making some elements nearly invisible) but other then that its sorta nice
-
comment
Comment #2484294
Something that legally prohibits this falls outside the definition of open source. Dual licensing with part of it not available as open source can fulfill your need although many i…
-
comment
Comment #2484089
Doesn't happen except by all the time by primarily open source companies.
-
comment
Comment #2479358
I think this is what android does, isn't it. Although android doesn't use x.
-
comment
Comment #2476642
reference counting is slower* then other forms of gc. My guess why its fairly fast in c++ has a lot to do whith how much you can avoid it by allocating things on the stack(of cours…
-
comment
Comment #2476635
I thought the key was not managing mutable state. Sharing lots of immutable data can probably shave a lot of performance over ipc.
-
comment
Comment #2470379
and opera and a few open source web browsers nobody uses.
-
comment
Comment #2469866
As compared to ? Python is very popular.
-
comment
Comment #2465307
It doesn't work quite the same way but krunner is also quite nice.
-
comment
Comment #2465210
You could do something ala n900.
-
comment
Comment #2456186
I believe smalltalk block are BlockClosure objects that can be passed around like any other parameter.
-
comment
Comment #2449624
jobs? especially in the computer industry.
-
comment
Comment #2449617
Not for us ex-nokia fans.
-
comment
Comment #2449604
I think you are greatly understimate how great less relevant ads are. Much less data/less identifying data gathered -> slightly less relevant ads and a huge win fore everyone. Not …
-
comment
Comment #2446184
I thought 2.6 was suppose to be the stable release.
-
comment
Comment #2436354
Is there a similar one for linux?
-
comment
Comment #2428975
Yes but some of the examples of obj-c I've seen look ridiculously wordy compared with the smalltalk equivalents (even if you ignore op overloading). (setObject: forKey:) vs (at: pu…
-
comment
Comment #2410001
Am I the only one who doubts a lot of the magical usability of touch interfaces?
-
comment
Comment #2409759
I was thinking he was talking about (mostly?) immutable data structures.