Macoy Madson

Results 29 comments of Macoy Madson

Closed because it is stale.

@Amar1729 I tried it out, and it appears to be working great, though there is one inconsistency when compared to the other downloaders: It uses the subreddit title rather than...

``` python @@ -51,7 +51,7 @@ def downloadRedditGallery(reddit_client: praw.Reddit, submission: Submission, ou Download a reddit gallery to outputDir / subredditname / post.id - post.title / Images 0-indexed. """ - subRedditDir...

I also added `safeFileName()` to the gallery titles in 90594cccb1a956a3e4377567161e4947113a75e5 after I noticed a title had a `/` in it, which would create weird paths. Thanks again for coming back...

Closed because it is stale.

The only bare metal project with GPU support on Pi 4 I've found is [this one](https://github.com/Random06457/rpi4-gpu-bare-metal-examples). It looks like if you want GPU support, you'll need to read the Linux...

I have been making good progress on this in my fork. See [the header](https://macoy.me/code/macoy/rpi-system/src/branch/master/addon/v3d) and [the example](https://macoy.me/code/macoy/rpi-system/src/branch/master/sample/001-v3d/kernel.cpp). As you can see, the example has most of the code and is...

I was thinking about this a bit. One potential solution without much code change is to make it embarrassingly parallel, I.e. run many instances of the cindex executable on subsets...