Live data from Hacker News

Viewing profile — lambda_cube

lambda_cube

HN member
Joined
Thu, May 12, 2011, 9:58 AM UTC
HN karma
902
Public activity
49 items

About lambda_cube

No profile information was provided.

Recent public activity

  1. comment
    Comment #10688996

    CoC? Code of Conduct? Churches of Christ? Call of Cthulhu?

  2. comment
    Comment #10688974

    > no languages with mutable state that I know of offer concurrent integer and concurrent structs Java does for integer http://docs.oracle.com/javase/8/docs/api/java/util/concurren.…

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #6321981

    It probably does, it's just an unintuitive interface. Read the explanation on the page by clicking the question mark (or read my explanation here on HN in response to the now delet…

  8. comment
    Comment #6321882

    I know, I had trouble with that as well, but then I read the explanations you get if you click the question mark in the upper right corner. I will try my own explanation here. Type…

  9. story
  10. comment
    Comment #6291780

    No, they are different companies. Also, Nokia bought Scalado last year: http://www.scalado.com/display/en/2012-06-14+Nokia+to+acquir...

  11. comment
    Comment #6167371

    If you hover that button with your mouse pointer you can read the following explanation: Send three "heap-minimize" notifications in a row. Each notification triggers a global garb…

  12. comment
    Comment #6167277

    If you view the page with Firefox version <= 22, that paragraph is blinking, very easy to notice :-) (annoyingly easy!)

  13. comment
    Comment #6167233

    That was supposed to be switched on by default in Firefox 22, but Mozilla noticed some issue with it. The feature is there in FF22, but you have to switch it on yourself. If you yo…

  14. comment
    Comment #6166686

    I know that the release notes still says Firefox Beta when I submit this, but my browser just updated itself to version 23. The beta release notes usually are pretty accurate when …

  15. story
  16. comment
    Comment #5786184

    Well, what kind of book has a collection of recipes? A cookbook, right? :-) I haven't used any edition of the Python cookbook, but I've used the Perl cookbook and it's just like yo…

  17. comment
    Comment #5356015

    I don't think it's regional. I'm in Sweden and if I visit the Flash install page with IE I get Chrome as pre-selected and if I visit with Firefox I get the McAfee add-on. (And when…

  18. comment
    Comment #5144540

    I don't think you should have to do neither convincing the IT department nor refunding them. One part of their organization chose to order the Java applet solution from you and ano…

  19. comment
    Comment #3070155

    I noticed I got the Swedish URL. I tried to find an international or English URL, but I couldn't find it, I hope you get English text anyway. When I just visit that page it suggest…

  20. story
  21. comment
    Comment #2954197

    They (as in Intel) don't say that, it was a rumour from "industry sources". Intel say that ``it remains committed to MeeGo''.

  22. comment
    Comment #2912057

    In the section "Be precise and informative about your problem" of the article there is a link to Simon Tatham's (PuTTY author) "How to Report Bugs Effectively": http://www.chiark.g…

  23. comment
    Comment #2909386

    > The note is really about the best way to specify a range/sequence of integers, not why we start from 0 as an index. Dijkstra deals with what index start with as well, but it come…

  24. comment
    Comment #2899270

    It didn't. Several people point this out in the comments.

  25. comment
    Comment #2878921

    Ok, the PyPy FAQ says: "Yes, PyPy has a GIL. Removing the GIL is very hard. The first problem is that our garbage collectors are not re-entrant." Is it really necessary for the GC …