Live data from Hacker News

Viewing profile — jdp

jdp

HN member
Joined
Sun, Dec 21, 2008, 10:08 PM UTC
HN karma
448
Public activity
135 items

About jdp

http://justinpoliey.com

Recent public activity

  1. comment
    Comment #47441569

    I'm doing my small part by paying for websites that respect me in the way TFA describes. I have annual subscriptions to Defector, Brand New, and DIELINE, and I'll add more as other…

  2. comment
    Comment #45686281

    I also like Protodata [1]. It's complementary as an exploration and transformation tool when working with binary data formats. [1]: https://github.com/evincarofautumn/protodata

  3. comment
    Comment #44605704

    Check out PERFUME AREA[1] while you're at it. It's a collab perfume review project between artists Sydney Shen and Laurel Schwulst. [1]: https://perfume-area.com/

  4. comment
    Comment #44476899

    The divergence between users and programmers became more pronounced over time. When command line interfaces were dominant they naturally made programmers out of users, even if they…

  5. comment
    Comment #43411332

    Stamp collecting is a good outlet for research as leisure. If you're the type of person who falls into wiki holes and likes talking about what you learn with other people, it might…

  6. comment
    Comment #42232108

    Check out Backchannel[0] if you're interested in an implementation of a petname system for globally-unique symmetric cryptographic keys. [0]: https://www.inkandswitch.com/backchann…

  7. comment
    Comment #40327482

    Nice work with the guide, the bevy of examples makes it easy to digest. The colon being used in multiple contexts is tricky. As I was scanning the examples I found postfix `:` doin…

  8. comment
    Comment #39430161

    Reminds me of pjax [1], except pjax works over XHR instead of an iframe and uses pushState by default to keep the back button working. [1]: https://github.com/defunkt/jquery-pjax

  9. comment
  10. comment
    Comment #11431487

    This post hints toward vim's history: the ed family of editors. http://blog.sanctum.geek.nz/actually-using-ed/ http://blog.sanctum.geek.nz/using-more-of-ex/ A big use case for them…

  11. story
  12. comment
    Comment #11201394

    I wouldn't consider the industry backing of Heroku and a collective 4,500+ GitHub stars between the tools particularly niche or obscure. Crank it up to ~20k stars if you want to co…

  13. comment
    Comment #11201203

    The example isn't a makefile, it's a procfile.

  14. comment
    Comment #11200084

    I like the ideas here, but for long-running processes like file watching, dev servers, hot reloading, etc. a better format is Procfile ( https://devcenter.heroku.com/articles/procf…

  15. comment
    Comment #11108046

    ffmpeg can utilize streams, in both input and output. The trouble comes from different codecs and containers, especially on output. Some formats aren't append-only—the prime exampl…

  16. comment
    Comment #11096195

    That's the intuition behind systems like Flake ( https://github.com/boundary/flake ) and its predecessors. In systems like Flake you are able to get a useful roughly-ordered proper…

  17. comment
    Comment #9090954

    As others have noted, there is a semantic difference between Markdown and roff. But if you really want to write them in Markdown, you can with ronn: http://rtomayko.github.io/ronn/…

  18. comment
  19. comment
    Comment #8726010

    I wouldn't use make for file watching and live reloading. I would express the Sass and CSS dependencies in a Makefile, and then describe the dev server, file watching[1], and live …

  20. comment
    Comment #8725883

    > Make is for executing shell commands on file patterns with dependency rules. Yep absolutely. Make is a system for generating files from other files, it is that simple. Compiling …

  21. comment
    Comment #8721450

    The "horrific syntax and semantics" claim seems pretty drive-by, the variables and some function names might be arcane, but newer releases have nicer aliases for those who care for…

  22. comment
    Comment #8719644

    This is the best writeup I've seen so far on getting comfortable with ed: http://blog.sanctum.geek.nz/actually-using-ed/

  23. comment
    Comment #8713556

    I think these languages for generating data are really useful. There is one called Protodata ( https://github.com/evincarofautumn/protodata ) for generating binary data. From the R…

  24. comment
    Comment #8666582

    The latest release of my jarg[0] utility supports the HTML JSON form syntax. Writing out JSON at the command line is tedious, this makes it a little nicer. The examples from the dr…

  25. comment
    Comment #8621233

    This is pretty similar to Sparkey[0] and bam[1]. Sparkey also comes from growing out of cdb's limitations. It supports block-level compression like Riffle does, and is optimized fo…