2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix some typos in content

This commit is contained in:
Frederik Ring 2020-07-25 13:00:29 +02:00
parent 7b9b59ac2d
commit d1bee6ceae
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ The command line can seem daunting when you don't use it regularly. This is why
### Goodbye, Choo
We started out with using Choo as our frontend framework and it was a great choice as it allowed us to build dynamic UIs very rapidly. But as Offen's Auditorium was growing over the last few months we noticed its lack of mechanisms for breaking interfaces into components was starting to slow us down signficantly and made simple changes cumbersome to implement.
We started out with using Choo as our frontend framework and it was a great choice as it allowed us to build dynamic UIs very rapidly. But as Offen's Auditorium was growing over the last few months we noticed its lack of mechanisms for breaking interfaces into components was starting to slow us down significantly and made simple changes cumbersome to implement.
This is why - before starting work on the annotated Auditorium - we migrated the application to use Preact in [PR 289](https://github.com/offen/offen/pull/289). Preact is a great choice as it allows us to use modern paradigms for programming interfaces without having to buy into a Facebook-dominated ecosystem. The library is distributed under a MIT license.

View File

@ -97,7 +97,7 @@ Then, fire up a demo instance of Offen on your machine. This is really easy usin
curl -sSL https://demo.offen.dev | bash
```
When done, this will tell you about a port that has been openend on your `localhost`, which we will now use for the load test.
When done, this will tell you about a port that has been opened on your `localhost`, which we will now use for the load test.
Let's start with something really simple, load testing the (static) index page:

View File

@ -53,7 +53,7 @@ We want to exemplify that it is time to depart the age of "data capitalism" [^8]
### Offen as a technology
At runtime, Offen is just mediating exchange between users and operators. Usage data is collected in conformance to GDPR and with the concept of "Datensparsamkeit" [^9] in mind. All user data is encrypted in the browser so that it can only ever be accessed by the users themselves or the matching operator. While being collected in the context of a website or application, neither operators nor third party scripts have any possibilty to access the usage data. Offen itself doesn't have any way of decrypting, processing or even selling the gathered data at any point.
At runtime, Offen is just mediating exchange between users and operators. Usage data is collected in conformance to GDPR and with the concept of "Datensparsamkeit" [^9] in mind. All user data is encrypted in the browser so that it can only ever be accessed by the users themselves or the matching operator. While being collected in the context of a website or application, neither operators nor third party scripts have any possibility to access the usage data. Offen itself doesn't have any way of decrypting, processing or even selling the gathered data at any point.
[^9]: Datensparsamkeit <https://martinfowler.com/bliki/Datensparsamkeit.html>