Remove article that don't make sens anymore
This commit is contained in:
parent
35be24c84b
commit
77e45be6d9
@ -1,16 +0,0 @@
|
||||
---
|
||||
draft : true
|
||||
categories : ["Blog","English"]
|
||||
toc : false
|
||||
title : "Remote, lonely, and poor : my fears about remote work."
|
||||
displayInMenu : false
|
||||
dropCap : true
|
||||
description : "I started writing this article long before Covid as a reponse to the growing trend in working remotely. Had I finished to write it before the pandemic, I could write a critic of my own article, but let's dig in and see what could go wrong with remote work."
|
||||
date : "2019-07-01T00:00:01Z"
|
||||
displayInList : true
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "cover.jpg"
|
||||
---
|
||||
|
||||
This article is a respond to gitlab's post about remote work. You can have a look [at it here](https://about.gitlab.com/company/culture/all-remote/).
|
Binary file not shown.
Before Width: | Height: | Size: 201 KiB |
Binary file not shown.
Before Width: | Height: | Size: 301 KiB |
Binary file not shown.
Before Width: | Height: | Size: 303 KiB |
@ -1,67 +0,0 @@
|
||||
+++
|
||||
draft = true
|
||||
categories = ["Blog","English"]
|
||||
title = "What's the best epub reader for Linux in 2019 ?"
|
||||
displayInMenu = false
|
||||
dropCap = true
|
||||
featuredImage = "cover.jpg"
|
||||
description = "If you're like me, you like reading. And now, being the golden age of pirates and torrented epubs, it's important to have a good reader when you have a library ten times the size of Bagdad's House of Wisdom. So, I tired a bunch of epub readers for the Linux desktop, to find out what exists, and which one would be perfect..."
|
||||
date = "2019-01-02T22:25:20Z"
|
||||
displayInList = true
|
||||
+++
|
||||
|
||||
If you're like me, you like reading. And now, being the golden age of pirates and torrented epubs, it's important to have a good reader when you have a library ten times the size of Bagdad's House of Wisdom. So, I tired a bunch of epub readers for the Linux desktop, to find out what exists, and which one would be perfect...
|
||||
|
||||
So, the first thing I did was to ask around what existed. The nice people of the fediverse told me about the following readers :
|
||||
|
||||
* [Calibre](https://calibre-ebook.com/)
|
||||
*
|
||||
* [Bookworm](https://babluboy.github.io/bookworm/)
|
||||
*
|
||||
* [Foliate](https://github.com/johnfactotum/foliate)
|
||||
*
|
||||
* [MuPDF](https://mupdf.com/)
|
||||
*
|
||||
* [Okular](https://okular.kde.org/)
|
||||
* ( For it to read epubs, you need to install `ebook-tools` too )
|
||||
* [Gnome Books](https://gitlab.gnome.org/GNOME/gnome-books/)
|
||||
|
||||
I installed each one, and decided that for the following week, I would be reading [Learn C the hard way](https://learncodethehardway.org/c/) for breakfeast. And each day, I'll be testing a new reader. To make things easiers, I downloaded the book before hand, and setup each reader to make sure it was working. I have a `.epub` and a `.mobi` version, so I'll have the choice, and test both of them.
|
||||
|
||||
The apps where > 242,2 MB in total, and installed a load of python libraries to my computer, but hey...
|
||||
|
||||
## Day One
|
||||
|
||||
This morning, I had tea, bread and orange marmelade. I also eat some cherrys during the reading. I started off with Calibre.
|
||||
|
||||
The first impression I got was that Calibre was old and complicated. But very powerfull. A lot of tools come with Calibre, such as metadata edition, news reader, book converter, and even a Calibre server to sync your books with your e-reader.
|
||||
|
||||
![A screenshot of Calibre](calibre_0.png)
|
||||
|
||||
The book viewer in itself is in a seperate window. It starts with a side column with old buttons full of color. Read like it's 2004 ! The options are a bit all over the place, but for most of them it's straightforward. The reader in itself is pretty cosy, the text takes the full page, and you have a 'flow' mode to prevent the skipping from one page to another. You can also use your own CSS stylesheet, which is nice !
|
||||
|
||||
## Day Two
|
||||
|
||||
This morning started with tea, and an almond paste on a slice of bread. I opened up my book with Okular.
|
||||
|
||||
Right away, you can tell it was not designed to be a EPUB reader. The file open all right, but the way it's display makes it look more like a pdf. Therefore, you can zoom, browse, do a selection an annotate the file, but you have very few options as to how the file is displayed.
|
||||
|
||||
Sadly, I found it very hard to read the chapters I wanted to this morning...
|
||||
|
||||
## Day Three
|
||||
|
||||
Today, I was hungry enough to make myself a big bowl of cereal with nuts and a banana, topped by oat milk. It was nice, and as it's rainy outside, I had a little walk before I started to write, or read.
|
||||
|
||||
I'll be reading my book with Bookworm today. It's a very nice app, which has a Library section with the book covers, information about each book, and a easly accessible preference pane with all the preferences you would want to adjust your reading preferences. All in all, it's an simple, accessible book reader. It's also pretty light, and runs well on 10 year old computers ( like mine ).
|
||||
|
||||
Until now, I've read about the basic syntax of C, and started to read about pointers. It seems less complicated than people on the internet make it !
|
||||
|
||||
I would recommend Bookworm if you are looking for a nice ebook reader.
|
||||
|
||||
|
||||
I can also make an honorable mention to [KOreader](https://github.com/koreader/koreader), even if it's not for the Linux desktop ( you __could__ use it, but meh.. ). It seems to be a nice replacement for whatever other software you have, and it even has a Calibre integration ! Give it a try !
|
||||
|
||||
|
||||
---
|
||||
|
||||
__Cover art by [Atey Ghailan](https://www.artstation.com/artwork/JKVZR)__
|
@ -1,21 +0,0 @@
|
||||
---
|
||||
categories : ["English"]
|
||||
title : "Hello World"
|
||||
displayInMenu : false
|
||||
dropCap : false
|
||||
description : "I guess this is an obligatory first post ?"
|
||||
date : "2019-01-02"
|
||||
draft : false
|
||||
displayInList : true
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "cover.jpg"
|
||||
---
|
||||
|
||||
Hello, world !
|
||||
|
||||
This blog, dubbed the octet press, is gonna be my personnal space in the web to post my toughts and share what I found on the web.
|
||||
|
||||
I might write in French or English.
|
||||
|
||||
This page is going to be updated in the futur, so keep an eye on it.
|
@ -1,28 +0,0 @@
|
||||
<opml version="1.0" xmlns:fz="urn:forumzilla:">
|
||||
<head>
|
||||
<title>Thunderbird OPML Export - Blogs & News Feeds</title>
|
||||
<dateCreated>Thu, 13 Dec 2018 00:18:43 GMT</dateCreated>
|
||||
</head>
|
||||
<body>
|
||||
<outline title="N07070xyz">
|
||||
<outline type="rss" title="N07070.xyz" text="N07070.xyz" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244463,"lastDownloadTime":null,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":false,"prefix":""}}" xmlUrl="http://www.n07070.xyz/index.xml" htmlUrl="http://www.n07070.xyz/index.xml"/></outline>
|
||||
<outline title="Refletsinfo">
|
||||
<outline type="rss" title="Reflets.info" text="Reflets.info" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244549,"lastDownloadTime":1544638804397,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":false,"prefix":""}}" xmlUrl="https://reflets.info/feeds/public" htmlUrl="https://reflets.info/"/></outline>
|
||||
<outline title="Linux Journal - The Original Magazine of the Linux Community">
|
||||
<outline type="rss" title="Linux Journal - The Original Magazine of the Linux Community" text="Linux Journal - The Original Magazine of the Linux Community" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244922,"lastDownloadTime":1544638804271,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":false,"prefix":""}}" xmlUrl="https://www.linuxjournal.com/node/feed" htmlUrl="https://www.linuxjournal.com/node/feed"/></outline>
|
||||
<outline title="Blog – Hackaday">
|
||||
<outline type="rss" title="Blog – Hackaday" text="Blog – Hackaday" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657245033,"lastDownloadTime":1544657245033,"updatePeriod":"hourly","updateFrequency":"1","updateBase":""},"category":{"enabled":false,"prefixEnabled":false,"prefix":""}}" xmlUrl="https://hackaday.com/blog/feed/" htmlUrl="https://hackaday.com"/></outline>
|
||||
<outline title="kottkeorg">
|
||||
<outline type="rss" title="kottke.org" text="kottke.org" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657626708,"lastDownloadTime":null,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="http://feeds.kottke.org/main" htmlUrl="http://feeds.kottke.org/main"/></outline>
|
||||
<outline title="Aral Balkan">
|
||||
<outline type="rss" title="Aral Balkan" text="Aral Balkan" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657202072,"lastDownloadTime":null,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="https://ar.al/index.xml" htmlUrl="https://ar.al/"/></outline>
|
||||
<outline title="Le blog de Genma">
|
||||
<outline type="rss" title="Le blog de Genma" text="Le blog de Genma" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657245145,"lastDownloadTime":1544638804381,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="https://blog.genma.fr/spip.php?page=backend" htmlUrl="https://blog.genma.fr/"/></outline>
|
||||
<outline title="LOW←TECH MAGAZINE">
|
||||
<outline type="rss" title="LOW←TECH MAGAZINE" text="LOW←TECH MAGAZINE" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244556,"lastDownloadTime":1544559465639,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="https://solar.lowtechmagazine.com/feeds/all.rss.xml" htmlUrl="https://solar.lowtechmagazine.com/"/></outline>
|
||||
<outline title="MiniMachinesnet">
|
||||
<outline type="rss" title="MiniMachines.net" text="MiniMachines.net" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244485,"lastDownloadTime":1544638805597,"updatePeriod":"hourly","updateFrequency":"1","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="https://www.minimachines.net/feed" htmlUrl="https://www.minimachines.net"/></outline>
|
||||
<outline title="Posts on ary">
|
||||
<outline type="rss" title="Posts on ary" text="Posts on ary" version="RSS" fz:quickMode="false" fz:options="{"version":2,"updates":{"enabled":true,"updateMinutes":100,"updateUnits":"min","lastUpdateTime":1544657244475,"lastDownloadTime":null,"updatePeriod":"","updateFrequency":"","updateBase":""},"category":{"enabled":false,"prefixEnabled":true,"prefix":""}}" xmlUrl="https://arysthaar.pw/blog/posts/index.xml" htmlUrl="https://arysthaar.pw/blog/posts/"/></outline>
|
||||
</body>
|
||||
</opml>
|
@ -1,38 +0,0 @@
|
||||
+++
|
||||
draft = true
|
||||
categories = ["Français"]
|
||||
title = "C'est le début de la fin de l'RSS !"
|
||||
displayInMenu = false
|
||||
dropCap = true
|
||||
featuredImage = ""
|
||||
description = "Comment suivre des petits sites web sans dépendre des GAFAM ? Et sans retourner chaque jour sur le site ? Depuis maintenant 20 ans, une technologie à fait un petit bout de chemin, et résoult beacoup des problèmes de publications sur internet."
|
||||
date = "2019-01-02T22:25:20Z"
|
||||
displayInList = true
|
||||
+++
|
||||
|
||||
Hier soir, perdu comme à mon habitude sur les internets, je tombe sur un [blog fort intéressant.]() Au lever du jour, je me suis dit que je continuerai de lire le reste des articles un autre jour... Je me suis effondré dans mon lit. Mais pendant la nuit ( plutot le matin ), les plombs de mon appartement ont sauté. Et de fait, j'ai perdu tout mes onglets dans mon navigateur...
|
||||
|
||||
Mais j'ai rien perdu, savez-vous pourquoi ? La réponse tiens en trois lettres, RSS.
|
||||
|
||||
RSS, pour Really Simple Syndication, entre autres, est une technologie du web qui date. Actuellement dans sa version 2.0, elle permet de s'abonner à un site web et de recevoir des notifications quand un nouveau contenue est publié. Beaucoup de sites web ont un _flux rss_, dont celui-ci ! Vous pouvez [le lire en tant que tel ici](https://n07070.xyz/index.xml).
|
||||
|
||||
Bon, évidemment, c'est une version assez basique. Il n'y a qu'un résumé de ce qui est publié ici. Les sites sont libres de publier ce qu'ils veulent dans leur flux : certains publie l'intégralité de leurs articles, d'autres seulement un résumé. Le contenue que vous receverez sera surtout des images et du textes, sans mises en page. Avantage : vous avez le contenue sans pub et sans autres distractions. Désavantage : vous n'avez pas de mise en page.
|
||||
|
||||
C'est bien beau tout ça, mais comment on peut utiliser RSS ? Hé bien il existe des applications pour tous vos bidules, et vous pouvez syncroniser vos abonnements avec différents services. Laissez-moi vous donner un petit tour d'horizon.
|
||||
|
||||
* Sur Android :
|
||||
* Sur iOS :
|
||||
* Sur Linux :
|
||||
* Sur macOS :
|
||||
* Sur Windows :
|
||||
* Sur le web :
|
||||
|
||||
Une fois l'application choisie, vous pouvez commencer par ajouter des sites web. Par exemple, copiez cette url: `https://n07070.xyz/index.xml`et ajoutez-là à votre application. Maintenant, à chaque fois que je publie un nouvel article, vous en serez averti !
|
||||
|
||||
Et j'en profite pour vous donner une (toute) petite liste de sites sympa qui ont un flux RSS ;
|
||||
|
||||
* http://e
|
||||
*
|
||||
*
|
||||
|
||||
Bonne lecture !
|
@ -1,19 +0,0 @@
|
||||
+++
|
||||
draft = true
|
||||
categories = ["DIY","Français"]
|
||||
title = "Un photomaton portable avec un Raspberry Pi"
|
||||
displayInMenu = false
|
||||
dropCap = true
|
||||
featuredImage = ""
|
||||
description = "Devant de nombreux monuments, les touristes se prennent en photo. Et les touristes adorent les photomatons. Pourquoi ne pas combiner les deux ?"
|
||||
date = "2019-01-02T22:25:20Z"
|
||||
displayInList = true
|
||||
+++
|
||||
|
||||
# Un photomaton portable ? Avec un raspberry pi ?
|
||||
|
||||
Durant l'été, et durant la plupart de l'année, Paris est envahis par les touristes. Hormis leur fâcheuse tendance à transformer le centre de la ville en un AirBnB géant au détrimant des habitant·es, ils sont aussi à la recherche de souvenirs uniques, et d'expériences. Il faut dire que si vous regardez sur Instagram le hastag #Paris, vous aurez l'impression d'une photocopieuse s'est chargé de leurs photos de vacances. C'est en contradiction avec leur besoin de se différencier et de se démarquer.
|
||||
|
||||
Une autre chose que les touristes aiment bien, c'est les photomatons. On rigole bien pendant quelques minutes, on a une preuve physique d'avoir été dans une des plus belles villes du monde.
|
||||
|
||||
Moi, pour ma part, j'ai besoin d'argent, et j'aime pas travailler. Par contre, j'adore créer des projets loufoques. Ça tombe bien j'ai une imprimante thermal sous la main, ainsi qu'un raspberry pi et une caméra. Du coup, je vais construire un petit photomation portatif ( que je balade avec un trepied ) et je vais proposer aux touristes de leur tirer leur meilleur selfie pour un prix libre ou un peu plus. Voyons comment faire.
|
Loading…
Reference in New Issue
Block a user