her.esy.fun/src/index.org
Yann Esposito (Yogsototh) 239a080f7a
retro colors
2020-05-10 22:13:53 +02:00

3.2 KiB

Yann Esposito's Website

@@html:<nav> <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> <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> </nav>@@

I'm a functional programmer, working remotely for Cisco.{{{br}}} I work in Clojure and use Haskell/Purescript during the weekends.

email {{{pemail}}}
gpg CB420F8005F1A662
self-hosted web
programs gitea.esy.fun github/yogsototh
bookmarks espial.esy.fun pinboard/u:yogsototh
microblog espial.esy.fun twitter/@yogsototh
keybase . . . . . . . . yogsototh
lobste.rs . . . . . . . . /u/yogsototh
reddit . . . . . . . . /u/yogsototh
stack overflow . . . . . . . . yogsototh

That website was created with the following constraints in mind by order of priority:

  1. Respect Privacy; no tracker of any sort (no ads, no google analytics, no referrer for all external links, etc…) {{{br}}} {{{br}}}
  2. Almost javascript free; no js at all except for a single exception, pages containing Math formulæ are displayed using mathjax. {{{br}}} {{{br}}}
  3. Accessibility; should be easy to read on a text browser so people with disabilities could easily consume it. {{{br}}} {{{br}}}
  4. RSS; you should be able to get informed when I add a new blog post. {{{br}}} {{{br}}}
  5. Frugal; try to minimize the resources needed to visit my website; no javascript, no web-font, not too much CSS magic, not much images or really compressed one.

If you are interested about technical details behind this website, take a look here.