Live data from Hacker News

Viewing profile — austinpray

austinpray

HN member
Joined
Tue, Jul 16, 2013, 1:41 AM UTC
HN karma
78
Public activity
37 items

About austinpray

https://austinpray.com

Recent public activity

  1. comment
    Comment #35468190

    Mixpanel does event volume pricing now

  2. story
  3. comment
    Comment #23046607

    Carrot | Full Stack Developer | REMOTE | https://carrot.com Carrot is a SaaS that provides online marketing tools for real estate investors and agents. Members use our website buil…

  4. comment
    Comment #20428531

    Imagine thinking this is a clever thing to post

  5. comment
    Comment #20195854

    Hey Ben! This is so neat! I worked with Dr. Hansen on the audio digitization over on http://exploreapollo.org . Thanks for the link in the footer! I’ve been out of the loop on that…

  6. comment
    Comment #19481021

    You do understand that nearly all the parts on an M16 are interchangeable with an AR15, right? The AR15 is an M16 without select fire capability.

  7. comment
    Comment #18860763

    I brought this up with my Japanese friend. He told me there are so many homophones in the language people are desensitised to stuff like this. For example: シ (shi) can mean both 四 …

  8. comment
    Comment #18614333

    +1 for piptools. Piptools makes a lot of sense in a docker based workflow (virtualenv not needed).

  9. comment
    Comment #18238431

    The fact that it couples dependency management to virtualenv management is really unfortunate for people that use docker. Can’t wait for pipfiles and such to be native to pip.

  10. comment
  11. comment
    Comment #18182865

    What do you think of mypy? http://mypy-lang.org/

  12. comment
    Comment #18152462

    It’s toxic and lazy too. You should first go look and see if the actual code is high quality/does what you want. If your idea of shopping for dependencies is looking at the amount …

  13. comment
    Comment #18052053

    I added a travis cron job to update the image daily: https://github.com/Algram/ytdl-webserver/pull/6 and another guy came around and made the image even more friendly for automatic…

  14. comment
    Comment #18048219

    For instance if you run this on your desktop you could bookmark " http://local-desktop-ip:3000" on your mobile device and be able to download videos while on mobile.

  15. comment
    Comment #17993060

    I use zsh daily but type `xonsh` any time I do something in the shell that would normally require a google. “Uh ok so I have this JSON file. When I pipe this to `jq` I forget: to p…

  16. comment
    Comment #16030071

    Uhoh. Page 404ed. https://webcache.googleusercontent.com/search?q=cache:https:...

  17. comment
    Comment #15947631

    https://www.wolframalpha.com/input/?dataset=&i=$140k+salary+... For anyone else that was confused

  18. comment
    Comment #15921833

    I was to “go to person” for my university’s natural language processing research group. I built a database and accompanying REST API for bulk loading audio and transcription data f…

  19. comment
    Comment #15657611

    I had the pleasure of hanging out with the Sentry folks in SF for a couple days last week. Honestly a top-notch group. It was eye-opening to see what is possible when you have an o…

  20. comment
    Comment #14710105

    WordPress is a cms first and foremost. edit: lol today I learned cms != blog

  21. comment
    Comment #14547611

    That definitely stood out to me.

  22. comment
    Comment #14255864

    Pokémon on 3DS is wonderful for learning Japanese. It's a game for kids so it's made up of a lot of kana with some low level kanji.

  23. comment
    Comment #14156502

    On my mac I used tmux and vim for years. However, only after building a little arch linux box did I realize I actually wanted a tiling window manager and an ide all along.

  24. comment
    Comment #13688178

    Any change you make to the schema will be a breaking change.

  25. comment
    Comment #13558153

    That is not an apt analogy. Unit tests improve code quality: code that is easily testable has high cohesion and low coupling. Tests can also serve as valuable documentation.