From 5585c39beb8dd47666ba750c0a78e1f9206fdd6d Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 25 Mar 2025 15:22:29 +0100 Subject: [PATCH] Upload files to "content" --- content/about.md | 102 ++++++++++++++++++++++++++++++++++++++++++++ content/archives.md | 6 +++ content/search.md | 8 ++++ 3 files changed, 116 insertions(+) create mode 100644 content/about.md create mode 100644 content/archives.md create mode 100644 content/search.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..df60576 --- /dev/null +++ b/content/about.md @@ -0,0 +1,102 @@ +--- +title: "About Me" +date: 2024-12-10T13:32:49+01:00 +tags: ["about","contact","9x0rg","data privacy","tech","mountain biking","infosec","asia","olivier falcoz"] +author: "9x0rg" +canonicalURL: "https://9x0rg.com/about" +hidemeta: true +ShowReadingTime: false +ShowPostNavLinks: true +showtoc: false +--- +Hi there, + +My name is [Olivier Falcoz](https://olivier.falcoz.net). I am a random French-speaking bloke who goes by the online persona of 9x0rg. You may have met me under the nicknames elpanzer or panz' in the past. + +I'm a Infosec & risk management professional at day, formerly based in the Asia-Pacific region and now impatriated in Provence. + +During my years in Asia, I've been one of the maintainers of two MTB-related websites; [KLMBH](https://archive.klmbh.org/post/21014039650/klmbh-frequently-asked-questions) an association that preserves the tradition of the running Hash[^1] *but* on a mountain bike and [TRAKS](https://www.traks.org.my/), a trail conservancy NGO of Malaysia. So you will probably find a lot of cross-posts here from these two groups of fine folks. + +I ride mountain bikes. Specifically, a big, rugged enduro mountain bike. Don't expect to see me on a roadie thinguy but rather on a (too steep) a slope trying to follow my front wheel at (too high) speed[^2]. + +Incidentally, in 2013 I co-organized the first [Enduro Asia MTB](https://enduroasiamtb.tumblr.com/post/55587094114/enduro-mtb-in-asia-our-story) race in Malaysia, supported by [Red Bull](https://www.redbull.com/my-en/riders-unite-enduro-takes-on-malaysia), with the proud ambition of launching afterwards the Asian (Malaysia, Thailand, Indonesia) chapter of the Enduro World Series, no less. It didn't happen. I guess we were a bit ahead of ourselves. Nice experience though. + +## Purpose + +This blog is a loose collection (*en vrac* in French) of posts, started sometime around 2008 that I am still in the process of migrating from another platform. + +I use it myself to bookmark events of interest and sometimes to express my own opinions or ideas *and a few rants of course*, about [infosec & data privacy](/posts/infosec/), [tech](/posts/tech/), [mountain biking](/posts/mtb/), [All Things Asian](/posts/asia/) including politics and [#TGIF](/posts/tgif/) for anything else that doesn't fit anywhere else.. + +Most of the content is published in what can probably be described as *half-baked English* language or sometimes in French. Feel free to browse through the posts by [categories](/posts/) which I just try to organize in relevant topics or use the [archives](/archives/) or the [search](/search/) feature. + +## Tech + +My first PC as a kid was a Commodore I think, quickly followed by an Apple IIe. This, I believe makes me an honorary member of the #TeamOld. + +Data Privacy advocate and strong supporter of free and open-source software[^3] I use Linux on all computers since 2006. All things Microsoft are forbidden in the house. + +Arch Linux has been my daily driver since 2015 and the couple of servers I maintain with the help of [Yunohost](https://yunohost.org/) run Debian. Oh, my phone is obviously ungoogled. + + +This site has been hosted on various domain names over the years, first on WordPress, then on Tumblr when it was cool. I somehow abandoned it from 2018 onwards and only recently decided to revive it. + +This website is now static, contains no tracker, no cookies and runs on [Hugo](https://gohugo.io/). The [Wondermod](https://github.com/Wonderfall/hugo-WonderMod/) theme is provided by the fine folks at [WonderFall](https://wonderfall.dev/). + +# Contact + +## Fediverse + +Find me on Mastodon at [@9x0rg@mamot.fr](https://mamot.fr/@9x0rg) + +--- + +## Email + +``` +olivier |at| 9x0rg d0t com +``` +I'm done with PGP encrypted emails. The PGP key `ed25519/0xCAAD364477DA43C8`/ ` +26BC C458 2D54 0A23 FE24 0C27 CAAD 3644 77DA 43C8` is now revoked. Drop me a line and I'll give you my [Signal](https://signal.org/install) username. + +--- + +## Matrix + +Contact me through Matrix[^4] at [@olivier:envs.net](https://matrix.to/#/@olivier:envs.net). + +![@olivier:envs.net on Matrix](/images/@olivier.envs.net.png) +*The privacy policy for the envs.net homeserver is available at [this page](https://matrix.envs.net/_matrix/consent).* + +--- + +## XMPP/Jabber + +``` +xmpp:oyapok@chapril.org +``` + +![oyapok@chapril.org XMPP](/images/xmpp.oyapok@chapril.org.jpg) + +#### OMEMO[^5] fingerprints ## + +``` +D20AE21A 2177C81F 3C41C939 14F4CDCA +13627D12 F6AB1529 B4C998B8 3D8AE92A +``` +``` +79F16DEE D10D88D1 07E1FE92 7C636485 +7096955F FE03EDA9 F3822A4A 15F9F94C +``` + +--- +## Git forge + +* [Gitea](https://git.9x0rg.com) +* [Github](https://github.com/9x0rg) (Inactive) + + +[^1]: The [Hash House Harriers](https://en.wikipedia.org/wiki/Hash_House_Harriers) (Wikipedia) +[^2]: No trees were injured ever in the making of these countless stunts on two wheels. +[^3]: See [Free and open-source software](https://en.wikipedia.org/wiki/Free_and_open-source_software) (Wikipedia) +[^4]: [Matrix](https://matrix.org/) is a networking protocol for real-time communication +[^5]: See [OMEMO](https://en.wikipedia.org/wiki/OMEMO) (Wikipedia) \ No newline at end of file diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..0df4666 --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archives" +layout: "archives" +url: "/archives/" +summary: archives +--- \ No newline at end of file diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..2f41765 --- /dev/null +++ b/content/search.md @@ -0,0 +1,8 @@ +--- +title: "Search" # in any language you want +layout: "search" # is necessary +# url: "/archive" +# description: "Description for Search" +summary: "Search" +placeholder: "Enter your search query" +--- \ No newline at end of file