Live data from Hacker News

Viewing profile — mttpgn

mttpgn

HN member
Joined
Mon, Sep 25, 2017, 7:17 PM UTC
HN karma
171
Public activity
70 items

About mttpgn

https://logosaudio.com/

Recent public activity

  1. comment
    Comment #49216689

    Because I had to look it up, a 2015 Neal Stephenson novel.

  2. comment
    Comment #48143787

    Clarification: when Aaronson quotes Gur to say that Kristof is "feigning that he can’t see the water," that line is a callback to an earlier (unquoted by Aaronson) sentence in Gur'…

  3. comment
    Comment #47724536

    Thanks, and I got the main window open now, but I'm getting a second error that doesn't look OS related. `Plugin error (txtfilter.py): No module named 'miniword.importexport'`

  4. comment
    Comment #47722940

    On MacOS, I'm seeing `ModuleNotFoundError: No module named 'miniword.core.utils'` whether I run `python3 -m miniword` from src/miniword/ or from src/miniword/miniword/.

  5. comment
    Comment #46249351

    There are many computing platforms that rust devs simply cannot be bothered to support (for just one example, Cygwin). The Python devs, by contrast, have actually put in a lot of w…

  6. comment
    Comment #46245869

    Your site has a search bar for typing in a full prompt to an LLM about what is my current mood, and I just find it interesting that one's mood is the important thing for your users…

  7. comment
    Comment #46129720

    > Pandas code is untestable The thousand-plus data integrity tests I've written in pandas tell a different story...

  8. comment
    Comment #46074987

    The BBC published this article. I agree with "all of literature" being hyperbolic though.

  9. comment
  10. comment
    Comment #45678272

    I too have a `mkcd` in my .zshrc, but I implemented it slightly differently: function mkcd { newdir=$1 mkdir -p $newdir cd $newdir }

  11. comment
    Comment #45636039

    > So I prompted my brain Is there anyone for whom this phrasing has a clarity advantage over "So I asked myself..."/"So I thought to myself..." ?

  12. comment
  13. comment
    Comment #44484444

    This submission links to the actual paper. The other submission is the NY Times' summary of it.

  14. comment
    Comment #42860600

    What a great reply this graph can make the next time we see VCs on X complaining how, "Everyone I talk to has so, so many engineering positions they just can't fill". By these meas…

  15. comment
    Comment #42639295

    An excerpt from _How to Lie with Statistics_ by Darrell Huff (1954): > Take this one: "27 percent of a large sample of eminent physicians smoke Throaties--more than any other brand…

  16. comment
    Comment #41524849

    To be fair to Zweig, history's events could have unfolded differently than they did.

  17. comment
    Comment #41438310

    Joe-Nathan? Yonatan?

  18. comment
    Comment #41009241

    The position doesn't have to be "in the money" to be profitable. At present, the underlying (that is $CRWD, not the puts themselves) is trading around $305 per share, so these puts…

  19. comment
    Comment #41007778

    I want to agree with the point you're making, but WannaCry, to take one example, had an impact at roughly this scale.

  20. comment
    Comment #40650537

    Yes, elevenlabs can.

  21. comment
    Comment #40581131

    I find myself grateful I can support my family financially, as it's statistically unlikely my art can ever permit me to quit my day job. Not to imply that it's in any way a quality…

  22. comment
    Comment #40578515

    I build and deploy business process automations to AWS using Python.

  23. comment
    Comment #40492654

    The link directs to an announcement via "toot" on mastodon.archive.org

  24. comment
    Comment #40471155

    To modify tags on MP3 files programmatically, I have found the Mutagen library works well in Python.

  25. comment
    Comment #40346286

    Licensing the emotion-intoned TTS as a standalone API is something I would look forward to seeing. Not sure how feasible that would be if, as a sibling comment suggested, it bypass…