Live data from Hacker News

Viewing profile — juliangamble

juliangamble

HN member
Joined
Sat, Dec 26, 2009, 1:03 AM UTC
HN karma
1,791
Public activity
371 items

About juliangamble

Author of Clojure Recipes http://clojurerecipes.net/ http://www.amazon.com/Clojure-Recipes-Developers-Library-Julian/dp/0321927737

Blog http://juliangamble.com/blog

Recent public activity

  1. comment
    Comment #47305772

    But would it have run Shufflepuck Cafe? https://news.ycombinator.com/item?id=47128631

  2. comment
    Comment #47305692

    I am so proud to be an Australian technologist today.

  3. comment
    Comment #46562521

    Some more - Cambridge Centre for Computing History - https://www.computinghistory.org.uk/ - London Museum for Science - Babbage's Difference Engine https://www.sciencemuseum.org.uk…

  4. story
  5. comment
    Comment #46252034

    I'd like to call out the work from Nada Amin in this area: Dafny and verification-aware programming, including proof by induction to verify properties of programs (for example, tha…

  6. comment
    Comment #45961473

    Meta is removing its Messenger apps for Windows and macOS

  7. story
  8. comment
    Comment #45884859

    Thanks for your article. The references section was interesting. I'll add to the discussion a 2018 Nature letter: "Vector-based navigation using grid-like representations in artifi…

  9. story
  10. comment
    Comment #45700365

    > Anything more complex than a few lines, you can just copy it from lib\ folder of the CD-ROM. There's a component for everything. You want to left-pad a string? This got me.

  11. comment
    Comment #45174301

    They started with a different, more brilliant idea, of using human brains as a giant neural net, then backed away from that: https://news.ycombinator.com/item?id=12508832

  12. story
  13. story
  14. comment
    Comment #44791678

    “Zero success” seems a bit strong. People have been able to get 96% accuracy on MINST digits on their local machine. https://norse.github.io/notebooks/mnist_classifiers.html I thin…

  15. comment
    Comment #43714600

    Quibble: Both Clojure and Scala have a Software Transactional Memory implementation, and the original Clojure Ant demo showed this.

  16. story
  17. comment
    Comment #43548921

    I did the tour of Bletchley Park today and my Tour Guide said he'd met Betty Webb, that he mourned her loss, and that when he had met her at a reunion, she had remained tight-lippe…

  18. story
  19. story
  20. comment
    Comment #42818156

    > These “limitations” inhibit truly intelligent behavior in machines, LeCun says. This is down to four key reasons: a lack of understanding of the physical world; a lack of persist…

  21. comment
    Comment #42678174

    The University that hosted "The Little Schemer" and all its derivatives. Those books were a delight and taught me to think about programming in a way that other languages had not. …

  22. comment
    Comment #42364363

    Like a @Nanoraptor concept art, except real…

  23. story
  24. comment
    Comment #41993601

    I’ve tried different part detectors, and nothing has been as good as the Google Image search (download the Google App if you’re on an iPhone.) I’ve found it surprisingly good at id…

  25. comment
    Comment #41993582

    There is some code to generate Lego images from Lego 3d files here and use it to train models: https://github.com/jtheiner/LegoBrickClassification It is based on this post (which o…