switched to template

This commit is contained in:
timurgordon
2022-08-11 15:34:45 +03:00
parent 368fb13a06
commit eb1657c948
73 changed files with 2009 additions and 7058 deletions

View File

@@ -0,0 +1,3 @@
---
transparent: true
---

View File

@@ -0,0 +1,55 @@
---
title: "We Need a More Inclusive Internet" # Quotation marks allow colons, semicolons, etc.
description: "Today we are working with partners in the clean energy and network / connectivity to build the solutions that are needed to provide fair and uninterrupted internet access with all corners of the world." # Quotation marks allow colons, semicolons, etc.
date: 2021-01-03
updated: 2021-01-03 # 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:
categories: [farming,cloud,foundation,aci,twin]
categories: [farming,why]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sam Taggart
authorImg: /images/people/sam_taggart.jpg
imgPath: images/blog/more_inclusive_internet.png
---
<br/>
<br/>
Today, more than 40% of the world is without access to the internet, a tool which brings incredible access to knowledge (education) and important information, communication tools that keep loved ones connected and are crucial for emergencies, and economic opportunities. And over the last year, as the world is spending more time at home, digital economies are booming and education is going remote. With an uncertain future, we need to fix the digital divide or we risk leaving billions of people even further behind.
## The Data Center Problem: Cost & Proximity
The centralized data centers that power today's Internet are located "strategically" mainly in North America, Europe, and select parts of Asia. For populations living in these regions, Internet is accessible and generally relatively affordable. But the further you travel from these data centers, the less available and more expensive the internet becomes. Internet access is mostly an issue Sub-saharan Africa, throughout Asia, and some parts of South America.
<br/>
<br/>
Of course some data centers can be and are being built in and near developing and remote regions, but for reasons including cost and audience, this hasn't been a huge priority to date. Beyond that, the data center model as a whole simply cannot scale to meet the future demands of the internet nor is it sustainable for our planet, so this is not the right option.
## The Internet Shutdown Problem: Control & Manipulation
Lack of internet access isn't always just an availability or affordability problem. Today's internet can be limited or even shut down at any point, by the right people. Take a quick look at [NetBlocks.org](https://netblocks.org/reports), an organization that reports on global internet disruptions or outages. Typically governments are enacting these measures during times of unrest or protest or  important political moments. Even in the United States, the Executive Branch of the government has [the power to shut down the internet](https://www.klemchuk.com/ip-law-trends/government-power-to-shut-down-the-internet) in a case of a national emergency.
<br/>
<br/>
Cutting the internet or restricting certain services based on region (a common practice as well) is not only not right, it's dangerous. People rely on the internet for information and communication and no government or entity should have the ability to shut the internet down at their discretion.
## The ThreeFold Solution: Fair & Neutral Internet for All
In 2016, the United Nations declared internet access to be a human right, yet today if you are reading this post, you are privileged. All humans deserve access to the internet and ThreeFold has the solution.
<br/>
<br/>
With the ThreeFold model, nodes can be set up anywhere in the world where an existing internet connection and electricity are present. By putting physical infrastructure at the edge (close to users), greater levels of access can be reached.
<br/>
<br/>
Further, the ThreeFold Grid cannot be shut down or manipulated. It is a neutral internet owned by the people, where autonomous technology heals and runs itself and requires minimal human intervention.
<br/>
<br/>
Today we are working with partners in the clean energy and network / connectivity to build the solutions that are needed to provide fair and uninterrupted internet access with all corners of the world.
<br/>
<br/>
Of course we will need new safe, secure, and private solutions for people to collaborate online. Many of these are already live and deployable via ThreeFold Now Community Solutions. We are working with partners in the education space as well to build toolsets for students to enrich their lives.
<br/>
<br/>
We need a more inclusive internet, and that is what we are building.

View File

@@ -0,0 +1,3 @@
---
transparent: true
---

View File

@@ -0,0 +1,57 @@
---
title: "A Scalable and Secure Operating System" # Quotation marks allow colons, semicolons, etc.
description: "To create a new Internet from scratch, ThreeFold had to start at the operating system level." # Quotation marks allow colons, semicolons, etc.
date: 2021-05-18
updated: 2021-05-18 # 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:
categories: [farming,cloud,foundation,twin]
categories: [threefold_grid,technology,]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sacha obeegadoo
authorImg: /images/people/sacha_obeegadoo.jpg
imgPath: images/blog/zero_os_blog.png
---
Just like a brain is an interconnected network of neurons, the Internet (or internet) is a global interconnected network of computers and devices that communicate with each other via the [Internet protocol suite](https://en.wikipedia.org/wiki/Internet_protocol_suite) (TCP/IP). The communications infrastructure of the Internet consists of hardware components and a system of software layers that control various aspects of the architecture.
<br/>
<br/>
To create a new Internet from scratch, ThreeFold had to start at the operating system (OS) level. An operating system is a software that manages computer hardware, software resources, and provides common services for computer programs. And this is how Zero OS was born
## What makes Zero OS special?
Zero OS is a stateless and lightweight operating system. Given it has no shell, remote or server interface, it is much safer than the big majority of the OSs on the market. When storing your data on Zero OS, it is fingerprinted and made available only when requested by you or those you provide access to.
<br/>
<br/>
The state of an application represents its state of being in a given moment in time. Think of a stateless transaction as vending machines, a single request and a response. In ThreeFolds Internet infrastructure, this can be represented as data being accessible only when requested.
The only way to access data on Zero OS is via the private key (or fingerprint) of a user. In that sense, the data is not accessible unless the data owner requests access to it.
## How does Zero OS apply to developers?
Thanks to its lightweight architecture, Zero OS is a perfect fit to run microservice architectures and emerging IT workloads such as IoT, Blockchains, Big Data, and more. A key benefit of microservice architecture is the freedom it offers you to choose the best runtime for the task at hand.
<br/>
<br/>
Lets take the example of decentralizing service-oriented developing teams. A common challenge there is that most of the time they dont really understand the applications they are exposing. But no one knows the data infrastructure of the applications better than those who craft them.
<br/>
<br/>
ThreeFold permits decentralized developer teams with the ability to share keys (access) to the developing environment on Zero OS and the gateways to the world wide web within the secure peer-to-peer overlay network. This is game changing. Also with all the automation frameworks provided, it creates the perfect environment to develop current and emerging technologies.
<br/>
<br/>
Put shortly, decentralized development and integration is now officially an organizational or cultural change, not a technical one anymore.
## Zero OS allows anyone to provide sovereign capacity
Given stateless systems separate the OS configuration and user data, Zero OS simplifies the maintenance and the deployment of digital workloads, while making it impossible to hack into user data on a hardware level.
<br/>
<br/>
3Nodes provide all the storage, compute and network primitives for a new internet infrastructure. Given they are booted with Zero OS, anyone can now participate in the Internet economy without jeopardizing user data sovereignty and security.
<br/>
<br/>
Conclusively, Zero OS is ultra secure, perfect to develop current and future technologies, and enables anyone to take part in the planet positive and data sovereign Internet brought by ThreeFold.
<br/>
<br/>
Learn more about Zero OS and the grid primitives [here](https://library.threefold.me/info/threefold/#/internet4__tfgrid_primitives).

View File

@@ -0,0 +1,35 @@
---
title: "How ThreeFold offers Data Sovereignty" # Quotation marks allow colons, semicolons, etc.
description: "ThreeFold is building the engine for an Internet where people can finally be data sovereign." # Quotation marks allow colons, semicolons, etc.
date: 2021-05-23
updated: 2021-05-23 # 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:
categories: [farming,cloud,foundation,aci,twin]
categories: [data,why,threefold_grid,farming]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sam Taggart
authorImg: /images/people/sam_taggart.jpg
imgPath: images/blog/threefold_data_sovereignty.png
---
If youve seen [The Social Dilemma](https://www.youtube.com/watch?v=uaaC57tcci0), you know all too well that today, people are being turned into products. Everything we do online all of the data we upload and all of our digital activities is tracked and oftentimes used against us. Targeted advertising is just the beginning.
<br/>
<br/>
Personal data is used by algorithms to make incredible important decisions, like whether someone should receive financial or health support or benefits. In China, people are now even receiving “scores” for their behaviors. It sounds like Black Mirror, but its real life.
<br/>
<br/>
Thats the scary part. The good news is that things dont have to be this way. ThreeFold is building the engine for an Internet where people can finally be data sovereign.
<br/>
<br/>
With [todays Internet](https://threefold.io/info/threefold#/threefold__why_intro?id=everyone-should-be-autonomous), infrastructure is centralized. Companies provide services in exchange for your personal data, which is stored on servers in hyper-scale data centers owned by private companies.
<br/>
<br/>
In ThreeFolds model, those servers are called [3Nodes](https://threefold.io/info/threefold#/threefold__3node), and rather than sitting inside centralized data centers, they sit inside the homes or offices (or small data centers) owned by independent people and organizations called [Farmers](https://threefold.io/info/threefold#/threefold__farming_intro?id=what-is-3node). But the data inside is owned by the person or persons who put it there. They maintain access right as well. From a technical standpoint, data is dispersed across 3Nodes by [an algorithm](https://library.threefold.me/info/threefold/#/threefold__part5_ultra_efficient_storage?id=the-space-algorithm-of-storage) that makes it such that nobody can access it. In addition, connections are peer-to-peer, meaning data goes directly between sender and recipient rather than passing through intermediaries as it does today bringing further levels of security.
<br/>
<br/>
Thus, people can finally be data sovereign, knowing their data is safe, and truly theirs.

View File

@@ -0,0 +1,3 @@
---
transparent: true
---

View File

@@ -0,0 +1,72 @@
---
title: "How You Can Join the People's Internet" # Quotation marks allow colons, semicolons, etc.
description: "An entirely new Internet economy that is owned by all of us. Add capacity, earn income!" # Quotation marks allow colons, semicolons, etc.
date: 2021-06-09
updated: 2021-06-09 # 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:
categories: [farming, cloud, foundation, aci, twin]
categories: [threefold_grid, farming]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Weynand Kuijpers
authorImg: /images/people/weynand_kuijpers.jpg
imgPath: images/blog/join_the_peoples_internet.png
---
Yes, that's right. With ThreeFold, you *can* become the Internet! Let me quickly explain. 
<br/>
<br/>
Today's Internet is powered by hyper-scale data centers which are owned by large corporations. With +80% of the global infrastructure and +60% of the global Internet networks owned by a bunch of companies, the Internet became a real business with us humans being the products of that business model.
<br/>
<br/>
ThreeFold creates an entirely new Internet economy that is owned by all of us and makes the traditional cloud model of building data centers obsolete. With ThreeFold, independent people called "Farmers" plug in 3Nodes (hardware) from their homes or offices anywhere around the world. And they earn income for it.
<br/>
<br/>
Together, they power a new, data-sovereign, and planet-positive Internet owned and powered by the people. This is a game-changer.
## So, how do I get a 3Node?
You can buy one of the ready-made nodes from cooperatives around the world. This is a good and very easy way to support the ThreeFold project and to "BE THE INTERNET."
<br/>
<br/>
Today you can buy a 3Node via our website. We are also working with our farming cooperatives to decentralize the provisioning and distribution of hardware to a glocal approach (a global network of local networks). 
<br/>
<br/>
But what if 3Nodes are not immediately available? For example, last week we had a huge influx of orders for our Titan V2 3Nodes and sold out the entire batch with 3,000 extra orders. We're now talking with many hardware distributors to make sure we can satsify all these orders, but this could take a while.
<br/>
<br/>
So if you are a little bit more adventurous, and want to build your 3Node from the ground up, yourself, here's how to do it:
<br/>
<br/>
To "become the Internet" is fairly simple (but does take some technical knowledge and effort). Here's what you'll need:
<br/>
<br/>
- A computer with an INTEL or AMD brain, some memory, and some storage cabilities.
- A smartphone on which you can download and run the "ThreeFold Connect" app. This will provide you with a wallet (to receive your farmed TFT and to pay a very small amount of TFT to get started).
- A laptop / desktop (and USB stick) to launch your online 3Bot, configure your farm, download your bootloader and burn the bootloader to a USB stick.
- Some technical knowledge, interest and 45 minutes of time.
<br/>
<br/>
If you are still here and reading, we're good to go! I go through the whole process in a 3-minute video which will give you a quick overview of how to set up your farm. (Click through to the video on YouTube and find helpful links in the description.)
<br/>
<br/>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uxIZcsEsOUE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br/>
<br/>
Prefer a different format? We also have forum topics live about [the pre-requirements](https://forum.threefold.io/t/requirements-to-set-up-your-own-3node/831) and [how to set up your 3Node](https://forum.threefold.io/t/how-to-set-up-your-own-3node/833) (the steps I share in the video).
<br/>
<br/>
Thank you, thank you, thank you for reading this post and we hope to have you as part of our growing, global farming community. If you have any questions, please head to [our forum](https://forum.threefold.io/c/farming/diy-farming/) or feel free to join us on [our ThreeFold Farmer chat](https://t.me/threefoldfarmers) on Telegram.
<br/>
<br/>
Photo by [Nicholas Green](https://unsplash.com/@nickxshotz?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on Unsplash

View File

@@ -0,0 +1,56 @@
---
title: "It's Time We Stand Up For Our Data" # Quotation marks allow colons, semicolons, etc.
description: "As consumers, we should be able to trust that our data is truly safe and secure. And today, we cannot. It's time we stand up for what is ours." # Quotation marks allow colons, semicolons, etc.
date: 2021-06-17
updated: 2021-06-17 # 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:
categories: [farming, cloud, foundation, aci, twin]
categories: [data, why, peer_to_peer]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sam Taggart
authorImg: /images/people/sam_taggart.jpg
imgPath: images/blog/data_leaks.png
---
Do a quick search for "data leak" on your search engine of choice, and you'll likely see headlines like this:
<br/>
<br/>
- Personal Details of Over 3.3M Volkswagen Customers Exposed in Data Leak
- Billions of emails and passwords appear in largest data leak ever
- Here's How the IRS Could Have Prevented the Tax Data Leak
- Time to Change Your Password: Tips on Protecting Yourself from Online Scams
<br/>
<br/>
Week after week, month after month, year after year, companies are being hacked, private consumer data is being compromised and released, and we somehow begin to think that this is the reality of our world, something we just have to deal with.
<br/>
<br/>
Internet security, cyber attacks, and data leaks are a global threat and increasingly so as the world moves more digital, and smart people with malicious intent try to take advantage. But this is not normal, nor should it be. As consumers, we should be able to trust that our data is truly safe and secure. And today, we cannot. It's time we stand up for what is ours.
<br/>
<br/>
That's where ThreeFold comes in.
<br/>
<br/>
Many of today's issues around cyber security and data privacy come from the lack of innovation in the IT industry over the last decades and the reliance on centralized hyper-scale data centers. ThreeFold has disrupted this model in a few ways:
<br/>
<br/>
First, we started from the ground up. Some ThreeFold co-founders have been working in the cloud & storage space for over two decades, having built components of the cloud and Internet still used today. They knew that the only way to have a truly secure and data sovereign Internet was to rebuild the architecture and the technology components from scratch. So they did. A few years down the line, we've created a new operating system, a smart contract for IT, and a peer-to-peer network that can be scaled to anywhere by anyone.
<br/>
<br/>
Second, we removed people from the equation. IT has become so overly-complex that people are required in order to maintain it. Because of this, "backdoors" are needed to allow these gateholders to enter the systems and make necessary fixes. But this can lead to human error, and also allows people with malicious intent to make their way in as well. With Autonomous IT powering the ThreeFold Grid, the technology runs and heals itself, and drastically reduces the opportunity for humans to interfere.
<br/>
<br/>
And lastly, your data is owned by you. Rather than relying on centralized data centers, the ThreeFold Grid is an Internet grid made up by independent ThreeFold "Farmers" from around the world who plug in capacity from their home or office. While they own the hardware, they do not own the data inside. User data is stored across multiple devices, and proprietary data storage algorithms ensure that the data cannot be retrieved by anyone besides the user not the farmer, and not even us.
<br/>
<br/>
As Einstein said, "We can't solve our problems with the same level of thinking that created them."
<br/>
<br/>
We have a lot more information in [our wikis](https://library.threefold.me/info/threefold#/) about the technology, but what we want to emphasize here with you is that we don't have to accept data leaks and hacking. There is an answer to the cybersecurity issues the world is facing. And that answer is ThreeFold.

View File

@@ -0,0 +1,29 @@
---
title: "How ThreeFold Will Give Internet to 43% of the Worlds Population" # Quotation marks allow colons, semicolons, etc.
description: "Proper access to the Internet helps to protect peoples freedom of speech and thought, as well as access to knowledge and information." # Quotation marks allow colons, semicolons, etc.
date: 2021-06-22
updated: 2021-06-22 # 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:
categories: [farming, cloud, foundation, aci, twin]
categories: [farming, threefold_grid, why]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sacha Obeegadoo
authorImg: /images/people/sacha_obeegadoo.jpg
imgPath: images/blog/threefold_access.png
---
The United Nations publicly ruled Internet access to be a human right in 2016. Proper access to the Internet helps to protect peoples freedom of speech and thought, as well as other fundamentals such as access to knowledge and information.
<br/>
<br/>
Nonetheless, as of 2019, about 43% of humanity remains unconnected to the Internet, creating huge inequalities in access to information and knowledge. It is essential to take the necessary steps to strengthen the relationship between governments and people while still upholding all human rights.
<br/>
<br/>
ThreeFold created an infrastructure that is easily affordable and jointly operated by network peers to make the modern Internet open and fair to everyone. Anybody with a network connection and electricity can add capacity to the ThreeFold Grid. We're looking for farmers around the globe and we're also partnering with farming cooperatives to develop localized strategies and meet the specific needs of their region. Plus, the Foundation will incentivize and sponsor the extension and scope to areas that require Internet capacity the most, to ensure a fair and equitable delivery of the Internet to all.
<br/>
<br/>
Want to join the biggest internet revolution? [Be part](https://farming.threefold.io) of it, today.

View File

@@ -0,0 +1,3 @@
---
transparent: true
---

View File

@@ -0,0 +1,79 @@
---
title: "Response - The Internet is Destroying Our Brains, but We Can't Quit" # Quotation marks allow colons, semicolons, etc.
description: "The Internet is Destroying Our Brains
excerpt: A response to a poignant article written by P.E. Moskowitz on the dangers of today's Internet." # Quotation marks allow colons, semicolons, etc.
date: 2021-07-01
updated: 2021-07-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:
categories: [farming, cloud, foundation, aci, twin]
categories: [why, peer_to_peer, digital_twin, technology]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sam Taggart
authorImg: /images/people/sam_taggart.jpg
imgPath: images/blog/internet_destroying_brain.png
---
The other day, I came across [a poignant article](https://africa.businessinsider.com/strategy/the-internet-is-destroying-our-brains-but-we-cant-quit-its-a-factory-were-forced-to/z4drxf5) written by [P.E. Moskowitz](https://twitter.com/_pem_pem) entitled "The internet is destroying our brains, but we can't quit. It's a factory we're forced to work in without any pay." As someone who started out in social media advertising (read: trying to capture peoples' attention to get them to buy or do something often by using their data against them), worked in influencer marketing in its early days, and has now gone 180º to help to build a decentralized Internet by people and for people (where people are digitally sovereign), it really resonated with me.
<br/>
<br/>
It's commonly-discussed (see: The Social Dilemma) and quite obvious if you use or have used the Internet and specifically social media, that we are addicted to being online. In fact, we're actually even chemically triggered by social media and other online experiences. Said Jeff Orlowski, director of The Social Dilemma, "Social media powerhouses like Facebook, Twitter and Instagram are “designed” to exploit users brain chemistry in order to keep them glued to their phones... They were designed to get us to come back. Its to figure out how to reverse-engineer what were most vulnerable to, most susceptible to, to come back. And what we are seeing is a dopamine response in the brain."
<br/>
<br/>
In their article, Moskowitz points out how the Internet is not just like a toxic relationship or junk food, where you can leave or stop yourself from eating, rather it's "an all-encompassing technology, our main economic engine, the tool we are forced to use to meet others and mediate our entire lives."
<br/>
<br/>
The truth is that the Internet _has_ become more than an addiction, it's become a necessity to keep up in today's increasingly-digital world. Yet the Internet is not even accessible to about 40% of the global population and for those who _do_ have access, it does not serve us. It's actually the other way around. We are the product.
<br/>
<br/>
"We produce the memes, tweets, posts, and pictures that keep us tethered to the internet, and then that content is monetized in the form of advertisements - revenue users help produce, but do not usually see a penny of," says Moskowitz. We have become cogs in a machine that uses us for its own benefit. Or as they call it, "a factory we're forced to work in without any pay."
<br/>
<br/>
"Our entire society has been reformulated around the internet, much like it was centered around the factory during the Industrial Revolution. If there's an Amazon Web Services outage, much of our society stops functioning. Without the internet, we couldn't find jobs, or, at this point, even friends."
## So, what do we do?
Moskowitz is correct in their thinking when they say the following, "A solution to our current internet-use crisis cannot come at an individual level anymore than one person quitting their job would solve capitalism's poor working conditions. If we want any hope of making the internet less stressful, less back-breaking, and more fulfilling, content creators, gig economy workers, and even casual internet users need to push for a systemic solution."
<br/>
<br/>
Simply pending less time on the Internet or using certain apps instead of others is not going to make much of a difference in the end. There are billions of people on the Internet today to make up for the loss. And the underlying system is still massively flawed and can be manipulated. Bold, widespread, systemic change is indeed what we need. A revolution, perhaps.
<br/>
<br/>
As pointed out recently [in TGDaily](https://tgdaily.com/web/6-dfinity-threefold-are-leading-an-internet-decentralization-revolution/), ThreeFold is that revolution.
<br/>
<br/>
ThreeFold is the engine for a _new_ Internet, driven by a movement of people who care about a better future. With more than two decades of direct knowledge of the Internet and Cloud industries, we flipped today's Internet on its head. We rebuilt the architecture from the ground up, with people and our planet at the center of our focus. Instead of relying on centralized hyper-scale data centers owned by a few private corporations, we provide the opportunity for people across the world with access to a network connection and electricity to plug in hardware and provide local capacity, and earn income while they are at it.
<br/>
<br/>
In our model, we prioritize simplicity, security, efficiency, and privacy. The technology runs autonomously, removing human error and malicious intent from the equation. Connections are peer-to-peer, meaning no middlemen get in the way of our content, our transactions, or other data. And importantly, people own their data. What we produce is ours. We decide where it gets stored and we decide who can access it (and for what value). In fact, it's basically impossible from a technical standpoint for anybody to access someone's data without their consent including us.
<br/>
<br/>
On top of the technology, we provide experiences. People will have one single log-in and verifiable identity, and gain access to the tools (experiences) they need for communication and for work. As we are a decentralized movement, soon, anybody will be able to build anything they like on top of ThreeFold but it is our vision and belief that the Internet should not be addictive. Rather a tool for all of humanity to connect, learn, and prosper with people at the center, not treated as products.
<br/>
<br/>
To the author's concern, content creators and gig economy workers would clearly benefit from such a digital world as well. Of course services like Airbnb or Uber or Etsy or even YouTube provide value as they are crowded marketplaces both for providers and customers. That said, they profit from people, typically on both sides of the transaction. In a peer-to-peer world, we can create fair and equal marketplaces where the content or product is owned completely by the person listing it there and the value goes 100% directly from person to person. This means no hidden fees, no uncertainty over ownership, no censorship or control from a third party. Of course it's not all predetermined at this moment, but what I can say is that our biggest concerns in what we create are and will always be fairness and equality (and sustainability / regeneration). So, together, we will bring all of this tolife in the best interest of people.
## Join the Movement
In their article, Moskowitz concluded that "perhaps it is only a matter of time before enough of us say 'enough,' and protest the internet's totalizing grasp on our labor and our lives." But where does protest lead without a viable solution? Maybe this is the type of systemic change Moskowitz could imagine and could stand behind. It's not a band-aid approach, rather a total re-imagination and re-execution of today's flawed and manipulative Internet. It's an Internet by people, for people. Instead of working in the factory, we become the factory co-owners and the Internet works for us.
<br/>
<br/>
If you believe in what we are building, we invite you to join the movement:
<br/>
<br/>
- [Become a farmer](https://threefold.io/farming)
- [Stay updated on ThreeFold News](https://t.me/threefoldnews)
- [Join the conversation](https://t.me/threefold)
- [Test the technology](https://t.me/threefoldtesting)
- [Follow us on Twitter](https://twitter.com/threefold_io)
- [Buy the ThreeFold Token](https://library.threefold.me/info/tfgrid/#/threefold__how_to_buy_and_sell)
<br/>
<br/>
We are a growing group of people from around the world who not only believe what many of you believe, but we are doing something about it. Let's grow the People's Internet, together.

View File

@@ -0,0 +1,78 @@
---
title: "Into the Fold The ThreeFold Movement" # Quotation marks allow colons, semicolons, etc.
description: "The ThreeFold Movement
excerpt: It's not by mistake that you're here, reading this post. You can feel that a global shift is happening. And you want to do something about it." # Quotation marks allow colons, semicolons, etc.
date: 2021-07-20
updated: 2021-07-20 # 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:
categories: [farming, cloud, foundation, aci, twin]
categories: [why, community, peer_to_peer]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Sam Taggart
authorImg: /images/people/sam_taggart.jpg
imgPath: images/blog/the_threefold_movement.png
---
It's not by mistake that you're here, reading this post. You, like I, understand that today's systems need to change. You know that decentralization is needed for better wealth distribution and equal opportunities. And that we need better solutions for our planet. You can feel that a global shift is happening. And you want to do something about it. You want to be a part of it.
<br/>
<br/>
You've dreamt of a different world. A world where people trust and treat each other with respect and where everyone has equal chances to learn and to thrive. A world where we're not just cogs in a machine that serves only the few, rather we work and co-create as part of systems that benefit all. A world where solutions are sustainable for our planet, or even better, regenerative. This world is not just a dream, though and you're not alone. Each day, more and more like-minded people are coming together. Welcome into the fold.
## Meet the Movement
To understand ThreeFold, you should first understand where we came from. Since the late 90's, some of the ThreeFold co-founders have worked on Internet storage and cloud technology. And after years of building, and many successful launches, they came to understand that they were part of a broken system that was productizing people and damaging the planet. Despite this, they knew that the Internet held and holds the key to a better world, and that the only way to have a truly sovereign, secure, and energy-efficient Internet was to start from scratch. So we did.
<br/>
<br/>
This is how our story began and over the past four years we have grown and expanded a team of like-minded and passionate people from around the world to bring ThreeFold to life. But for us, we are still in the beginning of something much bigger to come.
<br/>
<br/>
We don't consider ourselves a company, rather a group of humans helping other humans and our planet. We believe the world needs to change, and we choose to not just talk, but act, to make that change happen. We cannot and would not want to do this alone. There is a strong, passionate, and growing community around us partners, farmers, ambassadors, technology testers, other contributors, and supporters just like you.
## Our Mission, Vision, and Values Drive us Forward
Our mission is to build and expand a data-sovereign and planet-positive Internet owned by the people, for the people. This will enable equal chances for people around the world to learn, partake and succeed, and will help to heal our planet.
<br/>
<br/>
Engrained into the work that we do are three key values or principles:
<br/>
<br/>
We believe in **sovereignty**, and in protecting people. Everyone should own their data, and no one else, not even ThreeFold. Our peer-to-peer technology allows every user to be data sovereign  giving them 100% control over their data.
<br/>
<br/>
We believe that everyone should be given **equal chances** to learn, partake and succeed. Internet access is a human right, and at ThreeFold we commit to scale our technology to new regions to empower the unconnected.
<br/>
<br/>
And we unify our practices, partnerships, and products around a single mission to **heal our planet**. By making our technology actionable, we enable a collective approach to have an impact together.
## Together, We Invite the World Into the Fold
It's important for others to understand who we are. Thus, we identify with and embody three key attributes as a collective, to show the world what the movement is all about:
<br/>
<br/>
**ThreeFold is purposeful.** We exist to help humanity thrive. Our mission is bold and motivates every step we take. We adapt to our evolving environment and passionately strive for excellence.
<br/>
<br/>
**ThreeFold is empowering.** We help people find themselves and do what they love. We provide support to people and projects that help build a better world, whether they have moonshot visions or down-to-earth ambitions. We arent the hero of our story they are.
<br/>
<br/>
**ThreeFold is approachable.** ThreeFold keeps it real. Were open and honest, avoiding upstage corporate language and phony marketing spins. We dont see ourselves as a company, but more like humans helping other humans. So being genuine, friendly, and loving comes naturally.
<br/>
<br/>
In its essence, the movement is open and inviting. We've created **a participatory Internet economy**, where anybody around the world can plug in a 3Node and add capacity to the ThreeFold Grid. Together, we're expanding a data sovereign and planet positive Internet infrastructure, owned by the people, across geographical and cultural borders.
<br/>
<br/>
We believe in **collaboration, not competition**. Our technology serves as a responsible underlying layer on top of which anybody can build and create. We have [beautiful partners](https://threefold.io/partners) already on board and [an alliance](https://threefold.io/aci) of conscious people and organizations who share our vision and we are constantly expanding our ecosystem across industries.
<br/>
<br/>
And while the ThreeFold Foundation is currently the driving force behind the ThreeFold Movement, we believe in **decentralization**. We have open channels like [a forum](https://forum.threefold.io), [a two-way Telegram chat](https://t.me/threefold), Github ([Foundation](https://github.com/threefoldfoundation) & [Tech](https://github.com/threefoldtech/)), and [Twitter](https://twitter.com/threefold_io), where people can and do contribute, ask questions and provide feedback that goes into our everyday decision-making and actions.
<br/>
<br/>
As I said at the start, you've dreamt of a different world. And so have I. John Lennon once said, "A dream you dream alone is only a dream. A dream you dream together is reality." Thank you for dreaming with us. Together, this will happen!
<br/>
<br/>
Photo by Ahmad Odeh on Unsplash.

View File

@@ -0,0 +1,65 @@
---
title: "This ThreeFold Farm Keeps Veggies Warm" # Quotation marks allow colons, semicolons, etc.
description: "Meet Blockheating"
excerpt: "Somewhere in the Netherlands, a ThreeFold Farm is supporting the growth of vegetable crops such as tomatoes, peppers and cucumbers." # Quotation marks allow colons, semicolons, etc.
date: 2021-07-23
updated: 2021-07-23 # 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:
categories: [farming, cloud, foundation, aci, twin]
categories: [why, peer_to_peer, digital_twin, technology]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: Roel Van Sabben
authorImg: /images/people/roel_van_sabben.jpg
imgPath: images/blog/blockheating_intro.png
---
Somewhere in the Netherlands, a ThreeFold Farm is supporting the growth of vegetable crops such as tomatoes, peppers and cucumbers. By directing the excess heat generated from the hardware operations to the greenhouse next door, they are able to achieve an incredible model that benefits both hardware and vegetables.
<br/>
<br/>
Jeroen Burks, CEO of Blockheating, tells us everything we need to know about their sustainable farming operations. As far as he can remember, Jeroen has always been a protagonist of the “no waste” approach. He started by recycling material previously used by the tech industry, mainly in the cloud market.
<br/>
<br/>
"By default, most data center operations replace their power supplies every 3 years, no matter the state they are in. They are being replaced to counter any possible downtime."
<br/>
<br/>
By refurbishing and repurposing “old” power units from data centers, he gives them a second life as electric tractor chargers, lithium ION pack chargers, and more.
<br/>
<br/>
"You just need to trick the unit into thinking it is still powering servers, add some cables here and there, and it is ready for duty."
<br/>
<br/>
His quest towards sustainability started when he was challenged on a pilot project. His friend had bought a new building and was looking for the most sustainable approach to heating it. Jeroen came up with the idea of putting two server racks in the basement and using the heat from that operation, to heat the offices and spaces above. While this project was a success, Jeroen realised that it could be way more efficient, if done with other structures.
<br/>
<br/>
He quickly engaged with a second pilot project where he used two server racks to heat a small greenhouse. This model turned out to be a great combination, which benefited both hardware, as well as farming operations. And so sprouted Blockheating -- a data center that provides heat for tomatoes, peppers and cucumbers. Why specifically these vegetables? Well, the Netherlands has a fair amount of greenhouses cultivating them, and these veggies need that heat during summer nights.
<br/>
<br/>
Right now Blockheating has around 400 compute nodes with direct cooling that stores all the heat in a buffer throughout the day, which is then released into the greenhouses during the night hours.
"By doing it the way we do, we grow the internet grid, help grow vegetables and curb fossil fuel usage in carbon negative compute power!"
<br/>
<br/>
Right now, Blockheating has a portion of their data center dedicated to ThreeFold Farming for a few reasons:
<br/>
<br/>
- The alignment of values is huge
- ThreeFold Farming is easy to manage
- ThreeFold Farming counters wasteful behavior of internet resources, so it's a triple win
<br/>
Blockheating envisions to scale up-to three data centers of this kind, in an interconnected way, with a fiber ring between them. By doing so, they will be able to increase their offering and have a larger impact on countering the wasteful patterns of the cloud industry.
<br/>
<br/>
ThreeFold is proud to have Blockheating as a State-of-the-Art Farmer and Partner, and hopes to see many more people and companies inspired by Blockheating around the world, to expand the Peoples Internet in a regenerative way.
<br/>
<br/>
Find out more about Blockheating here: [https://blockheating.com/](https://blockheating.com/)
<br/>
Find out more about our partners here: [https://threefold.io/partners](https://threefold.io/partners)

View File

@@ -0,0 +1,3 @@
---
transparent: true
---

View File

@@ -0,0 +1,52 @@
---
title: "Our Quest to Fully Decentralize the Internet" # Quotation marks allow colons, semicolons, etc.
description: "It's our mission to transform the Internet and Cloud. Learn more about the status quo and how we're working on fully decentralizing the entire Internet!" # Quotation marks allow colons, semicolons, etc.
date: 2021-10-14
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:
categories: [foundation, cloud]
categories: [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 todays 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/).
<br/>
People have become the [product](https://threefold.io/blog/post/threefold_data_sovereignty/) of a business model where companies offer their services in exchange for personal data in order to capitalize on and exploit the data, basically squeezing people out for their data like oranges for juice. In times where [data exploitation](https://www.techradar.com/news/why-personal-data-exploitation-has-become-the-norm) is the norm, it makes sense that data is often referred to as digital oil or gold. Moreover, algorithms of social media platforms increasingly lead to content provoking controversy and [addictive](https://thereboot.com/creating-decentralized-social-media-alternatives-to-facebook-and-twitter/) engagement as this type of content tends to increase the time people spend on the platforms with shocking impacts like The Wall Street Journals [investigation](https://www.wsj.com/articles/the-facebook-files-11631713039) “The Facebook Files” and The New York Times audio series [Rabbit Hole](https://www.nytimes.com/2020/04/22/podcasts/rabbit-hole-prologue.html) show.
<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/). [Dfinitys](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/>
While the previously mentioned projects are all seeking to push decentralization, they all have one thing in common: they rely on centralized structures or providers at least to some degree and therefore, are not fully decentralized yet. So, what does [true decentralization](https://threefold.io/blog/post/decentralize_blockchain/) look like?
## 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, were truly committed to decentralizing the infrastructure behind the Internet to scale current and future digital workloads. At Threefold, were 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. Were 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 theyre being utilized.
<br/>
In addition to that, we believe that no one but you should own your data. Our technology empowers every user to be [data sovereign](https://threefold.io/blog/post/threefold_data_sovereignty/), giving them full control over their own data by using a variety of innovative technologies, such as autonomous IT, blockchain, and [peer-to-peer](https://threefold.io/tech/peer-to-peer) networking. This way, our technology is turning traditional IT upside down, enabling a data-sovereign Internet that gives users [control](https://threefold.io/blog/post/join_the_peoples_internet/) 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.
<br/>
All in all, we provide the low-level primitives for a [decentralized world](https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295), enabling any project to run on a fully decentralized, [energy-efficient](https://new.threefold.io/blog/post/for_our_planet/), and self-healing infrastructure. As we truly believe in collaboration to effect change at a large scale to fully decentralize the [Internet and Cloud](https://africa.businessinsider.com/local/markets/ambitious-startup-to-disrupt-the-internet-and-cloud/b38rwj4), our [partnership](https://threefold.io/partners) ecosystem keeps growing. Most recently, we announced a [strategic partnership](https://threefold.io/partners/owncloud) with ownCloud, an alternative to public clouds with more than 200 million users worldwide, that aims to advance the decentralization of the [consumer cloud](https://threefold.io/news/post/owncloud_threefold/).
<br/>
So, wed like to invite you to join forces with us to further push the [decentralization](https://www.econotimes.com/ThreeFold-DFINITY-and-the-race-to-Decentralize-the-Internet-1618367) of the Internet together whether by becoming a [3Node](https://threefold.io/farm) or building on our ThreeFold Grid, by buying our ThreeFold Token ([TFT](https://threefold.io/tft)), our currency for a decentralized world, or by [testing](https://threefold.io/info/cloud#/cloud__evdc_getting_started) our P2P Cloud. Lets [revolutionize](https://tgdaily.com/web/6-dfinity-threefold-are-leading-an-internet-decentralization-revolution/) the Internet together!

View File

@@ -0,0 +1,3 @@
---
transparent: true
---