HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mttpgn

no profile record

comments

mttpgn
·2 เดือนที่ผ่านมา·discuss
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's original post: "Fish don't notice the water."
mttpgn
·3 เดือนที่ผ่านมา·discuss
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'`
mttpgn
·3 เดือนที่ผ่านมา·discuss
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/.
mttpgn
·7 เดือนที่ผ่านมา·discuss
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 work over the years to support a plethora of operating systems and architectures.

Requiring Rust as a CPython dependency would be to abandon all their users stuck in obscure environments.
mttpgn
·7 เดือนที่ผ่านมา·discuss
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 to supply as input to your service. For me, unless a major event has taken place, I usually don't take time to think much about what's my mood beyond one or two words. If I've been on a journaling kick I'll usually write about the concrete experiences of the day as a proxy for describing my mood without actually getting to what this means for my energy levels/affectations, etc. The mood descriptors I do recognize in myself (eg. kinda sad!) generally factor little into my content consumption decisions (at least consciously). More important to me are questions like "What are folks talking about? (driving discourse online or at the office)", "Which movies have been recommended to me (by friends/family or by advertising)", and "What's accessible? (On a service I already subscribe to without needing an additional purchase)".
mttpgn
·7 เดือนที่ผ่านมา·discuss
> Pandas code is untestable

The thousand-plus data integrity tests I've written in pandas tell a different story...
mttpgn
·8 เดือนที่ผ่านมา·discuss
The BBC published this article. I agree with "all of literature" being hyperbolic though.
mttpgn
·9 เดือนที่ผ่านมา·discuss
Phillip
mttpgn
·9 เดือนที่ผ่านมา·discuss
I too have a `mkcd` in my .zshrc, but I implemented it slightly differently:

  function mkcd {
    newdir=$1
    mkdir -p $newdir
    cd $newdir
  }
mttpgn
·9 เดือนที่ผ่านมา·discuss
> 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..." ?