Live data from Hacker News

Viewing profile — janders

janders

HN member
Joined
Tue, Oct 11, 2011, 2:29 AM UTC
HN karma
24
Public activity
6 items

About janders

I hit the buttons and make the screen light up in a company full of Electrical Engineers. We mostly do sensors, which means I do embedded programming and data analysis.

Recent public activity

  1. comment
    Comment #25593541

    Oh yeah. Schema nesting is a problem. I think a lot of it would be solved by having a schema allow a "types" field which just has a list your named types that can be referenced lat…

  2. comment
    Comment #25585169

    I want to be a fan of Apache Avro ( https://avro.apache.org/ ) so much for situations such as this. And while I like Avro as a standard, most of the implementations I have found (s…

  3. comment
    Comment #20583743

    This is wild. It's perfectly logical what they're doing but I'm used to seeing this kinda thing after the trademark has lapsed (Kleenex, Xerox, etc). But to see a company release a…

  4. comment
    Comment #20294926

    I took two things away from my AI class. 1) If brute force doesn't work, you're not using enough. 2) Do the stupid thing first.

  5. comment
    Comment #18884293

    My current go to for this is using SQLite. It's basically made for this purpose. If that doesn't serve, I like the idea of Apache Avro, but some of it's C++ bindings are a little l…

  6. comment
    Comment #18875327

    So interesting thing that. While I was introduced to the FFT in the same manner, (an algorithm for fast polynomial multiplication in a class by the CS department) my Electrical-Eng…