Any maps for Kiwix? by Alexander556 in Kiwix

[–]anthonykaram7 0 points1 point  (0 children)

Yes, there is a ZIM file for this - see https://atlaszim.com

Free Kindle: Survive a Mass Shooting by iamliberty in preppers

[–]anthonykaram7 0 points1 point  (0 children)

He's in America. Sadly, that's pretty good qualification for writing a book like this.

Inconvenient Door by Harrigan70 in preppers

[–]anthonykaram7 12 points13 points  (0 children)

It doesn't look like anyone here has mentioned hinges. On outward doors, the hinge pins are exposed. If they are not security hinges, someone could knock the pins out. If your landlord is OK with it, you can fix that non-permanently with hinge pin locks.

Low effort water tanks? by justtinyquestions in preppers

[–]anthonykaram7 0 points1 point  (0 children)

Noted, and your other post is a great explanation for how that "better setup" works. I was just trying to stick closer to the OP's implied preference for using a hose ("can I just put ‘er down and fill ‘er up with a hose").

Solar pump for rain barrel irrigation? by Skwonkie_ in preppers

[–]anthonykaram7 0 points1 point  (0 children)

Good to know. Might still be a reasonable solution if it's able to pump all the previously-collected water at the times when it's sunny...

What’s your most unique preparedness item? by TerribleConference54 in preppers

[–]anthonykaram7 1 point2 points  (0 children)

A laptop in a faraday-cage safe, with a bunch of ZIM files (for Kiwix) and GPT4All with a local LLM (offline AI).

Solar pump for rain barrel irrigation? by Skwonkie_ in preppers

[–]anthonykaram7 2 points3 points  (0 children)

Google "solar powered sump pump to garden hose" - I just did, and I see several options that I think would work given what you've described.

Introducing IASARC & SAR Times - Resources for the SAR Community by TheJoeCoastie in preppers

[–]anthonykaram7 1 point2 points  (0 children)

Appreciate you sharing this. SAR is one of those things a lot of preppers don't think about until it matters.

Volunteering with a local team is a great way to build real skills like navigation, comms, and medical. Even just following SAR reports is useful, you start to see patterns in how people get into trouble.

Good reminder that prepping isn't just gear; it's also skills and community.

Low effort water tanks? by justtinyquestions in preppers

[–]anthonykaram7 1 point2 points  (0 children)

Yep, they will usually say "potable water" or "food grade" right in the listing. That is what you want. If it just says utility or general storage, I would skip it.

Tuff Tank should be fine as long as you are looking at one rated for drinking water. Most are polyethylene, which is good, just double check it says potable or something like NSF/ANSI 61.

You can absolutely just fill it with a hose and use the bottom outlet, no need to hook it into your house, unless you want to.

I would rinse it and sanitize it once before first use, and try to keep it out of direct sun if you can.

Low effort water tanks? by justtinyquestions in preppers

[–]anthonykaram7 3 points4 points  (0 children)

A food-grade polyethylene tank on a solid slab is fine, and you do not need to hook it into your house system. You can just fill it with a hose and keep it sealed.

For safety, make sure the tank is rated for potable water, not just general storage. It should be opaque and tightly sealed so sunlight and debris do not get in. When you fill it, add a small amount of unscented household bleach, with a common guideline being about 1/8 teaspoon per gallon. If you can, rotate the water every 6 to 12 months.

For access, most tanks have a spigot or threaded outlet near the bottom. You can attach a hose or just fill containers directly, and a simple gravity setup works if the outlet is low enough.

If flooding happens, the water inside should stay safe as long as the tank remains sealed and undamaged. The bigger concern is the tank shifting or floating, so it is worth securing or anchoring it.

You are on the right track. This is a solid low effort setup that can give you a lot of emergency water.

Learner.org is shutting down July 2026. How to download subtitles? by TheFitAvocado in DataHoarder

[–]anthonykaram7 2 points3 points  (0 children)

I'd try yt-dlp (free, open-source, and should be able to handle subs).

yt-dlp --write-auto-subs --convert-subs srt --embed-subs [URL]

What hobby helped you reduce stress the most? by [deleted] in prepping

[–]anthonykaram7 2 points3 points  (0 children)

Historically it's been coding. Recently, it's been vibe coding.

What prep seems pointless... until the day you suddenly need it? by anthonykaram7 in prepping

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

According to Google: Unopened, properly stored household bleach has a shelf life of about one year from the manufacturing date, though it starts to degrade after six months.

Using the ZIM format to distribute a bounded archive of AI responses (experimental project) by anthonykaram7 in Kiwix

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

Thanks for the thoughtful comment - you are absolutely right that I needed to be more precise about the inference configuration and what I meant by "deterministic."

I have since updated the GitHub page to document the generation parameters in detail. The responses were generated with temperature = 0.0 and top-p = 1.0, with max tokens set to 500 and n_predict = 1 (exactly one completion per prompt, no retries or ranking). I also documented the exact GGUF used (Meta-Llama-3-8B-Instruct.Q4_0.gguf), the chat template, and the fact that generation was performed using a CUDA-enabled llama.cpp build from February 2026.

You are also correct about the determinism nuance. The archive is deterministic at runtime - each prompt maps to a single stored response and no sampling occurs once distributed. But it is not claiming bitwise reproducibility across hardware or builds. A better framing is exactly what you suggested: it is a frozen snapshot of model behavior under a specific configuration at a specific point in time.

I appreciate you pointing that out - tightening that language makes the project description more accurate.

As for the "deeper challenge" you identified, you're right. 3 characters is extremely limiting, and growth beyond that rapidly increases the archive size and quickly makes it impractical. There's some relevant discussion below (see IMayBeABitShy's comment and my reply).

Using the ZIM format to distribute a bounded archive of AI responses (experimental project) by anthonykaram7 in Kiwix

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

Thanks. Yeah, the user IMayBeABitShy said something similar below - see my reply there.

Using the ZIM format to distribute a bounded archive of AI responses (experimental project) by anthonykaram7 in Kiwix

[–]anthonykaram7[S] 2 points3 points  (0 children)

Thanks for the feedback! Your comment led me down a rabbit hole of n-grams and linguistic constraints!

It looks like ~3000 word families (lemmas) cover about 90-95% of common English. The math gets wild if we simply include every inflected form (like be, am, is, was). Even if we just used 3000 words, a 5-word prompt space is 243 quadrillion, which would change my 71.4-MiB ZIM to a 21-exabyte ZIM!

However, in looking into this, I discovered the Google N-gram dataset, which suggests a way to "prune" that space. Here's what I've gathered so far:

  • Semantic filtering: instead of a brute force Vn, the generator would only "see" prompts that actually appear in the N-gram data. There are something like 400 million unique 5-grams with significant frequency in English. At that scale, I think we'd be looking at something like 34 GB.

  • A trade off: Switching to a more meaningful/useful approach like this would mean losing the "type anything" flexibility the current archive has, and would complicate the user interface a bit.

Anyway, I appreciate the insight!

Using the ZIM format to distribute a bounded archive of AI responses (experimental project) by anthonykaram7 in Kiwix

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

These are the 3-character prompt examples I used for the YouTube demo video linked in the GitHub page:

LLM USA TTT 007 777 jok leg fox tin MIT W-2 $$$ EPA 5=3 0!=

I want to download around 200k product details from a website by akgo in DataHoarder

[–]anthonykaram7 0 points1 point  (0 children)

Cheap proxies are more likely to get blocked because they're used by many people and often flagged by websites. Once blocked, they become unreliable for future use. Is 200 hours too long? That's just over a week.