small fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2019-09-27 16:43:43 +02:00
parent 7f0d446b25
commit 54d2c30ef2
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 28 additions and 22 deletions

View file

@ -383,12 +383,6 @@ input#simple:target ~ .main {
font-size: 14px;
line-height: 1.5em;
}
input#simple:checked ~ .main .content,
input#simple:target ~ .main .content,
input#simple:checked ~ .main #content ,
input#simple:target ~ .main #content {
margin: 0 auto;
}
input#simple:checked ~ #labels ,
input#simple:target ~ #labels {
background: #fff;
@ -397,10 +391,19 @@ input#simple:target ~ #labels {
font-size: 14px;
line-height: 1.5em;
}
input#simple:checked ~ #labels .content,
input#simple:target ~ #labels .content {
margin: 0 auto;
}
input#simple:checked ~ .main .content,
input#simple:target ~ .main .content,
input#simple:checked ~ .main #content ,
input#simple:target ~ .main #content {
margin: 0 auto;
}
input#simple:checked ~ .main code,
input#simple:target ~ .main code,
input#simple:checked ~ .main pre
,
input#simple:checked ~ .main pre,
input#simple:target ~ .main pre
{
font-family: monospace;
@ -568,6 +571,10 @@ input#darksimple:target ~ .main {
font-size: 14px;
line-height: 1.5em;
}
input#darksimple:checked ~ #labels .content,
input#darksimple:target ~ #labels .content {
margin: 0 auto;
}
input#darksimple:checked ~ #labels ,
input#darksimple:target ~ #labels {
background: #000;

View file

@ -1,5 +1,5 @@
#+TITLE: How I Internet
#+SUBTITLE: Some unexpected consequences of self hosting
#+SUBTITLE: Some unexpected consequences of self-hosting
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DATE: [2019-09-23 Mon]
@ -12,7 +12,7 @@ TL;DR: Self-hosting is not only about controlling your data, it also influences
how you consume Internet for the best.
- I /POSSE[fn:posse]/; Publish Own Site, Syndicate Elsewhere:
+ I own my data, I self host my blog, notes, my repositories, my bookmarks, etc...
+ I own my data, I self-host my blog, notes, my repositories, my bookmarks, etc...
+ I use espial[fn:espial] for self-hosted bookmarks and notes
+ I use note-red[fn:node-red] to publish my blogs, bookmarks and notes to
twitter, sync bookmarks with pinboard[fn:pinboard]
@ -56,11 +56,11 @@ I will continue to make my Internet usage evolve for a long time.
:CUSTOM_ID: producing
:END:
I self host many services.
I self-host many services.
I control my data, and then I broadcast those info to different platforms.
This is called POSSE[fn:posse].
** Articles: Self hosted blog
** Articles: self-hosted blog
:PROPERTIES:
:CUSTOM_ID: self-hosting
:END:
@ -76,7 +76,7 @@ journal article.
I wrote an [[file:new-blog.org][article]] that explain the technical details behind my blog.
It also describes how I try to make it /respectful/.
To self host anything, you should buy a domain name, and configure you DNS
To self-host anything, you should buy a domain name, and configure you DNS
correctly.
That is certainly the biggest blocker for non technical people.
@ -106,7 +106,7 @@ git remote set-url origin --push --add <another-remote-url>
:END:
I also wanted a tool to keep track of web pages I like and might want to
keep track of.
For that, I self host [[https://espial.esy.fun/u:yogsototh][espial]][fn:espial]; an open-source, web-based
For that, I self-host [[https://espial.esy.fun/u:yogsototh][espial]][fn:espial]; an open-source, web-based
bookmarking server.
It is a very easy to install, this is a single binary.
@ -269,19 +269,18 @@ provide those feature to most people.
:CUSTOM_ID: federation
:END:
I think I can say a few words about federated networks like Mastodon, but
somehow, Mastodon replicates the anti-features promoted by Twitter or
I think I can say a few words about federated networks like Mastodon.
Somehow, Mastodon replicates the anti-features promoted by Twitter or
Facebook.
Also there are some details I don't really like about the federation
Furthermore I don't really like some details about the federation
foundations (ActivityPub).
Also, for example, I wrote a commenting system that I could easily
self-host.
I intended to use it for my blog.
As an example, I wrote a commenting system that I could easily self-host.
I first intended to use it for my blog.
But after a second though, I'm not sure comments are that positive.
I prefer to edit my article with comments that people would send me via other
communication channel, typically, my mail.
I prefer to edit my articles with comments that people would send to me via
other communication channel, typically, my mail.
** Anti-features
:PROPERTIES: