add people tag as author in blog posts
This commit is contained in:
@@ -6,15 +6,13 @@ updated: 2021-05-15 # 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, cloud, foundation, aci, twin]
|
||||
tags: [threefold_grid, digital_twin, why, technology, farming]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Sam Taggart
|
||||
authorImg: images/people/sam_taggart.jpg
|
||||
imgPath: images/blog/threefold_regenerates.png
|
||||
|
||||
---
|
||||
|
||||
There’s no question that climate change is one of the biggest, if not the biggest threats facing humanity today. If we care at all about future generations and the health of our planet, we have no choice but to address these threats, and fast. That’s why one of our biggest aims is to lower the energy usage of our digital lives. But ThreeFold is taking not just a sustainable approach, we’re setting the plan for a planet positive Internet.
|
||||
|
||||
@@ -6,46 +6,44 @@ 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]
|
||||
tags: [threefold_grid,technology,]
|
||||
people: [sacha_obeegadoo]
|
||||
categories: [farming, cloud, foundation, twin]
|
||||
tags: [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
|
||||
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?
|
||||
## 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 ThreeFold’s 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.
|
||||
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 ThreeFold’s 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.
|
||||
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/>
|
||||
Let’s take the example of decentralizing service-oriented developing teams. A common challenge there is that most of the time they don’t really understand the applications they are exposing. But no one knows the data infrastructure of the applications better than those who craft them.
|
||||
Let’s take the example of decentralizing service-oriented developing teams. A common challenge there is that most of the time they don’t 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.
|
||||
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.
|
||||
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.
|
||||
@@ -55,9 +53,3 @@ Conclusively, Zero OS is ultra secure, perfect to develop current and future tec
|
||||
<br/>
|
||||
<br/>
|
||||
Learn more about Zero OS and the grid primitives [here](https://library.threefold.me/info/threefold/#/internet4__tfgrid_primitives).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,15 +6,13 @@ 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]
|
||||
tags: [data,why,threefold_grid,farming]
|
||||
people: [sam_taggart]
|
||||
categories: [farming, cloud, foundation, aci, twin]
|
||||
tags: [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 you’ve 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.
|
||||
|
||||
@@ -6,15 +6,13 @@ updated: 2021-05-25 # 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]
|
||||
tags: [threefold_grid,technology]
|
||||
people: [sacha_obeegadoo]
|
||||
categories: [farming, cloud, foundation, aci, twin]
|
||||
tags: [threefold_grid, technology]
|
||||
|
||||
extra:
|
||||
subtitle: "" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Sacha Obeegadoo
|
||||
authorImg: images/people/sacha_obeegadoo.jpg
|
||||
imgPath: images/blog/smart_contract_blog.png
|
||||
|
||||
---
|
||||
|
||||
ThreeFold was inspired by the blockchain burst when it was created in 2016. After doing a comprehensive scan of the technological space we realized that Blockchain holds the best technology to store (1) Smart Contracts and (2) Transactions in an immutable way. We created our own blockchain database: Rivine to host the Smart Contract layer before switching to the Parity Substrate of Polkadot and our Transactional blockchain to the Stellar Network.
|
||||
@@ -30,21 +28,20 @@ The Smart Contract for IT allows you, your company or your community to execute
|
||||
The smart contracts are like recipes for chefs to cook exactly what you want. In that sense they need to be very accurate and as descriptive as possible to deliver what you need. In the case of ThreeFold, the smart contracts would define different sets of Internet resources you would need to store files, run applications, or communicate across the network.
|
||||
<br/>
|
||||
<br/>
|
||||
Whenever you want to reserve more resources to store your latest album or run your applications, you will define the resources you need to your 3Bot or Digital Twin (your personal virtual system administrators) which will then look at different smart contracts that are available and choose the most appropriate package. For e.g. Reserve 3 PB of Storage in Switzerland across 7 nodes.
|
||||
Whenever you want to reserve more resources to store your latest album or run your applications, you will define the resources you need to your 3Bot or Digital Twin (your personal virtual system administrators) which will then look at different smart contracts that are available and choose the most appropriate package. For e.g. Reserve 3 PB of Storage in Switzerland across 7 nodes.
|
||||
<br/>
|
||||
<br/>
|
||||
Following that, your 3Bot or Digital Twin will create and register the smart contract in the blockchain database in a few seconds, providing you with all your specific needs. It will also store and secure some instructions to the BCDB for the nodes to meet smart contract completion.
|
||||
Following that, your 3Bot or Digital Twin will create and register the smart contract in the blockchain database in a few seconds, providing you with all your specific needs. It will also store and secure some instructions to the BCDB for the nodes to meet smart contract completion.
|
||||
<br/>
|
||||
<br/>
|
||||
ThreeFold had to make sure that user data would remain ultra-secure. Inspired by storage and communication algorithms used in space, we integrated it between the Smart Contract layer and Zero OS. The algorithm splits data into unrecognizable ‘slices’ that are distributed via network connections to different nodes locally or across the world, and that can be reconstructed only with your fingerprint.
|
||||
ThreeFold had to make sure that user data would remain ultra-secure. Inspired by storage and communication algorithms used in space, we integrated it between the Smart Contract layer and Zero OS. The algorithm splits data into unrecognizable ‘slices’ that are distributed via network connections to different nodes locally or across the world, and that can be reconstructed only with your fingerprint.
|
||||
|
||||
## More than the average Smart Contract
|
||||
|
||||
Via your Smart Contract for IT, you can also define a consensus mechanism and create multi-signatures for smart contract execution or completion to deliver appropriate digital services in for example work related activities.
|
||||
Via your Smart Contract for IT, you can also define a consensus mechanism and create multi-signatures for smart contract execution or completion to deliver appropriate digital services in for example work related activities.
|
||||
<br/>
|
||||
<br/>
|
||||
The beauty of the Smart Contract for IT is that it can work with thousands of connected nodes for the proper execution of any digital requirements on the infrastructure, verify if consensus was reached or not, download the right files to execute the smart contract and verify them, make sure that no hacker or outsider can ever gain access or influence its execution and more.
|
||||
The beauty of the Smart Contract for IT is that it can work with thousands of connected nodes for the proper execution of any digital requirements on the infrastructure, verify if consensus was reached or not, download the right files to execute the smart contract and verify them, make sure that no hacker or outsider can ever gain access or influence its execution and more.
|
||||
<br/>
|
||||
<br/>
|
||||
If you want to learn more about ThreeFold’s Smart Contract for IT, read more [here](https://library.threefold.me/info/threefold/#/internet4__smartcontract_it).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user