quantixed

x == (s || z). You say it kwontized. "The Digital Cell" book cshlpress.com/link/digitalcell

quantixed
quantixed@fosstodon.org
April 23, 2024
quantixed
quantixed@fosstodon.org

If you want to run on Apple Silicon with MPS (the cuda equivalent), there is a GitHub issue on that has a PR in limbo. Fortunately, Francesco Pisu has written up a solution to get us up and running.

biofrenk.hashnode.dev/running-

April 21, 2024
quantixed
quantixed@fosstodon.org

This is so good. Analysis of driver/build/wheels etc. selection for Mario Kart 8 using Pareto principles.

mayerowitz.io/blog/mario-meets

April 20, 2024
quantixed
quantixed@fosstodon.org

I'm enjoying using {lintr} to enforce style. For some reason, it lints
`for(i in 1:nrow(x))`
and suggests
`for(i in 1:seq_along(nrow(x))`
in case it is empty; but then that gets linted to say it should be
`for(i in 1:seq_len(seq_along)nrow(x)))`

Edit: I misunderstood and should replace with `for(i in seq_len(nrow(x)))` - so obvious now 🤦🏻‍♂️

April 03, 2024
quantixed
quantixed@fosstodon.org
March 26, 2024
quantixed
quantixed@fosstodon.org

I saw the posts claiming that code from private GitHub repos are in the AI training data known as The Stack.
You can search for yours here: huggingface.co/spaces/bigcode/
FWIW they only have public repos of mine.

I'm sceptical that they would use code from private repos. Nonetheless, I moved several of my private repos off GitHub a few weeks ago as a precaution.

March 20, 2024
quantixed
quantixed@fosstodon.org
March 19, 2024
quantixed
quantixed@fosstodon.org
March 14, 2024
quantixed
quantixed@fosstodon.org

Thanks 🤔

March 12, 2024
quantixed
quantixed@fosstodon.org
March 09, 2024