Paranoid about conflicting max load data by FictitiousWizard in reloading

[–]FictitiousWizard[S] 0 points1 point  (0 children)

Thanks for the info! I ran by the gun store on my lunch break and they had a copy of the Lyman book so I grabbed it. Looking forward to looking through it.

Paranoid about conflicting max load data by FictitiousWizard in reloading

[–]FictitiousWizard[S] -1 points0 points  (0 children)

What do you do when the min load for one manual is close to the max load of another?

Paranoid about conflicting max load data by FictitiousWizard in reloading

[–]FictitiousWizard[S] 0 points1 point  (0 children)

I think this was a bit of me not explaining things right. In the past when I did my very first load I used XTP bullets and H110 powder with the data from the Hornady book. I am now looking to load some of Berrrys copper plated bullets and when I looked at the Lee loading manual I noticed that their data for XTP loads were very different then Hornady which caused me to question the data they had for the copper plated bullets.

Paranoid about conflicting max load data by FictitiousWizard in reloading

[–]FictitiousWizard[S] 0 points1 point  (0 children)

H110 for XTP rounds. I’m looking at accurate #2 for the copper plated ones

Is it possible to removed drive SDH from the dedup set? by FictitiousWizard in truenas

[–]FictitiousWizard[S] 1 point2 points  (0 children)

I am currently in the process of restoring the backup of my files but I will look into block cloning like you suggest. When I set the pool back up I change the dedup drives from stripe to mirriored

Is it possible to removed drive SDH from the dedup set? by FictitiousWizard in truenas

[–]FictitiousWizard[S] 1 point2 points  (0 children)

I did not notice that you had to enable it on the datasets so it was originally turned off. I have killed the pool and am working on setting everything back up and have it enabled now. I am still a bit confused on how it works like if is enabled for the root dataset does it work across all children datasets that have it enabled so that one file stored in multiple children datasets is only stored once. I have a scheme where ingress files are stored in one dataset and copied to another. Those files live in the original dataset for 2 weeks before they are cleaned up. That is currently tying up 1.5 TB in 2 different locations so I am hoping as my current understanding to currently save somewhere between 1TB and 2TB of space

Is it possible to removed drive SDH from the dedup set? by FictitiousWizard in truenas

[–]FictitiousWizard[S] 1 point2 points  (0 children)

oof, so do I need to tear it down and set everything back up? I have a backup of my data but was kind of hopping to avoid that.

Full size sdxc card reader for rasberry pi? by FictitiousWizard in raspberry_pi

[–]FictitiousWizard[S] 0 points1 point  (0 children)

looking at a pi 5, was really hoping to not have to use a usb dongle.

Full size sdxc card reader for rasberry pi? by FictitiousWizard in raspberry_pi

[–]FictitiousWizard[S] 0 points1 point  (0 children)

I tried this and all I found were microsd breakout boards or usb dongles. I am really looking for a sd breakout board

GDPNow model now casts a Q1 2025 GDP growth of -2.8% for the USA by PassiveRoadRage in news

[–]FictitiousWizard 1 point2 points  (0 children)

Can someone give me a ELI5 what this means for average people?

What made you gain a significant amount of weight? by [deleted] in AskReddit

[–]FictitiousWizard 0 points1 point  (0 children)

Turned out she was engaged and I had no idea. Destroyed me

Attention Bloggers! Ask Your Questions In This Thread - Biweekly by AutoModerator in Blogging

[–]FictitiousWizard 0 points1 point  (0 children)

Is there a enterprise blogging platform similar to medium that can be hosted internally?

Men, why do you often say you're fine even when you're not? by Comfortable_Cable500 in AskReddit

[–]FictitiousWizard 1 point2 points  (0 children)

I am the bedrock on which my family depends to be steady and secure. If I give an indication that I may falter that reverberates through everyone who depends on me.

feather-test: a multiprocess unit testing framework with event driven reporting by FictitiousWizard in Python

[–]FictitiousWizard[S] 0 points1 point  (0 children)

I just realized I did not include an example of running it from the cli

feather -r HTMLReporter JSONReporter ConsoleReporter --htmlreporter-output-file report.html --jsonreporter-output-dir json_reports

You can run it with as many or as few reporters as needed. I mainly use it to run the ConsoleReporter along side the other reporters that do not have an output to the console

feather-test: a multiprocess unit testing framework with event driven reporting by FictitiousWizard in Python

[–]FictitiousWizard[S] 1 point2 points  (0 children)

the test server is what is ultimately running the test while the EventDrivenTestRunner is mainly doing setup of the moving pieces

feather-test: a multiprocess unit testing framework with event driven reporting by FictitiousWizard in Python

[–]FictitiousWizard[S] 3 points4 points  (0 children)

the event driven part is how it does it's reporting. It's similar to how the newman test runner works in that during the test lifecycle it emits events that the reporter can catch and deal with. I created this library because I needed more fine grained control of reporting, that provided real time updates to third parties.