this post was submitted on 29 Jul 2023
89 points (91.6% liked)

Selfhosted

60951 readers
866 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Berkeley has this really cool program called BOINC that you can download and donate your computer's resources to processing scientific data. There are a bunch of projects to pick, from working on climate change, to cancer, to the Large Hadron Collider.

The good folks at linuxserver.io even have a ready to go Docker container for easy setup: https://hub.docker.com/r/linuxserver/boinc

Another possibility is running the Archive Team's Warrior, which downloads data from at risk web sites and uploads them to the Internet Archive: https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior

Does anyone else have examples of projects like this? My dream is for the Fediverse to have this sort of feature eventually.

you are viewing a single comment's thread
view the rest of the comments
[–] floofloof@lemmy.ca 12 points 3 years ago* (last edited 3 years ago)

As far as I know, the BOINC client just pulls down new data for processing when each batch of work is done. There's no pushing and no open tunnel or port. The software risk would be malicious code in a particular project (e.g. if it said it was folding proteins but actually mined bitcoins). I hope there's some vetting of project code.

The other risk is hardware (especially CPU and RAM) running its lifetime down more quickly because of the continual heavier usage.