her.esy.fun/src/index.org

56 lines
2.9 KiB
Org Mode
Raw Normal View History

2020-05-01 13:25:59 +00:00
#+TITLE: Yann Esposito's Website
2019-07-05 15:09:14 +00:00
#+KEYWORDS: programming
2019-07-08 21:16:48 +00:00
#+AUTHOR: Yann Esposito
2019-07-29 22:10:54 +00:00
#+EMAIL: yann@esposito.host
2019-07-05 15:09:14 +00:00
#+LANGUAGE: en
#+LANG: en
2019-07-09 12:03:32 +00:00
#+OPTIONS: H:5
2019-07-13 21:30:59 +00:00
#+STARTUP: showeverything
2020-08-06 08:29:34 +00:00
#+MACRO: br @@html:<br/>@@
#+MACRO: pemail @@html: <a href="&#109;&#97;&#105;&#x6C;&#116;&#111;&#x3A;&#x79;&#x61;&#x6E;&#x6E;&#64;&#x65;&#x73;&#112;&#x6F;&#x73;&#105;&#x74;&#x6F;&#x2E;&#x68;&#x6F;&#x73;&#x74;">&#x59;&#x61;&#x6E;&#x6E;&#x20;&#x45;&#x73;&#x70;&#x6F;&#115;&#x69;&#116;&#x6F; &lt;&#x79;&#x61;&#x6E;&#x6E;&#64;&#x65;&#x73;&#112;&#x6F;&#x73;&#105;&#x74;&#x6F;&#x2E;&#x68;&#x6F;&#x73;&#x74;&gt;</a>@@
2019-07-08 21:16:48 +00:00
2019-11-27 18:06:42 +00:00
@@html:<nav>
2019-11-27 16:07:25 +00:00
<a href="/index.html">Home</a> |
<a href="/archive.html">Posts</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
2020-02-21 10:27:51 +00:00
<span class="details">
(<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)
</span>
2019-11-27 18:06:42 +00:00
</nav>@@
2019-11-27 16:07:25 +00:00
2020-02-12 16:53:53 +00:00
2020-05-01 13:25:59 +00:00
I'm a functional programmer, working remotely for Cisco.{{{br}}}
I work in Clojure and use Haskell/Purescript during the weekends.
2019-07-09 12:36:00 +00:00
2020-05-01 13:25:59 +00:00
- [[https://gitea.esy.fun/yogsototh][I write softwares]] ([[https://github.com/yogsototh][backuped on github]]),
- [[file:archive.org][I blog]] (you can follow new articles via [[https://her.esy.fun/rss.xml][RSS]]),
- [[file:slides.org][I sometime make some presentations]]
2020-05-10 20:13:53 +00:00
| email | {{{pemail}}} |
| gpg | [[file:files/publickey.txt][CB420F8005F1A662]] |
| | self-hosted | web |
|----------------+------------------+----------------------|
| programs | [[https://gitea.esy.fun/yogsototh][gitea.esy.fun]] | [[https://github.com/yogsototh][github/yogsototh]] |
| bookmarks | [[https://espial.esy.fun/u:yogsototh][espial.esy.fun]] | [[https://pinboard.in/u:yogsototh][pinboard/u:yogsototh]] |
| microblog | [[https://espial.esy.fun/u:yogsototh/notes][espial.esy.fun]] | [[https://twitter.com/yogsototh][twitter/@yogsototh]] |
| lobste.rs | . . . . . . . . | [[https://lobste.rs/u/yogsototh][/u/yogsototh]] |
| reddit | . . . . . . . . | [[https://reddit.com/u/yogsototh][/u/yogsototh]] |
| stack overflow | . . . . . . . . | [[https://stackoverflow.com/users/40569/yogsototh][yogsototh]] |
2019-08-23 20:03:53 +00:00
2019-08-14 12:54:14 +00:00
That website was created with the following constraints in mind by order of
priority:
2019-08-15 21:20:09 +00:00
1. *Respect Privacy*; no tracker of any sort (no ads, no google analytics, no
2019-08-15 15:56:29 +00:00
referrer for all external links, etc...)
2020-06-27 12:57:04 +00:00
2. *javascript free*; no js at all (math is rendered with MathML).
2019-10-20 11:44:42 +00:00
3. *Accessibility*; should be easy to read on a text browser so people with
disabilities could easily consume it.
2020-04-25 10:13:21 +00:00
4. *RSS*; you should be able to get informed when I add a new blog post.
5. *Frugal*; try to minimize the resources needed to visit my website; no
2019-08-20 13:35:54 +00:00
javascript, no web-font, not too much CSS magic, not much images or really
2019-08-14 12:54:14 +00:00
compressed one.