Live data from Hacker News

Viewing profile — wmeddie

wmeddie

HN member
Joined
Tue, Mar 16, 2010, 1:44 PM UTC
HN karma
133
Public activity
32 items

About wmeddie

Living and working in Japan. Interested in doing Deep Learning with statically typed languages and getting them models into production.

Recent public activity

  1. comment
    Comment #39271644

    I don't think I've ever seen a sci-fi rendition of this concept. It means that an advanced enough alien species could come to a planet, from orbit disable all nuclear weapons and p…

  2. comment
    Comment #37840496

    I think you can argue that the pervasive use of notebooks is close enough for learning at least, but it's not as good for real development. The edit-and-continue features in Visual…

  3. comment
    Comment #37334001

    Exactly. This is the case for my children.

  4. comment
    Comment #37332325

    Definitely read https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-... if you haven't yet. Then think about what are the requirements your system needs when it comes to na…

  5. comment
    Comment #36136603

    Yes, people really need to know that unless you are using the browser plugin, you really shouldn't ask it questions like this. (A good rule of thumb I think is if you can't expect …

  6. comment
    Comment #28405540

    All good questions. 1) It is a custom instruction set, you can rean the ISA guide over at https://www.hpc.nec/documentation 2) The main difference in simple terms is that AVX instr…

  7. comment
    Comment #28397538

    I am currently working with these. Anything you'd like to know more about?

  8. comment
    Comment #22272600

    One thing this article doesn't cover which was a big part of this decision was nuclear waste. Nobody wants nuclear waste sites in their prefectures. There was a plan to use breeder…

  9. comment
    Comment #21533616

    As someone slightly involved in the Deeplearning4J[1] project it always surprises me that more people don't consider this option. [1]: https://github.com/eclipse/deeplearning4j

  10. comment
    Comment #20379881

    Brings back memories. My first VPS back in 2003 used UML and it worked great. You could also run it inside Windows as well. Could even get GUI apps running by running Xming on your…

  11. comment
    Comment #20321970

    I also agree that this estimate is way off, but I think the idea is to think of the total energy use of the phone when you include the energy used by the servers that provide the s…

  12. comment
    Comment #20263195

    Systems like Erlang/OTP, Akka, Orbit and Orleans/Service Fabric are built on an actor model where domain objects of the system (e.g. Users, Accounts, Invoices, etc.) exist within t…

  13. comment
    Comment #20229628

    This is pretty great. Only I wish it only showed when I clicked on the desktop (Since Finder does nothing else with the TouchBar) or swipe up from the bottom. Parallels actually do…

  14. comment
    Comment #20145532

    Aquamacs ( http://aquamacs.org ) get's it tabs from somewhere...

  15. comment
    Comment #17382713

    Is there a guide for getting neanderthal running with MKL on Windows? I tried my best but I'm not smart enough to get passed the require statement.

  16. comment
    Comment #15182985

    Skymind's SKIL does this. (I work on the team.) You don't have to send it your data though, you can just install it inside your system and have it connect to the data source or str…

  17. comment
    Comment #12816405

    More capacity and with one less display to drive. It should definitely last significantly longer.

  18. comment
    Comment #12717047

    I know English, Spanish and Japanese. I started studying Japanese in college and I live and work in Japan now. Structured lessons were fundamental in becoming fluent but when I was…

  19. story
  20. story
  21. comment
    Comment #11794803

    VR headsets that are attached to big PCs are very much a solo-thing at the moment. I can understand wanting to play a multi-player game like Halo while visiting a friend's house. I…

  22. comment
    Comment #11242573

    Entity Framework. Microsoft's high-level ORM for .Net.

  23. comment
    Comment #11143921

    Except AppCode.

  24. story
  25. comment
    Comment #10384297

    Angular is very similar to the MVVM style of GUI programming that's popular in Microsoft's XAML-based libraries (e.g. WPF, Silverlight, WinRT and now UWP). Which I think is interes…