Viewing profile — saamm
saamm
HN member- Joined
- Thu, Jun 06, 2013, 4:18 AM UTC
- HN karma
- 273
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About saamm
If you email hn at that domain, it'll get to me.
Recent public activity
-
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…
-
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...
-
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…
-
comment
Comment #21826540
Check out this paper for ideas: https://arxiv.org/pdf/1712.05840.pdf
-
comment
Comment #19609311
https://arxiv.org/abs/1902.10811 There's some description in here you may find relevant.
-
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.
-
comment
Comment #17928561
For retention, I find making cards in Anki to be helpful.
-
comment
Comment #17853282
I know of at least one person who offers a code review service (specifically for Python).
-
comment
Comment #17803577
Small sample size, but in Austin I've seen 5k-10k.
-
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.
-
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…
-
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/
-
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…
-
comment
Comment #17233958
Huh, TIL. Thanks!
-
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…
-
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)
-
comment
Comment #16848280
Maybe this[0]? I'm unaffiliated but have found use in it. 0: https://www.careercup.com/page
-
comment
Comment #16710298
For #1, it's not an API, but you may find this interesting: https://www.indeed.com/jobtrends/category-trends
-
comment
Comment #16189708
Somewhat orthogonal, but if you prefer RSS, I highly recommend using this site: https://www.kill-the-newsletter.com/
-
comment
Comment #16189698
I found this one after watching your talk at PyCon last year. Thank you for writing this!
-
comment
Comment #15576595
Seconding the recommendation on Chapter 3! Well-defined special/dunder/magic methods can make your code way more readable.
-
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…
-
comment
Comment #15400685
Closest thing I can think of is CodeMirror: https://codemirror.net/demo/vim.html
-
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…
-
comment
Comment #14910425
For internal/experimental/exploratory use, I like Jupyter [0]. 0: https://jupyter.org/