• 3 Posts
  • 24 Comments
Joined 1 month ago
cake
Cake day: October 7th, 2025

help-circle
  • hoglegOPtoHelp & SupportDecimator/DecimatAR with OEM barrel
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    I wanted to make sure I updated this for anyone following down the road. I didn’t realize what the problem was until I printed the actual R2 Galileo barrel nut and compared; the hole for the barrel on the R2 was much wider than the Decimator v3. I dropped a 23.2mm negative cylinder into the center of the Dv3 barrel nut and it resolved the problem. I’ve not got any experience with printed barrels to compare, but I imagine their OD is narrower than the widest portion of the factory barrels I was working with.



  • You’re too kind! I didn’t think I would ever actually need any of them, to be honest. Was preparing for a “grid is down” scenario, not a memory-hole situation.

    It’s unfortunate that we’re entering a period where knowledge is actively suppressed.

    So much the better than you’ve got this forum for us. I don’t know when they new subreddits are going to catch the banhammer, but I sure would like to see people migrate off a corporate platform. No freedom in a company town.




  • hoglegOPtoHelp & SupportDecimator/DecimatAR with OEM barrel
    link
    fedilink
    English
    arrow-up
    2
    ·
    28 days ago

    Yeah, I ran into the same thing with the orientation; got farther after orienting it vertically, but like you said, he had a reason for the original orientation.

    And I have not done that; I’ve never even heard of the calilantern. I will for sure give that a go. Thanks!











  • Had to rearrange some things, but I’m pulling data from end of 2022 through 2024. It’s a chonker. This is everything, so will need to parse through and find anything id’d as fosscad. Not sure how long it would take to iterate through all of that; it’s over 1TB.

    I’ll be back this evening to update progress; download speed is pretty decent so if no big changes, should have the raw files tonight.

    Edit Happy surprise; it’s everything from 2023 to 06/2025. So losing the last handful of months of data (unless more gets added later). Still a pretty huge win.

    Thanks to Grey Summit Gear for kicking the shit out of this, and the folks who pulled all these dumps!


  • Reposting here in case it gets lost in the sauce:

    There should be more; they may be split into several differential files. I’m going to work on getting the others right now, but I’ve got limited time before I have to leave for work. If I can’t get them up in time, I’ve been using resources like https://academictorrents.com/details/ba051999301b109eab37d16f027b3f49ade2de13/tech&filelist=1 (if url’s can’t be posted, it’s academictorrents dot com, posts by Watchful1) I could have sworn I grabbed newer data for the fosscad subreddit specifically from a different site, but may have to go through the monthly diffs in this link and pull out anything under the /fosscad id.

    These are much bigger, since they’re the entirety of reddit (or top 20,000 subs, something like that), so download and parse is going to take a lot longer. Several hundred gigs to pull and parse. On review, no way I can do it all this morning but I can at least get some downloads cooking. Going to start pulling comments/subs for 2023, but won’t be able to check on any of this until roughly 6pm eastern.





  • I was able to get the comments uploaded after splitting them in 7zip. After combining with 7zip, hashes still match and first couple of items looked good to go.

    Also threw a python module and example loop in there, and an example comment and submission item in the readme.

    I was thinking of making a class for the threads, another class for comments and making each submission an instance of the thread class, comments as instances in a list for their parent thread so we can track comment author and utc for chronology.

    I can build out classes and assigning comments to threads. I imagine you’re going to be much faster at all of this than I am, so whenever you’ve got the image scrape ready, let me know and I’ll start grabbing my share of the links.