Compare commits

...

39 Commits

Author SHA1 Message Date
7887f101de Merge pull request 'main' (#1) from tfcoop/www_tf9_new:main into development
Reviewed-on: #1
2024-08-20 13:17:18 +00:00
9467517912 edit 2024-08-20 15:16:33 +02:00
544df67f20 add readme 2024-08-20 15:15:48 +02:00
bbcab83fba add readme 2024-08-20 15:14:59 +02:00
ea3c46c928 EDIT OW 2024-08-20 15:02:04 +02:00
2b410e369e add tutorial 2024-08-20 15:00:09 +02:00
2ecabfdd06 Merge branch 'main' of https://git.ourworld.tf/tfcoop/www_tf9_new 2024-08-20 14:43:13 +02:00
eb150e01be change icons 2024-08-20 14:43:11 +02:00
3aaccef03b update base url and title 2024-08-20 12:18:36 +00:00
28260b2809 ok 2024-08-19 18:17:01 +02:00
47579dc393 edit tech 2024-08-19 18:15:17 +02:00
b8f9e1b765 ok 2024-08-19 18:09:30 +02:00
b9f222cf02 edit 2024-08-19 18:07:07 +02:00
a135d7f598 edit indigo 2024-08-19 17:59:44 +02:00
dcb68faf24 replace links 2024-08-19 17:57:58 +02:00
7153876afe edit bg 2024-08-19 17:49:40 +02:00
6592034235 edit tech 2024-08-19 17:34:53 +02:00
6a1a57616a edit footer 2024-08-19 15:06:23 +02:00
aff0275e91 edit contact 2024-08-19 15:01:20 +02:00
eaa3f66205 edit ppl page 2024-08-19 14:49:56 +02:00
0270e7c215 del 2024-08-19 14:48:28 +02:00
4d916becde add ppl 2024-08-19 14:46:56 +02:00
1e150c9063 fix people 2024-08-19 14:46:48 +02:00
4572d10923 fix text 2024-08-19 14:46:38 +02:00
526c6aaf7c fix blog 2024-08-19 14:46:06 +02:00
daa7ab4e75 edit blog 2024-08-19 13:34:06 +02:00
92ebcbd49f add blog 2024-08-19 01:29:54 +02:00
4c0bd27a91 edt use cases 2024-08-19 00:04:41 +02:00
dfc3201b30 add use cases 2024-08-18 18:15:08 +02:00
327b216b63 ADD USECASES 2024-08-18 17:53:14 +02:00
2db59058fd add technology pages 2024-08-18 17:42:12 +02:00
02e345cb37 add technology section 2024-08-17 16:18:44 +02:00
bed2f668a9 edit about page 2024-08-17 15:58:13 +02:00
f65d267075 edit homepage 2024-08-17 14:53:20 +02:00
a4908775f0 edit 2024-08-13 18:24:53 +02:00
92cb252d48 edit homepage 2024-08-13 16:40:49 +02:00
sasha-astiadi
97509845b5 ok 2024-05-21 08:15:21 +02:00
sasha-astiadi
2ad5458382 mycelium 2024-05-21 07:34:29 +02:00
sasha-astiadi
087a92d65d fix typo 2024-05-07 10:28:03 +02:00
231 changed files with 3394 additions and 599 deletions

View File

@ -1,8 +1,8 @@
# The URL the site will be built for
base_url = "https://www2.freezone.ourworld.tf/"
base_url = "https://www2.tf9.io/"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "OurWorld Free Zone"
title = "TF9"
description="Accessible and affordable for all"
# When set to "true", a feed is automatically generated.

View File

@ -8,4 +8,5 @@ sort_by: weight
weight: 1
extra:
logo_path: images/logo.png
template: "layouts/home.html"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

28
content/about/index.md Normal file
View File

@ -0,0 +1,28 @@
---
title: "About"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 2
template: "layouts/about.html"
---
<!--
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
page(s)' that you would like to edit.
ABOUT PAGE
1. Hero section: "partials/about1.html
2. Our History section: "partials/about2.html"
3. Our Track Records section: "partials/about3.html"
4. Our Team section: "partials/about4.html
Extras:
1. header: "partials/header_custom.html"
2. CTA / Subscribe: "partials/cta.html"
2. footer: "partials/footer.html"
-->

33
content/blog/_index.md Normal file
View File

@ -0,0 +1,33 @@
---
title: "Blog"
paginate_by: 6
# paginate_reversed: false
sort_by: "date"
insert_anchor_links: "left"
#base_url: "posts"
#first: "first"
#last: "last"
template: "layouts/blog.html"
page_template: "blogPage.html"
#transparent: true
extra:
imgPath: /images/threefold_img2.png
---
<!--
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
page(s)' that you would like to edit.
BLOG PAGE
1. Featured Blog section: "partials/featuredBlog.html
2. Blogpost section: "partials/blogpost.html"
3. Sidebar: "partials/blogsidebar.html"
Extras:
1. header: "partials/header_custom.html"
2. CTA / Subscribe: "partials/cta.html"
2. footer: "partials/footer.html"
-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View File

@ -0,0 +1,76 @@
---
id: cyberwall
title: "An Antidote for the Cyber Pandemic"
image_caption: "An Antidote to the Cyber Pandemic"
description: In today's interconnected world, the rise of cyber threats presents a significant challenge...
date: 2024-03-20
taxonomies:
tags: []
categories: []
extra:
imgPath: cyberwall.png
---
**An Antidote for the Cyber Pandemic**
<br>
In today's interconnected world, the rise of cyber threats presents a significant challenge to global security and stability. Much like the world has faced virus-based pandemics, the emergence of a cyber pandemic poses a serious risk to our digital infrastructure and societal well-being. At TF9, we recognize the gravity of these threats and are committed to providing robust solutions to protect against them.
<br>
**Understanding the Cyber Landscape**
<br>
Cybersecurity experts universally agree that the potential for a cyber pandemic is not a presumption but a looming reality. With numerous systems already compromised and vulnerabilities deeply embedded, the possibility of large-scale exploitation is a growing concern. The accessibility of sensitive information at relatively low costs underscores the urgent need for proactive measures.
<br>
**Vulnerabilities in Africa**
<br>
Africa, despite its abundant natural resources, faces significant challenges due to exploitation.
<br>
Instances such as Tanzania's economic struggles highlight the complexities of investment deals which often lead to debt, mass-scale internet manipulation, and corruption. Despite being among the richest countries globally in terms of natural resources, it has one of the lowest GDP per capita figures. This discrepancy raises the question: is Tanzania being exploited? These vulnerabilities underscore the need for comprehensive strategies to ensure economic resilience and sovereignty.
<br>
**Navigating the Digital Battlefield**
<br>
In the modern era, data has emerged as a critical asset, and nations vie for supremacy in this domain. Recent conflicts, such as those witnessed between Ukraine and Russia, underscore the strategic significance of digital infrastructure. For example, Russia took out 5 data centers as their first targets in Ukraine to destabilize the country and destroy important data for the country (e.g. birth certificates and land ownership data are now gone). The reality remains that only a select few nations possess the requisite resources to navigate this new frontier, leaving others vulnerable to manipulation and attacks.
<br>
**Internet Infrastructure Vulnerabilities**
<br>
The centralization of internet infrastructure poses significant risks, as demonstrated by the potential impact of denial of service attacks or routing manipulation. Such vulnerabilities highlight the fragility of our digital ecosystem and the importance of strengthening resilience measures.
<br>
**Information Manipulation**
<br>
The manipulation of information presents a formidable challenge to democracy and societal stability. Instances such as the events in Egypt, during the revolution some years ago, serve as stark reminders of the power wielded by those who seek to exploit public opinion. Effective safeguards and transparency measures are essential to mitigate the risks associated with information manipulation.
<br>
**Advocating for a Secure Digital Future:**
<br>
As we confront these challenges, it is imperative to adopt a proactive and collaborative approach to cybersecurity. Rather than succumbing to fear or resorting to isolationist measures, we must strive for a more inclusive and secure digital ecosystem. At TF9, we are committed to pioneering innovative solutions that prioritize security, resilience, and global cooperation.
<br>
The threat of a cyber pandemic looms large, but it is not insurmountable. Through strategic investments in cybersecurity, enhanced collaboration among stakeholders, and a commitment to transparency, we can build a safer digital future for all. Join us in our mission to safeguard against cyber threats and foster a more secure and resilient global digital infrastructure with TF9.
<br>
<br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

View File

@ -0,0 +1,69 @@
---
id: empowering_india
title: "Empowering India: The promise of Decentralization"
image_caption: "Empowering India: The promise of Decentralization"
description: While Indian internet usage ranks second in the world today behind China, with 43% of its total...
date: 2023-01-03
taxonomies:
tags: []
categories: []
extra:
imgPath: empowering_india.png
---
## How would Decentralisation of the Internet help India?
*"This article was originally published by Ashish Bansal, a former member of ThreeFold Foundation."*
*Ashish Bansal has been a member of the ThreeFold support team since October 2021. He was born in India. Ashish believes that we all deserve a better internet which is free, decentralized and equal for all.*
<br>
The Internet has become one of the most important aspects of human life. Our everyday lives are impacted by social media and other online platforms on a very minute level. Facebook, Instagram, WhatsApp and others have become the most convenient way to stay in touch with friends and family. WhiteHart, Udemy and others have made quality education accessible to all. Swiggy, Zomato and others have made our favourite cuisine accessible at home. Amazon, Flipkart and others have grown the shopping experience for Indians with a variety of choices. Netflix, Hotstar, Youtube and others have made entertainment on demand easy for us.
<br>
Over the past decade, we have all gotten addicted to the comforts that the internet has brought to us, and it wouldn't be wrong for us to say that we cannot imagine our lives without the internet.
<br>
While Indian internet usage ranks second in the world today behind China, with 43% of its total population online, this also means that there is still a lot of untapped potential in India.
## Issues with current Internet
Although the internet has helped us in making our lives comfortable, there are several issues with the current Internet services we use. Some of them are mentioned below:
### Cyber security
The cyber security infrastructure in India today is not well equipped to tackle increasing cyber-crimes. You may not have the resolution to your complaints filed with Cyber Cell Portals on time. Hence there is an increasing number of fraudsters and hackers in India.
### Data ownership
Personal details shared by you on the internet are used by big companies to influence your decision-making process strategically.
### Higher cost to customers
Since internet infrastructure is owned and controlled by a few big companies, there is an irregular price increase which makes the internet unaffordable to many parts of rural India.
## Decentralised Internet is the solution
Decentralisation of the internet refers to the arrangement of the internet or its components such that no single entity or organization has control or authority over the network. It holds the potential to revolutionize the way every nation accesses and utilizes the world wide web. India, one of the biggest players in the digital world, can greatly benefit from Internet decentralization. It would open up many new opportunities for both the country and its citizens.
<br>
To start, decentralization of the internet would give India more control over its digital landscape. Instead of relying on a single, centralized entity to power its network, India could decentralize its internet and make the administration of the network much more efficient. With this additional control and efficiency, India could develop a more secure and reliable infrastructure, while also controlling the delivery of services. This could lead to faster, more reliable connection speeds, along with increased safety and security.
<br>
Additionally, decentralization of the internet would allow India to establish itself as a technological leader. By decentralizing the internet, India could shift its focus from the existing internet infrastructure to developing innovative technology and applications. This could include the development of decentralized artificial intelligence, blockchain technology, and much more. Potential applications of these technologies could drastically improve the education, healthcare, and transportation sectors of India.
<br>
Finally, decentralization of the internet could help with digital media access and distribution. This could open up new opportunities for providing access to digital media in rural areas, allowing for more effective access to education and entertainment. Furthermore, it could also provide access to more reliable payment services, as well as better consumer protection policies.
<br>
In conclusion, decentralization of the internet holds the potential to greatly benefit India and its citizens. It would give India control over its internet infrastructure, opening the door for development of innovative technologies and applications. Additionally, it could provide more effective access to digital media, along with more reliable payment services and consumer protection policies. In order for India to take full advantage of the potential of decentralization of the internet, it must take decisive steps towards implementing the necessary reforms and investments to ensure its success.
## How TF9 can contribute
TF9 technology runs on the concept of a grid formed by farmers who are independent people, unlike big corporations, that connect their nodes anywhere network and electricity is present to create a global distributed internet infrastructure. This resolves the problem of monopoly and price of big internet companies.

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

View File

@ -0,0 +1,34 @@
---
id: ensuring_reliability
title: "Ensuring Reliability: Strategies for Decentralized Internet Infrastructure"
image_caption: "Ensuring Reliability: Strategies for Decentralized Internet Infrastructure"
description: Through a combination of technical and strategic advancements, our journey towards a dependable...
date: 2023-12-06
taxonomies:
tags: []
categories: []
extra:
imgPath: ensuring_reliability.png
isFeatured: true
---
In today's digital landscape, the development of a decentralized open-source Internet infrastructure marks a significant leap forward. However, while the foundational structure of this innovation brings promise, its inherent reliability isn't guaranteed. After more than five years of building and expanding TF9's open-source technologies, it's now time we pivot towards commercialization. Ensuring a robust, dependable, and trustworthy offering becomes paramount. In this post, we'll share the various ways that reliability is being integrated with TF9 technology.
### **Technical Redundancy**
Our quantum safe storage system, coupled with replication, and web gateways, presents a pathway to achieve technical redundancy already. While these capabilities exist, we admit that at this time it is too complex for a starting user. Making this easier through refined tooling and a strong user experience will be imperative in order to allow a wide audience to take advantage here.
### **TF9 Cloud**
Our upcoming commercial offering, TF9 Cloud, will bolster reliability and trustworthiness. Through TF Cloud, we will need to provide comprehensive service, robust support, service level agreements (SLAs), and streamlined payment methods, including credit card options. The development of user-friendly tooling will significantly simplify and easen the process as well, enabling users to deploy and maintain reliable workloads effortlessly.
### **Farming Pools**
The introduction of farming pools in TF Grid 4.x will play an important role in fostering reliability as well. These pools not only contribute to resource pooling but also offer visibility into the network's participants. This transparency enhances trust and aids in identifying reliable contributors within a decentralized framework.
### **Establishing Reputation and Transparency**
Building a system that emphasizes reputation and complete visibility regarding service levels and uptimes is pivotal. By offering insights into each participant's performance metrics, Grid users will be able to more effectively choose a trusted provider.
<br>
In essence, through a combination of technical and strategic advancements, our journey towards a dependable and trustworthy decentralized Internet infrastructure is underway, setting the stage for the [next phase](/next) of ThreeFold.

View File

@ -0,0 +1,45 @@
---
id: introducing_mycelium
title: "Introducing Mycelium"
image_caption: "Introducing Mycelium"
description: TF9 is implementing a planetary network, aiming to allow efficient, end-to-end encrypted...
date: 2023-09-19
taxonomies:
tags: []
categories: []
extra:
imgPath: introducing_mycelium.png
---
*Lee is working on a very exciting new project called Mycelium, our own Ipv6 overlay network. Thanks to him for taking the time to create this short write-up on what it is and why it is needed.*
<br>
As part of the grid, ThreeFold is also implementing a planetary network. This peer 2 peer network implementation aims to allow efficient, end-to-end encrypted communication with other participants on the network. Currently, we are using Yggdrasil as the core technology for this network. This is an open source implementation, and we have been using this since of grid v2.
<br>
Over time, some problems have been noticed. We have since spent time looking into these issues, and performed an analysis of the root cause(s).
### Yggdrasils Limitations
To start, it should be noted that Yggdrasil is an experimental routing protocol (based on DHTs), which is currently still in an alpha stage. We very much admire the fact that they have been able to create a standalone network with worldwide participants from scratch. Over time, the network has grown, in part due to the grid, but also because a lot of individual participants joined and started running a node.
<br>
After investigating, we reached the conclusion that the current architecture has some scalability issues. While we have no doubt that these will eventually be solved, the importance of the planetary network in the grid is unfortunately too big to be able to wait for this. Additionally, Yggdrasil uses a technique called crypto key routing, and uses a tree structure for its routing info. This means data follows the “shortest path” in the tree, rather than the physical shortest path, which might deviate from this. As such, we have decided to implement our own Ipv6 overlay network, Mycelium.
### Implementing Mycelium
As previously pointed out, the main goal of our network is to be efficient, and end-to-end encrypted. Every node in the network is identified by a key pair. The address of a node is derived from this key pair, and data traffic between 2 nodes is encrypted using a secret derived from the key pair of both these nodes. As a result, every 2 nodes in the system use a different secret for encryption, and we can verify that the address used by a node is indeed owned by it (i.e. it has the corresponding private key). We have based our initial implementation (loosely) on the babel routing protocol.
<br>
Therefore, sending data to a remote node will follow the shortest path in terms of latency (i.e. the fastest route). The network adjusts itself in case nodes disappear or join, and multiple paths to a given destination are possible.
<br>
We are also considering implementing more advanced use cases in the future, though this remains to be seen at this stage. We are gearing up for some larger scale testing on the grid in the near future (after all, we do have multiple thousand nodes at our disposal to verify scalability), and will adjust as needed once these are done.
<br>
*If you'd like to dive deeper, take a look at the Mycelium manual [here](https://threefoldfoundation.github.io/info_cloud_production/tfcloud/mycelium/mycelium.html).

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -0,0 +1,41 @@
---
id: resolving_global_tech
title: "Decentralized Internet: Resolving Global Tech Challenges"
image_caption: "Decentralized Internet: Resolving Global Tech Challenges"
description: By constructing a decentralized, autonomous internet infrastructure from scratch, we're tackling...
date: 2023-11-12
taxonomies:
tags: []
categories: []
extra:
imgPath: resolving_global_tech.png
---
Imagine this: two friends in East Africa trying to connect via a video call. Instead of a direct link, their data embarks on a round trip to far-off data centers, consuming resources and adding costs. It's a snippet of a larger issue—how centralized infrastructure is holding back progress in connectivity.
### **Breaking the Distance Barrier**
In many regions, the internet economy remains anchored in distant lands due to reliance on long cables to Europe, North America, or China, where colossal data centers reside. This scenario keeps data, jobs, and economic benefits outside developing regions. But what if connectivity was local, decentralized, and efficient?
### **The East Africa Example**
Picture our technology in action. Instead of relying on data centers thousands of miles away, our decentralized infrastructure brings the connection closer. Those friends in East Africa can communicate peer-to-peer, reducing bandwidth needs by up to 10 times while boosting security. This isn't just about video calls; it's about revolutionizing every digital interaction.
### **Streamlining Complexity**
The tech world often gets tangled in layers of abstraction, favoring integration over innovation. While layers aid compatibility and incremental progress, they hinder true change. Excessive abstraction results in inefficiencies, performance lags, increased costs, and scalability woes.
### **The Education Gap**
Innovation takes a back seat when education leans heavily on commercial technologies. The push for quick-fix solutions neglects long-term innovation. It's like opting for a painkiller instead of addressing the root cause of the problem.
### **Local, Secure, Reliable**
Our vision? A decentralized internet where compute, storage, and network are local, sovereign, and secure. Storage becomes more reliable with less overhead, doubling up as a global content delivery network. The network stays resilient, routes around issues, encrypts end-to-end, and knows precisely where data originates and ends.
### **Tackling the Root Issues**
By constructing a decentralized, autonomous internet infrastructure from scratch, we're tackling these issues head-on. Minimizing complexity while solving problems at their core is our mantra. It's not just about a tech revolution; it's about reshaping connectivity to be inclusive, efficient, and empowering for everyone, everywhere.
The digital world stands at a crossroads. We can either perpetuate the status quo, or we can pave a new path—one that's decentralized, efficient, and equitable. The time for a decentralized internet that solves problems at their roots is now. It's time for connectivity that knows no boundaries.
The power to transform connectivity is in our hands. Let's reimagine the internet not as a distant entity but as a network that thrives locally, serves globally, and empowers universally. Together, let's build a decentralized internet that propels us into a future where connectivity is a right, not a privilege.

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View File

@ -0,0 +1,112 @@
---
id: revolutionizing_data_center
title: "Revolutionizing Data Center Design: Exploring Tier S"
image_caption: "Revolutionizing Data Center Design: Exploring Tier S"
description: The Tier S model is designed to exceed the capabilities of traditional data centers...
date: 2024-02-10
taxonomies:
tags: []
categories: []
extra:
imgPath: revolutionizing_data_center.png
---
In an era where artificial intelligence is reshaping our technological landscape, it is imperative to reconsider how we design and operate data centers. With decades of experience in the Internet and Cloud space and in response to technological evolutions, ThreeFold is proposing a new approach.
<br>
Over the last 30 years, data center construction has largely remained static. Contemporary data centers risk becoming obsolete if they continue to neglect evolving needs. As we stand at this technological crossroads, the urgency to adapt is clear: unless we pay close attention, new data centers risk repeating the inefficiencies of their predecessors, leading to a poor utilization of investments and a significant mismatch with current and future requirements.
## The Two Main Flaws of Existing Data Centers
### Inadequate Power Provision
The advent of AI has dramatically escalated power needs. An AI-centric rack can consume up to 200 kW a staggering 15 times more than the capacity of data centers built in the conventional model. This exponential increase poses significant challenges, particularly when dissipation exceeds 50 kW per rack. Traditional designs fall short in crucial aspects like cooling and power distribution, with conventional air cooling methods becoming increasingly unviable.
### The Shift in Market Needs: Beyond Co-location
The market dynamics have evolved; selling space in a data center, akin to advanced real estate, is a model that is rapidly losing relevance. The traditional co-location framework, which expects customers to manage their hardware and infrastructure within leased rack space, is becoming antiquated.
<br>
In the modern landscape, the role of a data center should transcend mere space rental. The emphasis should be on providing integrated solutions selling compute, storage, and network capacity, not just rackspace and power. Its about delivering a comprehensive service that aligns with the complex, ever-evolving needs of businesses immersed in the digital and AI revolution.
## The Data Center Landscape Today
Tier 3 and Tier 4 Data Centers are classifications outlined by the Uptime Institute, which provide standards for the design, construction, and operation of data centers. The Institute defines four tiers (1, 2, 3, & 4) to categorize data centers according to their design and infrastructure capabilities. For the purposes of this article, we will focus on the top two tiers.
### Tier 3
A Tier 3 Data Center is a type of data center facility that is designed to provide a high level of availability and redundancy for IT infrastructure and data storage.
<br>
#### Key Characteristics
- Availability: Tier 3 Data Centers typically offer 99.982% availability, translating to around 1.6 hours of downtime per year.
- Redundancy: They feature N+1 redundancy for power and cooling systems, providing backup components to ensure continuous operation in case of failure.
- Concurrent Maintenance: Tier 3 Data Centers allow for maintenance and repairs to be performed on systems without disrupting operations.
- Cost: Tier 3 Data Centers are less expensive to build and operate compared to Tier 4 due to lower redundancy requirements.
It's important to note that while Tier 3 Data Centers provide a high level of availability and redundancy, they are not as robust as Tier 4 Data Centers, which are designed to provide even higher levels of fault tolerance and uptime. The choice of data center tier depends on the specific needs and risk tolerance of the organization using the facility.
#### Key Challenges
- Limited Uptime: Despite high reliability, Tier 3 Data Centers may still experience noticeable downtime, which could impact critical operations.
- Single Points of Failure: While designed for redundancy, Tier 3 Data Centers may still have single points of failure, potentially leading to downtime during component failures.
- Scalability: They may have limitations in scalability compared to higher tier data centers, potentially requiring more significant upgrades for expansion.
<br>
When a business is considering colocation or hosting in a Tier 3 Data Center, it's important to assess its power requirements carefully. For operations with high power demands, it might be necessary to discuss with the data center provider the possibilities of allocating additional power resources or choosing a high-density zone within the data center. Data center providers typically measure power in kilowatts (kW) per rack and will have different pricing models based on the power and cooling requirements of the equipment hosted.
### Tier 4
A Tier 4 Data Center is the most advanced type of data center tier, as classified by the Uptime Institute. The Tier 4 Data Center is the most robust and less prone to failures. Its design ensures redundancy and reliability.
#### Key Characteristics
- Availability: Tier 4 Data Centers offer the highest level of availability, typically guaranteeing 99.995% uptime or just around 26.3 minutes of downtime per year.
- Fault Tolerance: They feature a fault-tolerant design with 2N+1 redundancy for critical systems, ensuring uninterrupted operation even during component failures.
- Redundancy: Tier 4 Data Centers have redundant power and cooling distribution paths, eliminating single points of failure.
- Security: They often have advanced security measures in place, including biometric access controls and surveillance systems.
#### Key Challenges
- Complexity: Tier 4 Data Centers are more complex and expensive to design, build, and maintain due to their fault-tolerant architecture.
- High Cost: The increased redundancy and fault tolerance come with higher costs, making Tier 4 Data Centers more expensive to operate compared to lower tiers.
- Overkill for Some Applications: For organizations with less critical operations or smaller budgets, Tier 4 Data Centers may be overkill and not cost-effective.
### Choosing Between Tier 3 and Tier 4
- Cost vs. Need: Tier 4 Data Centers are significantly more expensive to build and operate. Organizations should assess whether they need the highest level of uptime and fault tolerance that Tier 4 provides.
- Business Requirements: Businesses that can afford occasional downtimes for maintenance or those that don't have extremely critical data operations may find Tier 3 facilities adequately sufficient.
- Industry Compliance: Certain industries may require or favor Tier 4 facilities due to regulatory requirements.
<br>
In summary, while both Tier 3 and Tier 4 Data Centers are designed to ensure high levels of uptime and reliability, Tier 4 takes this a step further with increased redundancy, fault tolerance, and a correspondingly higher price point.
## Introducing the Tier S Data Center
The Tier S model is designed to exceed the capabilities of traditional Tier 3 and 4 Data Centers, addressing the increasing demand for infrastructure that can support emerging IT workloads with greater efficiency and resilience. Where "S" stands for "Self-Healing," Tier S Data Centers present a new way forward, while remaining backwards compatible.
<br>
The Tier S "circular approach" allows us to build the most reliable and redundant data centers in the world. A larger data center (typically 2-10 mW capacity) is extended with at least nine edge data centers. Key features include advanced liquid cooling technology and cybersecurity mechanisms, enhancing the center's ability to handle complex IT workloads like AI and ML.
<br>
Flexibility is central to the design, with each edge data center capable of housing 3-30 pods (subsections), and a versatile main data center. The innovative self-healing technology ensures continuous, secure operations, reducing downtime and maintenance needs. The infrastructure, integrating state-of-the-art hydro coolant distribution units, is designed for high-performance computing, meeting emerging technological demands.
### Key Benefits
- Superior Reliability: Data storage is highly secure and can't be lost, would even be safe if quantum computing would be used for hacking.
- 100% Redundancy: Fully redundant power and network paths. All hardware is equipped with liquid cooling for enhanced reliability and energy-efficiency..
- Capacity and Expansion: A main data center with a 2-10 MW capacity, supplemented by at least 9 edge data centers.
- Flexible Configuration: Each edge data center can include 3 to 30 pods (more information below), with the main data centers configurable as pod, rack, or container-based.
- Disaster Resilience: The circular design, with a main data center and edge data centers, offers robust protection against natural disasters, war, or unrest.
- Self-Healing: Equipped with self-healing properties, Tier S Data Centers ensure that workloads can operate safely with minimal need for human intervention.
## In Conclusion
The existing data center model is simply insufficient for emerging demands of the IT world. Billions of dollars will be mis-spent if we continue down the existing path. This is why ThreeFold is presenting a new approach. While the Tier S Data Center is still in its conceptual phase, we are actively working with partners on implementing the first of its kind in the near future.

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

View File

@ -0,0 +1,64 @@
---
id: shifting_to_the_edge
title: "Shifting to the Edge: The Internet's Evolution"
image_caption: "Shifting to the Edge: The Internet's Evolution"
description: With emerging technologies like IoT, Web 3 and more, computing needs to be pushed from centralized...
date: 2022-05-10
taxonomies:
tags: []
categories: []
extra:
imgPath: shifting_to_the_edge.png
---
With new devices being connected every day and emerging technologies like the Internet of Things (IoT), the metaverse and Web 3 gaining popularity, the [demand](https://www.cbre.com/en/insights/reports/north-america-data-center-trends-h2-2021) for Internet capacity is booming. Already, these developments are shifting the [Internets “center of gravity”](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) from its core to the edges in order to keep up with the growing demand. In an increasingly interconnected world, centralized cloud architectures are proving to be [bottlenecks](https://www.forbes.com/sites/forbestechcouncil/2022/03/25/demystifying-edge-technology/) hindering future growth.
<br/>
Here are some interesting numbers to emphasize the explosive growth of connected devices and the impending data explosion:
<br/>
* Back in 2018, [90% of global data creation](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) took place within the two previous years.
* In 2022, [4.95 billion people](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) are using the Internet and about [2.5 quintillion bytes](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) of data are created on a daily basis.
* About 2 billion computers, 15 billion mobile devices and more than 22 billion IoT devices are [active worldwide](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) on a daily basis.
* By 2025, more than [1 billion people](https://www.cisco.com/c/en/us/solutions/executive-perspectives/annual-internet-report/index.html) and [75 billion IoT devices](https://www.statista.com/statistics/471264/iot-number-of-connected-devices-worldwide/#:~:text=Internet%20of%20Things%20%2D%20number%20of%20connected%20devices%20worldwide%202015%2D2025&text=By%202025%2C%20forecasts%20suggest%20that,IoT%20installed%20base%20in%202019.) are expected to join the Internet.
<br/>
And yet, the expansion of Internet capacity still largely occurs in the same centralized and inefficient way. The client-server model of hyperscale data centers is unable to meet this rapidly growing demand due to high building and operational costs to fulfill bandwidth, performance and cybersecurity requirements. As data centers are primarily built in the US, China and Europe, emerging countries have to be connected via sea cables which makes the models limitations particularly severe for these countries. And even in countries where many data centers are located, they are built in regions where land and electricity are as cheap as possible. Consequently, the bulk of data centers is still [far away](https://www.securityinfowatch.com/perimeter-security/physical-hardening/article/21263002/real-words-or-buzzwords-edge-cloud-and-the-evolving-internet) from where the majority of users and connected devices reside, and where huge amounts of data are generated that require processing resulting in a [weak distribution](https://library.threefold.me/info/threefold#/tfgrid/threefold__grid_valuation?id=what39s-the-potential-of-the-threefold-grid) of Internet capacity.
<br/>
About [175 Zettabytes](https://www.seagate.com/files/www-content/our-story/rethink-data/files/Rethink_Data_Report_2020.pdf) of data will be created by 2025, as our economy becomes increasingly digital and data driven. And this amount of data needs to be captured, stored and activated in a secure, efficient and high-performing way. So, the aforementioned technological use cases will not only [accelerate the demand](https://www.cbre.com/en/insights/reports/north-america-data-center-trends-h2-2021) for Internet capacity but also require edge capabilities, such as low latencies, in order to run and scale successfully. In fact, the centralized data center model poses one of the biggest obstacles to the success and spread of the Internet of Things and related applications. This will have to change. Actually, industry experts [expect 75%](https://www.i-scoop.eu/edge-computing-explained/) of data to be processed outside of the traditional data center or cloud model by 2025.
## The rise of edge computing
Computing needs to be pushed from centralized data centers to the edge to support the massive data consumption coupled to the rise of connected devices and emerging technologies. For instance, as more and more home appliances and devices are getting interconnected through the IoT economy, the amount of real-time data generated within our homes on a daily basis is rapidly expanding. Edge computing [tackles the shortcomings](https://www.i-scoop.eu/edge-computing-explained/) of the centralized model in terms of bandwidth, latency and autonomy. It enables applications and solutions to be hosted closer to where their data is being produced and consumed, thereby allowing for low latencies, rapid data processing and real-time decisions. 
<br/>
The industry analyst company [IDC estimates](https://www.idc.com/getdoc.jsp?containerId=prUS48772522) the global spending on edge computing to increase by 14.8% compared to 2021 amounting to roughly $176 billion in 2022. By 2025, this number is predicted to reach about $274 billion.
<br/>
The idea of edge computings ability to process data on-site is simple enough. Nevertheless, edge computing fails to deliver on its promise as it still remains somewhat centralized today. Granted, so-called edge data centers are [closer](https://stlpartners.com/articles/edge-computing/edge-data-centres/) to where the data is being consumed than hyperscale data centers. But while they do provide an improvement from traditional data centers, they are not able to provide [far-edge](https://www.thefastmode.com/expert-opinion/23002-what-are-various-types-of-edge-computing-that-exist-today) capabilities, i.e. moving as close to the user and point of data creation as possible. They are simply smaller types of data centers that are still operated in a centralized manner, require the [same infrastructure elements](https://connectorsupplier.com/how-the-rise-of-edge-computing-will-reshape-the-data-center-landscape/) as centralized data centers, and usually [rely](https://www.techtarget.com/searchdatacenter/definition/edge-data-center) on bigger, central data centers. Quite edgy isnt it?
<br/>
As the need for Internet capacity specifically at the edge is rapidly intensifying, a new approach to Internet infrastructure is clearly needed. The Web 3 movement created a spur of interest across industries due to its promise to decentralize the Internet and cloud as we know it. Future data will be generated at the edge of the network and Internet which certainly requires an [architectural shift](https://www.forbes.com/sites/forbestechcouncil/2022/03/25/demystifying-edge-technology/) away from the current model.
## Realizing an interconnected future
Ironically, decades after the spark of the open-source peer-to-peer Internet movement was steamrolled by large tech companies and governments eager to centralize the global Internet, we seem to enter an era of decentralization again. Theres no doubt that large tech companies did bring a lot of innovation to our global Internet and cloud stack. Technically though, [peer-to-peer](https://threefold.io/blog/p2p_web3/) systems have always been the most scalable option. Moreover, open-source architectures have built a strong reputation for providing high levels of security and flexibility. 
<br/>
In a peer-to-peer model, people and devices are able to exchange directly, without intermediaries or servers in the middle leading to a more energy-efficient, scalable and flexible paradigm that can expand on-demand. And undoubtedly, open-source will play a [key role](https://news.crunchbase.com/news/edge-computing-said-quissal-zededa/) in edge computing by simplifying and enhancing the building and deployment of software at the edge.
<br/>
By leveraging open-source and peer-to-peer technologies, TF9 has come up with an Internet infrastructure that is capable of far-edge computing. TF9 offers a powerful set of [compute primitives](https://threefold.io/blog/building_a_new_internet_from_the_ground_up_3/) that provide the agility to create and deploy containers, Virtual Machines (VMs) and [Kubernetes](https://library.threefold.me/info/threefold#/technology/threefold__zkube?id=zkube) environments at the edge. Having integrated all leading industry-standard tools, ThreeFolds solution allows for a seamless migration of any digital workload, making TF9 the ideal infrastructure for edge workloads. And all data produced by these workloads can be stored in a way that is ultra safe, highly reliable and [unbreakable](https://library.threefold.me/info/threefold#/technology/qsss/threefold__qsss_home?id=quantum-safe-storage-system). Combined with end-to-end encrypted peer-to-peer [networking](https://library.threefold.me/info/threefold#/technology/threefold__planetary_network?id=planetary-network), applications can be hosted closer to where the data is being consumed representing the ideal underlying layer for IoT networks, blockchain-based workloads and more to run and scale at the edge seamlessly, efficiently and privately.
<br/>
The shift towards the edge is inevitable. TF9 is the first full-stack, [decentralized](https://coincheckup.com/blog/threefold-is-the-decentralized-web-the-future-of-the-internet/), peer-to-peer Internet infrastructure in the world that combines compute in the form of highly-optimized containers, storage and network capacity in an all-in-one solution. With  more than [81 Petabytes](https://threefold.io/) of capacity distributed across thousands of 3Nodes and 76 countries as well as [plans](https://threefold.io/blog/connecting_the_dots/) to sponsor the expansion of the Internet to developing regions, TF9 is the foundation for a thriving interconnected future that is secure, borderless and at the edge.

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -0,0 +1,22 @@
---
id: tf9_depin_hub
title: ThreeFold Listed on DePIN Hub
image_caption: ThreeFold Listed on DePIN Hub
description: ThreeFold are now listed on DePIN (Decentralized Physical Infrastructure Networks)....
date: 2023-12-15
taxonomies:
tags: []
categories: [News]
extra:
imgPath: tf9_depin_hub.png
---
DePIN Hub is "the ultimate resource to learn more about the DePIN ecosystem," created by the Hotspotty team and launched officially yesterday. (Congrats!)
<br/>
Take a look at the [ThreeFold project listing](https://depinhub.io/projects/threefold) and feel free to let us know if you have any feedback or share within your networks!
<br/>
*DePIN stands for Decentralized Physical Infrastructure Networks, and covers projects ranging from connectivity to clean energy production to projects like ours.*

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,26 @@
---
id: tf9_dunia_yetu
title: ThreeFold Announces a Sovereign Internet for Tanzania
image_caption: ThreeFold Announces a Sovereign Internet for Tanzania
description: Dunia Yetu Formally Announced in Dar Es Salaam, in partnership with Tanzania's ICT Commission...
date: 2024-01-29
taxonomies:
tags: []
categories: [News]
extra:
imgPath: tf9_dunia_yetu.png
---
Recently ThreeFold formally announced Dunia Yetu, in collaboration with the ICT Commission of Tanzania and Arthur Brock, the founder of Holochain.
<br/>
Plans include coding academies and innovation hubs across Tanzania, and the deployment of sovereign infrastructure on top of which local developers can store, build, and deploy.
<br/>
Read more about Dunia Yetu [here](https://www.threefold.io/blog/dunia-yetu/) and stay tuned for what's next!
<br/>
*Take a look at some coverage Dunia Yetu received in Tanzanian News [here](https://www.youtube.com/watch?v=qqYFAa2NXLg&t=895s).*

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -0,0 +1,24 @@
---
id: tf9_depin_hub
title: A Digital Free Zone in Zanzibar And More!
image_caption: OurWorld Digital Free Zone
description: The President of Zanzibar, Dr. Hussein Mwinyi, visited ThreeFold this weekend to publicly share...
date: 2023-07-27
taxonomies:
tags: []
categories: [News]
extra:
imgPath: tf9_freezone.png
---
This past weekend, ThreeFold was honored with a visit from Zanzibar's President Dr. Hussein Mwinyi at the African Regenerative Cities Summit.
<br/>
There, he formally and publicly expressed the government's commitment to the establishment of a digital free zone, a locally-owned Internet infrastructure, an incubator to support young local innovators all in collaboration with ThreeFold and their commitment to the ICT sector as a whole.
<br/>
Read [Zanzibar Seeks to Become a Digital FreeZone](https://www.thecitizen.co.tz/tanzania/zanzibar/zanzibar-seeks-to-become-digital-freezone--4316150) (via The Citizen) and [Mwinyi Commits to Improvement of Digital Spaces](https://dailynews.co.tz/mwinyi-commits-to-improvement-of-digital-spaces/) (via Daily News Tanzania) for further details.
<br/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -0,0 +1,22 @@
---
id: tf9_ict_conference
title: ThreeFold @ Tanzania ICT Conference
image_caption: ThreeFold @ Tanzania ICT Conference
description: Some of the team recently attended the Tanzania Annual ICT Conference...
date: 2023-10-23
taxonomies:
tags: []
categories: [News]
extra:
imgPath: tf9_ict_conference.png
---
Some of the ThreeFold team recently attended the Tanzania Annual ICT Conference where ThreeFold co-founder Kristof De Spiegeleer participated in two separate panels.
<br/>
He took the opportunity to underline the importance of a sovereign Internet and the incredible potential of an open source and decentralized ecosystem to build Tanzania's digital economy.
<br/>
Take a look at some clips from the talk [here](https://forum.threefold.io/t/threefold-tanzania-ict-conference-2023/4106).

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

View File

@ -0,0 +1,58 @@
---
id: towards_sustainable_it
title: "Towards Sustainable IT: A Better Solution for Our Planet"
image_caption: "Towards Sustainable IT: A Better Solution for Our Planet"
description: We believe IT can be sustainable. Actually, it should be! That's why energy efficiency has...
date: 2020-12-02
taxonomies:
tags: []
categories: []
extra:
imgPath: towards_sustainable_it.png
---
Today, the global Internet and IT infrastructure requires enormous amounts of energy, responsible for about 10% of annual global energy consumption. This makes the IT industry amongst the most pollutive industries in the world (along with the often-discussed airline industry, for comparison).
<br/>
<br/>
We believe IT can be sustainable. Actually, it should be! That's why energy efficiency has always been a key focus of ours. With climate change and sustainability as some of the most pressing issues of our times, new green solutions need to be our priority. It has been key to ThreeFold since the very beginning of its story to enable a technological infrastructure that can reduce the Internets carbon footprint drastically.
## Simplicity is the key to unlock a better future
Over time, integration suites, middleware solutions, and enterprise service busses have been invented and implemented to cover integration challenges within the current internet. This has further complicated IT architectures, resulting in a loss of actual end user workload performance.
<br/>
<br/>
ThreeFold reworked the whole approach to IT architectures and eliminated the layers of complexity. The result is a cloud stack that presents minimal overhead and that requires less hardware reducing heat generation and eventually cooling requirements. By reducing the need for power, the net result is an energy-efficient Internet grid.
## Improving resilience and efficiency through Self-Healing IT
Keeping systems up and running is a major requirement in modern day IT. Leading vendors earn most of their margin by selling maintenance contracts, performance guarantees, and professional services. Their business models bring no incentive to make things simple and efficient for consumers.
<br/>
<br/>
Creating a self-healing environment requires only minimal manual intervention to replace broken hardware components. Broken hardware components are inevitable, and the Zero-OS distributed node architecture deals with such failures by turning off broken components and provisioning unused capacity. By removing the need to ship broken parts back and forth, and linking to the corresponding installation knowledge (engineers), a lower carbon footprint can be achieved.
## “No painkiller” approach. We tackle the root issue
If a specific piece of software or hardware is not delivering the required performance or reliability, we should analyze the core design/algorithm and its usage of soft/hard components to determine the root causes of persistent issues to be solved.
<br/>
<br/>
Currently, most storage vendors follow the path of least resistance when trying to improve on performance. Their solution for meeting performance targets is to use faster components (CPU, memory, network card, proprietary acceleration) rather than looking at the core algorithms that drive the utilization of those components. Swapping components for faster ones perpetuates a cycle of cutting corners and focuses reliance on innovation from hardware component providers rather than solving the more fundamental and underlying issues. That's a "painkiller" approach.
<br/>
<br/>
Zero-OS was designed to solve root problem issues by design. While still using high-performance hardware components on the ThreeFold Grid, the algorithm of Zero-OS maximizes utilization possibilities. This enables greater performance and sustainability. Some key examples how this is achieved:
## Eliminating unnecessary elements from standard architectures
Virtualization adds a layer of software between the actual end-user workload and physical hardware. It also allows for multiple workloads to run on the same hardware by using excess capacity. There is definitely merit in building a virtualization solution. Building an effective virtualization solution that does not require abundant context switching is key and this is why Zero-OS has been developed. Zero-OS uses a minimal Linux kernel that allows for a number of user spaces to co-exist. In these user spaces, containerized versions of software can be run, eliminating the need for hypervisors, virtual OS to fuel the virtual machines, and guest operating systems. This also minimizes the required overhead for the host OS.
## Minimizing network connections usage
Supercomputing delivered many new technologies. But, not all of them are usable solutions for everyday workloads. One technology invented to make supercomputers performant is the use of Remote Direct Memory Access (RDMA). RDMA allowed physical CPU boards (containing both CPUs and memory) to access other CPU boards in memory stored data over a dedicated channel. This eliminated the need to transport data between CPU nodes over network connections (or other mainstream means to exchange data). The result was a considerable reduction in overhead created when allowing distributed end user workloads to operate over multiple physical cores. The leading server and storage solutions brands have never considered nor implemented such mechanisms. This resulted in an increased need for faster networks - increasing complexity, costs, efforts and resources needed to operate solutions.
<br/>
<br/>
RDMA is only used in certified farms and requires involvement of TFTech.
## Minimizing disk usage
The storage solution uses slow and big (the bigger the better) HDD disks which drive in rack density. As they spin slower they consume less power and need less cooling. But then, how can you deal with read/write intensive workloads? The storage algorithm uses a SSD cache to acknowledge Inputs/Outputs coming from the applications, fills the erasure coded data blocks in large (up to 64MB) storage containers and writes the big chunks of data on the big and slow HHDs. If you are familiar with HDD disks, you know they like to be streamed on instead of having a lot of small bits written in a scratchy way.
<br/>
<br/>
**Continuous innovation in all of these areas are leading to an efficient technology stack.**

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

View File

@ -8,3 +8,17 @@ weight: 6
template: "layouts/contact.html"
---
<!--
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
page(s)' that you would like to edit.
CONTACT PAGE
1. Hero section: "partials/contact.html
Extras:
1. header: "partials/header_custom.html"
2. CTA / Subscribe: "partials/cta.html"
2. footer: "partials/footer.html"
-->

View File

@ -4,7 +4,7 @@ description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
logoPath: "images/logo.png"
logoPath: "images/logo.svg"
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
---
@ -16,36 +16,19 @@ extra:
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
###### [Mazraa](https://dashboard.grid.tf/)
###### [Freeflow Nation](https://manual.grid.tf/farmers/farmers.html)
|||
##### OurWorld
<br>
###### [Incubaid](https://incubaid.com)
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
###### [Freezone](/)
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
<a onclick="window.open('https://ourparadise.ourworld.tf/', '_blank')"><h6>OurParadise</h6></a>
|||
##### About Us
##### Company
<br>
<a onclick="window.open('https://ourworldfreezone.github.io/info_freezone/', '_blank')"><h6>Manual</h6></a>
<a onclick="window.open('https://threefold.info/tech/tech/overview.html', '_blank')"><h6>Manual</h6></a>
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
@ -53,8 +36,20 @@ extra:
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
|||
##### TF9
<br>
<a onclick="window.open('/technology', '_blank')"><h6>Technology</h6></a>
<a onclick="window.open('/usecases', '_blank')"><h6>Use Cases</h6></a>
<a onclick="window.open('/blog', '_blank')"><h6>Blog</h6></a>
<a onclick="window.open('https://github.com/ourworldfreezone', '_blank')"><h6>Github</h6></a>
{% end %}

View File

@ -4,12 +4,17 @@ description: "this is a header."
insert_anchor_links: "left"
template: "partials/header.html"
extra:
logoPath: "/images/logo.png"
logoPath: "/images/logo.svg"
imgPath: ""
---
- [Mycelium]("/mycelium")
- [Hero]("/hero")
- [Nodes]("/nodes")
- [Xperiences]("/xperiences")
- [Home]("/")
- [About]("/about")
- [Technology]("/technology")
- [Use Cases]("/usecases")
- [Blog]("/blog")
- [Team]("/people")
- [Contact]("/contact")

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -1,267 +1,30 @@
---
title: "Hero"
title: "TF9"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 1
template: "layouts/home.html"
---
<!-- section 1 (header) -->
{% row(style="left" margin="hero" padding="top") %}
<br>
<br>
![placeholder](./img/hero2.png#mx-auto)
|||
# Start Owning Your Data <br>and Digital Life
### With **Hero**, We Can Build a Conscious Collective Intelligence Together.
<p>Meet <b>Hero</b>: your unique digital avatar, streamlining your online presence by eliminating the need for duplicate identities across platforms.</p>
<br>
<button><a href ="/hero">Learn More</a></button>
{% end %}
<!-- section 6 in the news -->
{% row(style="center" padding="top") %}
[![logo1](img/brand1.png#sm)](https://ourworld.tf)
|||
[![logo2](img/brand2.png#sm)](https://ourworld.tf)
|||
[![logo3](img/brand3.png#sm)](https://www.sikana.tv/)
|||
[![logo3](img/brand5.png#sm)](https://www.threefold.io)
|||
[![logo4](img/brand4.png#sm)](https://www.vverse.co/)
{% end %}
<!-- section 2 WHAT -->
{% row(style="right" margin="hero" reverse="rightreserve" padding="both") %}
## Everyone Can be a Hero
### Discover how Hero empowers <br>everyone to become digital pioneers.
<p><b>Heroes</b> were designed with technologies <br>that promote universal accessibility,<br> freedom, equality, and personal growth for all.</p>
<br>
<div class="border-t border-gray-200 dark:border-gray-700 ml-auto w-3/4"></div>
<br>
<h6>Decentralized Identity (DID) Technology</b></h6>
<h6>Blockchain Encrypted Security ✓</h6>
<h6>dApps Interoperability ✓</h6>
<h6>Community Governance Model ✓</h6>
<br>
<div class="border-t border-gray-200 dark:border-gray-700 ml-auto w-3/4"></div>
<br>
##### [__→ Learn More about Hero__](/hero)
|||
![placeholder](./img/img_section.png#mx-auto)
{% end %}
<!-- section 3 (myc) -->
<div class="container mx-auto">
{% row(style="center" margin="withContainer" padding="none") %}
## Hero: The Digital Identity Within the Mycelium Network
### Your Gateway to True Decentralized Internet
![](img/mycelium.png#mx-auto)
{% end %}
{% row(style="center" margin="hero" padding="bottom") %}
<p>Discover how <b>Mycelium Network</b> is revolutionizing internet access with a community-powered connectivity approach. We aim to empower individuals worldwide by enabling them to own and manage internet resources collectively.</p>
<br>
<button> <a href="/mycelium">Learn More</a></button>
{% end %}
<!-- section 5 subscription -->
{% row(style="left" margin="hero" padding="bottom") %}
![](./img/nodes.png#mx-auto)
|||
## Powered by Mycelium Nodes
### The Fundamental Building Blocks of Decentralized Internet
<p><b>Mycelium Network</b> and <b>Heroes</b> exist thanks to a vast network of cloud capacity deployed by <b>Farmers</b>- who deploy Mycelium Nodes in supporting locations worldwide.</p>
<br>
<div class="border-t border-gray-200 dark:border-gray-700">
</div>
<br>
<h6>✓ Decentralized and globally distributed.</h6>
<h6>✓ Fully Autonomous Operations</h6>
<h6>✓ Peer-to-Peer Technologies</h6>
<br>
<p>Together, we can create a globally distributed AI and internet infrastructure and earn an income.</p>
<br>
<div class="border-t border-gray-200 dark:border-gray-700">
</div>
<br>
##### [__→Learn More about Mycelium Nodes__](/nodes)
{% end %}
<!-- section 4 (header) -->
<div class="container mx-auto">
{% row(style="center" margin="hero" padding="bottom") %}
## Join The Movement
### A New Era of Digital Sovereignty
<p>Embark on a journey towards digital sovereignty with Hero, where you take a full control of your online identity and data, starting with these 3 easy steps:</p>
{% end %}
{% row(style="center" margin="narrow" padding="bottom") %}
<div class="border border-gray-300 rounded-lg mx-4 my-4 pt-5 pb-6 px-6 py-6 shadow-md">
![Image](img/item1.png#3col)
#### __Get A Node & Earn__
<h5>Get a Mycelium Node and add capacity to the <b>Mycelium Network</b>.</h5>
</div>
|||
<div class="border border-gray-300 rounded-lg mx-4 my-4 pt-5 pb-6 px-6 py-6 shadow-md">
![Image](img/item1.png#3col)
#### __Activate Your Hero__
<h5>Reserve and activate your own <b>Hero</b> - your sovereign digital identity.</h5>
</div>
|||
<div class="border border-gray-300 rounded-lg mx-4 my-4 pt-5 pb-6 px-6 py-6 shadow-md">
![Image](img/item3.png#3col)
#### __Acquire INCA Tokens__
<h5>Purchase INCA Tokens- The digital currency of the <b>Mycelium Network</b>.</h5>
</div>
{% end %}
<!-- section5 xp -->
{% row(style="left" margin="hero" padding="bottom") %}
![placeholder](./img/experiences.png#mx-auto)
|||
## Hero Xperiences
<p>Dive into a world of fully decentralized and completely secure applications on the <b>Mycelium Network</b>, built to empower and enable our Heroes with innovative digital Xperiences.</p>
<br>
<div class="border-t border-gray-200 dark:border-gray-700">
</div>
<br>
<h6><b>Chat App</b>: Stay connected with secure, private messaging.</h6>
<h6><b>Wallet</b>: Manage your assets with our integrated digital wallet.</h6>
<h6><b>Browser</b>: Browse the internet securely and privately.</h6>
<h6><b>Cloud</b>: Store and access your files securely from anywhere.</h6>
<br>
<div class="border-t border-gray-200 dark:border-gray-700">
</div>
<br>
##### [__→ Explore Hero Xperiences__](/xperiences)
{% end %}
<div class="border-t border-gray-200 dark:border-gray-700">
</div>
<!--
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
page(s)' that you would like to edit.
HOMEPAGE
1. Hero section: "partials/home1.html
2. Platform section: "partials/about.html"
3. Use Cases CTA: "partials/mesh2.html"
4. Technology section: "partials/concepts.html
5. Why Choose TF9 section: "partials/benefits.html"
6. Blog section: "partials/blogs.html"
7. Company section: "partials/stats.html"
Extras:
1. header: "partials/header_custom.html"
2. CTA / Subscribe: "partials/cta.html"
2. footer: "partials/footer.html"
-->

9
content/people/_index.md Normal file
View File

@ -0,0 +1,9 @@
---
title: "Our People"
paginate_by: 4
sort_by: "weight"
template: "layouts/people.html"
page_template: "partials/personCard.html"
insert_anchor_links: "left"
description: "Our team brings together over 30 years' experience in cloud automation, Internet storage and infrastructure services. Together, we are a dynamic force committed to reshaping the digital landscape and driving innovation in decentralized computing."
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -0,0 +1,21 @@
---
title: Adnan Fatayerji
weight: 1
description: Honored to be part of a team that has the potential to make the world a better place..
taxonomies:
people: [adnan_fatayerji]
memberships: [team]
categories: [foundation]
extra:
imgPath: adnan_fatayerji.jpg
organizations: [threefold_foundation]
countries: [UAE, Spain]
cities: [Dubai, Ibiza]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/adnansf/,
websites: https://threefold.io/, https://www.mazraa.io/,
}
---
Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network.

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

View File

@ -0,0 +1,22 @@
---
title: Ahmed Hanafy
weight: 3
description: Ahmed is an Software Engineer, started his career at Codescalers.
taxonomies:
people: [ahmed_hanafy]
memberships: [team]
categories: [foundation]
extra:
imgPath: ahmed_hanafy.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/ahmed-hanafy-7250/,
github: https://github.com/AhmedHanafy725,
websites: https://threefold.tech,
}
---
Ahmed is an Software Engineer, started his career at Codescalers, and now has about a 5 year experience in Cloud computing software. Engineer fell in love with Threefold I believe that Threefold is changing the world by building the new neutral internet, it's a great experience to be part of this.

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -0,0 +1,22 @@
---
title: Ahmed Saleh Harby
weight: 4
description: Ahmed is a passionate software test engineer with experience in software testing and automation ....
taxonomies:
people: [ahmed_harby]
memberships: [team]
categories: [foundation]
extra:
imgPath: ahmed_harby.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/ahmed-saleh-harby/,
github: https://github.com/A-Harby,
websites: https://threefold.tech,
}
---
Ahmed is a passionate software test engineer with experience in software testing and automation using Selenium, Cypress, and other technologies. And always curious to learn more.

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,22 @@
---
title: Ahmed Thabet
weight: 2
description: Wants to build beautiful applications that don't invade user privacy.
taxonomies:
people: [ahmed_thabet]
memberships: [team]
categories: [foundation]
extra:
imgPath: ahmed_thabet.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/ahmed-te-youssef/,
github: https://github.com/xmonader,
websites: https://threefold.tech,
}
---
I lead the development of the Threefold Grid.I want to build beautiful applications that don't productize the users or invade their privacy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,22 @@
---
title: Alexandre Hannelas
weight: 2
description: Alexandre has worked with regenerative companies to help them in their funding rounds.
taxonomies:
people: [alexandre_hannelas]
memberships: [team]
categories: [foundation]
extra:
imgPath: alexandre_hannelas.jpeg
organizations: [threefold_foundation]
countries: [France]
cities: [Aix-en-Provence]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/alexandre-hannelas-741681112/,
github: https://github.com/AlexandreHannelas,
websites: https://threefold.io/,
}
---
After graduating from a Master in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined ThreeFold because it is perfectly aligned with his vision of enhancing peoples life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world.

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -0,0 +1,22 @@
---
title: Amira Abouhadid
weight: 4
description: Msc. Computer & Information Technology , Bsc. Chemical Engineering.
taxonomies:
people: [amira_abouhadid]
memberships: [team]
categories: [foundation]
extra:
imgPath: amira_abouhadid.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/amira-abouhadid/,
github: https://github.com/amiraabouhadid,
websites: https://threefold.tech,
}
---
Trilingual (Arabic, English & German) software developer and chemical engineer skilled in remote pair programming and mentoring. I can use multiple languages, frameworks, and technologies to efficiently achieve a projects goals.

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,24 @@
---
title: Ashraf Fouda
weight: 3
description: Software Engineer with passion in new technologies, love every thing that is really new.
taxonomies:
people: [ashraf_fouda]
memberships: [team]
categories: [foundation]
extra:
imgPath: ashraf_fouda.jpeg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/ashraffouda/,
github: https://github.com/ashraffouda,
websites: https://threefold.tech,
}
---
Software Engineer with passion in new technologies, love every thing that is really new and challenging. Threefold is changing the world by decentralizing and neutralizing the internet.

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -0,0 +1,21 @@
---
title: Atef Nazmy
weight: 3
description: I Believe that ThreeFold Foundation Drives the world to be Better and Greener.
taxonomies:
people: [atef_nazmy]
memberships: [team]
categories: [foundation]
extra:
imgPath: atef_nazmy.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/atef-nazmy-2521b2134/,
websites: https://threefold.tech,
}
---
IT-Telecom & Networking Engineer, having a great passion to learn more about new technologies.

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -0,0 +1,22 @@
---
title: Bernadette Amanda Caster
weight: 3
description: Passionate, Outgoing and Enthusiast
taxonomies:
people: [bernadette_amanda_caster]
memberships: [team]
categories: [foundation]
extra:
imgPath: bernadette_amanda_caster.jpg
organizations: [threefold_tech]
countries: [India]
cities: [Bangalore, Chennai]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/bernadette-caster-7a11a4b4/,
websites: https://threefold.io/,
}
---
Amanda loves exploring things, especially at her job. She is proactive in volunteering to help others at her job and personally. She accepts life as it comes but learns what she can along the way. She believes to make a change in this world we need to be the change.

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -0,0 +1,21 @@
---
title: Cameron Ramraichan Labeyrie
weight: 3
description: Humble and a happy listener.
taxonomies:
people: [cameron_ramraichan_labeyrie]
memberships: [team]
categories: [foundation]
extra:
imgPath: cameron_ramraichan_labeyrie.jpg
organizations: [threefold_tech]
countries: [India]
cities: [Bangalore, Chennai]
private: 0
socialLinks: {
websites: https://threefold.io/,
}
---
I work as a support at Threefold.I am passionate about road trips, exploring new places, a music enthusiast, and enjoy trying exotic foods.

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -0,0 +1,22 @@
---
title: Ehab Hassan
weight: 3
description: Positive person in every aspect of life.
taxonomies:
people: [ehab_hassan]
memberships: [team]
categories: [foundation]
extra:
imgPath: ehab_hassan.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/ehab-hassan-a00897116/,
github: https://github.com/ehab-hassan,
websites: https://threefold.tech,
}
---
Positive person in every aspect of life. Senior Graphic Designer & Web Developer at ThreeFold. Fell in love with ThreeFold as I dream about the world where everyone can be happy.

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,22 @@
---
title: Erwan Renaut
weight: 4
description: Contributing to define a new truly decentralized internet where you are not the product.
taxonomies:
people: [erwan_renaut]
memberships: [team]
categories: [foundation]
extra:
imgPath: erwan_renaut.jpeg
organizations: [threefold_tech]
countries: [Brazil]
cities: [Rio de Janeiro]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/erwan-renaut-78869433/,
github: https://github.com/renauter,
websites: https://www.threefold.tech,
}
---
Since cloud technology is live, Erwan was always wondering where and how its datas were going to be stored and used. Sovereignty and privacy concerns always made him reluctant in using such services. That's why, after more than a decade working on oil & gas research projects, he was very enthusiastic about joining the Threefold team and contributing to define a new internet paradigm.

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -0,0 +1,22 @@
---
title: Eslam Nawara
weight: 2
description: Passionate software engineer interrested in developing software solutions and problem solving
taxonomies:
people: [eslam_nawara]
memberships: [team]
categories: [foundation]
extra:
imgPath: eslam_nawara.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/eslam-nawara,
websites: https://threefold.io/,
}
---
Eslam is a passionate software engineer focused on crafting innovative solutions and tackling complex challenges through creative problem-solving. With a strong foundation in software development, Eslam excels in designing and implementing robust applications to meet diverse user needs.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,21 @@
---
title: Evon Yacoub
weight: 5
description: Experienced Office Manager with a demonstrated history of working in IT industry.
taxonomies:
people: [evon_yacoub]
memberships: [team]
categories: [foundation]
extra:
imgPath: evon_yacoub.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/evon-yacoub-phri-b6028025/,
websites: https://threefold.tech,
}
---
Experienced Office Manager with a demonstrated history of working in IT industry. Skilled in Human Resources, Management, Office Administration, Administrative Coordination.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,21 @@
---
title: Florian Fournier
weight: 2
description: The vision is always the same - to enact individual actions that address global challenges.
taxonomies:
people: [florian_fournier]
memberships: [team]
categories: [foundation]
extra:
imgPath: florian_fournier.jpeg
organizations: [ootopia, threefold_foundation]
countries: [Brazil]
cities: [Rio de Janeiro]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/florianfournier/,
websites: https://www.ootopia.org/,
}
---
When Florian left Apple he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of an executive position in the global company? Being really happy working at Appl and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve peoples lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges.

View File

@ -0,0 +1,22 @@
---
title: Jan De Landtsheer
weight: 1
description: Techie at heart, having lived professionally in the tech basements of the Internet.
taxonomies:
people: [jan_de_landtsheer]
memberships: [team]
categories: [foundation]
extra:
imgPath: jan_de_landtsheer.jpeg
organizations: [threefold_tech]
countries: [Belgium]
cities: [Gent]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/jand2/,
github: https://github.com/delandtj,
websites: https://threefold.tech,
}
---
Wandering the Net since it's inception (www wasn't even a thing back then... and yes, I'm that old), I have experienced the (r)evolution of the Internet in steps going backward in terms of accessibility, bias and width. It seems to me, by the effect of personalized search, directed ads, filtered and hidden information, that the Internet has become so much smaller, narrowing and enforcing biased views. That needs to be addressed. The Net needs to become that vast resource of unbiased knowledge, so that people can start thinking for themselves again. That's why I'm here, to be part of a group of guardians who's purpose is to equalize all views so that people can really understand viewpoints instead of being just judgemental. Techie at heart, having lived professionally in the tech basements of the Internet, I can help and I will help. Education for all is the only path to a better world. Count me in.

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -0,0 +1,22 @@
---
title: Khaled Mahmoud Youssef
weight: 4
description: khaled is a passionate software test engineer with experience in software testing ....
taxonomies:
people: [khaled_youssef]
memberships: [team]
categories: [foundation]
extra:
imgPath: khaled.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/khaled-mahmoud-youssef-555740180/,
github: https://github.com/Khaledyoussef24,
websites: https://threefold.tech,
}
---
khaled is a passionate software test engineer with experience in software testing and automation using terratests , cypress and other technologies. And always curious to learn more.

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,22 @@
---
title: Kristof de Spiegeleer
weight: 0
description: Nerd engineer, humanist & motivated entrepreneur.
taxonomies:
people: [kristof_de_spiegeleer]
memberships: [team]
categories: [foundation]
extra:
imgPath: kristof_de_spiegeleer.jpeg
organizations: [threefold_foundation, threefold_tech]
countries: [UAE, Egypt]
cities: [Dubai, El Gouna]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/despiegk/,
github: https://github.com/despiegk,
websites: https://www.threefold.io, https://www.incubaid.com/,
}
---
Humanist & motivated entrepreneur, passionate to help make the world a better place. Kristof strongly believes there is need for a neutral internet owned by millions. We dream about a world where everyone can be happy, with respect for each other and the worlds resources. A world where we dare to love ourselves and we dont have to be scared about our future. A world where we dont need to be a product and we have learned to collaborate with openness and trust. <BR> More info on <a href="https://library.threefold.me/info/threefold#/kristof">library.threefold.me</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -0,0 +1,22 @@
---
title: Lee Smet
weight: 2
description: In order to have a nice planet to live on for the next decades, we need to preserve what we have now.
taxonomies:
people: [lee_smet]
memberships: [team]
categories: [foundation]
extra:
imgPath: lee_smet.png
organizations: [threefold_tech]
countries: [Belgium]
cities: [Lochristi]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/lee-smet-4a279a136/,
github: https://github.com/LeeSmet,
websites: https://threefold.io/,
}
---
In order to have a nice planet to live on for the next decades, we need to preserve what we have now. This means we need to stop wasting scarce resources, and move towards a more sustainable ecosystem. If existing technology can not, or refuses to become greener, then we will need to create this technology from scratch.

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

View File

@ -0,0 +1,21 @@
---
title: Mahendra Varma
weight: 3
description: Consultant at ThreeFold DMCC
taxonomies:
people: [mahendra_varma]
memberships: [team]
categories: [foundation]
extra:
imgPath: mahendra_varma.jpg
organizations: [threefold_tech]
countries: []
cities: []
private: 0
socialLinks: {
websites: https://threefold.io/,
}
---
Tech enthusiast with a passion for photography.

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -0,0 +1,23 @@
---
title: Mahmoud Emad
weight: 4
description: Mahmoud is a young and dynamic Software Engineer who able to work in a multicultural environment with....
taxonomies:
people: [mahmoud_emad]
memberships: [team]
categories: [foundation]
extra:
imgPath: mahmoud_emad.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks:
{
LinkedIn: https://www.linkedin.com/in/mahmoud-emad-4aa53717a/,
github: https://github.com/Mahmoud-Emad,
websites: https://threefold.tech,
}
---
Mahmoud is a young and dynamic Software Engineer who able to work in a multicultural environment with the fast ability to learn and expand knowledge & experience to contribute to the overall success of any organization

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,22 @@
---
title: Mario Bassem
weight: 4
description: Software Engineer.
taxonomies:
people: [mario_bassem]
memberships: [team]
categories: [foundation]
extra:
imgPath: mario.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/mario-wassef,
github: https://github.com/mariobassem,
websites: https://threefold.tech,
}
---
Software Engineer.

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -0,0 +1,22 @@
---
title: Maxime Daniel
weight: 2
description: C, python and nodejs developer, Gentoo user, Linux and Music addict
taxonomies:
people: [maxime_daniel]
memberships: [team]
categories: [foundation]
extra:
imgPath: maxime_daniel.png
organizations: [threefold_tech]
countries: [Belgium]
cities: [Liège]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/maxime-daniel-29bb8055/,
github: https://github.com/maxux,
websites: https://www.threefold.tech,
}
---
C, python and nodejs developer, Gentoo user, Linux and Music addict

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -0,0 +1,21 @@
---
title: Mayar Osama
weight: 4
description: I believe in a world where everyone can be happy.
taxonomies:
people: [mayar_osama]
memberships: [team]
categories: [foundation]
extra:
imgPath: mayar_osama.jpeg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/mayar-osama-0177a4204/,
github: https://github.com/maayarosama,
websites: https://threefold.tech,
}
---
Mayar is a Software Engineer who has over 1 year of practical experience. She's experienced in working with different programming languages as python and go, as well as popular JS frameworks & libraries such as Vue, Svelte & React in addition to cloud tools like Docker, Kubernetes & Helm.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,21 @@
---
title: Mik Perreault
weight: 3
description: Musician and mathematician contributing to the ThreeFold documentation.
taxonomies:
people: [mik_perreault]
memberships: [team]
categories: [foundation]
extra:
imgPath: mik_perreault.jpg
organizations: [threefold_tech]
countries: []
cities: []
private: 0
socialLinks: {
websites: https://threefold.io/,
}
---
Mik strongly believes in the power of information. On the premise that knowledge is power, he thinks the new Internet provided by ThreeFold is a game changer. "Natura non facit saltus."

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,22 @@
---
title: Mohamed Amer
weight: 4
description: Software Test Engineer with a passion for learning and exploring.
taxonomies:
people: [mohamed_amer]
memberships: [team]
categories: [foundation]
extra:
imgPath: mohamed_amer.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/mohamedamer45/,
github: https://github.com/mohamedamer453,
websites: https://threefold.tech,
}
---
A passionate Software Test Engineer, Started his career at Codescalers, and now has about 1 year experience in software testing and automation.

Some files were not shown because too many files have changed in this diff Show More