Live data from Hacker News

Viewing profile — saamm

saamm

HN member
Joined
Thu, Jun 06, 2013, 4:18 AM UTC
HN karma
273
Public activity
64 items

About saamm

https://www.samueltaylor.org/

If you email hn at that domain, it'll get to me.

Recent public activity

  1. comment
    Comment #22236392

    I wrote a bad Python script that I use to encode WAV files, upload to B2, and generate an RSS feed. I host my MP3 files on Backblaze B2 and the RSS feed on GitHub pages. With my us…

  2. comment
    Comment #22224716

    If you happen to be on Firefox, you can use this extension to get around it: https://addons.mozilla.org/en-US/firefox/addon/temporary-con...

  3. comment
    Comment #22159205

    While I agree that most technologies can be used in both ways that are good and those that are evil, some technologies "appear to require, or to be strongly compatible with, partic…

  4. comment
    Comment #21826540

    Check out this paper for ideas: https://arxiv.org/pdf/1712.05840.pdf

  5. comment
    Comment #19609311

    https://arxiv.org/abs/1902.10811 There's some description in here you may find relevant.

  6. comment
    Comment #18106073

    Poetry is great! To me, it seems like there should be more software folks interested in it. I definitely see a few parallels.

  7. comment
    Comment #17928561

    For retention, I find making cards in Anki to be helpful.

  8. comment
    Comment #17853282

    I know of at least one person who offers a code review service (specifically for Python).

  9. comment
    Comment #17803577

    Small sample size, but in Austin I've seen 5k-10k.

  10. comment
    Comment #17431112

    My ML professor used this book, and I loved it. Some presentations of ML make it seem like a bag of tricks; this feels like the opposite of that.

  11. comment
    Comment #17427715

    Yes! I recently adapted a project of mine to be available as an Alexa skill, and it only took ~40 lines to get it working [0]. 0: https://github.com/ssaamm/pun-generator/compare/24…

  12. comment
    Comment #17349593

    Not exactly what you're talking about, but the most important tool I use for ingesting/remembering things is Anki: https://apps.ankiweb.net/

  13. comment
    Comment #17250873

    This is interesting! It sounds like this v1 gets your local environment up and running in a Docker container. I maintain something similar for analysts on my team, and we've seen s…

  14. comment
    Comment #17233958

    Huh, TIL. Thanks!

  15. comment
    Comment #17219290

    Thank you for this! I used it to make a little script to download audio from each lecture: youtube-dl --get-id https://www.youtube.com/playlist?list=PLyGKBDfnk-iAQx4Kw9JeVqspbg77sf…

  16. comment
    Comment #17157275

    You may also be interested in Kill the Newsletter: https://www.kill-the-newsletter.com/ (I think a fellow HN user made it? Can't remember)

  17. comment
    Comment #16848280

    Maybe this[0]? I'm unaffiliated but have found use in it. 0: https://www.careercup.com/page

  18. comment
    Comment #16710298

    For #1, it's not an API, but you may find this interesting: https://www.indeed.com/jobtrends/category-trends

  19. comment
    Comment #16189708

    Somewhat orthogonal, but if you prefer RSS, I highly recommend using this site: https://www.kill-the-newsletter.com/

  20. comment
    Comment #16189698

    I found this one after watching your talk at PyCon last year. Thank you for writing this!

  21. comment
    Comment #15576595

    Seconding the recommendation on Chapter 3! Well-defined special/dunder/magic methods can make your code way more readable.

  22. comment
    Comment #15444851

    My experience of high school debate was dramatically different from that of the author, though I also did policy + engaged in spreading. I learned a ton about research, writing, an…

  23. comment
    Comment #15400685

    Closest thing I can think of is CodeMirror: https://codemirror.net/demo/vim.html

  24. comment
    Comment #14997861

    If you'll suffer a shameless plug, a friend and I made an (imperfect) ASL learning project at TAMUHack one year. If you're interested: https://github.com/ssaamm/sign-language-tutor…

  25. comment
    Comment #14910425

    For internal/experimental/exploratory use, I like Jupyter [0]. 0: https://jupyter.org/