switched to template

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

View File

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

View File

@@ -0,0 +1,51 @@
---
title: "Creating solutions that respect humanity and the planet" # Quotation marks allow colons, semicolons, etc.
description: "Respect Human Rights, Respect Human Effort, Respect Human Experience." # Quotation marks allow colons, semicolons, etc.
date: 2017-06-06
updated: 2017-06-06 # 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,twin,cloud,foundation,aci]
categories: [why]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: kristof de spiegeleer
authorImg: /images/people/kristof_de_spiegeleer.jpeg
imgPath: images/blog/ethical_design_manifesto.png
---
<br/>
<br/>
Organizations should always respect human rights, human effort and human experience. To enable a sustainable and prosperous civilization and world, we need a strong value system.
<br/>
<br/>
*Ideas and texts were inspired from https://ind.ie/ethical-design/. We added our own twist to it.*
## Respect Human Rights
- **Sustainability**: It is important for a very simple reason: we cannot maintain our quality of life as human beings, the diversity of life on our planet, or Earth's ecosystems unless we embrace and protect its balance.
- **Equality**: Everyone should have a right to learn, dream, partake and succeed. Equal access also means affordability, not ownership by big greedy companies.
- **Decentralization**: To better distribute power, value and opportunities, we need more decentralization. Technologies and solutions should be available everywhere to improve equality and sustainability.
- **Openness & Interoperability**: Allows technologies to work together in an open way, without limitation, and therefore expands the possibilities for innovation and sharing.
- **Accessibility**: Whatever the location or situation, people should benefit from easy and fast access to information and solutions.
- **Security & Privacy**: Protect people from being put in situations of danger or exploitation. People should be empowered to be independent and they should be the sole owners of their experiences.
## Respect Human Effort
- **Reliability**: Make sure technologies are reliable and last longer.
- **Simplicity**: We need to keep things simple: no unnecessary complexity - less is more.
- **Transparency**: Let people and companies work together in a 100% transparent way.
- **Collaboration**: It's all about the greater picture. We are stronger together and have to help each other in reaching our common visions.
## Respect Human Experience
- **Ergonomy**: Products and solutions should empower productivity, safety and comfort, while reducing human error.
- **Inclusiveness**: Design should always be global and inclusive. We are all equal.
- **Design**: Products should be visually appealing and should achieve it's purpose.
- **Transparency**: Organisational records and strategies should be accessible to everyone.
<br/>
<br/>
_Photo by Renee Fisher on Unsplash._

View File

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

View File

@@ -0,0 +1,63 @@
---
title: "Datacenter Myths" # Quotation marks allow colons, semicolons, etc.
description: "Hyperscale realities are very different to what most people think. Myth 1 - Bigger data centers are more efficient." # Quotation marks allow colons, semicolons, etc.
date: 2017-10-12
updated: 2017-10-12 # Comment-out this line with a # if content is unchanged
draft: false # Make it "true" if you don't want Zola to "publish" yet
template: blogPage.html
taxonomies:
categories: [farming,cloud,foundation,aci]
categories: [technology,threefold_grid_,why]
extra:
subtitle: "" # Quotation marks allow colons, semicolons, etc.
author: andreas hartl
authorImg: /images/people/andreas_hartl.jpeg
imgPath: images/blog/big_datacenter_myth.png
---
## Hyperscale realities are very different from what most people think
### Myth 1: Bigger data centers are more efficient
There are advantages in building larger-scale data centers, like economies of scale and sheer bulk buying power, but these are not as significant as what people think. The average cost per rack in a hyper-scale data center is $20-35K USD including all energy requirements and safety systems. The cost of hardware per rack is around the $200-300K USD mark.
<br/>
<br/>
What is often forgotten is that anything that is of enormous scale and highly concentrated comes with complexity and specific problems to deal with. For example. resource requirements such as investment, operational costs, knowledge, and people increase significantly with size.
<br/>
<br/>
In reality, keeping things simple, small, and distributed is much more cost-effective than large complex environments.
### Myth 2: Big data centers can be sustainable
The carbon footprint of a big data center is enormous. To improve the power usage effectiveness (PUE) of most data center farmers have adopted wind, hydro, and/or solar power technologies, which indeed helps drop their PUE by an estimated 20%. But is this leading to more sustainability?
<br/>
<br/>
This 20% looks great on paper and in the farmers' corporate social responsibility reports. However, it just represents an improvement in the cooling technology and sourcing of energy. It doesn't actually impact the energy consumed by the equipment that runs in their data centers (servers, storage chassis, physical disks, etc.) which is the equipment responsible for the carbon footprint. PUE only refers to overhead power consumption, i.e. cooling the facility, opening, and closing doors, maintaining power security systems, etc.
<br/>
<br/>
Real improvement lies in deploying technologies that actually consume less power to deliver the actual Internet capacity to run workloads, real CPU chassis, physical disks, and storage cabinets. Improving on how hardware is being more effectively used can have an impact of up to a thousand percent and lead to ten times more power-efficiency.
### Myth 3: Redundant systems have better uptime
A lot of us believe that systems need redundancy mechanisms to improve their operational uptime and reliability. While it may make sense to IT experts, let's translate this for the non-IT world?
<br/>
<br/>
To make a car more reliable we add redundancy (as we do in IT). So for the risk of having a puncture, we add one extra tire for all the tires we use continuously. This adds 4 extra tires to the car. Then a decision needs to be made: Do we put those tires in a structure where they are always running along with the primary tires or do we choose not to have them "online" all the time, wearing and tearing in the same way as the primary tires?
<br/>
<br/>
Building such a system would take a large number of engineers to come up with a solution, and would change cars as we know them. Wouldn't it make more sense to think outside the box and solve the root of the problem by making tires un-deflatable?
<br/>
<br/>
The IT industry has gone overboard with the concept of redundancy, having forgotten to look at the root cause issues. This has spawned a whole new industry of itself, which has a financial interest in creating complicated and expensive redundant systems.
### Myth 4: Big companies optimize better
Big companies with a certain track record will know better how to optimize as they have more people and resources.
<br/>
<br/>
At first glance, this sounds logical, but in reality, ninety percent of the innovation within the IT space comes from startups. The giant IT companies have a heritage they hardly can overcome. They are locked in old infrastructure designs, and building outside of that infrastructure would be costly, timely, and probably put the breaks on their businesses.
<br/>
<br/>
Real innovation gives way to fix the core symptoms rather than taking the problem pain-killer approach.

View File

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