Earlier quoted context omitted.
If the internet would go offline "for real" even for days, all hell would break lose. It would not be as bad as electricity going offline, but it's in the same category now. No credit card payments payments (food, gas), no logistics. Prepper stuff. The real scenario long-term is that quality content like Wikipedia could either be taken offline, be poisoned by AI or taken over or censored by authoritarians or corporat…
And a couple of hours later, major blackout in Spain.
Internet in a Box
181–190 of 263 posts
Re: Internet in a Box
#182If no one produces such a device I may need to make one myself by the time my toddler gets old enough to go online.
Re: Internet in a Box
#183Earlier quoted context omitted.
> I don't think determining factor is price This is a solution that is supposed to be affordable in third-world countries, where 99% of all personal computing happens on low-to-mid-end smartphones. Unless you specifically mean first-world countries, in which case you can just run a hotspot from your PC or laptop. > it is how easy or hands off the appliance can be. I can already barely justify having a single RasPi pl…
It's not a solved problem for people that aren't technically capable, and do not have internet access. It's why Kiwix was developed, so people don't have to run a full web stack (which requires a rdbms) for wikipedia. I don't know if LM is the answer and probably not in power deprived areas, but running a rdbms is defintely isn't it.
I agree with you on every step and every point except the LM. Your entire argument hinges on FTS requiring a fat RDBMS. This is not the case.
Postgres is what I have experience with, but I just looked up SQLite and indeed it has FTS5[1]. This is not an LM-grade problem, this is a solved problem.
Re: Internet in a Box
#184Volunteer for Kiwix here ( https://kiwix.org ), we do a lot of offline Wikipedia stuff. I've personally worked on MWOffliner ( https://github.com/openzim/mwoffliner ) which scrapes MediaWikis, primarily Wikipedia. We have apps for basically every platform. Our PWA even supports IE 11! You can use the WP1 tool which I'm the primary maintainer of ( https://wp1.openzim.org/#/selections/user ) to create "selections" whic…
If I'm reading this right, the last full zim archive of all of english wikipedia is wikipedia_en_all_maxi_2024-01.zim which is now about 16 months old. Is that right, or is are another more recent sources? The current US administration is actively trying to interfere with Wikipedia and censor public speech or information that is detrimental to their disinformation campaign. [1] Do you know if there is an effort to pu…
Re: Internet in a Box
#185I'd love to see something like this that is marketed to parents or schools who want to give kids a way to access the good parts of the internet (Wikipedia, e-books, etc) without the toxic parts. Maybe throw in some kind of de-centralized social media or file sharing for collaboration with other students or like-minded families. Kiwix + Pi-hole + Activity Pub basically. The device could create its own network (that on…
Re: Internet in a Box
#186Earlier quoted context omitted.
We are actually IIAB partners, we attribute to all the various OOS projects (Kiwix, IIAB)in our credits and comply with all the licensing. Our goal was just to make those packages polished as a consumer product and add newer content (some licensed and some commissioned ).
Curious why you went with a 512GB SD card for the Prepperdisk, instead of a usb drive? I guess it might make the enclosure bigger, but every RPi thing I have built has been undone by SD card corruption (unless I used the overlay filesystem).
Re: Internet in a Box
#187I'd love to see something like this that is marketed to parents or schools who want to give kids a way to access the good parts of the internet (Wikipedia, e-books, etc) without the toxic parts. Maybe throw in some kind of de-centralized social media or file sharing for collaboration with other students or like-minded families. Kiwix + Pi-hole + Activity Pub basically. The device could create its own network (that on…
Re: Internet in a Box
#188Earlier quoted context omitted.
We are actually IIAB partners, we attribute to all the various OOS projects (Kiwix, IIAB)in our credits and comply with all the licensing. Our goal was just to make those packages polished as a consumer product and add newer content (some licensed and some commissioned ).
And yet there's neither mention of projects over https://www.prepperdisk.com/pages/about-us
Re: Internet in a Box
#189Volunteer for Kiwix here ( https://kiwix.org ), we do a lot of offline Wikipedia stuff. I've personally worked on MWOffliner ( https://github.com/openzim/mwoffliner ) which scrapes MediaWikis, primarily Wikipedia. We have apps for basically every platform. Our PWA even supports IE 11! You can use the WP1 tool which I'm the primary maintainer of ( https://wp1.openzim.org/#/selections/user ) to create "selections" whic…
Neat, thanks! I'm CTO of Ameelio (non-profit) and have been eyeing Kiwix for awhile. Getting content to incarcerated people is a unique challenge due to the exceptional security requirements, and an offline solution like kiwix might fit in well. Being able to narrow down categories is a huge capability for us. Thank you!