Live data from Hacker News

Viewing profile — kylepdavis

kylepdavis

HN member
Joined
Mon, Apr 06, 2015, 2:15 PM UTC
HN karma
24
Public activity
12 items

About kylepdavis

I less-than-three code, tech, web, hardware, math, and making things.

https://KylePDavis.com/

https://github.com/KylePDavis/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #25925175

    Great timing. I just showed my kids some of the things you can do with this on the Circuit Playground Bluefruit[1] earlier today. It comes with a lot of sensors and is full of poss…

  8. comment
    Comment #22628542

    Nice overview of jq! You may want to say demonstration rather than illustration though. I liked jq but liked json, a similar npm package, a little bit better for simple tasks. You …

  9. comment
    Comment #9917520

    I felt the same until I finally broke down and did it. Basically, if you want to use ES6 (or ES7) features and are targeting an environment that might not have native support (brow…

  10. comment
    Comment #9917370

    You can decouple now. Set the TypeScript output target to ES6 and then pass it all through BabelJS. It works really well for me and the TypeScript tooling is really good (VS Code o…

  11. comment
    Comment #9917307

    Thanks. Gives a nice overview of when things came about. A few more that you might consider: CoffeeScript, TypeScript, BrightScript, Nim, Vala, XSL, awk, sed Also, there is a nice …

  12. comment
    Comment #9747931

    I think explicit languages can make things more clear however disagree with the notion that implicit behaviors are necessarily a bad thing. I've found that the hybrid approach in t…