So I guess it’s time to get some computer memory back, and close out some Reloading Tabs.
Goodbye Speer Gold Dot rifle bullets. I will treasure the 140 grain 6.5 millimeter bullets I already have, but I don’t expect to buy any more unless I find finished ammo and do pull-downs to get the bullets. A very expensive way to get bullets.
Goodbye, Primary Arms Mil Dot Scope ! Got about 8 of them, will have to make do with what I have.
Goodbye 5000 packs of primers at Target Sports.
I’m still carrying a Torch for the 150 grain Barnes TTSX, at Midway. They’re in stock occasionally.
Goodbye Deadair e-Brake. I thought I could get another 3 dB of sound reduction out of one of these. Might never find out now !
Still carrying a torch for the 75 grain 223 Gold Dot. Not closing that one out, but I’m probably just being stubborn.
The BRIGHT SIDE of reloading price increases - Vihtavuori is comparatively more affordable ! And it’s in stock.
But I have enough IMR 3031, I don’t need to spend $150 to try out Vihtavuori N133.
Talking to other people at the rifle range, I hear about how there have been shortages before, sometimes related to increased demand, sometimes related to Pronouncements by the gun-grabbers, sometimes occurring after mass shootings in the US.
They say it like, Demand comes and goes, ebbs & floes.
But I have a feeling that this time might be different.
I like IMR 4831, was just assembling some 6.5 Creedmoor bullets with the 144 grain Lapua FMJ, which I think is a good match for IMR 4831.
$50 a pound is expensive. Are you in the US or Australia ?
I recommend watching the bulletin board at the rifle range. I bought some 7828 in a 1 pound can, from some guy with re-loading stuff who was moving to California.
Like most reloaders, I have recipes for various calibers that I use over and over, like IMR 4831, Speer #2040 for my 30-06 loads that have great results. I don’t want to spend the time to work up another recipe but I will if I have to.
Another option is to have a cron job that executes Chrome from the command line at an appointed time and loads a designated web page.
I have hundreds of web pages that pop-up at defined intervals so that I can watch items that are perpetually out of stock. The memory gets released when the windows get closed so I never have to maintain an obscene number of open windows, run out of memory, or move memory to swap.
You can create a schedule task: Schtasks: Management Services | Microsoft Learn
you can also create a PowerShell script and run it from the scheduler - I prefer to use schedule to call a PowerShell script. It’s easier to modify the script than the scheduled task.
PowerShell to open edge and navigate to a page: Start-Process -FilePath “C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe” -ArgumentList ‘–start-fullscreen “https://palmettostatearmory.com/”’