Revert "add people tag as author in blog posts"
This reverts commit 26f8ca3840.
This commit is contained in:
@@ -6,13 +6,15 @@ updated: 2021-10-01 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation]
|
||||
tags: [threefold_grid, blockchain, technology]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/project_comparison_1_dfinity.png
|
||||
|
||||
---
|
||||
|
||||
Whether you’re new to ThreeFold or have been around for a while, the decentralization and blockchain space can often be quite elusive and opaque with regards to what certain projects have to offer. Very clear, however, is the current market cap for aggregated decentralized compute and storage projects which exceeds 50 billion USD. Therefore, we decided to shed some light on the space and to show you how our solutions compare to those of other projects.
|
||||
|
||||
@@ -7,17 +7,18 @@ updated: 2021-10-04 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [scott_yeager]
|
||||
categories: [foundation]
|
||||
tags: [foundation,farming,cloud]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Scott Yeager
|
||||
authorImg: images/people/scott_yeager.jpg
|
||||
imgPath: images/blog/building_a_new_internet_3.png
|
||||
|
||||
---
|
||||
|
||||
_Welcome back for another installment of our accessible series on ThreeFold Grid technology. We are working through the three major categories that make up cloud infrastructure: storage, compute, and network. This time, we'll be focusing on compute._
|
||||
*Welcome back for another installment of our accessible series on ThreeFold Grid technology. We are working through the three major categories that make up cloud infrastructure: storage, compute, and network. This time, we'll be focusing on compute.*
|
||||
|
||||
## What is compute?
|
||||
|
||||
@@ -25,7 +26,7 @@ While [storage](https://threefold.io/blog/post/building_a_new_internet_from_the_
|
||||
|
||||
<br/>
|
||||
|
||||
As mentioned in the [first part](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) of this series, compute is basically what happens with data once it reaches its destination. Compute gives data relevance, by processing it according to the instructions provided by developers in their source code. When talking about what the [ThreeFold Grid](https://threefold.io/grid) offers in terms of compute, it's mostly about how the code that developers produce gets executed in order to provide the services we enjoy.
|
||||
As mentioned in the [first part](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) of this series, compute is basically what happens with data once it reaches its destination. Compute gives data relevance, by processing it according to the instructions provided by developers in their source code. When talking about what the [ThreeFold Grid](https://threefold.io/grid) offers in terms of compute, it's mostly about how the code that developers produce gets executed in order to provide the services we enjoy.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -45,7 +46,7 @@ In this context, compute is mostly responsible for organizing all of our message
|
||||
|
||||
<br/>
|
||||
|
||||
Here is an important distinction about how the ThreeFold Grid operates. In a traditional cloud environment, it is impossible to know for sure what is happening on the backend, even if you are the one running the service. The administrative access retained by the cloud provider can be used for surveillance and tampering that can be very difficult or impossible to detect.
|
||||
Here is an important distinction about how the ThreeFold Grid operates. In a traditional cloud environment, it is impossible to know for sure what is happening on the backend, even if you are the one running the service. The administrative access retained by the cloud provider can be used for surveillance and tampering that can be very difficult or impossible to detect.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -57,7 +58,7 @@ Since we're getting a bit into the technical weeds here, we'll just take a brief
|
||||
|
||||
### Zmachine
|
||||
|
||||
Zmachine is a lightweight virtual machine (VM) implementation that's been developed in a uniquely efficient way by ThreeFold. VMs are essentially computers within computers, allowing multiple operating systems to run on a single physical system. A common example is running the Windows operating system on a Mac that's already running MacOS.
|
||||
Zmachine is a lightweight virtual machine (VM) implementation that's been developed in a uniquely efficient way by ThreeFold. VMs are essentially computers within computers, allowing multiple operating systems to run on a single physical system. A common example is running the Windows operating system on a Mac that's already running MacOS.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -65,7 +66,7 @@ In the cloud world, virtual machines are a classic way to manage complex deploym
|
||||
|
||||
### Flist
|
||||
|
||||
The [Flist](https://threefold.io/how-it-works/zflist) is a next generation container format which extends the industry standard Docker container concept in an efficient and secure way. It is supported directly at the operating system level on Zero OS, and in its latest version on ThreeFold Grid 3.0, provides a unique advantage over traditional containers via the use of mini virtual machines.
|
||||
The [Flist](https://threefold.io/how-it-works/zflist) is a next generation container format which extends the industry standard Docker container concept in an efficient and secure way. It is supported directly at the operating system level on Zero OS, and in its latest version on ThreeFold Grid 3.0, provides a unique advantage over traditional containers via the use of mini virtual machines.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
@@ -7,13 +7,14 @@ updated: 2021-10-05 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation]
|
||||
tags: [threefold_grid, blockchain, technology, threefold_cloud, threefold_token]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/project_comparison_2_akash.png
|
||||
|
||||
---
|
||||
|
||||
@@ -21,7 +22,7 @@ As announced in [the first episode of this series](https://threefold.io/blog/pos
|
||||
|
||||
## Akash & how the project compares to ThreeFold
|
||||
|
||||
Founded in 2015, [Akash](https://akash.network) is an open-source and blockchain-based cloud computing platform. They [strive](https://akash.network/about#vision) for an open, permissionless, and sovereign cloud that allows anyone to reserve computing resources without any intermediaries. Their cloud platform provides a simple way for deploying and scaling cloud applications.
|
||||
Founded in 2015, [Akash](https://akash.network) is an open-source and blockchain-based cloud computing platform. They [strive](https://akash.network/about#vision) for an open, permissionless, and sovereign cloud that allows anyone to reserve computing resources without any intermediaries. Their cloud platform provides a simple way for deploying and scaling cloud applications.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -41,11 +42,11 @@ Akash is one of the most robust decentralized compute solutions out there and is
|
||||
|
||||
<br/>
|
||||
|
||||
With ThreeFold, developers are enabled to tailor the terms for storing their workloads to fit their needs, benefiting from full decentralization and edge possibilities. Moreover, developers get access to the most distributed peer-to-peer infrastructure in the world – the ThreeFold, currently present in [more than 50 countries](https://explorer.grid.tf). Another unique attribute of the ThreeFold Grid is that the capacity within the network is provided by many people and organizations, forming an infrastructure that can be described as the “[People’s Internet](https://threefold.io/blog/post/tf_grid_peoples_internet/).” It is the first full-stack blockchain-enabled cloud to be made open source, allowing anyone to connect cloud capacity to the network by downloading [Zero-OS](https://threefold.io/tech/zero-os), our stateless and lightweight operating system powering the [ThreeFold Grid](https://threefold.io/grid). Once booted, the servers run and can’t be accessed physically. As they’re self-healing, they don’t require any maintenance. All in all, this model flips traditional IT upside down, allowing anyone to [join](https://threefold.io/blog/post/join_the_peoples_internet/) the ThreeFold ecosystem.
|
||||
With ThreeFold, developers are enabled to tailor the terms for storing their workloads to fit their needs, benefiting from full decentralization and edge possibilities. Moreover, developers get access to the most distributed peer-to-peer infrastructure in the world – the ThreeFold, currently present in [more than 50 countries](https://explorer.grid.tf). Another unique attribute of the ThreeFold Grid is that the capacity within the network is provided by many people and organizations, forming an infrastructure that can be described as the “[People’s Internet](https://threefold.io/blog/post/tf_grid_peoples_internet/).” It is the first full-stack blockchain-enabled cloud to be made open source, allowing anyone to connect cloud capacity to the network by downloading [Zero-OS](https://threefold.io/tech/zero-os), our stateless and lightweight operating system powering the [ThreeFold Grid](https://threefold.io/grid). Once booted, the servers run and can’t be accessed physically. As they’re self-healing, they don’t require any maintenance. All in all, this model flips traditional IT upside down, allowing anyone to [join](https://threefold.io/blog/post/join_the_peoples_internet/) the ThreeFold ecosystem.
|
||||
|
||||
<br/>
|
||||
|
||||
Both projects also reward their communities for providing capacity. Akash planned to launch a limited edition for an own node device, called Supermini, with plug-and-play functionalities similar to our [3Node](https://library.threefold.me/info/threefold#/technology/technology?id=_3nodes). _However, Akash [just announced](https://akash.network/blog/supermini-update) that they’ll be postponing the launch of their Supermini indefinitely, meaning they won't be offering anything comparable to our 3Node anytime soon._ Our [3Node](https://threefold.io/farm) is a general purpose computer that acts as a low-level provider for IT capacity. It is booted with our unique operating system Zero-OS and enables even people without technical skills to participate. We’re collaborating with certified hardware partners and plan to extend our reach in the near future to allow even more people to [join](https://threefold.io/blog/post/join_the_peoples_internet/) the ThreeFold Grid.
|
||||
Both projects also reward their communities for providing capacity. Akash planned to launch a limited edition for an own node device, called Supermini, with plug-and-play functionalities similar to our [3Node](https://library.threefold.me/info/threefold#/technology/technology?id=_3nodes). *However, Akash [just announced](https://akash.network/blog/supermini-update) that they’ll be postponing the launch of their Supermini indefinitely, meaning they won't be offering anything comparable to our 3Node anytime soon.* Our [3Node](https://threefold.io/farm) is a general purpose computer that acts as a low-level provider for IT capacity. It is booted with our unique operating system Zero-OS and enables even people without technical skills to participate. We’re collaborating with certified hardware partners and plan to extend our reach in the near future to allow even more people to [join](https://threefold.io/blog/post/join_the_peoples_internet/) the ThreeFold Grid.
|
||||
|
||||
## Tokenomics and incentive models
|
||||
|
||||
@@ -53,11 +54,11 @@ Both, Akash Token (AKT) and [ThreeFold Token](https://threefold.io/tft) (TFT), a
|
||||
|
||||
## Conclusion
|
||||
|
||||
All in all, Akash does a great job with regards to decentralizing cloud capacity. However, it doesn’t challenge the status-quo in terms of [data privacy](https://forum.threefold.io/t/security-privacy-on-the-threefold-grid-and-second-best-alternatives-out-there-today/1290). At ThreeFold, we’re determined to empower users, to give them back control and ownership of their data in an [entirely secure](https://forum.threefold.io/t/critical-security-updates-for-apple-and-google-underline-need-for-secure-it-ecosystem/1271), peer-to-peer IT ecosystem. While Akash and ThreeFold seem like competitors on a cloud level, we see ourselves more as a potential [decentralized substrate](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295) for Akash to scale to the edges of our world. Akash developers would surely benefit from the lightweight and stateless features of our Zero-OS which could provide them with a more efficient and private infrastructure to test, build, and collaborate on workloads.
|
||||
All in all, Akash does a great job with regards to decentralizing cloud capacity. However, it doesn’t challenge the status-quo in terms of [data privacy](https://forum.threefold.io/t/security-privacy-on-the-threefold-grid-and-second-best-alternatives-out-there-today/1290). At ThreeFold, we’re determined to empower users, to give them back control and ownership of their data in an [entirely secure](https://forum.threefold.io/t/critical-security-updates-for-apple-and-google-underline-need-for-secure-it-ecosystem/1271), peer-to-peer IT ecosystem. While Akash and ThreeFold seem like competitors on a cloud level, we see ourselves more as a potential [decentralized substrate](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295) for Akash to scale to the edges of our world. Akash developers would surely benefit from the lightweight and stateless features of our Zero-OS which could provide them with a more efficient and private infrastructure to test, build, and collaborate on workloads.
|
||||
|
||||
<br/>
|
||||
|
||||
Akash and ThreeFold share the same goal – to bring secure, performant, and data-sovereign cloud solutions for humanity to thrive. As Sam [put in a nutshell](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295): ThreeFold is the ideal substrate for projects like Akash to run on, instead of depending on traditional cloud providers – as we provide the low-level primitives for a decentralized world. So, we believe [Akash and ThreeFold](https://forum.threefold.io/t/how-is-threefold-different-from-akash-and-holochain/804/2) are complementary in many ways and could join forces to further push the boundaries of [cloud decentralization](https://africa.businessinsider.com/local/markets/ambitious-startup-to-disrupt-the-internet-and-cloud/b38rwj4) together.
|
||||
Akash and ThreeFold share the same goal – to bring secure, performant, and data-sovereign cloud solutions for humanity to thrive. As Sam [put in a nutshell](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295): ThreeFold is the ideal substrate for projects like Akash to run on, instead of depending on traditional cloud providers – as we provide the low-level primitives for a decentralized world. So, we believe [Akash and ThreeFold](https://forum.threefold.io/t/how-is-threefold-different-from-akash-and-holochain/804/2) are complementary in many ways and could join forces to further push the boundaries of [cloud decentralization](https://africa.businessinsider.com/local/markets/ambitious-startup-to-disrupt-the-internet-and-cloud/b38rwj4) together.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
@@ -6,13 +6,15 @@ updated: 2021-10-08 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation]
|
||||
tags: [threefold_grid, blockchain, technology]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/project_comparison_3_filecoin.png
|
||||
|
||||
---
|
||||
|
||||
Welcome to the third stop on our journey that aims to better understand the space we operate in and how ThreeFold stands out. After exploring [Dfinity](https://threefold.io/blog/post/project_comparison_1_dfinity/) and [Akash](https://threefold.io/blog/post/project_comparison_2_akash/), I will now take a closer look at Filecoin to discover the similarities as well as differences of their project and ThreeFold. Let’s dive right in!
|
||||
@@ -43,7 +45,7 @@ By contributing and lending storage capacity on Filecoin’s marketplace, provid
|
||||
|
||||
<br/>
|
||||
|
||||
While we’ve built our own operating system [from scratch](https://threefold.io/blog/post/zero_os_blog/), starting just with a Linux kernel, Filecoin doesn't have its own OS. ThreeFold is not only more inclusive but also has a much higher scalability as anyone’s able to participate. In contrast, Filecoin even issues a warning in their [documentation](https://docs.filecoin.io/mine/) which states that in order to run a successful mining operation, one has to meet high hardware requirements and to be highly familiar with Filecoin. Thanks to our autonomous, self-healing technology, no maintenance is required. To ensure the security of our 3Nodes can’t be accessed physically once booted. Therefore, our ThreeFold Grid is much more inclusive, as the network capacity on it is provided by many people and organizations constituting what we like to call “[People’s Internet](https://threefold.io/blog/post/tf_grid_peoples_internet/).” Currently, we’re planning to extend our reach to enable even more people to join the ThreeFold Grid.
|
||||
While we’ve built our own operating system [from scratch](https://threefold.io/blog/post/zero_os_blog/), starting just with a Linux kernel, Filecoin doesn't have its own OS. ThreeFold is not only more inclusive but also has a much higher scalability as anyone’s able to participate. In contrast, Filecoin even issues a warning in their [documentation](https://docs.filecoin.io/mine/) which states that in order to run a successful mining operation, one has to meet high hardware requirements and to be highly familiar with Filecoin. Thanks to our autonomous, self-healing technology, no maintenance is required. To ensure the security of our 3Nodes can’t be accessed physically once booted. Therefore, our ThreeFold Grid is much more inclusive, as the network capacity on it is provided by many people and organizations constituting what we like to call “[People’s Internet](https://threefold.io/blog/post/tf_grid_peoples_internet/).” Currently, we’re planning to extend our reach to enable even more people to join the ThreeFold Grid.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -59,7 +61,7 @@ To conclude, the two projects share the same vision of bringing users’ data cl
|
||||
|
||||
<br/>
|
||||
|
||||
This is why ThreeFold is the [ideal substrate](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295) for projects like Filecoin to run on, as we’re already IPFS-compatible and provide the low-level primitives for a fully decentralized cloud. So, we believe Filecoin and ThreeFold could team up to jointly drive the decentralization of cloud.
|
||||
This is why ThreeFold is the [ideal substrate](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295) for projects like Filecoin to run on, as we’re already IPFS-compatible and provide the low-level primitives for a fully decentralized cloud. So, we believe Filecoin and ThreeFold could team up to jointly drive the decentralization of cloud.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
@@ -7,13 +7,14 @@ updated: 2021-10-11 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
categories: [farming,grid,aci,cloud,foundation]
|
||||
tags: [farming,threefold_grid,technology,peer_to_peer,threefold_cloud]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Sam Taggart
|
||||
authorImg: images/people/sam_taggart.jpg
|
||||
imgPath: images/blog/decentralize_blockchain.png
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -6,13 +6,15 @@ updated: 2021-10-12 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation, farming, cloud]
|
||||
categories: [foundation,farming,cloud]
|
||||
tags: [threefold_grid, threefold_cloud, technology, partner, peer_to_peer]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/threefold_cloud_vs_centralized_providers.png
|
||||
|
||||
---
|
||||
|
||||
As we’ve recently been exploring decentralized [projects](https://threefold.io/blog/post/project_comparison_1_dfinity/) to see where ThreeFold is in the space and where we stand out, we thought it’s a good time to also look into how we compare to traditional, centralized cloud providers.
|
||||
@@ -51,4 +53,4 @@ While electricity for storing and transporting data, administration, human resou
|
||||
|
||||
<br/>
|
||||
|
||||
All in all, the combination of our [ThreeFold Grid](https://threefold.io/grid) and [ThreeFold P2P Cloud](https://cloud.threefold.io) provide significant advantages over centralized cloud providers with their hyper-scale data centers. From decentralization and infinite scalability at the edge to considerable energy savings and cost effectiveness as well as data privacy and security, [our solution](https://africa.businessinsider.com/local/markets/ambitious-startup-to-disrupt-the-internet-and-cloud/b38rwj4) has much more value to offer, while solving critical issues related to centralized clouds. If you’d like to test our cloud solution yourself, take a look [here](https://threefold.io/info/cloud#/cloud__evdc_getting_started). You can also start participating in our decentralized ecosystem by becoming a [3Node](https://shop.threefold.tech/index.php?route=common/home) on our ThreeFold Grid.
|
||||
All in all, the combination of our [ThreeFold Grid](https://threefold.io/grid) and [ThreeFold P2P Cloud](https://cloud.threefold.io) provide significant advantages over centralized cloud providers with their hyper-scale data centers. From decentralization and infinite scalability at the edge to considerable energy savings and cost effectiveness as well as data privacy and security, [our solution](https://africa.businessinsider.com/local/markets/ambitious-startup-to-disrupt-the-internet-and-cloud/b38rwj4) has much more value to offer, while solving critical issues related to centralized clouds. If you’d like to test our cloud solution yourself, take a look [here](https://threefold.io/info/cloud#/cloud__evdc_getting_started). You can also start participating in our decentralized ecosystem by becoming a [3Node]( https://shop.threefold.tech/index.php?route=common/home) on our ThreeFold Grid.
|
||||
|
||||
@@ -6,13 +6,15 @@ updated: 2021-10-14 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation, cloud]
|
||||
tags: [threefold_grid, threefold_cloud, technology, blockchain, peer_to_peer]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/quest_decentralize_internet.png
|
||||
|
||||
---
|
||||
|
||||
Tim Berners-Lee created the web server and browser in 1990. Back then, the web was of a free, rather decentralized nature in which no single entity was to control the access to it. With the client-server architecture of the web, however, centralization came about. [Nowadays](https://threefold.io/info/threefold#/threefold__why_intro?id=everyone-should-be-autonomous), the web as well as the Internet in general are highly centralized. There are only a few companies acting as gatekeepers to large parts of today’s Internet. The Internet as we know it is continuously [struggling with issues](https://theconversation.com/web-3-0-the-decentralised-web-promises-to-make-the-internet-free-again-113139) related to its centralized nature – from censorship and attacks on net neutrality to manipulation attempts from companies with [monopolistic power](https://www.newyorker.com/magazine/2017/08/28/who-owns-the-internet). These issues are systematic and major players like Amazon or Facebook are [benefitting](https://techmonitor.ai/boardroom/power-of-tech-companies) from the situation as it is. This business model is also highly reliant on centralized hyperscale [data centers](https://threefold.io/blog/post/data_leaks/) that also come with a whole set of issues, from their vulnerability and limited scalability to their extremely high energy consumption [and more](https://threefold.io/blog/post/threefold_cloud_vs_centralized_providers_like_aws_azure/).
|
||||
@@ -23,7 +25,7 @@ People have become the [product](https://threefold.io/blog/post/threefold_data_s
|
||||
|
||||
<br/>
|
||||
|
||||
All of these issues have strengthened the push towards decentralization, mainly associated with the blockchain technology and cryptocurrencies like Bitcoin. However, many of the projects in the decentralized space still rely on centralized providers or structures to some degree. The second most-popular blockchain in the world, [Ethereum](https://threefold.io/blog/post/decentralize_blockchain/), for example, has 60% of its nodes run on [centralized cloud providers](https://threefold.io/blog/post/threefold_cloud_vs_centralized_providers_like_aws_azure/) with 25% of them running on Amazon Web Services (AWS). [Akash](https://threefold.io/blog/post/project_comparison_2_akash/), a blockchain-based cloud computing platform, prevents unutilized capacity from centralized cloud computing services from going to waste. Leveraging this underutilized cloud capacity, however, also causes Akash to be highly dependent on [centralized capacity](https://blog.orchid.com/akash-networks-greg-osuri-on-decentralizing-cloud-computing/). [Dfinity’s](https://threefold.io/blog/post/project_comparison_1_dfinity/) platform for decentralized apps (dApps) is based on an ecosystem of independent data centers, which makes it rather centralized on an infrastructural level.
|
||||
All of these issues have strengthened the push towards decentralization, mainly associated with the blockchain technology and cryptocurrencies like Bitcoin. However, many of the projects in the decentralized space still rely on centralized providers or structures to some degree. The second most-popular blockchain in the world, [Ethereum](https://threefold.io/blog/post/decentralize_blockchain/), for example, has 60% of its nodes run on [centralized cloud providers](https://threefold.io/blog/post/threefold_cloud_vs_centralized_providers_like_aws_azure/) with 25% of them running on Amazon Web Services (AWS). [Akash](https://threefold.io/blog/post/project_comparison_2_akash/), a blockchain-based cloud computing platform, prevents unutilized capacity from centralized cloud computing services from going to waste. Leveraging this underutilized cloud capacity, however, also causes Akash to be highly dependent on [centralized capacity](https://blog.orchid.com/akash-networks-greg-osuri-on-decentralizing-cloud-computing/). [Dfinity’s](https://threefold.io/blog/post/project_comparison_1_dfinity/) platform for decentralized apps (dApps) is based on an ecosystem of independent data centers, which makes it rather centralized on an infrastructural level.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -31,11 +33,11 @@ While the previously mentioned projects are all seeking to push decentralization
|
||||
|
||||
## How ThreeFold is Changing the Game
|
||||
|
||||
It is our [mission](https://threefold.io/mission) to transform the Internet and Cloud and to create borderless opportunities for humanity. Therefore, we‘re truly committed to decentralizing the infrastructure behind the Internet to scale current and future digital workloads. At Threefold, we’re building an entirely [new infrastructure](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) from the ground up, starting with a [Grid](https://threefold.io/grid) of new, neutral capacity and our operating system [Zero-OS](https://threefold.io/blog/post/zero_os_blog/). Our ThreeFold Grid, based on open-source [technology](https://threefold.io/tech), enables an autonomous, [secure](https://library.threefold.me/info/threefold#/tfgrid/threefold__usp_secure?id=network-security), and energy-efficient infrastructure that allows for unlimited scalability while remaining affordable. Our Grid is the largest and [most advanced](https://www.forbes.com/sites/johnkoetsier/2020/06/20/largest-distributed-peer-to-peer-grid-on-the-planet-laying-foundation-for-a-decentralized-internet/) peer-to-peer infrastructure in the world, already available in more than [50 countries](https://explorer.grid.tf/) and keeps expanding fast. With our energy-efficient full stack [cloud infrastructure](https://cloud.threefold.io), uniting compute, storage, and network, we are much more comprehensive than other projects.
|
||||
It is our [mission](https://threefold.io/mission) to transform the Internet and Cloud and to create borderless opportunities for humanity. Therefore, we‘re truly committed to decentralizing the infrastructure behind the Internet to scale current and future digital workloads. At Threefold, we’re building an entirely [new infrastructure](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) from the ground up, starting with a [Grid](https://threefold.io/grid) of new, neutral capacity and our operating system [Zero-OS](https://threefold.io/blog/post/zero_os_blog/). Our ThreeFold Grid, based on open-source [technology](https://threefold.io/tech), enables an autonomous, [secure](https://library.threefold.me/info/threefold#/tfgrid/threefold__usp_secure?id=network-security), and energy-efficient infrastructure that allows for unlimited scalability while remaining affordable. Our Grid is the largest and [most advanced](https://www.forbes.com/sites/johnkoetsier/2020/06/20/largest-distributed-peer-to-peer-grid-on-the-planet-laying-foundation-for-a-decentralized-internet/) peer-to-peer infrastructure in the world, already available in more than [50 countries](https://explorer.grid.tf/) and keeps expanding fast. With our energy-efficient full stack [cloud infrastructure](https://cloud.threefold.io), uniting compute, storage, and network, we are much more comprehensive than other projects.
|
||||
|
||||
<br/>
|
||||
|
||||
At ThreeFold, we believe in giving power to the people by developing technologies that empower individuals, enable social participation, and foster collaboration. We’re enabling even people without technical skills to [join the network](https://threefold.io/farm) with plug-and-play [3Nodes](https://shop.threefold.tech/index.php?route=common/home) offered through our certified hardware partners. The ThreeFold Grid is therefore [more inclusive](https://www.threefold.io/blog/post/tf_grid_peoples_internet/) and allows any individual to participate. Our peer-to-peer nature removes the need of centralized servers and any type of intermediary, allowing applications and data to live closer to where they’re being utilized.
|
||||
At ThreeFold, we believe in giving power to the people by developing technologies that empower individuals, enable social participation, and foster collaboration. We’re enabling even people without technical skills to [join the network](https://threefold.io/farm) with plug-and-play [3Nodes](https://shop.threefold.tech/index.php?route=common/home) offered through our certified hardware partners. The ThreeFold Grid is therefore [more inclusive](https://www.threefold.io/blog/post/tf_grid_peoples_internet/) and allows any individual to participate. Our peer-to-peer nature removes the need of centralized servers and any type of intermediary, allowing applications and data to live closer to where they’re being utilized.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
@@ -7,13 +7,14 @@ updated: 2021-10-21 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
taxonomies:
|
||||
people: [hannah_cordes]
|
||||
categories: [foundation, cloud, technology]
|
||||
tags: [threefold_grid, threefold_cloud, technology, blockchain, peer_to_peer]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Hannah Cordes
|
||||
authorImg: images/people/hannah_cordes.jpg
|
||||
imgPath: images/blog/project_comparison_4_storj.png
|
||||
|
||||
---
|
||||
|
||||
@@ -25,11 +26,11 @@ Welcome to the fourth part of our journey through the decentralization space. Af
|
||||
|
||||
<br/>
|
||||
|
||||
ThreeFold and Storj are both open source projects that view transparency as an integral part of their business philosophy. Actually, ThreeFold is the first full-stack blockchain-enabled [cloud](https://cloud.threefold.io/) to be made open source – all of our code is open source and available for everyone to review or use.
|
||||
ThreeFold and Storj are both open source projects that view transparency as an integral part of their business philosophy. Actually, ThreeFold is the first full-stack blockchain-enabled [cloud](https://cloud.threefold.io/) to be made open source – all of our code is open source and available for everyone to review or use.
|
||||
|
||||
<br/>
|
||||
|
||||
Another similarity is that security and privacy are crucial aspects of our projects. Both are private by design and believe it’s vital that every person has total [control and ownership](https://threefold.io/blog/post/threefold_data_sovereignty/) over their data – not even Storj or ThreeFold can access the data of users within their respective ecosystems, creating trustless environments. Storj provides security and privacy by encrypting the data by an [Uplink client](https://docs.storj.io/dcs/concepts/overview) before it is uploaded to its DCS. The data is then split into pieces which are distributed across different nodes and ISPs connected to Storj’s cloud network. At ThreeFold, we’re creating an [entirely secure](https://forum.threefold.io/t/critical-security-updates-for-apple-and-google-underline-need-for-secure-it-ecosystem/1271), peer-to-peer IT ecosystem that empowers users and gives them back control and ownership of their own data. We’re [secure](https://library.threefold.me/info/threefold#/tfgrid/threefold__usp_secure?id=network-security) across all dimensions of our solutions – from our operating system Zero-OS to Quantum Safe File System ([QSFS](https://threefold.io/tech/zdbfs)) and [Planetary Network](https://threefold.io/tech/planetary-network).
|
||||
Another similarity is that security and privacy are crucial aspects of our projects. Both are private by design and believe it’s vital that every person has total [control and ownership](https://threefold.io/blog/post/threefold_data_sovereignty/) over their data – not even Storj or ThreeFold can access the data of users within their respective ecosystems, creating trustless environments. Storj provides security and privacy by encrypting the data by an [Uplink client](https://docs.storj.io/dcs/concepts/overview) before it is uploaded to its DCS. The data is then split into pieces which are distributed across different nodes and ISPs connected to Storj’s cloud network. At ThreeFold, we’re creating an [entirely secure](https://forum.threefold.io/t/critical-security-updates-for-apple-and-google-underline-need-for-secure-it-ecosystem/1271), peer-to-peer IT ecosystem that empowers users and gives them back control and ownership of their own data. We’re [secure](https://library.threefold.me/info/threefold#/tfgrid/threefold__usp_secure?id=network-security) across all dimensions of our solutions – from our operating system Zero-OS to Quantum Safe File System ([QSFS](https://threefold.io/tech/zdbfs)) and [Planetary Network](https://threefold.io/tech/planetary-network).
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -37,7 +38,7 @@ While Storj does not have its own operating system, we’ve built our [Zero-OS](
|
||||
|
||||
<br/>
|
||||
|
||||
Both projects are compatible with certain IT tools and protocols. While Storj is S3-compatible and [integrates](https://www.storj.io/integrations) a couple of developer tools like FileZilla or Fastly, ThreeFold is highly compatible with leading industry standards and tools from S3 to Docker containers, [Kubernetes](https://forum.threefold.io/t/grid-utilization-plan-part-one/1157) and more. Moreover, ThreeFold can run anything that runs on Linux, allowing for a seamless migration of any digital workload, even from [traditional cloud providers](https://threefold.io/blog/post/threefold_cloud_vs_centralized_providers_like_aws_azure/) like Microsoft Azure or AWS.
|
||||
Both projects are compatible with certain IT tools and protocols. While Storj is S3-compatible and [integrates](https://www.storj.io/integrations) a couple of developer tools like FileZilla or Fastly, ThreeFold is highly compatible with leading industry standards and tools from S3 to Docker containers, [Kubernetes](https://forum.threefold.io/t/grid-utilization-plan-part-one/1157) and more. Moreover, ThreeFold can run anything that runs on Linux, allowing for a seamless migration of any digital workload, even from [traditional cloud providers](https://threefold.io/blog/post/threefold_cloud_vs_centralized_providers_like_aws_azure/) like Microsoft Azure or AWS.
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -69,7 +70,7 @@ By connecting storage nodes to Storj’s network and providing storage capacity
|
||||
|
||||
## Conclusion
|
||||
|
||||
In summary, we both share the same vision of a decentralized Internet. The biggest difference between Storj and ThreeFold is that Storj is focused on providing storage, whereas [ThreeFold](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) does not only provide storage but also compute and network capacity. While Storj seeks to be the storage layer for the [decentralized Internet](https://threefold.io/blog/post/quest_decentralize_internet/), ThreeFold provides the [low-level primitives](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) for a _truly_ decentralized Internet: compute, storage and network.
|
||||
In summary, we both share the same vision of a decentralized Internet. The biggest difference between Storj and ThreeFold is that Storj is focused on providing storage, whereas [ThreeFold](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) does not only provide storage but also compute and network capacity. While Storj seeks to be the storage layer for the [decentralized Internet](https://threefold.io/blog/post/quest_decentralize_internet/), ThreeFold provides the [low-level primitives](https://threefold.io/blog/post/an_intro_to_the_threefold_grid/) for a *truly* decentralized Internet: compute, storage and network.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user