Live data from Hacker News

Viewing profile — Luminarys

Luminarys

HN member
Joined
Sun, Aug 09, 2015, 5:04 PM UTC
HN karma
119
Public activity
10 items

About Luminarys

https://luminarys.com

[ my public key: https://keybase.io/luminarys; my proof: https://keybase.io/luminarys/sigs/Ofk2wr5AXPd7CupMPk5o5Rnp9CsVSC6CM1iIFXj48n8 ]

Recent public activity

  1. comment
    Comment #16508509

    I chose Rust because of its combination of ergonomics and low level control available. The safety came as a bonus.

  2. story
  3. comment
    Comment #15565047

    With regards to Deep Learning, a recently released Keras backend[0] actually supports OpenCL with direct validation on a few AMD cards. I've been playing around with it for the pas…

  4. comment
    Comment #15169330

    Yes, in a cooperative async model anything which would block will stop progress of every coroutine, so you would need an async version of the ORM library for this to work. When you…

  5. comment
    Comment #14952159

    It also appears to be using a merkle hash tree for piece hashing now along with a few new peer wire messages to support that.

  6. comment
    Comment #14726680

    Having used eBPF/kprobe for work, the main advantage over a precompiled kernel module is convenience. It's much easier to write a C file which hooks a kernel function, then reports…

  7. comment
    Comment #14076124

    Although I've never seen the Great Barrier Reef, I was recently in Belize and snorkeled around its Barrier Reef. It was painfully obvious that the reefs were extensively bleached(t…

  8. comment
    Comment #10402658

    > Something I would write in Ruby in 10 days takes 2 months in Go. Have you looked into Elixir? It has Ruby like syntax, but uses an actor model for concurrency(it runs off of the …

  9. comment
    Comment #10070122

    Because get_swayc_for_handle is always called using the root container, when it recurses down it should never end up checking a parent which is NULL.

  10. comment
    Comment #10030722

    Neat post, though I'm a bit disappointed it didn't go into infix to postfix conversions.