Viewing profile — mttpgn
mttpgn
HN member- Joined
- Mon, Sep 25, 2017, 7:17 PM UTC
- HN karma
- 171
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About mttpgn
Recent public activity
-
comment
Comment #49216689
Because I had to look it up, a 2015 Neal Stephenson novel.
-
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'…
-
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'`
-
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/.
-
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…
-
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…
-
comment
Comment #46129720
> Pandas code is untestable The thousand-plus data integrity tests I've written in pandas tell a different story...
-
comment
Comment #46074987
The BBC published this article. I agree with "all of literature" being hyperbolic though.
-
comment
Comment #45715674
Phillip
-
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 }
-
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..." ?
-
comment
Comment #44675759
Ditto
-
comment
Comment #44484444
This submission links to the actual paper. The other submission is the NY Times' summary of it.
-
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…
-
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…
-
comment
Comment #41524849
To be fair to Zweig, history's events could have unfolded differently than they did.
-
comment
Comment #41438310
Joe-Nathan? Yonatan?
-
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…
-
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.
-
comment
Comment #40650537
Yes, elevenlabs can.
-
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…
-
comment
Comment #40578515
I build and deploy business process automations to AWS using Python.
-
comment
Comment #40492654
The link directs to an announcement via "toot" on mastodon.archive.org
-
comment
Comment #40471155
To modify tags on MP3 files programmatically, I have found the Mutagen library works well in Python.
-
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…