Live data from Hacker News

Viewing profile — dr-ando

dr-ando

HN member
Joined
Thu, Mar 29, 2018, 1:48 PM UTC
HN karma
19
Public activity
12 items

About dr-ando

No profile information was provided.

Recent public activity

  1. comment
    Comment #34062703

    That's a great list of the H.264 patent claims--thanks. I had naively assumed that since the first iteration of standard was published in 2003 that "obviously" all related patents …

  2. comment
    Comment #34062598

    Not exactly what you are asking for, but jcodec is a pretty readable codebase written in Java. (The readability part is often, ahh, lacking in the source for codecs, in my experien…

  3. comment
    Comment #34058805

    Funnily enough I recently released 0.1.0 of "less-avc" a pure Rust H.264 (AVC) video encoder: https://github.com/strawlab/less-avc/ . For now it only implements a lossless I PCM en…

  4. comment
    Comment #29762336

    Thanks. I was able to read [1] with the help of Google Translate. From what I understand, this is an announcement of the project being funded within the Moonshot program and thus i…

  5. comment
    Comment #29757540

    Which original article? I would be interested to read it.

  6. comment
    Comment #29477982

    The computational requirements are very modest. The magic is in the math. I'm not sure if it counts as "batteries included" but I wrote a Kalman filter implementation in "no-std" (…

  7. comment
    Comment #26449296

    I am sympathetic to the point you make but to be accurate, one can consume and create C and C compatible dynamic libraries with rust. So, one is not “losing” something because what…

  8. comment
    Comment #25522325

    Why not use Let’s Encrypt, e.g. with DNS validation so they do not need to hit your HTTP server?

  9. comment
    Comment #24923466

    Any camera modules you might recommend for such tasks, ideally compatible with the nano?

  10. comment
    Comment #24920780

    The dev kit is just that - a dev kit. For production you could use the jetson nano module but probably want a different carrier board. I think the Nvidia license also prevents prod…

  11. comment
    Comment #23543066

    Relatedly, a paper was posted to bioRxiv a few days ago describing the results of large scale fruit fly release-and-recapture experiments. They conclude the abstract with "Our fiel…

  12. comment
    Comment #16766380

    If is interesting to you, I also suggest to check out my Rust crate bui-backend[0]. This is a library for building Browser User Interface (BUI) backends. The key idea is a datastor…