Live data from Hacker News

Viewing profile — rtaycher

rtaycher

HN member
Joined
Fri, Feb 18, 2011, 6:07 AM UTC
HN karma
56
Public activity
62 items

About rtaycher

No profile information was provided.

Recent public activity

  1. comment
    Comment #2525455

    I think thats just to warn vista/7 users that it doesn't effect them.

  2. comment
    Comment #2523530

    I believe the .net versions of both scala and clojure are rarely used and not a main focus.

  3. comment
    Comment #2513008

    "And people are fleeing Java in droves. " -evidence needed.

  4. comment
    Comment #2512969

    "Tablets are a much more useable form factor in classrooms, etc." why?

  5. 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…

  6. 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 …

  7. 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

  8. 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…

  9. comment
    Comment #2484089

    Doesn't happen except by all the time by primarily open source companies.

  10. comment
    Comment #2479358

    I think this is what android does, isn't it. Although android doesn't use x.

  11. 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…

  12. 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.

  13. comment
    Comment #2470379

    and opera and a few open source web browsers nobody uses.

  14. comment
    Comment #2469866

    As compared to ? Python is very popular.

  15. comment
    Comment #2465307

    It doesn't work quite the same way but krunner is also quite nice.

  16. comment
    Comment #2465210

    You could do something ala n900.

  17. comment
    Comment #2456186

    I believe smalltalk block are BlockClosure objects that can be passed around like any other parameter.

  18. comment
    Comment #2449624

    jobs? especially in the computer industry.

  19. comment
    Comment #2449617

    Not for us ex-nokia fans.

  20. 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 …

  21. comment
    Comment #2446184

    I thought 2.6 was suppose to be the stable release.

  22. comment
    Comment #2436354

    Is there a similar one for linux?

  23. 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…

  24. comment
    Comment #2410001

    Am I the only one who doubts a lot of the magical usability of touch interfaces?

  25. comment
    Comment #2409759

    I was thinking he was talking about (mostly?) immutable data structures.