We are still actively working on the spam issue.

Difference between revisions of "Citizen Science"

From InstallGentoo Wiki
Jump to: navigation, search
m (fixed interwiki links)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
In the context of modern computing, '''Citizen Science''' is the pooling of computer resources in order to divide the workload required to perform scientific calculations and research, in whole or in part, by amateur or nonprofessional computer enthusiasts.
 +
 
== BOINC ==
 
== BOINC ==
  
Line 25: Line 27:
  
 
E-Hentai Galleries (the guys that give us sadpanda) run a service called [http://ehwiki.org/wiki/Hentai@Home Hentai@Home] that allows users to distribute the load of hentai porn in their database over P2P, thus reducing the load on their main servers. In return, you get [http://ehwiki.org/wiki/Hentai@Home#Rewards rewards on E-Hentai].
 
E-Hentai Galleries (the guys that give us sadpanda) run a service called [http://ehwiki.org/wiki/Hentai@Home Hentai@Home] that allows users to distribute the load of hentai porn in their database over P2P, thus reducing the load on their main servers. In return, you get [http://ehwiki.org/wiki/Hentai@Home#Rewards rewards on E-Hentai].
 +
 +
The Hentai@Home client runs on any platform that supports Java 6, and supports a graphical or command-line interface.
  
 
E-Hentai pays out rewards in Hath points, which can be exchanged for Credits or Gallery Points, all of which unlock features or allow you to download full-size archives of individual galleries. The H@H algorithm is weighted to reward clients for connection quality or "Trust" instead of total data volume. Static IPs are a plus, as the service correlates Trust with the amount of static IP ranges associated with your client. You must be able to sustain at least 3.00Mb/s or 375 KB/s upload speeds.
 
E-Hentai pays out rewards in Hath points, which can be exchanged for Credits or Gallery Points, all of which unlock features or allow you to download full-size archives of individual galleries. The H@H algorithm is weighted to reward clients for connection quality or "Trust" instead of total data volume. Static IPs are a plus, as the service correlates Trust with the amount of static IP ranges associated with your client. You must be able to sustain at least 3.00Mb/s or 375 KB/s upload speeds.
Line 44: Line 48:
 
[[File:Archiveteamwarrior.jpg|thumb|200px|right|ArchiveTeam Warrior user interface]]
 
[[File:Archiveteamwarrior.jpg|thumb|200px|right|ArchiveTeam Warrior user interface]]
 
The [http://archiveteam.org/index.php?title=ArchiveTeam_Warrior Archive Team Warrior] Virtual Machine downloads web pages to assist [http://archiveteam.org/index.php?title=Main_Page Archive Team] in keeping a copy of websites which are being taken down.
 
The [http://archiveteam.org/index.php?title=ArchiveTeam_Warrior Archive Team Warrior] Virtual Machine downloads web pages to assist [http://archiveteam.org/index.php?title=Main_Page Archive Team] in keeping a copy of websites which are being taken down.
 +
 +
== Distributed.net ==
 +
 +
[http://www.distributed.net/Main_Page Distributed.net] is a distributed system of computers on a internet-enabled network working together to solve problems. Distributed.net utylizes the combined [[CPU]] and [[GPU]] power in an attempt to crack encryption systems and solve complex mathematical equations. The reason for the cracking is not some kind of [[NSA]] honeypot. The reason for the cracking of encryption systems is to make them better. In the mid 1990's, an encryption standard known as '''DSA''' was the world standard (this was before [[PGP]]). In combination with Distributed.net, and the [[EFF]], they were able to crack this encryption standard, showing the fallacies in it. Soon after, the encryption standard was replaced with a much better one.
 +
 +
Distributed.net currently has two current projects running, and three possible future projects.
  
 
== See Also ==
 
== See Also ==
* [https://en.wikipedia.org/wiki/List_of_distributed_computing_projects List of BOINC Projects]
+
* [[Wikipedia:List_of_distributed_computing_projects |List of BOINC Projects]]
* [https://en.wikipedia.org/wiki/List_of_citizen_science_projects List of Citizen Science Projects]
+
* [[Wikipedia:List_of_citizen_science_projects |List of Citizen Science Projects]]
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:Culture]]
 +
[[Category:HowTo]]

Revision as of 05:23, 11 March 2016

In the context of modern computing, Citizen Science is the pooling of computer resources in order to divide the workload required to perform scientific calculations and research, in whole or in part, by amateur or nonprofessional computer enthusiasts.

BOINC

BOINC Manager application running some Primegrid taks

The Berkeley Open Infrastructure for Networked Computing is a framework for combining multiple computers together to perform work. A central server divides up the work into small tasks and passes it out to clients in it's network, which then compute the work and send back the results. What kind of work?

BOINC is cross-platform, but each project has it's own platform requirements. Most have at least a Windows and Linux client.

Your GPU can be used instead of your CPU to compute results faster. Some projects support an Nvidia OpenCL client and a few support AMD GPUs.

Once installed and attached to projects, BOINC takes care of itself. It will pause computation if it detects significant cpu/gpu usage so you shouldn't notice any slowdown when you're doing something intensive.

Depending on the project, tasks can take anywhere from a few minutes, to many days. When you complete tasks you are awarded points. You can track these points on several different websites. You can also join teams and share your points with them.

Hentai@Home

E-Hentai Galleries (the guys that give us sadpanda) run a service called Hentai@Home that allows users to distribute the load of hentai porn in their database over P2P, thus reducing the load on their main servers. In return, you get rewards on E-Hentai.

The Hentai@Home client runs on any platform that supports Java 6, and supports a graphical or command-line interface.

E-Hentai pays out rewards in Hath points, which can be exchanged for Credits or Gallery Points, all of which unlock features or allow you to download full-size archives of individual galleries. The H@H algorithm is weighted to reward clients for connection quality or "Trust" instead of total data volume. Static IPs are a plus, as the service correlates Trust with the amount of static IP ranges associated with your client. You must be able to sustain at least 3.00Mb/s or 375 KB/s upload speeds.

Legality

Since E-Hentai hosts all manner of lolicon, shotacon and bestiality content, running a Hentai@Home node may violate local laws depending on your jurisdiction. As of writing, there is no way to prevent your Hentai@Home client from caching and serving this content. In addition, cached files are served over unencrypted HTTP and are stored in an unencrypted format. Proceed with caution.

Do NOT run a Hentai@Home node if you live in the a jurisdiction where lolicon, shotacon, and bestiality content is illegal, such as the United Kingdom.

GalaxyZoo

Galaxy Zoo is an interactive project where, after a brief tutorial and test, you help identify galaxies and other objects in space through your browser.

Archive Team

ArchiveTeam Warrior user interface

The Archive Team Warrior Virtual Machine downloads web pages to assist Archive Team in keeping a copy of websites which are being taken down.

Distributed.net

Distributed.net is a distributed system of computers on a internet-enabled network working together to solve problems. Distributed.net utylizes the combined CPU and GPU power in an attempt to crack encryption systems and solve complex mathematical equations. The reason for the cracking is not some kind of NSA honeypot. The reason for the cracking of encryption systems is to make them better. In the mid 1990's, an encryption standard known as DSA was the world standard (this was before PGP). In combination with Distributed.net, and the EFF, they were able to crack this encryption standard, showing the fallacies in it. Soon after, the encryption standard was replaced with a much better one.

Distributed.net currently has two current projects running, and three possible future projects.

See Also