<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[fidacura's notebook]]></title>
        <description>fidacura's notebook</description>
        <link>https://notes.fidacura.xyz</link>
        <image>
            <url>https://notes.fidacura.xyz/favicon.png</url>
            <title>fidacura's notebook</title>
            <link>https://notes.fidacura.xyz</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Sat, 31 Aug 2024 05:58:52 GMT</lastBuildDate>
        <atom:link href="https://notes.fidacura.xyz/rss.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Sat, 31 Aug 2024 05:58:51 GMT</pubDate>
        <copyright><![CDATA[2024 fidacura]]></copyright>
        <language><![CDATA[en]]></language>
        <managingEditor><![CDATA[hello@fidacura.xyz (fidacura)]]></managingEditor>
        <webMaster><![CDATA[hello@fidacura.xyz (fidacura)]]></webMaster>
        <ttl>60</ttl>
        <category><![CDATA[Technology]]></category>
        <category><![CDATA[Web Development]]></category>
        <category><![CDATA[Travelling]]></category>
        <atom:link href="https://notes.fidacura.xyz/rss.xml" rel="self" type="application/rss+xml"/>
        <content:encoded>
      &lt;style type="text/css">
        .spacious-bullet { margin-bottom: 1em; }
        .styled-quote { border-left: 4px solid #ccc; padding-left: 1em; }
        .no-margin { margin: 0; }
        .serif { font-family: serif; }
      &lt;/style>
    </content:encoded>
        <item>
            <title><![CDATA[Homelab Network]]></title>
            <description>&lt;p>This is a walkthrough of my current network setup. I have been building and maintaining it for a long time, and it has gone through many iterations of both hardware and software. &lt;/p>&lt;p>The main reasons I spend time building an home network:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>A safe sandbox for experimentation with networking, web technologies, programming, and security.&lt;/li>&lt;li>Self-hosting servers for DNS, ad blocking, IoT home automation, e-book server, media server, file server, etc.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>1.1 Design Principles&lt;/h2>&lt;p>This a simple homelab network–not intimidating in size or scope– and it&amp;#039;s designed with a couple of core principles in mind:&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Simplicity and Modularity&lt;/p>&lt;p>I like the idea of having compact nodes as part of a modular network. My hardware choices strongly reflect that, with my core setup–which is every node except for the media server–fitting into a backpack, without compromising performance in their intended purposes. &lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Energy Friendly and Noiseless&lt;/p>&lt;p>I prioritize hardware that is energy-efficient (for both the sake of the planet and my bank account) and that is as noiseless as it can be. My entire setup sits on my bookshelf and operates quietly without the need for special compartmentalization.&lt;/p>&lt;p>&lt;/p>&lt;h2>1.2 Network Diagram&lt;/h2>&lt;a href="https://cdn.sanity.io/8ca9197d3cc2131263f631ff95124e71287e6e21-1493x1012.jpg">View Image&lt;/a>&lt;p>&lt;/p>&lt;h2>1.3 Hardware and Software&lt;/h2>&lt;p>These are the permanent nodes in the network:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Router:&lt;/strong> NanoPi R4S 4GB RAM + Sandisk EP 256GB (OpenWRT) that serves as Firewall / Router / VLANs / DHCP / SQM / WireGuard&lt;/li>&lt;li>&lt;strong>Switch:&lt;/strong> Netgear GS308T to redirect VLAN traffic to the nodes&lt;/li>&lt;li>&lt;strong>DNS Server:&lt;/strong> Raspberry Pi 4 4GB RAM + Sandisk EP 256GB (DietPi) running Pi-Hole/Unbound for private DNS and ad blocking.&lt;/li>&lt;li>&lt;strong>Private WiFi AP:&lt;/strong> GL-MT6000 Wi-Fi 6 (OpenWRT)&lt;/li>&lt;li>&lt;strong>IoT Server:&lt;/strong> Raspberry Pi 4 8GB + Kingston A400 SATA 120GB (Debian) running Home Assistant to orchestrates all IoT devices.&lt;/li>&lt;li>&lt;strong>IoT WiFi AP:&lt;/strong> Netgear AX6 AP (OpenWRT)&lt;/li>&lt;li>&lt;strong>IoT Zigbee: &lt;/strong>Sonoff ZBDongle-E EFR32MG21A; plus a bunch of Zigbee devices and sensors to make the house a bit smarter.&lt;/li>&lt;li>&lt;strong>Media Server:&lt;/strong> Optiplex i7-6700 @ 3.4GHz, 256 SSD, 16GB RAM, 2TB SATA HDD running Proxmox with two Debian servers; one is a file server (OpenMediaVault); the other is a media Server (Jellyfin / KoBo / Obsidian) &lt;/li>&lt;li>&lt;strong>Monitoring&lt;/strong> Raspberry Pi 5 8GB + Sandisk EP 256GB (Debian) running Grafana and Prometheus for traffic and monitoring graphics.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;h2>1.4 Smart Segmentation&lt;/h2>&lt;p>IoT devices for network segmentation are an integral part of the setup and its functionality. I travel often, so I like to have this segmantation that allows me to control each device; each node is connected to a smart plugs, which gives me the ability to turn any devices on or off remotely, and provides full control over energy usage for each node.&lt;/p>&lt;p>&lt;/p>&lt;h2>1.5 Gateway: the Router (192.168.2.1)&lt;/h2>&lt;p>The router is the gateway and the backbone of the entire network. &lt;/p>&lt;p>I&amp;#039;m using OpenWRT fine-tuned as Firewall, NAT, VLANs, SQM, and WireGuard, to create a secure and segmented network environment. &lt;/p>&lt;p>For remote network access, I setup multiple WireGuard tunnels tailored to specific services to compartmentalize and secure remote access to each service independently; one grants access to the main admin VLAN, allowing me to manage any node within the network as needed; another tunnel connects to the Home Assistant server, facilitating the use of the HomeAssistant iOS app to monitor my IoT devices; additional tunnels are configured for each of the media server services—Jellyfin for media streaming, Calibre-Web for e-books, and Obsidian for note synchronization. &lt;/p>&lt;p>&lt;/p>&lt;p>The router is a NanoPi r4s–a small ARMv8 device with a powerful hexa-core CPU–running OpenWRT; its amazing how such a portable device carries such a broad amount of traffic and functionality so smoothly. &lt;/p>&lt;h4>1.5.1 /etc/dhcp&lt;/h4>&lt;div>&lt;/div>&lt;h4>1.5.2 /etc/network&lt;/h4>&lt;div>&lt;/div>&lt;h4>1.5.3 /etc/firewall&lt;/h4>&lt;div>&lt;/div>&lt;p>&lt;/p>&lt;h2>1.6 Recursive DNS Server (192.168.10.10)&lt;/h2>&lt;p>I run Pi-Hole and Unbound together as a recursive DNS server, with built-in ad-blocking capabilities. This shields my browsing data from external DNS providers and resolvers, removes unwanted ad traffic, and provides DNS caching, which speeds up DNS query resolutions.&lt;/p>&lt;p>I love Pi-Hole/Unbound together; it&amp;#039;s open source; it has an active community; it&amp;#039;s super easy to setup and maintain; and it runs perfectly on a Raspberry Pi 4 running DietPi, which minimizes energy consumption without sacrificing functionality.&lt;/p>&lt;h4>pi-hole.conf&lt;/h4>&lt;div>&lt;/div>&lt;p>&lt;/p>&lt;h2>1.7 IoT Server (192.168.30.30)&lt;/h2>&lt;p>I use Home Assistant as my IoT server hub; it collects data from the Zigbee and WiFi networks, and integrates it into a unified interface, which gives me comprehensive control and monitoring. &lt;/p>&lt;p>I chose Home Assistant due to its open-source nature, its active community, and of course, because it runs beautifully on a Raspberry Pi 4 8GB RAM. The only change I made was to swap the standard SD card setup for an external SSD, which boosts the read/write speeds, and minimizes the risk of data corruption, to improve the overall durability and stability of the system when handling larger datasets and more complex automations without lag. &lt;/p>&lt;p>&lt;/p>&lt;h2>1.8 Media Server (192.168.50.10)&lt;/h2>&lt;p>This is the only heavy-duty machine in the network. It&amp;#039;s a DELL Optiplex that I bought at a corporate liquidation sale. It&amp;#039;s the only node in the network that doesn&amp;#039;t stand in my bookshelf, and its tucked away inside a wardrobe with its own network connection. &lt;/p>&lt;p>I am currently running Proxmox to manage two Debian VMs, each operating its own dedicated SSD; one VM runs OpenMediaVault as file server; the other is a media server running Jellyfin for streaming, Calibre-web as e-book server that is synchronised with my Kobo, and an Obsidian db server to sync and backup my notes.&lt;/p>&lt;p>Proxmox streamlines the management of the virtual machines, and also simplifies network organization by assigning dedicated IP addresses to each VM. This network segmentation allows for precise and secure VPN access to different services through distinct tunnels.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>1.9 Network Monitoring (192.168.10.20)&lt;/h2>&lt;p>The latest addition to the network is a Raspberry Pi 5 8GB RAM, which is running Grafana and Prometheus to create a comprehensive monitoring environment. This setup provides insights into the health and performance of the network, including detailed metrics such as latency, packet loss, ping time, SQM, device temperatures, RAM usage, database performance, and system uptime, among others.&lt;/p>&lt;p>I also plan to implement Pushover notifications to get daily snapshots and real-time notifications of any critical conditions affecting system and network performance.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>1.10 Post Script&lt;/h2>&lt;p>That’s all for today! Although I’m very happy with the current setup, there&amp;#039;s always a bucket list of things I want to explore further and learn more about. Here are some that come to mind:&lt;/p>&lt;p>&lt;/p>&lt;p>FreeBSD Firewall&lt;/p>&lt;p>I&amp;#039;ve relied on OpenWRT for over a decade as my gateway nodes. However, before micro-computers were a thing, I used to run FreeBSD with pf and ipfw for the firewall/router layer. I would like to try FreeBSD again, and explore further its firewall and network features. Maybe one of its modern forks like pfSense and OPNsense can be an option as well.&lt;/p>&lt;p>AI &amp;amp; LLM Machine&lt;/p>&lt;p>lately, I&amp;#039;ve been playing a lot with LLMs, and I&amp;#039;m flirting with the idea of acquiring a dedicate high-performance machine to run heavy-duty models locally. &lt;/p>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p>Thanks for diving into my network labyrinth with me—until next time, keep exploring the digital frontiers 🖖&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/homelab-network</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/homelab-network</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[Linux]]></category>
            <category><![CDATA[networks]]></category>
            <category><![CDATA[Unix]]></category>
            <pubDate>Tue, 28 May 2024 18:27:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Sunflower Movement]]></title>
            <description>&lt;p>I’m back in Taiwan. This time I’m here pre-elections, and people are very active on the streets; there are so many party gatherings in public spaces, pamphlets, flags, and people are open and curious to talk about politics. Even with me, a mere tourist. It’s truly fascinating.&lt;/p>&lt;p>I find the Taiwanese Sunflower Movement one of the most fascinating political movements of the last decade, for its resilience, creativity, efficiency, and the practical outcomes both at the time and the indirect outcomes that are still being felt today.&lt;/p>&lt;h2>Background&lt;/h2>&lt;p>The Sunflower Movement was a student-led political protest in Taiwan in 2014 against the Cross-Strait Service Trade Agreement (CSSTA) with China. The ruling party at the time, Kuomintang (KMT), attempted to fast-track the agreement without any public scrutiny or debate–without transparency.&lt;/p>&lt;p>The CSSTA was a trade agreement between Taiwan and China intended to open up service sectors, including finance, healthcare, telecommunications, and technology. Proponents, primarily from the KMT, argued it would boost Taiwan&amp;#039;s economy, but people worried it would make Taiwan overly dependent on China and compromise Taiwan’s economic and political autonomy.&lt;/p>&lt;h2>Sunflower Movement&lt;/h2>&lt;p>&lt;strong>The Roots:&lt;/strong> The movement began on March 18, 2014, when a group of students and civic activists occupied the Legislative Yuan (Taiwan&amp;#039;s parliament) in Taipei.&lt;/p>&lt;p>&lt;strong>Public Support:&lt;/strong> The occupation drew massive public support, leading to large-scale rallies all over Taiwan. What began as a protest against the CSSTA grew into a nationwide public expression of concern over Taiwan&amp;#039;s democratic processes and its future relations with China.&lt;/p>&lt;p>&lt;strong>Legislative Yuan Occupation:&lt;/strong> The occupation lasted for 24 days, during which the protesters demanded the withdrawal of the CSSTA and the creation of a transparent legislative process for future agreements with China. Approximately 300 people were inside the Legislative Yuan at all times during the protest.&lt;/p>&lt;h2>Resolution&lt;/h2>&lt;p>The occupation of the Legislative Yuan ended on April 10, 2014, after the Speaker of the Legislative Yuan at the time, Wang Jin-pyng, agreed to suspend the agreement and create more transparent frameworks to oversee cross-strait agreements.&lt;/p>&lt;p>The protesters left the Legislative Yuan but stated that if the withdrawal of the CSSTA was not fully executed within 30 days—the time it takes for a sunflower to bloom—they would return to re-occupy it.&lt;/p>&lt;h3>&lt;/h3>&lt;h2>Technology&lt;/h2>&lt;p>The Sunflower Movement was incredible in its use of digital tools and social media to organize, communicate, and mobilize support. This was yet another wake-up call to the potential of digital technology in enhancing democratic participation, civic engagement, and political transparency.&lt;/p>&lt;p>Interesting fact: Audrey Tang, the world&amp;#039;s first Digital Minister (2016–2024), contributed to the Sunflower Movement in 2014 by helping establish communication between the inside and outside of the Legislative Yuan during the protest.&lt;/p>&lt;p>Tang&amp;#039;s work as Digital Minister is a fascinating topic on its own, which I’ll probably rant about in another post anytime soon. If you&amp;#039;re not familiar with her initiatives, politics, and software, go check it out.&lt;/p>&lt;p>Taiwan&amp;#039;s Ministry of Digital Affairs (MODA), established in August 2022 and the first of its kind in the world, is seen as an indirect outcome of the broader political and social changes spurred by the Sunflower Movement. &lt;/p>&lt;p>MODA’s is an effort to streamline and enhance Taiwan&amp;#039;s digital policies and governance, to create a more participative democracy—a concept strongly resonating with the sunflower ideology.&lt;/p>&lt;p>&lt;/p>&lt;h2>Impact and Legacy&lt;/h2>&lt;ol class="spacious-bullet">&lt;li>Increased public awareness of Taiwan&amp;#039;s relationship with China and opened up a national debate.&lt;/li>&lt;li>Galvanized many younger voters.&lt;/li>&lt;li>Boosted the opposition Democratic Progressive Party (DPP), which has been the ruling party since.&lt;/li>&lt;li>Led to a significant decline in support for the KMT.&lt;/li>&lt;li>The sunflower became a symbol of the movement, representing hope, transparency, and democracy.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;h2>Conclusion&lt;/h2>&lt;p>I feel inspired by the process and outcomes of this movement, and I hope we can see more of these outcomes in our lifetime:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>Democracy as a participative process beyond just voting.&lt;/li>&lt;li>Technology as a vehicle to create tools for civic engagement and participative politics.&lt;/li>&lt;li>Building software that enhances transparency in governance.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/the-sunflower-movement</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/the-sunflower-movement</guid>
            <category><![CDATA[politics]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Tue, 19 Dec 2023 14:34:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Going beyond the scope]]></title>
            <description>&lt;p>The most transformative experiences in my life have often stemmed from venturing beyond my original intentions. &lt;/p>&lt;p>Whether it was going on an unexpected trip, clicking on an unexpected link, engaging with a stranger in a place where we shared common ground, browsing through a book next to the one I was looking for, or simply asking one more question, each step outside my initial plan often proves a great turn.&lt;/p>&lt;p>&lt;/p>&lt;p>Hold the thought: Stay loyal to your curiosity;&lt;/p>&lt;p>&lt;/p>&lt;p>go beyond the scope if you feel like;&lt;/p>&lt;p>&lt;/p>&lt;p>you never know what you might discover.&lt;/p>&lt;p>&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/going-beyond-the-scope</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/going-beyond-the-scope</guid>
            <category><![CDATA[personal]]></category>
            <category><![CDATA[thinking]]></category>
            <pubDate>Tue, 11 Apr 2023 21:19:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Laos is Wild]]></title>
            <description>&lt;p>&amp;quot;Simply Beautiful&amp;quot; aptly captures Laos&amp;#039;s essence, genuinely living up to its touristic slogan.&lt;/p>&lt;p>I arrived in Luang Prabang–after spending months in Taiwan, Cambodia, and Thailand,–Laos struck me with its unassuming beauty. Its simplicity carries a profound cultural richness that&amp;#039;s hard to find elsewhere.&lt;/p>&lt;p>I first visited Laos in 2009 and was wildly captivated by what felt like the most &amp;quot;untouched&amp;quot; place I had ever encountered. I fell in love with its raw, unrefined charm. Although it has developed somewhat since then—and it&amp;#039;s on the brink of a megalomaniac development plan,—Laos remains distinctly unique compared to any other place I’ve visited.&lt;/p>&lt;p>There’s an undeniable magic in the simplicity of this country.&lt;/p>&lt;p>For much of its history, Laos was isolated from the outside world, a fact that unequivocally helped preserve many aspects of its traditional culture and led to a unique path of development, quite different from its more interconnected neighbours—Cambodia, Thailand, and Vietnam.&lt;/p>&lt;p>The stark reality of Laos’s challenging terrain hit hard when I went to rent a motorcycle on my first day. When I shared my plans to explore Laos countryside solo, the concern on the rental staff&amp;#039;s faces was palpable. We spent the next half-hour poring over a map marked with a lot of red areas—absolute no-go zones due to safety risks.&lt;/p>&lt;p>Laos is the most bombed country per capita in history, a grim legacy of the Vietnam War. Even today, in 2023, 48 years after the war ended, vast stretches of the countryside are littered with unexploded ordnance (UXO), and demining is still ongoing. The lethal remnants of bombs from the US imposed massacre on south-east Asia in the 1970s is still claiming lives. Think about that!&lt;/p>&lt;p>Life in Laos moves at a slower pace. Its food culture is incredibly rich, the people are genuinely welcoming, the jungle is wild, and its symbology is diverse and beautiful. I&amp;#039;ll stay here for a little longer.&lt;/p>&lt;p>&lt;/p>&lt;h2>&lt;strong>The Jungle&lt;/strong>&lt;/h2>&lt;p>I&amp;#039;ve never experienced such close proximity, direct contact, and deep connection with dense tropical forests as I did in Laos. Here, I feel like I’m always just a step away from entering the wild jungle.&lt;/p>&lt;p>The feeling of entering a dense forest is beautiful–the temperature drops, the sounds are illusionary, with distant calls of exotic birds, the rustle of leaves stirred by creatures we can&amp;#039;t see, which form a symphony that heightens the sense of adventure. It&amp;#039;s almost hallucinatory, the way the forest seems to shift and breathe around you.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Hiking&lt;/h2>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Ban Don Sai Village Loo:&lt;/strong> This trail right out of Luang Prabang is truly beautiful. It&amp;#039;s a moderate hike that took me through–and offered me the opportunity to submerge into–the rural lifestyle of small Hmong and Khamu villages, their arts and crafts, and their amazing food.&lt;/li>&lt;li>&lt;strong>Muang Ngoy:&lt;/strong> Started from Nong Khiaw, this soft trail follows the Nam Ou River south, with dramatic cliff views and lead me to the remote village of Muang Ngoy, which is only accessible by boat or foot. They live quite isolated in such a slow-paced lifestyle. &lt;/li>&lt;li>&lt;strong>Akha Trail in Luang Namtha:&lt;/strong> This trail is a deeper insight into the lives of the Akha people. The hike is super scenic, and the day was culturally very enriching, as I crossed at least three Akha villages, which gave me fascinating insight into Akha&amp;#039;s spiritual practices, traditional crafts, and delicious food.&lt;/li>&lt;li>&lt;strong>Nong Khiaw to Ban Hoy Seen Trek:&lt;/strong> This was a challenging trek!! from Nong Khiaw to the remote village of Ban Hoy Seen; the hike is full of very steep climbs, challenging river crossings, and wild jungle vibes. Maybe the best hike in Laos, and I&amp;#039;m glad I didn&amp;#039;t go alone!&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;h2>&lt;strong>Laos symbology&lt;/strong>&lt;/h2>&lt;p>Laos has such a diverse amount of graphic symbols representation that are deeply entrenched in its traditions, beliefs, arts and culture; symbols here are omnipresent and in all sizes. My two favourite are:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>Phi Fa (ຜີໄຟ): a devil figure–also known as the Sky Spiri–that is everywhere. Phi Fa is a malevolent spirit in Laotian folklore. It is thought to reside in the heavens and is often appeased with offerings and rituals to prevent it from bringing harm to the people and the crops of Laos.&lt;/li>&lt;li>&lt;strong>The Naga&lt;/strong>: A mythical serpent and a potent symbol in Laotian culture, associated with water bodies like rivers and lakes. They are believed to protect and bring good luck, especially in shielding the physical space they occupy from enemies.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Food Haven&lt;/h2>&lt;p>It’s mind-blowing how such a small country offers so much diversity and deliciousness in its culinary experience.&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Larb (ລາບ):&lt;/strong> A spicy minced pork salad cooked with fish sauce and toasted rice, and seasoned with lime juice and mint.&lt;/li>&lt;li>&lt;strong>Kaeng Som Pa (ແກງສົ້ມປາ):&lt;/strong> A sour fish soup, cooked with tamarind, lemongrass, veggies and bamboo shoots.&lt;/li>&lt;li>&lt;strong>Khao Jee (ເຂົ້າຈີ່)&lt;/strong> - A Lao sandwich filled with shredded pork, vegetables, homemade pâté-ish paste, a secret Lao sauce, and fresh herbs. The shell is a baguette–which can only be a polite gastronomic middle-finger to colonization by using a french-style bread in what I think are by very far, the best sandwiches ever-made.&lt;/li>&lt;li>&lt;strong>Khao Piak Sen (ເຂົ້າປຽກເສັ້ນ):&lt;/strong> A clear broth Lao noodle soup made with thick rice noodles, chicken and pork broth, and topped with green onions, fried garlic, and cilantro.&lt;/li>&lt;li>&lt;strong>Khao Soi (ເຂົ້າຊອຍ):&lt;/strong> A thick broth soup made with rice noodles, minced pork, tomatoes, fermented soybeans, and a hell lot of spices.&lt;/li>&lt;li>&lt;strong>Tam Mak Hoong (ຕໍາໝາກຫຸ່ງ):&lt;/strong> Spicy Lao papaya salad, made with green papaya, tomatoes, garlic, chilies, and sometimes crab (in the south), mixed together in a mortar.&lt;/li>&lt;li>&lt;strong>Naem Khao (ແໜມເຂົ້າ)&lt;/strong>: Crispy rice salad with sour pork, mixed with fresh herbs, peanuts, and coconut, wrapped in crispy lettuce leaves.&lt;/li>&lt;li>&lt;strong>Mok Pa (ໝົກປາ):&lt;/strong> Fresh fish steamed in banana leaves with a mixture of herbs and spices.&lt;/li>&lt;li>&lt;strong>Ping Kai (ປິ້ງໄກ່)&lt;/strong>: Lao-style grilled chicken, marinated with spices and grilled over a charcoal fire.&lt;/li>&lt;li>&lt;strong>Kaipen (ໄຄເຜັນ)&lt;/strong>: Crispy deep-fried riverweed from the Mekong River, topped with sesame seeds and served with a spicy cilli sauce.&lt;/li>&lt;li>&lt;strong>Lao Sticky Rice (ເຂົ້າໜຽວ)&lt;/strong>: This is not a dish per se, but a classic in Laotian cuisine which serves as a base or side-dish for most of the meals; it&amp;#039;s glutinous rice served in a bamboo container.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>Laos is also a sweet desserts paradise:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Nam Van (ໜຳຫວັນ)&lt;/strong>: A sweet coconut milk soup, with fruits and tapioca pearls.&lt;/li>&lt;li>&lt;strong>Sangkhaya (ສັງຄະຍາ)&lt;/strong> - Laotian egg custard with coconut milk, served spread over steamed sticky rice.&lt;/li>&lt;li>&lt;strong>Khao Nom Kok (ເຂົ້າໜົມໂຄກ)&lt;/strong>: Sticky rice with a sweet egg / coconut filling, wrapped and cooked in banana leaves.&lt;/li>&lt;li>&lt;strong>Khao Tom Mat (ເຂົ້າຕົ້ມມັດ)&lt;/strong>: Sticky rice with banana and black beans, wrapped and cooked in banana leaves.&lt;/li>&lt;li>&lt;strong>Kao Nom Kok (ເຂົ້າໜົມໂຄກ)&lt;/strong> - Small coconut cakes made from a batter of rice flour, sugar, and coconut milk, cooked in a flat cast-iron pan which gives them a very crispy crust and a soft center.&lt;/li>&lt;li>&lt;strong>Kanom La (ຂະນົມລາ)&lt;/strong>: Crispy rice crepes rolled into thin tubes, topped with honey.&lt;/li>&lt;li>&lt;strong>Man Thot (ມັນທອດ)&lt;/strong>: Deep-fried sapodilla, topped with honey, very crispy on the outside and melty on the inside.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>Laos is home to a fascinating array of fruits, many of which are unique or particularly abundant in the region. Here are ten notable fruits you might encounter while traveling through Laos:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Longan (ໝາກນາວ)&lt;/strong>: You can also ask for &amp;quot;dragon eye,&amp;quot; a super juicy and sweet fruit similar to lychee in the base texture.&lt;/li>&lt;li>&lt;strong>Passion Fruit (ໝາກໜອດ)&lt;/strong>: All my life I opened this in half and ate them with a small spoon. In Laos, they add them to a bit of sticky rice, pepper, and fish sauce, which creates a unique savory twist.&lt;/li>&lt;li>&lt;strong>Mangosteen (ໝາກຂວັນ)&lt;/strong>: Super sweet and flavourfu, often called the &amp;quot;queen of fruits.&amp;quot;&lt;/li>&lt;li>&lt;strong>Lychee (ໝາກລິຊີ)&lt;/strong>: This fruit is beautiful balance between sweet and sour.&lt;/li>&lt;li>&lt;strong>Rambutan (ໝາກໜົງ)&lt;/strong>: Similar to lychee, a bit less sour, its sweeter yet slightly acidic. It looks like an hairy lychee.&lt;/li>&lt;li>&lt;strong>Sapodilla (ໝາກລາມຸດ)&lt;/strong>: Known for its sweet and malty flavor, this fruit looks somewhat like a sweet potato, but its much sweeter.&lt;/li>&lt;li>&lt;strong>Star Apple (ສະບາຍ)&lt;/strong>: This fruit has a creamy, sweet pulp and is similar in size to an apple but with a star-like appearance when sliced.&lt;/li>&lt;li>&lt;strong>Tamarind (ໝາກຂາມ)&lt;/strong>: Essential in many Laotian dishes for its sour flavor, tamarind is also amazing in juices.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Textiles and Weaving&lt;/h2>&lt;p>Laotian textiles are so beautiful and unique! Each ethnic group, from the Hmong to the Khamu and Akha, brings its own distinctive weaving patterns, motifs, and colors; Laotian people use textiles as daily utensils, but also as a narrative art medium to express their communities cultural beliefs and daily life; They also integrate elements like mythical creatures, temple designs, natural spots like rivers and mountains, and everyday items like weaving, agricultural tools, and food utensils.&lt;/p>&lt;p>I encountered a lot of women working in textiles, particularly while hiking in smaller mountain villages in the north. I find them all very special, but I was particularly struck by the Hmong textiles, with their vibrant colors and diverse pictorial symbology. Their work translates in such a creative and colorful way their connection to their environment and traditions.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>&lt;strong>Luang Prabang&lt;/strong>&lt;/h2>&lt;p>Luang Prabang is serving as my base throughout my time in Laos. &lt;/p>&lt;p>The city center, a UNESCO World Heritage Site, presents a vibrant amalgamation of traditional Lao houses blend seamlessly with the colorful French-style architecture of the 1970s—a vivid remnant of colonial times. &lt;/p>&lt;p>Venturing outside the centre, the outskirts unfold into a raw and intriguing chaos, teeming with places to explore. Whether following the river or venturing into the mountains, the wilderness quickly overtakes the landscape, everything is surrounded by forest.&lt;/p>&lt;p>Believe it or not, most of my favourite spots in Laos aren&amp;#039;t on Google Maps. To find them, I’d need to give directions like: “The best Khao Je? Pass the big gas station on Phothisalath Rd., take the first right—it’s the third stall on the left, beside the mechanic shop.”&lt;/p>&lt;p>Here are some places I like that are on the maps:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Luang Prabang Morning Market:&lt;/strong> Prime spot for morning bites.&lt;/li>&lt;li>&lt;strong>Khaiphaen:&lt;/strong> A restaurant tgat offers vocational training to disadvantaged youth. The menu is a creative showcase of both traditional and creative Laotian dishes.&lt;/li>&lt;li>&lt;strong>Dyen Sabai:&lt;/strong> Located across the bamboo bridge—accessible only during the dry season—this cozy laid-back spot is perfect for enjoying a few beers at the end of a busy day while taking in the beautiful views of the Nam Khan River.&lt;/li>&lt;li>&lt;strong>L’Estranger Books &amp;amp; Tea:&lt;/strong> A quirky bookstore and teahouse that transforms into a nightly movie haven, with a cozy intimate setup.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Touristic Hot Spots&lt;/h2>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Mekong River Boat Trip:&lt;/strong> I did a lot of boat rides, in different part of the Mekong, and I find it&amp;#039;s such a different and relaxing way to experience the rural landscapes, observe the daily life unfolding along the riverbanks, and just let the flow of nature guides you.&lt;/li>&lt;li>&lt;strong>Kuang Si Falls:&lt;/strong> Beautiful turquoise waterfalls. I was a bit skeptical before I go there, but afterwords I think its definitely worth visiting, specially if you go early, before all the tourist bus get there.&lt;/li>&lt;li>&lt;strong>Buddha Park (Xieng Khuan)&lt;/strong>: Buddha Park features over 200 religious statues. Created by a monk who sought to bring an Hindu and Buddhist place to relax and think.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;a href="https://cdn.sanity.io/cfa047eb2aebca45dfec53238fb35423fd8f8be9-2000x2500-webp">View Image&lt;/a>&lt;hr>&lt;p>&lt;/p>&lt;h2>Curiosities about Laos:&lt;/h2>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>The Legacy of Unexploded Ordnance:&lt;/strong> Laos holds the dark distinction of being the most bombed country per capita in history, a consequence of over two million tons of ordnance dropped during the Vietnam War. Today, vast swathes of the countryside remain littered with unexploded ordnance (UXO), posing a significant risk to residents and hindering agricultural and economic development. Ongoing demining efforts are crucial, yet it&amp;#039;s estimated that less than 1% (!!!) of these munitions have been cleared, underscoring the enduring impact and the long road ahead for safe land use.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Coffee as a Major Export:&lt;/strong> While it may be lesser-known compared to Thailand&amp;#039;s rubber and rice, coffee stands out as one of Laos&amp;#039; most significant agricultural exports. The Bolaven Plateau, renowned for its rich volcanic soil and ideal climatic conditions, is particularly noted for producing high-quality Arabica and Robusta beans. It&amp;#039;s so easy to drink &amp;quot;the best coffee I&amp;#039;ve ever had&amp;quot; all around Laos.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Ethnic Diversity:&lt;/strong> Laos is home to over 49 ethnic groups, each with its unique language, customs, and traditions. This diversity is celebrated through a lot of the pople I come across, and its cultural ceremonies.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>A Biological Megadiverse Country:&lt;/strong> Despite its modest size, Laos has one of the world&amp;#039;s most biodiverse countries. Its dense forests shelter an astonishing array of wildlife, including rare and endemic species such as the saola, often referred to as the &amp;#039;Asian unicorn,&amp;#039; and the Indochinese tiger.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Buddhism:&lt;/strong> Buddhism is integral to Laotian society, shaping its culture, values, and traditions. While not mandatory, many young men undertake temporary ordination as monks, a rite of passage that is onsidered a period of growth and honor for their families.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Religious Syncretism:&lt;/strong> Although Theravada Buddhism predominates, the spiritual landscape of Laos is richly woven with elements of animism and ancestor worship, particularly among the hill tribes. This blend of beliefs manifests vividly in daily life, influencing everything from architectural designs to festive ceremonies, and it enriches the cultural tapestry of the country.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Lao Script:&lt;/strong> The Lao alphabet is closely related to the Thai script and derives from ancient Indian scripts. It consists of 27 consonants, 7 consonantal ligatures, 33 vowels, and 4 tone marks.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Land of a Million Elephants:&lt;/strong> Laos was historically known as &amp;quot;Lan Xang Hom Khao,&amp;quot; which translates to the &amp;quot;Land of a Million Elephants and the White Parasol.&amp;quot; This name reflects the significance of elephants in Laotian history and culture, where they were considered symbols of prosperity.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>French Colonial Influence:&lt;/strong> Laos was part of French Indochina, and this colonial legacy is still evident in its architecture, cuisine, and the French language, which was widely taught and remains an official language in government and business dealings.&lt;/li>&lt;/ul></description>
            <link>https://notes.fidacura.xyz/note/that-thing-in-laos</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/that-thing-in-laos</guid>
            <category><![CDATA[travelling]]></category>
            <pubDate>Tue, 28 Mar 2023 01:28:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The land of smiles]]></title>
            <description>&lt;p>Every country tries to charm the world with a catchy slogan. “The Land of Smiles” is Thailand’s pledge, and it’s actually a faithful reflection of this nation’s welcoming charm.&lt;/p>&lt;p>From the moment I landed in Chiang Mai, I felt enveloped in the warmth I remembered from my first visit in 2009. This city had left a lasting impression on me, and during this trip, I end up staying for over three months in the North, using Chiang Mai as a base to work remotely, and in my free time I explored the wild mountains and the delicious cuisine of the region by motorcycle.&lt;/p>&lt;p>&lt;/p>&lt;h2>Road Trips&lt;/h2>&lt;p>I rented a CRF300, which is a beast that gave me an amazing sense of freedom from the constraints of road conditions and heavy traffic, and allowed me to explore the region at my own pace; easily go off-the-pavement-path, and a really easy way to connect with this land, and its wild nature. Each ride brought new discoveries and connections, making the journey itself as memorable as the destinations. &lt;/p>&lt;p>These are some of my favourite places from Northern Thailand:&lt;/p>&lt;ul>&lt;li>&lt;strong>Chiang Dao:&lt;/strong> Nestled among huge limestone cliffs, Chiang Dao has a slower pace of life that is utterly refreshing, especially after weeks of intensive work. The surrounding mountains boast tremendous enduro potential, and I spent a fair amount of time exploring them. The area has a lot of hidden viewpoints, and a couple of really nice secluded waterfalls that you can only get to if you’re riding off-road, which makes for little private nature spaces to momentary enjoyment. Evenings, I mainly spent soaking in natural hot springs under a canopy of stars, enjoying a good cup of iced tea and occasionally, a cheeky joint—a perfect way to unwind after a day of exploration.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Mae Kam Pong:&lt;/strong> is an enchanting little village located 60km north of Chiang Mai, which is surrounded by breathtaking natural beauty and is home to around 600 people. Many locals focus on cultivating tea and coffee using sustainable agricultural practices. It has a kind of colder micro-climate, cascading wooden houses all around, and wild greenery. It&amp;#039;s an hidden gem with delicious food, and extremely welcoming vibes. It&amp;#039;s a beautiful place to surrender to nature and relax. There are also a lot of hikings all the mountains that surround it.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Nan:&lt;/strong> A longer ride from Chiang Mai, the remote Nan province features landscapes still untouched by mass tourism. The serenity of the area is wild; a mix of rice fields and slow-flowing rivers. The proximity to Laos brings a delightful influx of Laotian people, enhancing the local culture with an amazing mix of flavours and cultural exchanges.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Culinary Haven&lt;/h2>&lt;p>Chiang Mai is a culinary crossroads that blends Thai cuisine with gastronomic influences from neighbouring Myanmar and Laos. Chinatown district further enriches this with an exhilarating foray into authentic Chinese cuisine. This creates a melting pot of flavours, and establishes Chiang Mai as a veritable paradise for people that love food and cooking. Each meal was a celebration, and a vibrant symphony of tastes that resonated deeply with me; experiencing the culinary richness of this region for such a long time was an absolute delight.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">My Favorite Dishes from Northern Thailand:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Larb Kua (ลาบคั่ว):&lt;/strong> Spicy stir-fried minced meat salad.&lt;/li>&lt;li>&lt;strong>Som Tam (ส้มตำ):&lt;/strong> Spicy green papaya salad.&lt;/li>&lt;li>&lt;strong>Yam Nua (ยำเนื้อ):&lt;/strong> Spicy Thai beef salad.&lt;/li>&lt;li>&lt;strong>Khao Kha Moo (ข้าวขาหมู):&lt;/strong> Slow-cooked pork, served with a boiled egg, pickled greens, and chilli vinegar.&lt;/li>&lt;li>&lt;strong>Kanom Jeen Nam Ngiaw (ขนมจีนน้ำเงี้ยว):&lt;/strong> Rice noodles with a spicy tomato pork broth.&lt;/li>&lt;li>&lt;strong>Pad Thai (ผัดไทย):&lt;/strong> Stir-fried rice noodles with shrimps, peanuts, egg, and bean sprouts.&lt;/li>&lt;li>&lt;strong>Pla Pao (ปลาเผา):&lt;/strong> Grilled fish stuffed with lemongrass and wrapped in banana leaves.&lt;/li>&lt;li>&lt;strong>Pad Krapow Moo Saap (ผัดกะเพราหมูสับ):&lt;/strong> Stir-fried minced pork with basil leaves.&lt;/li>&lt;li>&lt;strong>Hang Lay Curry (แกงฮังเล):&lt;/strong> Northern Thai pork curry with a tamarind and ginger base.&lt;/li>&lt;li>&lt;strong>Khao Kan Chin (ข้าวกั๊นจิ๊น):&lt;/strong> Steamed rice mixed with pork blood and herbs, wrapped in banana leaves.&lt;/li>&lt;li>&lt;strong>Tam Khanun (ตำขนุน):&lt;/strong> Spicy pounded young jackfruit salad.&lt;/li>&lt;li>&lt;strong>Khanom Jeep (ขนมจีบ):&lt;/strong> Thai-style shumai, steamed dumplings typically filled with pork and shrimp.&lt;/li>&lt;li>&lt;strong>Khao Man Gai (ข้าวมันไก่):&lt;/strong> Thai version of Hainanese chicken rice.&lt;/li>&lt;li>&lt;strong>Moo Grob (หมูกรอบ):&lt;/strong> Crispy deep-fried pork belly, served with a chilli dipping sauce.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p class="no-margin">My Favorite Desserts:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Mango Sticky Rice (ข้าวเหนียวมะม่วง):&lt;/strong> Sweet sticky rice paired with a ripe mango, topped with creamy coconut milk, and toasted sesame seeds.&lt;/li>&lt;li>&lt;strong>Durian Sticky Rice (ข้าวเหนียวทุเรียน):&lt;/strong> Creamy durian paired with sweet sticky rice, topped with creamy coconut milk, and toasted sesame seeds.&lt;/li>&lt;li>&lt;strong>Khanom Sai Sai (ขนมไส้ไส้):&lt;/strong> Sticky rice with egg, steamed in banana leaves for a subtly flavored dessert.&lt;/li>&lt;li>&lt;strong>Bua Loy (บัวลอย):&lt;/strong> Small, colorful rice flour balls in a sweet coconut milk soup, often served with taro.&lt;/li>&lt;li>&lt;strong>Khanom Krok (ขนมครก):&lt;/strong> Coconut rice pancakes, crispy on the outside and soft inside, made in a cast-iron pan.&lt;/li>&lt;li>&lt;strong>Kluai Buat Chi (กล้วยบวชชี):&lt;/strong> Bananas simmered in coconut milk and sugar, a popular and simple Thai dessert.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>I typically eat a good amount of fruits, but while in Thailand, my daily selection was delightfully exotic:&lt;/p>&lt;p>&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Durian (ทุเรียน):&lt;/strong> Known as the &amp;quot;king of fruits,&amp;quot; is rich, extremely custard-like soft flesh delight.&lt;/li>&lt;li>&lt;strong>Mangosteen (มังคุด):&lt;/strong> Often called the &amp;quot;queen of fruits,&amp;quot; with a thick, purple rind and sweet, tangy segments.&lt;/li>&lt;li>&lt;strong>Rambutan (เงาะ):&lt;/strong> A sweet fruit similar to lychee, enclosed in a hairy shell, offering hydration and a slightly acidic flavor.&lt;/li>&lt;li>&lt;strong>Lychee (ลิ้นจี่):&lt;/strong> A fragrant fruit with a rough, red skin and juicy, translucent flesh.&lt;/li>&lt;li>&lt;strong>Tamarind (มะขาม):&lt;/strong> Often used as a spice and souring agent in Thai cuisine, it’s also a sweet delight when eaten fresh.&lt;/li>&lt;li>&lt;strong>Chompu (ชมพู่):&lt;/strong> A crisp and watery fruit, very refreshing with a mild sweetness, perfect for hot days.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>Thai vibrant drink scene was extremely surprising, these were the ones I’m consuming on a daily basis:&lt;/p>&lt;p>&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Thai Iced Tea (ชาเย็น)&lt;/strong> - A strongly brewed black tea spiced with star anise, crushed tamarind, and cardamom, served cold with ice. Optionally sweetened with condensed milk. Sometimes they put a creamy top layer of evaporated coconut milk.&lt;/li>&lt;li>&lt;strong>Thai Iced Coffee (โอเลี้ยง)&lt;/strong> - A strong brew sweetened with condensed milk, served with ice.&lt;/li>&lt;li>&lt;strong>Lemongrass Juice (น้ำตะไคร้)&lt;/strong> - This drink is made from boiled lemongrass, that is then chilled, resulting in a refreshing and healthy drink with a distinct citrusy flavor.&lt;/li>&lt;li>&lt;strong>Coconut Water (น้ำมะพร้าว)&lt;/strong> - Fresh coconut water straight from the coconut is a common and refreshing drink all around.&lt;/li>&lt;li>&lt;strong>Fruit Juices (น้ำผลไม้ปั่น)&lt;/strong> - With Thailand’s abundance of tropical fruits, fruit juices and smoothies are very popular. My most-ordered are mango, papaya, pineapple, and banana, often mixed.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Chiang Mai Neighborhoods&lt;/h2>&lt;p>Chiang Mai&amp;#039;s urban layout evokes a familiar pattern that I&amp;#039;ve been noticing in many cities around the world, including my hometown of Porto. The “historic centre”–which in Chiang Mai is the area inside the walls–is extremely over-the-top touristic, with most spaces tailored to cater to visitors. Yet the true heart of the city beats strongest in the neighbourhoods surrounding the walls.&lt;/p>&lt;ul>&lt;li>&lt;strong>Chang Phueak District:&lt;/strong> A lively hub of daily life, Chang Phueak is the beating heart of local commerce; this part of the city boasts quirky shops and food stalls. My personal highlight here is the Tha-nin Market (กาดธานินทร์), one of my favourite gastronomic places in Chiang Mai. It’s a vibrant market with a huge array of local cuisine, from fresh local produce to cook at home–which I did a bit while in Chiang Mai–to a wild array of ready-to-grab-and-go meals.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Chinatown:&lt;/strong> A vibrant slice of China in Thailand, this is an essential stop for the Chinese cuisine. My picks go to the Fish Ball Noodles (鱼丸面), the succulent Roast Duck (烧鸭) with its crispy skin, the Char Siu (叉烧) honey-roasted pork that melts in your mouth, and last but not least the Wonton Soups (馄饨汤) with its clear savory broths.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Baan Kang Wat:&lt;/strong> Tucked west of the city walls–just behind the airpot–Baan Kang Wat is a creative enclave that has largely been under the radar and escaped the mass-touristic footprint. With a strong countryside vibe, this area has become a sanctuary for artists and craftsmen, more recently driven by a community of Chinese hosts and business owners who value its tranquil setting, and slow development.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Wat Umong:&lt;/strong> Set within a forest, this temple area is an oasis of calm and tranquility; with a lot of art installations, sculptures, murals, ancient tunnels, and huge trees. The space is so vast, and has so many different landscapes and vibes. It&amp;#039;s also the home of the Vipassana in Chiang Mai.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>University District:&lt;/strong> I always came here for the outdoor olympic swimming pool and tennis courts. This area offers a lively, youthful vibe and a break from the busy city vibes. The cafes here, specially the ones next to each university, make for amazing remote working spots. And there’s a very interesting night food market.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>North Mountains:&lt;/strong> The northern mountains offer amazing off-road trails, which provide a wild array of enduro riding opportunities—a lot of untamed landscape waiting to be explored.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Eastern Chiang Mai:&lt;/strong> A blend of vibrant commerce and fast-paced daily life. My favorite part is the southern area along and east of the Mae Kha Canal, where the pace slows to a more day-to-day existence, with interesting markets, quirky shops, and hidden culinary gems.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Huay Tung Tao Lake:&lt;/strong> A scenic lake surrounded by mountains. I always went there for picnics, board games, and just to chill.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;h2>&lt;strong>Interlude: Bangkok Excursions&lt;/strong>&lt;/h2>&lt;p>I made multiple trips to Bangkok, a city that is a wild blend of tradition and modernism, where ancient temples stand in contrast to skyscrapers, and street vendors line the walkways of digital hubs.&lt;/p>&lt;p>The river has a strong presence in the city. It&amp;#039;s a cultural artery, teeming with life and activity. Traveling north/south through the river is such a good way to feel the city’s dynamic pulse.&lt;/p>&lt;p>One of my favourite places to visit in the city is the Amulet Market, which is a wild cabinet of curiosities. It’s a haven for collectors and those seeking for symbology.&lt;/p>&lt;p class="no-margin">And my favourite bites from Bangkok’s Culinary Scene:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Hoy Tod (หอยทอด):&lt;/strong> A crispy fried mussel pancake, with fresh bean sprouts and sweet chili sauce—a masterpiece.&lt;/li>&lt;li>&lt;strong>Kai Jeow (ไข่เจียว):&lt;/strong> A fluffy on the inside, and slightly crispy on the outside Thai-style omelette, filled with minced pork.&lt;/li>&lt;li>&lt;strong>Kuay Tiew Ruea (ก๋วยเตี๋ยวเรือ)&lt;/strong> - Also known as boat noodles, this is a rich noodle soup traditionally sold from boats floating in the canals. It has a dark, spicy, heavy broth made with pork, its blood, and herbs, served over rice noodles with pieces of meat.&lt;/li>&lt;li>&lt;strong>Pad Thai (ผัดไทย):&lt;/strong> The quintessential Thai dish of stir-fried rice noodles has a lot of good homes in Bangkok.&lt;/li>&lt;li>&lt;strong>Som Tam (ส้มตำ):&lt;/strong> The classic spicy green papaya salad.&lt;/li>&lt;li>&lt;strong>Jok (โจ๊ก):&lt;/strong> A rice porridge simmered with pork meatballs, ginger and green onions, topped with a very soft-cooked egg, crispy fried garlic, and fried shallots, and seasoned with soy sauce and white pepper.&lt;/li>&lt;li>&lt;strong>Khao Pad (ข้าวผัด)&lt;/strong> - Fried rice with crab, mixed with onions, garlic, and tomatoes, seasoned with soy sauce and a fried egg on top.&lt;/li>&lt;li>&lt;strong>Gai Yang (ไก่ย่าง)&lt;/strong> - Grilled chicken, marinated in a mixture of lemongrass, garlic, pepper, coriander roots, and fish sauce, then barbequed to perfection. Served with spicy chilli sauce.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>I also spent a lot of time in Bangkok&amp;#039;s Chinatown–or Yaowarat–which is a labyrinthic commercial hotspot by day, and by night–after 6pm–turns into a culinary hotspot; such a vibrant street food scene. Here are my favourites were:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Fish Ball Noodles (鱼丸面):&lt;/strong> Thin delicate noodles in a savory broth with tender fish balls, a staple in Chinese culinary tradition.&lt;/li>&lt;li>&lt;strong>Siu Mai (烧卖):&lt;/strong> Open-topped steamed dumplings, filled with a mixture of pork and shrimp, a must-try!&lt;/li>&lt;li>&lt;strong>Roast Duck Rice (烧鸭饭):&lt;/strong> Roast duck over rice, with crispy duck skin on top.&lt;/li>&lt;li>&lt;strong>Congee (粥):&lt;/strong> A warm rice porridge that comes with various toppings like minced pork, century eggs, and scallions.&lt;/li>&lt;li>&lt;strong>Egg Tart (蛋挞):&lt;/strong> A sweet pastry with a flaky shell filled with smooth running custard; it&amp;#039;s delicious! Similar to the portuguese Nata.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;h2>Curiosities about Thailand:&lt;/h2>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>From Siam to Thailand:&lt;/strong> Thailand was known as Siam until 1939 and briefly during a period from 1945 to 1949. The name was changed to Thailand, which means &amp;quot;land of the free,&amp;quot; reflecting its status as the only Southeast Asian nation never colonised by European powers.&lt;/li>&lt;li>&lt;strong>Color-Coded Days:&lt;/strong> In Thailand, each day of the week is associated with a specific color believed to bring luck. Sunday is red, Monday is yellow, Tuesday is pink, Wednesday is green, Thursday is orange, Friday is blue, and Saturday is purple. This tradition is deeply rooted in Thai culture and astrology, influencing everything from clothing choices to royal attire.&lt;/li>&lt;li>&lt;strong>Architectural Harmony Law:&lt;/strong> In Thailand, no building is allowed to be taller than the Wat Phra Kaew, the temple that houses the Emerald Buddha, in respect of its cultural and religious significance.&lt;/li>&lt;li>&lt;strong>Ghost Protection:&lt;/strong> Many Thai buildings, especially in small cities and rural areas, have small spirit houses placed in front of the house, normally on a pedestal. These provide shelter for spirits that might otherwise inhabit the homes themselves, ensuring peace and protection for the residents.&lt;/li>&lt;li>&lt;strong>Nine is Lucky:&lt;/strong> The number nine is considered highly auspicious in Thailand because the Thai word for &amp;#039;nine,&amp;#039; &amp;#039;gao,&amp;#039; sounds similar to the word for &amp;#039;progress.&amp;#039;&lt;/li>&lt;li>&lt;strong>Kingdom of Fruit:&lt;/strong> Thailand is the largest exporter of durian and mangosteen, known as the &amp;#039;king&amp;#039; and &amp;#039;queen&amp;#039; of fruits respectively.&lt;/li>&lt;li>&lt;strong>An Economy of Rice and Rubber:&lt;/strong> Thailand is one of the world’s largest exporters of rice and also ranks high in the production of natural rubber, a critical resource for global industries.&lt;/li>&lt;li>&lt;strong>Unique Writing System:&lt;/strong> The Thai alphabet is derived from the Old Khmer script and includes 44 consonants and 15 vowel symbols that combine into at least 28 vowel forms. This complex script reflects the rich linguistic heritage of Thailand.&lt;/li>&lt;li>&lt;strong>Siamese Cats Are Royalty:&lt;/strong> In ancient Thailand, Siamese cats were considered royal pets. It was believed that when a member of the royal family died, their soul would enter the Siamese cat to live on.&lt;/li>&lt;/ol></description>
            <link>https://notes.fidacura.xyz/note/thailand</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/thailand</guid>
            <category><![CDATA[travelling]]></category>
            <category><![CDATA[food]]></category>
            <pubDate>Sat, 11 Feb 2023 02:26:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Time is Now.]]></title>
            <description>&lt;p>The ideal time to embark on new adventures is now.&lt;/p>&lt;p>It&amp;#039;s too easy to put things off and fall into the trap of fear and procrastination, telling myself &amp;quot;I&amp;#039;ll start it later, when the time is right.&amp;quot; The truth is, there is no perfect time to make a change.&lt;/p>&lt;p>No matter the nature or the complexity of the change—a hobby, a habit, or a lifestyle change—more often than not, one thing holds true: No one ever dreams of a delayed beginning.&lt;/p>&lt;p>The time is now.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/the-time-is-now</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/the-time-is-now</guid>
            <category><![CDATA[time]]></category>
            <category><![CDATA[thinking]]></category>
            <pubDate>Thu, 09 Feb 2023 19:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Unicode is a Cabinet of Curiosities]]></title>
            <description>&lt;p>Recently while looking for symbols to re-categorise my Are.na boards, I came across the complete Unicode database, and holy cow, Unicode is mind-blowing!&lt;/p>&lt;p>It’s a truly universal system which forms the foundation for the representation of languages and symbols in the Internet, the World Wide Web, and for all its major access points.&lt;/p>&lt;blockquote class="styled-quote">The Unicode Standard provides a unique number for every character, no matter what platform, device, application or language. It has been adopted by all modern software providers and now allows data to be transported through many different platforms, devices and applications without corruption.&lt;/blockquote>&lt;blockquote class="styled-quote">“Unicode provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language.”&lt;/blockquote>&lt;p>✧ Unicode Website&lt;/p>&lt;p>&lt;/p>&lt;p>The whole library is around 140,000 characters, and is organised into a complex structure of code blocks that includes scripts representing an astounding array of languages and an amazing amount of interesting symbols and miscellany visual characters.&lt;/p>&lt;p>Due to its complexity and length, browsing through the entire library can sometimes feel like a bit of a chore, but when unforeseen treasures pop-up, its a huge delight. Unicode is a true cabinet of curiosities.&lt;/p>&lt;p>Some highlights from that research:&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Alchemical Symbols&lt;/strong>&lt;/p>&lt;p>Processes, materials, and related Alchemy concepts. 🜁 🜀&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Playing Cards&lt;/strong>&lt;/p>&lt;p>The full deck is available, all suits! 🂡 🃍&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Domino Tiles&lt;/strong>&lt;/p>&lt;p>Dominoes are also represented! 🁇&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Egyptian Hieroglyphs&lt;/strong> &lt;/p>&lt;p>The script of ancient Egypt. 𓀂 𓀈&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Chess Symbols&lt;/strong>&lt;/p>&lt;p>All chess pieces available. ♕ ♖&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>I Ching Hexagram&lt;/strong>&lt;/p>&lt;p>The 64 hexagrams from the ancient Chinese &amp;quot;Book of Changes.&amp;quot; ䷀ ䷇&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Tifinagh&lt;/strong>&lt;/p>&lt;p>The script for Tuareg languages. ⴲ ⴵ&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Mahjong Tiles&lt;/strong>&lt;/p>&lt;p>You can find symbols representing each of the mahjong tiles. 🀅&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Ancient Greek Musical Notation&lt;/strong>&lt;/p>&lt;p>Not just modern music notes, but ancient ones too! 𝄞&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Cuneiform&lt;/strong>&lt;/p>&lt;p>The ancient script of Sumerians, Akkadians, and more. 𒀄&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Runic&lt;/strong>&lt;/p>&lt;p>A script used to write various Germanic languages before the adoption of the Latin script. ᚥ&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Astronomical Symbols&lt;/strong>&lt;/p>&lt;p>Symbols for planets, aspects, and other astronomical and astrological signs. ♅&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Duployan&lt;/strong>&lt;/p>&lt;p>A system of shorthand notation with very interesting symbols. ꛦ&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Writing Symbols:&lt;/strong>&lt;/p>&lt;p>Symbols for pilcrow (⸿), asterism(⁂), reference mark (※), fermata (𝄐) and much more.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Braille Patterns&lt;/strong>&lt;/p>&lt;p>The full tactile writing system.&lt;/p>&lt;p>&lt;/p>&lt;h2>&lt;/h2></description>
            <link>https://notes.fidacura.xyz/note/unicode-is-a-cabinet-of-curiosities</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/unicode-is-a-cabinet-of-curiosities</guid>
            <category><![CDATA[coding]]></category>
            <category><![CDATA[www]]></category>
            <pubDate>Sun, 05 Feb 2023 22:54:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[On Swimming]]></title>
            <description>&lt;p>I find myself spending somewhere between four to height hours every week swimming–alone, underwater–to be a passage into a meditative state, a realm where thoughts cease to exist.&lt;/p>&lt;p>On terra firma, the world has its ways of imposing its loud demands and webs of thought into my mind, and often suppressing my active imagination and creativity. &lt;/p>&lt;p>But when I&amp;#039;m swimming, I have no clue what I&amp;#039;m actually thinking about; consciousness takes on a different hue.&lt;/p>&lt;p>I don’t swim as a mere escape, but as a plunge into individuation. Once I enter the pool and begin swimming, the act of swimming becomes a gateway into a meditative experience. &lt;/p>&lt;p>In the beginning, the methodical strokes carve the water and I’m still present, and aware of each move; after a while the breathing synchronises with the strokes, and my body just moves by itself, and alongside it, there’s my self; I swim, therefore I am.&lt;/p>&lt;p>What I talk about when I talk about swimming, it&amp;#039;s not merely the act of swimming. It&amp;#039;s about the underwater silence and the noise of the water, the stillness of the mind and the motion of the body, the introspection and the void. It&amp;#039;s about existing, unburdened, in that fleeting, infinite moment where there’s an harmonious integration of the conscious and the unconscious mind; a process of becoming the person that I’m inherently meant to be, where the only opponent I face is my former self.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/what-i-talk-about-when-i-talk-about-swimming</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/what-i-talk-about-when-i-talk-about-swimming</guid>
            <category><![CDATA[practices]]></category>
            <category><![CDATA[swimming]]></category>
            <category><![CDATA[personal]]></category>
            <pubDate>Tue, 10 Jan 2023 19:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Ghost of Bourdain]]></title>
            <description>&lt;p>Food and travelling rank high among my greatest passions.&lt;/p>&lt;p>Growing up, Anthony Bourdain brought the convergence of those worlds into my living room. His programs weren&amp;#039;t just television; they were portals to the entire world, showing glimpses into unknown cultures, peoples, and their cuisines.&lt;/p>&lt;p>Anthony Bourdain—punk rock chef, snarky wordsmith, and deep conversationalist—possessed a wild allure. He mastered the art of being a curious traveler, immersing himself in local cultures with a genuine sense of curiosity that often demanded tough questions, and often without straightforward answers. His critical eye on the beauty and pains of travelling, the tourism industry and its complex dynamics, and the possibilities of an open-mind while travelling, partly helped shape my own travel ethos as a youngster.&lt;/p>&lt;p>For over two decades, my travel preparations often involve a Bourdain ritual. Watching the episode of &lt;em>Parts Unknown&lt;/em> or &lt;em>No Reservations&lt;/em> of the I was about to visit, it’s my own ritual to steep myself a bit into the culture of my future journey. And to know what to eat as soon as leaving the airport. Normally, with few exceptions, I don’t try to find the restaurant itself, but rather try to find places that served those particularly dishes by speaking with people from those areas.&lt;/p>&lt;p>I remember Bourdain sometimes discussing the dichotomy of promoting his favourite lesser-known small restaurants that could crumble under the surge of their newfound fame. To mitigate it, Bourdain stopped mentioning the name of the places he visited, he would focus on the dishes, the cooking techniques, and regional flavours—more than enough to guide the culinary curious without threatening the businesses&amp;#039; model and authenticity.&lt;/p>&lt;p>A couple of days ago, as soon as I arrived in Chiang Mai, as I wandered the north market in search of a quick bite, I immediately recognised the famous Cowboy Lady, at the very first stall, a woman and a stall that shot into stardom by Bourdain’s Parts Unknown.&lt;/p>&lt;p>The queue was enormous, easily 10 times bigger than any other stall. In a city with so many good places to eat Khao Kha Moo, this one draws huge crowds everyday, of people eager to replicate Bourdain&amp;#039;s experience—ironically embodying the very phenomenon he was trying to avoid. A vivid and weird illustration of media’s impact in tourism.&lt;/p>&lt;p>As my friend Em debated if something can be so good that would justify queueing for that long, I jokingly said &amp;quot;The Ghost of Bourdain will haunt them all. A bone in the throat.&amp;quot; We opted out and went for a delicious bowl of noodles a couple of stalls past it.&lt;/p>&lt;p>When travelling, I think it&amp;#039;s our responsibility to navigate these waters with care, and try to live our own experiences by following our curiosity, over looking to replicate someone else’s experiences. I found my favourite Khao Kha Moo in a quieter spot, in another part of the city. There, I honored Bourdain’s legacy in a way that respects both his spirit and the integrity of the Khao Kha Moo he loved.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/the-ghost-of-bourdain</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/the-ghost-of-bourdain</guid>
            <category><![CDATA[food]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Mon, 09 Jan 2023 01:17:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sun for sale (on monetizing nature)]]></title>
            <description>&lt;p>The idea of monetizing a natural phenomenon that is public and universal sounds hell wacky to me! Yet, in the five months I&amp;#039;ve been travelling, no matter which country I am, there’s always a “sun experience” with a high price tag.&lt;/p>&lt;p>From a sunrise trip to the mountains of Alishan in Taiwan; a bus journey to watch the sunset over Angkor Wat in Cambodia; to a boat ride to the wildest Mekong River sandbanks in Laos to see the sunset; &lt;/p>&lt;p>Everywhere I go, there’s a “sun experience” for sale!&lt;/p>&lt;p>This takes me back to Fernando Pessoa&amp;#039;s reflections in the &amp;quot;Book of Disquiet&amp;quot;: &amp;quot;A sunset is a sunset, there’s no point going to Constantinople to see a sunset.” &lt;/p>&lt;p>Pessoa’s words are resonating deeply these days, as I witness how these simple–yet beautiful–daily natural spectacles are sold as commodities.&lt;/p>&lt;p>Travelling in today&amp;#039;s mass-touristic and hyper-capitalist era is quite eye-opening for understanding the intersection of commerce, advertising, tourism, and the purity of natural beauty. &lt;/p>&lt;p>As we travel and explore, I think it’s worth pondering: Should we pay to witness the ordinary magic of the world?&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/sunsets-for-sale-on-monetizing-nature</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/sunsets-for-sale-on-monetizing-nature</guid>
            <category><![CDATA[nature]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Sat, 07 Jan 2023 19:24:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Smiles of Cambodia]]></title>
            <description>&lt;p>I&amp;#039;ve been in Cambodia for 10 days and the smiles here are warm and omnipresent. From Phnom Penh&amp;#039;s busy streets to Siem Reap&amp;#039;s ancient temples, these smiles light up the country. In a land where the willingness to keep smiling had been more brutally tested than any place on earth, these smiles have become a symbol of resilience and a beautiful testament to the Cambodian spirit and human warmth.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/the-smiles-of-cambodia</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/the-smiles-of-cambodia</guid>
            <category><![CDATA[travelling]]></category>
            <pubDate>Wed, 28 Dec 2022 02:02:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Healthy Analytics]]></title>
            <description>&lt;p>I think we need healthier analytics with decent business models.&lt;/p>&lt;p>&lt;/p>&lt;p>There’s no talking about analytics without mentioning Google. So, I’ll start by saying goodbye to Google Analytics.&lt;/p>&lt;p>It is fair to say that Google Analytics is the default analytics tool for the internet, with 55% of existing websites using an analytics tool, and 85% of those using Google Analytics.&lt;/p>&lt;p>But let&amp;#039;s be real, although Google has the perfect romantic startup story that led to building one of the most influential businesses of all time, the days of Google being a garage-operated quirky startup with a good slogan are long gone&lt;/p>&lt;p>Google has transformed into a multi-mega corporation—a data-devouring monster and the embodiment of the internet-era mantra: &amp;quot;Data is the new gold.”&lt;/p>&lt;p>There&amp;#039;s far too much ambiguity in Google&amp;#039;s current modus operandi, and it feels like there&amp;#039;s never been a better time to move away from Google Analytics.&lt;/p>&lt;p>Analytic services should provide customers with the insights they need while protecting the privacy of their users. Period.&lt;/p>&lt;p>Internet users have been left in the dark for most of the internet era, but this is changing. Consumers are demanding privacy and more transparency in data collection tactics.&lt;/p>&lt;p>Google&amp;#039;s disregard for their users privacy, recently highlighted by its questionable GDPR compliance, which is sparking so much controversy this week that led to several EU countries to ban Google Analytics for their dodgy attempts to bypass EU legislation by transferring EU users data to US servers.&lt;/p>&lt;p>In a time where consumer trust is as valuable as their data, switching to an analytics provider that aligns with these values is more than a strategic move—it’s a necessary step towards ethical data practices.&lt;/p>&lt;p>As we navigate this transition, the choice of analytics tools will increasingly reflect our values and ethics, so it’s time to push for a shift towards healthier, more transparent analytics.&lt;/p>&lt;p>&lt;/p>&lt;p>What are the alternatives?&lt;/p>&lt;p>To the best of my knowledge, there are two companies that seem to have good business models, fair pricing, and legitimate privacy concerns:&lt;/p>&lt;ul>&lt;li>&lt;strong>Fathom Analytics&lt;/strong> - Known for its commitment to data privacy, Fathom provides a good, easy to use, privacy-oriented analytics with forever data retention.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Plausible Analytics&lt;/strong> - Another solid choice, Plausible offers simple, user-friendly, privacy-focused analytics with no cookies or tracking of personal data.&lt;/li>&lt;/ul></description>
            <link>https://notes.fidacura.xyz/note/healthy-analytics</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/healthy-analytics</guid>
            <category><![CDATA[analytics]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[websites]]></category>
            <category><![CDATA[www]]></category>
            <pubDate>Sun, 25 Dec 2022 19:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[A River that flows both ways]]></title>
            <description>&lt;p>Today I drove from Phnom Penh to Siem Reap; what a freaking adventure! The road was a wild mix of 33% dirt, 33% asphalt, and 33% deep holes. The entire trip was 312km, and it took me 7 hours and 20 minutes on a motorcycle!&lt;/p>&lt;p>&lt;/p>&lt;p>When I was close to Siem Reap, I came across a huge river, where I stopped for a couple of hours to chill from the frenetic trip, put all that adrenaline to rest, and to soak in the surrounding beautiful nature of the place.&lt;/p>&lt;p>&lt;/p>&lt;p>I randomly stopped at a beautiful wooden bar perched right on the river, run by a sweet couple super eager to have a good chat and share their knowledge.&lt;/p>&lt;p>&lt;/p>&lt;p>I learned some fascinating facts about Tonlé Sap, the river. &lt;/p>&lt;p>&lt;/p>&lt;p>For one, it’s one of the world’s biodiversity hotspots, home to over 300 species of fish, numerous reptiles, mammals, and birds, including rare and endangered species like the Siamese crocodile and the spot-billed pelican.&lt;/p>&lt;p>&lt;/p>&lt;p>It’s also the largest and most productive inland fishery in Southeast Asia, providing over 85% of Cambodia’s annual inland fish catch, which sustains millions of people living in its vicinity.&lt;/p>&lt;p>&lt;/p>&lt;p>But the most fascinating piece of information, is also what makes Tonlé Sap River unlike any other river in the world; It&amp;#039;s the fact that this is the only river in the world that flows both ways; it literally changes its flow direction, every year, sometimes twice a year 🤯&lt;/p>&lt;p>&lt;/p>&lt;p>As I write this, lying down facing south, the river is flowing in that direction. But every year, between May and October, the monsoon winds from the southwest bring a wild rainy season to Southeast Asia, which makes the Mekong River swell so much that the Tonlé Sap River is actually forced to flow backward, turning northward away from the sea.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/a-river-that-flows-both-ways</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/a-river-that-flows-both-ways</guid>
            <category><![CDATA[nature]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Sat, 24 Dec 2022 00:49:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[I love Taiwan]]></title>
            <description>&lt;p>I’ve been in Taiwan for the last three weeks. This country is amazing! The food is delicious and it&amp;#039;s everywhere, at all times! The sights are beautiful and peaceful, and the culture is fascinating. People are warm and friendly.&lt;/p>&lt;p>&lt;/p>&lt;h2>Greeny Taipei&lt;/h2>&lt;p>I arrived in Taipei, which is the very definition of an urban jungle — a huge variety of cool ferns, banyan trees, snake plants, huge elephant ear and monstera plants, and a bunch of tropical flowers bursting through the sidewalks, balconies, apartment windows and rooftops, thriving with wild abandon in the constant semi-tropical weather.&lt;/p>&lt;p>It’s by far the greenest city I’ve ever been to; it’s also incredibly clean, beautifully lit at night, and I felt super safe exploring the city at all hours, including during the first jetlagged, sleepless nights when I cycled around the city from sunset to dawn.&lt;/p>&lt;h2>Book Haven&lt;/h2>&lt;p>Eslite: Open 24 hours, this bookstore is an assemblage of really cool rooms filled with tens of thousands of books. Sofas, chairs, and tables are all around, inviting you to stop and read for a bit. There’s an impressive selection of English books, with high attention to book covers; I even found some William Gibson editions that I’d been looking for a long time.&lt;/p>&lt;p>&lt;/p>&lt;h2>Food Haven&lt;/h2>&lt;p>Taiwan, in general, has one of the most diverse and unique food cultures I’ve ever experienced. Starting with the amazing breakfast joints (6–11 a.m.), followed by the street food carts and restaurants that start popping up in late morning and stay open till dinner time, at which point the nightly street food markets begin to set up and cook all around the city, all the way to high-end Michelin joints in peculiar wild locations. Food is omnipresent, super creative, and high quality.&lt;/p>&lt;p>In Taipei specifically, each district has at least one big night food market, and you can find smaller markets just by randomly walking around the streets at night. Each of these markets offers a dizzying array of delicious street food stalls, from local street-unique specialties to Taiwanese classic dishes. I’ve never had a bad meal during all this time. &lt;/p>&lt;p>Some of my favorites dishes were: &lt;/p>&lt;ul>&lt;li>nose-to-tail pork noodles (全豬麵)&lt;/li>&lt;li>beef noodle soup, with chewy thich noodles and clear broth (牛肉麵)&lt;/li>&lt;li>oyster omelettes (蚵仔煎)&lt;/li>&lt;li>sticky rice dumpling (粽子)&lt;/li>&lt;li>oyster vermicelli (蚵仔麵線)&lt;/li>&lt;li>braised pork rice (滷肉飯)&lt;/li>&lt;li>gua bao (刈包)&lt;/li>&lt;li>Taiwanese congee, hot pots (火鍋)&lt;/li>&lt;li>stinky tofu (臭豆腐)&lt;/li>&lt;li>fried chicken (鹹酥雞)&lt;/li>&lt;li>scallion pancake (蔥油餅)&lt;/li>&lt;li>dan bing (蛋餅)&lt;/li>&lt;li>century eggs (皮蛋)&lt;/li>&lt;li>mango shaved ice (芒果冰)&lt;/li>&lt;li>moon cake (太陽餅)&lt;/li>&lt;li>pineapple cake (鳳梨酥)&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>Taiwan has a very strong tea culture, and with that comes one drink I particularly fall in love with, taiwanese Bubble Tea (珍珠奶茶), a delicious mix of black tea, milk, and chewy tapioca pearls.&lt;/p>&lt;p>&lt;/p>&lt;h2>Exploring Taipei&lt;/h2>&lt;p>I found Taipei to be a very well-structured city, super easy to navigate by either motorcycle, bicycle, bus, or walking. There’s also an official app in english for everything transport-wise that makes moving around the whole country a very seamless experience.&lt;/p>&lt;p>Although there are a lot of quirky shops, temples, and cultural spaces all around Taipei, there’s a certain compartmentalisation by interests in the many different districts of the city:&lt;/p>&lt;ul>&lt;li>&lt;strong>Zhongzheng&lt;/strong> is home to some amazing electronics and technology shops and malls. It’s a wild tech hub that took me back to the vibes of some of my favourite cyberpunk novels and those 90s hardware shop vibes. I wish every city had a district like this.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Neihu&lt;/strong> has some of the best hiking trails in Taipei, which, although on the outskirts of the city, are easily accessible. It&amp;#039;s easy to get there at the end of the day, go for a hike, and explore a lot of the quirky Michelin restaurants in the area.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Beitou&lt;/strong> is home to countless hot springs. I don’t think I’ve ever been surrounded by so many natural hot springs. It’s also such a relaxed area of the city! It’s a natural self-care immersive paradise in the heart of a big metropolis, it’s beautiful!&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Songshan Creative Park&lt;/strong> is a big artist studio space and shopping area, with a lot of cool design and product design from small businesses and independent creators. The surrounding area has a lot of good restaurants and tea shops.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Tamsui&lt;/strong> has a gorgeous riverside walk which I love to cycle through at night. Historically, this part of the city has been under the rule of the Spanish, Qing dynasty, Dutch, Portuguese, British, and Japanese; and that confluence of cultures is still very noticeable in the wild mix of very different temples and architectural influences. It’s quite a wild mix.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;ul>&lt;li>&lt;strong>Da’an and Wanhua&lt;/strong> are two central districts where tradition meets modernity. Architecture from the 17th to the 21st century is projected side by side, with a lot of super original and nice shops, mixed with a lot of small food joints.&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>Hiking trails are all around Taipei, making for a very nice sunrise or sunset hike, which emphasizes even more how easy and accessible contact with nature is in such a big city.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Roaming around Taiwan&lt;/h2>&lt;p>After Taipei, I went to Jiufen to hike Mt. Teapot, a 7 km trail with 748 meters of elevation, offering amazing views over the northeast of the country.&lt;/p>&lt;p>I also visited the Shifen area, where I cycled around some magical flatlands with tropical flower plantations and giant ferns surrounded by mountains.&lt;/p>&lt;p>Before I left the northern part of the country, I went down the coast away from the mountains and into Keelung to check out the Miaokou Night Food Market.&lt;/p>&lt;p>After that, I went down the coast all the way into Nantou, which was my pit stop to then go into the mountains of Alishan in search of the tea plantations and mountain vibes to quiet the mind for a bit. It was quite a sight! And what amazing hikes.&lt;/p>&lt;p>I then went towards the coastal area of Hualien, where I stayed for some days to explore its food joints specializing in fish and to do some longboarding. The waves were small yet consistent and with a good period, and not a lot of people on the water. Surfing, fish, and hanging out, nothing else.&lt;/p>&lt;p>As I write this, I’m back in Taipei. I’ll leave Taiwan in a couple of days, and I came back here for some final days in this metropolis, which is honestly one of my favorite places right now.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;h2>Random curiosities on Taiwan:&lt;/h2>&lt;ol class="spacious-bullet">&lt;li>Taiwan is still referred to as Formosa, a name given by the Portuguese that emphasizes its natural beauty.&lt;/li>&lt;li>Taiwan has one of the lowest poverty rates in the world.&lt;/li>&lt;li>It has one of the highest rates of homeownership worldwide; 85% of households in Taiwan own their homes.&lt;/li>&lt;li>Taiwan is home to 92% of the production of &amp;lt;10nm semiconductors.&lt;/li>&lt;li>Taiwan has one of the highest concentrations of thermal springs in the world.&lt;/li>&lt;li>Tea culture–hot and cold–is widespread in both cities and the countryside, and it’s delicious! The higher mountains of Taiwan produce some of the world&amp;#039;s finest teas.&lt;/li>&lt;li>Taiwan borders three oceans; the Pacific Ocean to the east, the East China Sea to the north, and the South China Sea to the southeast.&lt;/li>&lt;li>Taipei 101–once the world&amp;#039;s tallest building–is an architectural masterpiece with a pendulum inside that regulates the actual equilibrium of the building.&lt;/li>&lt;li>It’s rare to find people that speak English. As I don’t speak Mandarin–or one of the over 20 official languages,–translator apps were my most-used tools during this journey. I never had any problems doing anything or getting anywhere, but I always made sure I had battery in my phone and an extra power bank because otherwise, the day quickly turns into a lost-in-translation situation.&lt;/li>&lt;li>The geographic and natural diversity is super impressive. Mountains, plains, small cities, big cities, beaches, and rivers are all compacted into such a small island.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p>I hope to come back to Taiwan soon. I really enjoyed my time here!&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/i-love-taiwan</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/i-love-taiwan</guid>
            <category><![CDATA[travelling]]></category>
            <pubDate>Tue, 20 Dec 2022 00:51:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Packing List]]></title>
            <description>&lt;p>Travelling is a big part of my life. As I prepare to embark on a one-year travelling adventure, I’ve created a general packing list, that allows me to streamline the packing process of my 40-liter backpack, and prepare for any trip I’m likely to do, without thinking about it.&lt;/p>&lt;p>&lt;/p>&lt;p>Medium Packing Cube:&lt;/p>&lt;ul>&lt;li>laundry bag&lt;/li>&lt;li>8x t-shirts&lt;/li>&lt;li>8x underwear&lt;/li>&lt;li>8x pair of socks&lt;/li>&lt;li>trousers&lt;/li>&lt;li>shorts&lt;/li>&lt;li>longsleeve&lt;/li>&lt;li>shirt&lt;/li>&lt;li>lightweight hoody&lt;/li>&lt;li>lightweight rain jacket&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>Health Packing Cube:&lt;/p>&lt;ul>&lt;li>melatonin&lt;/li>&lt;li>ashwagandha&lt;/li>&lt;li>ibuprofen&lt;/li>&lt;li>moisturiser (face + body)&lt;/li>&lt;li>contact lenses (+ case)&lt;/li>&lt;li>contacts liquid&lt;/li>&lt;li>toothbrush (USBC)&lt;/li>&lt;li>toothpaste&lt;/li>&lt;li>trimmer (USBC)&lt;/li>&lt;li>deodorant&lt;/li>&lt;li>bandages&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>Tech Packing Cube:&lt;/p>&lt;ul>&lt;li>laptop (+ charger)&lt;/li>&lt;li>laptop stand&lt;/li>&lt;li>keyboard &amp;amp; mouse (USBC)&lt;/li>&lt;li>travelling router (USBC)&lt;/li>&lt;li>universal plug&lt;/li>&lt;li>2x USBC cables&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>Carry-on:&lt;/p>&lt;ul>&lt;li>5-liter hip pack&lt;/li>&lt;li>iPhone&lt;/li>&lt;li>Kobo&lt;/li>&lt;li>earbuds&lt;/li>&lt;li>1 notebook&lt;/li>&lt;li>4 pens (black, red, green, blue)&lt;/li>&lt;li>glasses (+ case)&lt;/li>&lt;li>sunglasses (+ case)&lt;/li>&lt;li>small moisturiser&lt;/li>&lt;li>water bottle&lt;/li>&lt;li>house keys&lt;/li>&lt;/ul></description>
            <link>https://notes.fidacura.xyz/note/packing-list</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/packing-list</guid>
            <category><![CDATA[lists]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Thu, 08 Dec 2022 17:13:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Spirals]]></title>
            <description>&lt;p>Spirals are among the most ubiquitous and omnipresent symbols around us. Found both in nature, art, and man-made creations, these mesmerising patterns hold a multitude of deep significance and symbolism across diverse cultures and belief systems.&lt;/p>&lt;p>Jung recognised the spiral as a symbol of personal growth, and view it as a metaphor for the eternal nature of the representation of our process of individuation as human beings. The spiral&amp;#039;s infinite progression signifying a continuous process of self-discovery and inner development throughout one&amp;#039;s lifetime.&lt;/p>&lt;blockquote class="styled-quote">“The spiral in psychology means that when you make a spiral you always come over the same point where you have been before, but never really the same, it is above or below, inside, outside, so it means growth. “&lt;/blockquote>&lt;p>C.G. Jung (Dream Analysis, Parts II &amp;amp; III. 1929)&lt;/p>&lt;p>Spirals lack a definitive beginning and end, yet they embody concepts of eternity and timelessness. They are all about starting a journey, circling around, and always come back to the core.&lt;/p>&lt;p>This is something that all creative people can recognize as the essence of the creative process itself. Get an idea, diverge, converge, do it again. Get a new idea, diverge, converge, do it again. We circle through an idea over and over, each time at a different level. There’s no such thing as “being done” with creativity; we just keep spiralling until a good solution fits the brief.&lt;/p>&lt;p>&lt;/p>&lt;p>Spirals are the embodiment of the eternal dance of creativity.&lt;/p>&lt;p>&lt;/p>&lt;p>I love spirals 🌀&lt;/p>&lt;p>&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/spirals</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/spirals</guid>
            <category><![CDATA[thinking]]></category>
            <category><![CDATA[spirals]]></category>
            <category><![CDATA[symbols]]></category>
            <category><![CDATA[time]]></category>
            <pubDate>Thu, 24 Nov 2022 21:52:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Past]]></title>
            <description>&lt;p>Experiences from the past–whether they happened a decade ago, a couple years back, or just last week–lay a solid foundation for our future endeauvors. However, relying on them as a stairway can only be done for so long. Continuously dwelling on the past will hinder progress and prevent us from building momentum.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/the-past</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/the-past</guid>
            <category><![CDATA[personal]]></category>
            <category><![CDATA[time]]></category>
            <pubDate>Thu, 10 Nov 2022 18:57:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[On being open to possibilities]]></title>
            <description>&lt;p>I recently read an article about the &amp;quot;Multiverse Theory” from quantum mechanics, which argues that all possible outcomes of a situation do occur, in a multitude of universes parallel to our own. Meaning, every choice we make creates its own reality, and all the multitude of choices we opt out of, fraction off into their own realities as well.&lt;/p>&lt;p>This interwoven tapestry of realities sparked a chain of thoughts in my mind; what if instead of constantly looking at life as a singular, linear narrative, where we often become prisoners of our own “autopilot mode,” blind to the infinite number of alternatives in our vast ocean of possibilities, why not actively spend a bit more time consciously embracing unpredictability and unforeseen potential into our lives?&lt;/p>&lt;p>Of course we’re only human, and as creatures of habit we unconsciously approach life with a certain amount of certainty based on the knowledge we acquire along the way. And on top of that, FEAR! Which plays a crucial role on our decision making; fear of the unknown, fear of making mistakes, fear of the unexpected, and ultimately the fear of failure.&lt;/p>&lt;p>But if we look closer at fear. The same universe that houses fear of failure also embraces the joy of success. The fear of failing and the possibility of succeeding coexist in the same choice, they are actually two sides of the same coin. So, why not flip the coin? Why not entertain the possibility of a different outcome? Why not embracing uncertainty as a comforting presence rather than a threatening intruder? The idea may be disquieting at first. Nevertheless, let&amp;#039;s entertain it, rolling it around our tongues, tasting its unfamiliarity.&lt;/p>&lt;p>I’m obviously not advocating we transform our lives into Luke Rhinehart’s, and hand over our life to the dice. But I also don’t believe that being open to possibilities is a blind leap into optimism. I think it&amp;#039;s more about accepting life&amp;#039;s mercurial nature, finding joy in uncertainty, and embracing the thrill of the unknown.&lt;/p>&lt;p>In the grand scheme of things, we&amp;#039;re mere passengers on this universe’s vibrant journey, incapable of controlling its shifting tracks. So, why not let go of fear and surrender to the rhythm of the ride? Life’s most profound moments often arise from the unexpected detours, and its shattering of our carefully constructed plans.&lt;/p>&lt;p>In conclusion, I aim to entertain the unpredictable more often, and try to remember that the only boundary to the realm of possibilities are those we draw ourselves. The multiverse of quantum mechanics might be a theory, but the multiverse of possibilities? That&amp;#039;s a reality we can choose to live by. &lt;/p>&lt;p>After all, who knows what reality it might lead us to?&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/on-being-open-to-possibilities</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/on-being-open-to-possibilities</guid>
            <category><![CDATA[conversational]]></category>
            <category><![CDATA[personal]]></category>
            <category><![CDATA[thinking]]></category>
            <pubDate>Wed, 02 Nov 2022 19:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Encrypt/Decrypt in Unix]]></title>
            <description>&lt;p>Encryption is vital for protecting the confidentiality and integrity of sensitive information. This guide covers the basics of using GnuPG, a widely-used encryption tool, to encrypt and decrypt files on Unix-based systems, including macOS and Linux.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>1. Install GnuPG:&lt;/strong>&lt;/p>&lt;pre>&lt;code># macOS
$ brew install gnupg

# Debian
$ sudo apt install gnupg&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>2. Test Installation&lt;/strong>&lt;/p>&lt;pre>&lt;code>$ gpg --list-key

# Example Output:
gpg (GnuPG/MacGPG2) 2.2.41
libgcrypt 1.8.10
&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>Generate a Key Pair&lt;/p>&lt;p class="no-margin">Before we can encrypt files, we need our own gpg key pair. This consists of a private and a public key.&lt;/p>&lt;pre>&lt;code>$ gpg --batch --generate-key gen-params-rsa4096&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>Encrypting Files&lt;/p>&lt;p class="no-margin">To encrypt a file, use the following command. This will create an encrypted version of the file that only someone with the appropriate private key can decrypt.&lt;/p>&lt;pre>&lt;code>gpg --output encrypted-doc.gpg --encrypt --sign --armor --recipient user@example.com doc-to-encrypt.txt&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>Decrypting Files&lt;/p>&lt;p class="no-margin">To decrypt a file, use the following command. This will produce a readable version of the file if you have the necessary private key.&lt;/p>&lt;pre>&lt;code>gpg --output decrypted-doc -d doc-to-decrypt.gpg&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p> Using GnuPG to encrypt and decrypt files is a robust method of securing data. Remember, the security of our encrypted data is only as good as our own key management practices. Always keep private keys secure and use strong, unique passwords for keyrings.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/encrypt-decrypt-in-unix</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/encrypt-decrypt-in-unix</guid>
            <category><![CDATA[Unix]]></category>
            <category><![CDATA[guide]]></category>
            <category><![CDATA[technology]]></category>
            <pubDate>Thu, 10 Mar 2022 23:36:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Being bad and failing]]></title>
            <description>&lt;p>Everyone–no matter how great they are at what they do–fails at some point. Thinking we’re so great at something, that we’ll never fail, is wildly delusional.&lt;/p>&lt;p>I didn’t always have this mindset though. When I was younger and somehow more arrogant/insecure in my ambition, I naively envisioned a path without failure; and when failure first came, it hit really fucking hard, and I didn’t know how to react to it. A posteriori, I now see that failing was an essential part of those processes, and when I fall on my ass, I now know I’ll figure it out, learn the necessary lesson, and be better prepared for next challenges.&lt;/p>&lt;p>Looking back at the most relevant periods of my life, the failures are the time periods where I grew and learn the most, opposed to the periods where I was auto-piloting in my comfort zone. And more often than not, failure is followed by a period of amazing success. Responding the right way to failure is where the key is to positively shape future behaviour, and fail better.&lt;/p>&lt;p>Embracing failure isn&amp;#039;t just about recovery; &lt;/p>&lt;p>it&amp;#039;s about transformation. &lt;/p></description>
            <link>https://notes.fidacura.xyz/note/being-bad-and-failing</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/being-bad-and-failing</guid>
            <category><![CDATA[personal]]></category>
            <category><![CDATA[self]]></category>
            <pubDate>Wed, 10 Nov 2021 13:08:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Cone of Possibilities]]></title>
            <description>&lt;p>I recently came across “the cone of plausibility”, and I can’t get it out of my mind.&lt;/p>&lt;p>The Cone of Plausibility, also known as the Cone of Possibility, is a concept used in scenario planning and futures thinking. It helps visualize and explore the range of potential future outcomes based on different factors and uncertainties.&lt;/p>&lt;p>The Cone of Plausibility graphically represents the relationship between the present moment and the certainty of our knowledge about future events. It provides a useful visual heuristic for planners looking into the future.&lt;/p>&lt;p>The cone has roughly three areas of major relevance:&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;strong>1. Plausible Future Scenarios:&lt;/strong> At the base of the cone, near the present time, lie the most plausible future scenarios. These are the outcomes that are most likely to occur based on current trends, historical data, and existing knowledge. These scenarios typically represent the &amp;quot;business as usual&amp;quot; future.&lt;/p>&lt;p>&lt;strong>2. Less Likely Scenarios:&lt;/strong> As we move up the cone and further into the future, the range of possibilities widens. This area represents less likely scenarios that deviate from the current trajectory. These scenarios might emerge due to unforeseen events, changes in technology, shifts in societal norms, or other external factors.&lt;/p>&lt;p>&lt;strong>3. Wild Cards and Black Swans:&lt;/strong> At the outer edges and the apex of the cone, we find the most extreme and unexpected scenarios. These are often referred to as &amp;quot;wild cards&amp;quot; or &amp;quot;black swans&amp;quot; and are characterized by their low probability but high impact. Wild cards are developments that are difficult to predict, but they can have a significant disruptive effect on the future.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;a href="https://cdn.sanity.io/d689458401a2e2423e7f8be55117e1e07ed8f770-1104x690.jpg">View Image&lt;/a></description>
            <link>https://notes.fidacura.xyz/note/cone-of-possibilities</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/cone-of-possibilities</guid>
            <category><![CDATA[thinking]]></category>
            <pubDate>Wed, 13 Oct 2021 18:24:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Gardening is all Love]]></title>
            <description>&lt;p>I previously wrote how time feels different during quarantine. Navigating this new relationship with time has forced me into uncharted territories. On one hand, I&amp;#039;ve had to find new ways to occupy all the free time at home. On the other hand, I am a web designer and developer which requires me to be in front of a screen for most of the day, so I wanted to challenge myself to find alternative activities that would allow me to take a break from the screen while still challenging my mind while at home.&lt;/p>&lt;p>I found my own piece of solace amidst my balcony. Prior to the pandemic, this patch of south-facing land was my place to read in the sun, and host cooking sessions with friends. Now, in the middle of a lockdown, I started gardening, and I’m transforming it into a green sanctuary.&lt;/p>&lt;p>Initially, it was the pure idea of learning something new that drove me to the challenge of transforming the balcony into a urban garden, however, as time passed, tending to the soil and the daily nurturing of the plants, rapidly became extremely meditative. The simple acts of digging into the soil, planting seeds, and the daily anticipation of seeing sprouts pop out of the soil provided a much-needed retreat from the twenty-four hour pandemic news cycle.&lt;/p>&lt;p>Watching a plant grow day by day, sometimes from dawn to dusk, brings an inexplicable sense of joy! and it&amp;#039;s such a metaphorical representation of hope, progress, growth, and resilience in a time when everything else seems paused.&lt;/p>&lt;p>In these weird days of lockdown, when the future is so uncertain, and the freedoms of the past a mere foggy dream, being rooted in the present and connected to nature is exactly the mental anchor I never knew I needed.&lt;/p>&lt;p>Gardening, like all things, presented its challenges. Yet, each obstacle–whether a pest attack (what a convenient metaphor for current daily life) or an unexpectedly strong downpour that required improvising protection infrastructure–taught resilience, and it emphasized the importance of adaptability and perseverance in face of difficulties.&lt;/p>&lt;p>Last but not least, the joy of harvesting my own food is unparalleled! I love food, and I love cooking; and watching the fruits of my labor gradually ripen on the vine instills a unique sense of accomplishment. Each day, as I witnessed tiny saplings transform into robust plants bearing fruits and vegetables, the anxiety and stress of the external world diminish slightly more.&lt;/p>&lt;p>And the food tastes so much better than anything I could buy anywhere!&lt;/p>&lt;p>The true farm-to-plate experience.&lt;/p>&lt;p>Here’s what I&amp;#039;m growing at the moment:&lt;/p>&lt;ul>&lt;li>10 tomato vines&lt;/li>&lt;li>2 aubergine trees&lt;/li>&lt;li>12 green beans stalks&lt;/li>&lt;li>4 Broccoli&lt;/li>&lt;li>4 Strawberry vases&lt;/li>&lt;li>10 Beetroots&lt;/li>&lt;li>3 chilli vases&lt;/li>&lt;/ul></description>
            <link>https://notes.fidacura.xyz/note/gardening-is-all-love-love</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/gardening-is-all-love-love</guid>
            <category><![CDATA[gardens]]></category>
            <pubDate>Fri, 04 Jun 2021 18:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Simple paths for wholesomeness]]></title>
            <description>&lt;ul>&lt;li>Avoid mainstream media.&lt;/li>&lt;li>Get sunlight everyday.&lt;/li>&lt;li>Go for a long walk everyday.&lt;/li>&lt;li>Buy food from good sources.&lt;/li>&lt;li>Drink plenty of water and stay hydrated.&lt;/li>&lt;li>Grow a garden or houseplants.&lt;/li>&lt;li>Spend as much time as possible in nature.&lt;/li>&lt;li>Make reading a regular part of daily routine.&lt;/li>&lt;li>Connect broadly with people rather than adhering to a singular ideological mindset group.&lt;/li>&lt;li>Form opinions based on people’s words, not what you hear about them.&lt;/li>&lt;li>Embrace failure; Learn from it; Fail better next time.&lt;/li>&lt;/ul></description>
            <link>https://notes.fidacura.xyz/note/simple-paths-for-a-wholesome-life</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/simple-paths-for-a-wholesome-life</guid>
            <category><![CDATA[personal]]></category>
            <category><![CDATA[lists]]></category>
            <category><![CDATA[practices]]></category>
            <pubDate>Mon, 03 May 2021 20:32:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Ikigai 生き甲斐]]></title>
            <description>&lt;p>Ikigai 生き甲斐: one’s true purpose in life; the motivating forces that gives us a reason for living, rooted in one&amp;#039;s interests.&lt;/p>&lt;p>Imagine a framework that, when in harmony, creates a vibrant synergy where four paths converge, each representing a different aspect of existence: what we love, what we are naturally good at, our sense of community, and what we do for money.&lt;/p>&lt;p>Ikigai is that vibrant synergy at the convergence of these path.&lt;/p>&lt;p>It’s filled with meaning and satisfaction; &lt;/p>&lt;p>guiding us toward a fulfilling and balanced existence.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;a href="https://cdn.sanity.io/1e0f5c1061ac3dc57dcd8d8531ff7ccf92d0e085-1087x1074.jpg">View Image&lt;/a></description>
            <link>https://notes.fidacura.xyz/note/ikigai</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/ikigai</guid>
            <category><![CDATA[thinking]]></category>
            <pubDate>Mon, 12 Oct 2020 18:24:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[On Voting (and Civic Engagement)]]></title>
            <description>&lt;p>Voting stands today as our most pivotal tool for participatory democracy, a privilege that subtly shapes the contours of our society. Yet, my relationship with voting has been dichotomous, influenced by the shifting and uncertain political landscapes I navigate as an everyday citizen.&lt;/p>&lt;p>While voting offers a means to influence change, the question remains: does it truly reflect the collective will or merely the illusion of choice in a system driven by more obscure interests?&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;strong>My First Vote (2005)&lt;/strong>&lt;/p>&lt;p>I cast my first vote at 18 during the Portuguese legislative election in 2005. This election was to elect the Prime Minister, the legislative mastermind of the country.&lt;/p>&lt;p>The electoral period was exhilarating for me as a new voter. I believed my vote to be the only means to express my ideas and concerns on a societal level—an opportunity to make a difference, though I approached it with a high degree of skepticism.&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;strong>My Second Vote (2006)&lt;/strong>&lt;/p>&lt;p>The presidential election followed soon after. Electing a president—the international face of our country—should have felt significant. However, this role carries no legislative power, which dimmed the excitement for me at young age. The election seemed less impactful, leaving me with a sense of inconsequence about the choice—little thought was given to it.&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;strong>My Third Vote (2007)&lt;/strong>&lt;/p>&lt;p>It was my third voting experience that profoundly shifted my perspective on the power of participative democracy—the 2007 referendum on the legalization of abortion in Portugal. This referendum was unlike any general election, as it had immediate results.&lt;/p>&lt;p>I cast my vote on that Sunday morning; I keept an eye on the news during the afternoon to see which way the voting would swing. By dinner time, the final results were announced. By the following Monday, the law was revised to reflect the will of the people—a direct and swift response to the referendum&amp;#039;s outcome. Abortion was legalised up to the tenth week of pregnancy. That fast!&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>The Disappointment of General Elections&lt;/strong>&lt;/p>&lt;p>The subsequent general elections never quite matched the immediacy or satisfaction of that referendum. In a general election, we cast votes to support a party or sometimes an individual candidate, and then we spend four years waiting to see if they fulfill the promises made during their campaign. More often than not, at least in Portugal, these promises fall short.&lt;/p>&lt;p>A poignant example from Portugal underscores this disappointment. The guy elected as Prime Minister in 2005, had disastrous consequences for the country. Nearly two decades later, we are still grappling with the aftermath of his disastrous governance.&lt;/p>&lt;p>José Sócrates, who served as the Prime Minister from 2005 to 2011, was arrested in 2014 on charges of corruption, tax evasion, and money laundering. This arrest was part of a broader investigation into financial irregularities in the government. His mandate was marred by fraud practices and multiple attempts to control the media.&lt;/p>&lt;p>Unfortunately, history repeats itself; it’s 2020, and as I write this, two-thirds of the current government in Portugal were part of that same administration, including Sócrates&amp;#039;s right-hand man, who is now the current Prime Minister.&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;strong>The Duality of Voting&lt;/strong>&lt;/p>&lt;p>This brings me to the core of my conflict about voting. On one hand, it is an essential tool for participation and expression in a democratic society. On the other hand, relying solely on voting once every four or five years—and expecting elected officials to fulfill their promises—always feels inadequate for meaningful engagement between citizens and the broader political arena.&lt;/p>&lt;p>This begs the question: Should voting—once or twice every four or five years—be our only form of political participation?&lt;/p>&lt;p>I believe it shouldn’t! I think it fails to capture the ongoing concerns that truly shape our daily lives, and we need additional and innovative methods to enhance our civic engagement, where citizens have a say in the political spectrum, such as:&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Community Advisory Boards&lt;/strong>: Enabling citizens to be directly involved in the decision-making processes on local issues such as urban planning, education, and public safety.&lt;/li>&lt;li>&lt;strong>Participatory Budgeting&lt;/strong>: Empowering community members to have a voice on how public funds are used, promoting transparency and increasing public involvement in fiscal decisions.&lt;/li>&lt;li>&lt;strong>Public Forums&lt;/strong>: Creating spaces where citizens can come together to discuss and provide recommendations on specific legislative matters, ensuring a representative input into policymaking.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Technology and Voting&lt;/strong>&lt;/p>&lt;p>We may have a lot of things that separate us as citizens, but one thing holds true: we all now have a computer in our pockets! Doesn’t that–technically–mean that we can build digital platforms that allow for continuous interaction with legislative processes, and bridge the gap between elections and everyday governance?&lt;/p>&lt;p>Looking ahead, I wonder about the potential for a voting system that embodies the efficacy and accountability of a referendum. With the rise of discussions on decentralization and more compartmentalized political processes, could we enhance the impact of our civic actions through technology processes? Could these innovations make everyday democratic participation feel as direct and consequential as a referendum day?&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Case-Studies&lt;/strong>&lt;/p>&lt;p>&lt;strong>Taiwan&amp;#039;s &lt;/strong>&lt;strong>g0v.tw&lt;/strong>: This open-source platform enhances civic engagement by enabling direct interaction between Taiwanese citizens and their government. g0v.tw participants influence policy through active discussions, embodying a major step towards using technology to democratize information and enhance political transparency.&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>Government Budget Visualization&lt;/strong>: Simplifies complex budget data into clear visuals, improving public understanding and oversight of fiscal policies.&lt;/li>&lt;li>&lt;strong>Cofacts LINE Bot&lt;/strong>: A chatbot designed to help users identify misinformation, allowing for real-time fact-checking and promoting informed discussions.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;strong>Taiwan’s Ministry of Digital Affairs&lt;/strong>: This ministry helps Taiwan navigate through the digital age, enhancing democratic participation by building and using innovative open-source technologies, processes, and tools that are promoting a transparent, responsive, and participatory government, setting a high benchmark for the future of digital democracy worldwide.&lt;/p>&lt;ol class="spacious-bullet">&lt;li>&lt;strong>vTaiwan&lt;/strong>: Boosts public involvement in legislative processes by facilitating discussions among citizens, experts, and political officials, both online and offline. This platform has significantly influenced legislation, reflecting the public consensus effectively.&lt;/li>&lt;li>&lt;strong>Polis&lt;/strong>: A key tool in vTaiwan, Polis aids in forming structured public dialogues and visualizing consensus, influencing informed policy decisions.&lt;/li>&lt;li>&lt;strong>Presidential Hackathon&lt;/strong>: Annually prompts open-source, data-driven innovations to tackle societal challenges, demonstrating effective government-civic tech collaboration.&lt;/li>&lt;/ol>&lt;p>&lt;/p>&lt;p>&lt;strong>Participatory Budgeting in Paris&lt;/strong>: Since 2014, Paris has empowered its residents to allocate a portion of the city&amp;#039;s budget to projects voted on by its citizens. This initiative has involved over 100,000 participants and demonstrates the powerful role of participatory budgeting in engaging communities in fiscal decision-making. In 2014, &lt;strong>over 40,000 people voted on 15 proposals put forward by the City Council&lt;/strong>. Nine projects (with a 5% of the total budget) were selected, ranging from vertical gardens to urban sports facilities to the renovation of outdoor &amp;#039;kiosks&amp;#039; for music and arts in public spaces.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Closing Thoughts&lt;/strong>&lt;/p>&lt;p>Sixteen years after casting my first vote, my skepticism about the political system and its processes remains at an all-time high; I find myself continually questioning the efficacy of voting. This very rant is an obvious testament to that journey.&lt;/p>&lt;p>Yet, passivity is not the answer! As we approach 2021, the landscape of unanswered questions keeps stretching.&lt;/p>&lt;p>Do our governments truly desire to be steered by the collective concerns and ideologies of their citizens, or are they more comfortable navigating their own paths and its politics as usual? And if the former holds true, what is the true role of a voter in shaping their government?&lt;/p>&lt;p>Last but not least, as we all carry the power of computation in our pockets everyday, how can we harness digital technologies to expand and enhance our participative experience in democracy beyond that single vote? By embedding technology into our democratic processes, we can aspire to make every day decisions as impactful as a referendum day.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/on-voting-in-the-long-term</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/on-voting-in-the-long-term</guid>
            <category><![CDATA[politics]]></category>
            <pubDate>Sun, 09 Aug 2020 18:58:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[My favourite fonts]]></title>
            <description>&lt;p>Typefaces are omnipresent in our lives. We are constantly consuming information through the lens of a typeface. These characters give shape, life, and context to the content we digest all day, every day.&lt;/p>&lt;p>Before computers people held pens and pencils as their tools of expression, and they crafted their handwriting to manifest a unique and personal lettering style. This was a means to convey a message, but also a statement of style and identity.&lt;/p>&lt;p>Today, we use digital typefaces with the same sentiment that was once reserved for handwriting, as a tool to convey connotations, and as a medium to accentuate our words with a layer of context, intent, and style.&lt;/p>&lt;p>As a designer, I’m very deliberate in the fonts that I use. Picking the right font for the job is hand in hand as important as picking the right images, colour palettes, composition, spacing, tone of voice, etc.&lt;/p>&lt;p>The following is a curated list of my favorite typefaces, which I constantly return to in my design projects.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Code Editor&lt;/p>&lt;ul>&lt;li>Fira Code &lt;/li>&lt;li>IBM Plex Mono&lt;/li>&lt;/ul>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Monospaced&lt;/p>&lt;ul>&lt;li>Aperçu Mono&lt;/li>&lt;li>Akkurat Mono&lt;/li>&lt;li>Courier&lt;/li>&lt;li>GT Pressura Mono&lt;/li>&lt;li>IBM Plex Mono&lt;/li>&lt;li>Mabry Mono&lt;/li>&lt;li>Space Mono&lt;/li>&lt;li>System85 Mono&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p class="no-margin">Sans-Serif&lt;/p>&lt;ul>&lt;li>Aperçu&lt;/li>&lt;li>Arial&lt;/li>&lt;li>Arial Narrow&lt;/li>&lt;li>Circular&lt;/li>&lt;li>Druk&lt;/li>&lt;li>Favorit&lt;/li>&lt;li>Founders Grotesk&lt;/li>&lt;li>Franklin Gothic&lt;/li>&lt;li>Futura&lt;/li>&lt;li>Gill Sans&lt;/li>&lt;li>Graphik&lt;/li>&lt;li>GT America&lt;/li>&lt;li>GT Eesti&lt;/li>&lt;li>IBM Plex Sans&lt;/li>&lt;li>Mabry&lt;/li>&lt;li>Monument Grotesk&lt;/li>&lt;li>Neue Haas Grotesk&lt;/li>&lt;li>Neue Haas Unica&lt;/li>&lt;li>PX Grotesk&lt;/li>&lt;li>Simplon&lt;/li>&lt;li>Nimbus Sans&lt;/li>&lt;li>System85&lt;/li>&lt;li>Unica77&lt;/li>&lt;li>Univers&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p class="no-margin">Serif&lt;/p>&lt;ul>&lt;li>Baskerville&lt;/li>&lt;li>Canela&lt;/li>&lt;li>Editorial New&lt;/li>&lt;li>Freight Text&lt;/li>&lt;li>ITC Garamond&lt;/li>&lt;li>GT Sectra&lt;/li>&lt;li>Lyon&lt;/li>&lt;li>Portrait&lt;/li>&lt;li>Tiempos&lt;/li>&lt;li>Times New Roman&lt;/li>&lt;li>Times Now&lt;/li>&lt;/ul>&lt;p>&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/my-favourite-fonts</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/my-favourite-fonts</guid>
            <category><![CDATA[design]]></category>
            <category><![CDATA[lists]]></category>
            <pubDate>Mon, 20 Jul 2020 15:22:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Finding things in macOS and Unix]]></title>
            <description>&lt;p>When it comes to performing complex system operations, most of the time the macOS CLI offers a way more direct and efficient way to interact with your computer than Finder.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p>Lets start with a macOS specific tool:&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>mdfind&lt;/strong>&lt;strong> → macOS specific search functionality&lt;/strong>&lt;/p>&lt;p>macOS’s alternative to Unix’s &lt;code>find&lt;/code> that uses Spotlight&amp;#039;s metadata database.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for a filename:&lt;/p>&lt;pre>&lt;code>mdfind &amp;lt;filename&amp;gt;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for files by their exact name:&lt;/p>&lt;pre>&lt;code>mdfind -name &amp;lt;filename&amp;gt;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for files and restrict the search to a specific directory:&lt;/p>&lt;pre>&lt;code>mdfind -onlyin &amp;lt;directory&amp;gt; &amp;lt;query&amp;gt;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Perform a live search, with live file system updates:&lt;/p>&lt;pre>&lt;code>mdfind -live &amp;lt;query&amp;gt;&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;code>&lt;strong>find&lt;/strong>&lt;/code>&lt;strong> → Powerful file and directory search&lt;/strong>&lt;/p>&lt;p>The &lt;code>&lt;strong>find&lt;/strong>&lt;/code> command is a versatile and powerful tool for locating files and directories based on various criteria. Unlike the previously mentioned commands, &lt;code>&lt;strong>find&lt;/strong>&lt;/code> does not rely on a pre-built database, making it suitable for real-time searches.&lt;/p>&lt;p class="no-margin">Find files by name:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -name &amp;quot;filename&amp;quot;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find files by name, case-insensitive:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -iname &amp;quot;filename&amp;quot;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find directories:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -type d&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find files by extension:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -name &amp;quot;*.extension&amp;quot;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find files by size:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -size +10M&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find files modified within a time frame:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -mtime -7&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find empty files or directories:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -empty&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find and delete files:&lt;/p>&lt;pre>&lt;code>find /path/to/directory -name &amp;quot;pattern&amp;quot; -delete&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;code>&lt;strong>locate&lt;/strong>&lt;/code>&lt;strong> → Fast file searching with an indexed database&lt;/strong>&lt;/p>&lt;p>The &lt;code>&lt;strong>locate&lt;/strong>&lt;/code> command is a lightning-fast file searching tool that operates based on a pre-built database. This database is updated periodically by the system, so the results might not be real-time but are incredibly quick to retrieve. The search is not limited to filenames; it includes paths as well.&lt;/p>&lt;p>One common use case for &lt;code>&lt;strong>locate&lt;/strong>&lt;/code> is finding system files or applications spread across various directories. It is essential to update the database regularly to ensure you get the most recent results. To update the database, run the command &lt;code>&lt;strong>sudo updatedb&lt;/strong>&lt;/code> in the terminal.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate files by name:&lt;/p>&lt;pre>&lt;code>locate filename&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate files by name, case-insensitive:&lt;/p>&lt;pre>&lt;code>locate -i filename&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate files by extension:&lt;/p>&lt;pre>&lt;code>locate &amp;quot;*.extension&amp;quot;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate specific paths:&lt;/p>&lt;pre>&lt;code>locate -r &amp;#039;/path/to/search/.*pattern&amp;#039;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate binaries and commands:&lt;/p>&lt;pre>&lt;code>locate -b &amp;#039;\\command&amp;#039;&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Locate files, and ignore certain directories:&lt;/p>&lt;pre>&lt;code>locate -i --exclude &amp;#039;/path/to/exclude&amp;#039; filename&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;/p>&lt;p class="no-margin">&lt;code>&lt;strong>whereis&lt;/strong>&lt;/code>&lt;strong> → Locating executable binaries and source files&lt;/strong>&lt;/p>&lt;p>If you need to find the location of executable binaries or the source files of a specific command, the &lt;code>&lt;strong>whereis&lt;/strong>&lt;/code> command will be your go-to tool. It searches standard binary directories and displays the paths of the files associated with the provided command.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find is the location of a command:&lt;/p>&lt;pre>&lt;code>whereis command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find multiple commands at once:&lt;/p>&lt;pre>&lt;code>whereis -b command1 command2&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for command source files:&lt;/p>&lt;pre>&lt;code>whereis -s command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find files with limit search to specific directories:&lt;/p>&lt;pre>&lt;code>whereis -B /path/to/directory command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for system configuration files.&lt;/p>&lt;pre>&lt;code>whereis -m -s -B /etc command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Display paths in a human-readable format:&lt;/p>&lt;pre>&lt;code>whereis -B /bin -f command&lt;/code>&lt;/pre>&lt;h2>&lt;/h2>&lt;p>&lt;/p>&lt;hr>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;code>&lt;strong>which&lt;/strong>&lt;/code>&lt;strong> → Identifying the executable in your $PATH&lt;/strong>&lt;/p>&lt;p>Similar to &lt;code>&lt;strong>whereis&lt;/strong>&lt;/code>, the &lt;code>&lt;strong>which&lt;/strong>&lt;/code> command helps you find the location of an executable associated with a command. However, it differs from &lt;code>&lt;strong>whereis&lt;/strong>&lt;/code> in that it only returns the path of the first executable found in your system&amp;#039;s &lt;code>&lt;strong>$PATH&lt;/strong>&lt;/code> variable.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find the location of a command:&lt;/p>&lt;pre>&lt;code>which command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Search for aliases / shell functions:&lt;/p>&lt;pre>&lt;code>which -a command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Find multiple commands at once:&lt;/p>&lt;pre>&lt;code>which command1 command2&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Check for executable status:&lt;/p>&lt;pre>&lt;code>which -a command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Display paths in a human-readable format:&lt;/p>&lt;pre>&lt;code>which -p command&lt;/code>&lt;/pre>&lt;p class="no-margin">&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">Check if a command is an alias or function:&lt;/p>&lt;pre>&lt;code>which -as command&lt;/code>&lt;/pre></description>
            <link>https://notes.fidacura.xyz/note/finding-things-in-macos-and-unix</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/finding-things-in-macos-and-unix</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[CLI]]></category>
            <category><![CDATA[Unix]]></category>
            <pubDate>Thu, 18 Jun 2020 16:36:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[T1m3 F33ls W31rd R1ght N0w]]></title>
            <description>&lt;p>Time feels weird right now. March and April felt ridiculously slow; there was time for new recipes every day, daily exercise routines, an unusual amount of time to read books, and endless video calls. And then came May, at the speed of a space shuttle. Wait… is it mid-June already?&lt;/p>&lt;p>As I struggle to keep track and make sense of what a global pandemic encompasses, the days are just merging together. &lt;/p>&lt;p>The clock doesn’t bring me back to the present moment as it used to, it doesn’t even remind me of my own mortality, which the 24-hour news cycle in pandemic mode does in a weirdly non-spectacular fashion.&lt;/p>&lt;p>Sometimes it’s difficult to even remember what day it is! Why do we even have weekdays anyway?&lt;/p>&lt;p>This pandemic is being a time of reflection on the subjective nature of time and how different circumstances alter our experience of it. Specifically how complex what we call subjective time (or internal time) is. And what we call our internal clock is actually a whole multitude of internal clocks. We have so many systems that influence our own subjective perception of time, constantly interpreting, synchronising, and regulating our body and senses. And right now, they all seem to be in constant disarray.&lt;/p>&lt;p>With all this internal complexity, disrupted rhythms and routines, a nonexistent social life, heightened anxiety, and unpredictable global shifts—without any clear end in sight—it’s no wonder our sense of time has become distorted.&lt;/p>&lt;p>There&amp;#039;s also a wild discrepancy between subjective time and our collective cultural and political understanding of it. While the world may seem paused for most of us, the reality is that people with different types of jobs are experiencing time in very different ways right now. On one side of the spectrum, people who have been furloughed are sitting at home, not working, and with a full day of free-time, but nothing to do; while one the opposite side of the spectrum, “essential workers”–particularly doctors,–are working grueling shifts and facing the overwhelming daily toll of deaths.&lt;/p>&lt;p>I feel extremely privileged that I can set my own work schedule and that my workflow remains somewhat stable during these strange times.&lt;/p>&lt;p>Perhaps this experience will lead us to a new appreciation for the rhythms of daily life we once took for granted. I hope to return to a normal time soon. &lt;/p></description>
            <link>https://notes.fidacura.xyz/note/time-feels-weird</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/time-feels-weird</guid>
            <category><![CDATA[pandemic]]></category>
            <category><![CDATA[time]]></category>
            <pubDate>Sat, 13 Jun 2020 18:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Globetrotting through London's kitchens]]></title>
            <description>&lt;p>After four years in London, I’m still amazed by how wandering the streets of a single city allows me to globetrot my taste buds with the most delicious local dishes from most of the world.&lt;/p>&lt;p>These are my favourite spots to “eat the world” in London:&lt;/p>&lt;p class="no-margin">🇪🇹 &lt;strong>Andu Ethiopian Café&lt;/strong> (Ethiopia)&lt;/p>&lt;p>Vegan operation with a fixed menu of delicious Ethiopian delicacies.&lt;/p>&lt;p class="no-margin">🇹🇼 &lt;strong>Bao&lt;/strong> (Taiwan)&lt;/p>&lt;p>For a Taiwanese street food fix. Delicious buns and blood cakes.&lt;/p>&lt;p class="no-margin">🇻🇳 &lt;strong>Bánh Bánh&lt;/strong> (Vietnam)&lt;/p>&lt;p>Vietnamese street food classics served in small plates. Good for sharing.&lt;/p>&lt;p class="no-margin">🇻🇳 &lt;strong>Bánh Mì Hội-An&lt;/strong> (Vietnam)&lt;/p>&lt;p>Amazing Bánh Mì and rice bowls to grab-and-go.&lt;/p>&lt;p class="no-margin">🇨🇳 &lt;strong>Beijing Dumpling&lt;/strong> (China)&lt;/p>&lt;p>My favourite dumplings in London.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>Beigel Brick Lane Bakery&lt;/strong> (U.K.)&lt;/p>&lt;p>The best beigel in town. Both salt beef and smoked salmon with cream cheese are delicious.&lt;/p>&lt;p class="no-margin">🇪🇷 &lt;strong>Bisha Eritrean&lt;/strong> (Eritrea)&lt;/p>&lt;p>Enormous sharing plates with a lot of veggie variety.&lt;/p>&lt;p class="no-margin">🇳🇬 &lt;strong>Chuku&amp;#039;s&lt;/strong> (Nigeria)&lt;/p>&lt;p>Family vibe Nigerian small plates place. Delicious plantain and Caramel Kuli Kuli Chicken. Good for sharing.&lt;/p>&lt;p class="no-margin">🇦🇷 &lt;strong>Buen Ayre&lt;/strong> (Argentina)&lt;/p>&lt;p>Great Argentinian steaks and red wine.&lt;/p>&lt;p class="no-margin">🇻🇳 &lt;strong>BunBunBun&lt;/strong> (Vietnam)&lt;/p>&lt;p>Vietnamese restaurant with a really good Bún Chả Hanoi.&lt;/p>&lt;p class="no-margin">🇵🇱 &lt;strong>Café Manjá&lt;/strong> (Poland)&lt;/p>&lt;p>Delicious Polish dumplings!&lt;/p>&lt;p class="no-margin">🇻🇳 &lt;strong>Cơm Việt&lt;/strong> (Vietnam)&lt;/p>&lt;p>Vietnamese noodle bowls and rice plates.&lt;/p>&lt;p class="no-margin">🇨🇺 &lt;strong>Cubana&lt;/strong> (Cuba)&lt;/p>&lt;p>Cuban restaurant with nice bits to share. Really good cocktails as well.&lt;/p>&lt;p class="no-margin">🇧🇪 &lt;strong>The Dovetail&lt;/strong> (Belgium)&lt;/p>&lt;p>Belgium bar with delicious ‘Moules Marinière’ and great beer selection.&lt;/p>&lt;p class="no-margin">&lt;strong>🇪🇸 Escocesa&lt;/strong> (Spain)&lt;/p>&lt;p>Spanish tapas and good sangria.&lt;/p>&lt;p class="no-margin">🇨🇺 &lt;strong>Escudo de Cuba&lt;/strong> (Cuba)&lt;/p>&lt;p>Cosy vibes while serving really good home-made style cuban food.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>Fish Lounge&lt;/strong> (U.K.)&lt;/p>&lt;p>Delicious Fish &amp;amp; Chips.&lt;/p>&lt;p class="no-margin">🇪🇹 &lt;strong>Mesi&amp;#039;s Kitchen&lt;/strong> (Ethiopia)&lt;/p>&lt;p>Delicious Ethiopian dishes. The stews served on top of injera are something else.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>Flat Iron&lt;/strong> (U.K.)&lt;/p>&lt;p>Steak House with carefully sourced UK meat. Nice sides and wine selection.&lt;/p>&lt;p class="no-margin">🇮🇹 &lt;strong>Franco Manca&lt;/strong> (Italy)&lt;/p>&lt;p>Sourdough pizzas with Neapolitan roots.&lt;/p>&lt;p class="no-margin">🇮🇹 &lt;strong>Gloria&lt;/strong> (Italy)&lt;/p>&lt;p>Good Italian food in a really nice ambience.&lt;/p>&lt;p class="no-margin">🇹🇷 &lt;strong>Gökyüzü&lt;/strong> (Turkey)&lt;/p>&lt;p>Prodigious portions of excellent Turkish cooking. Amazing grill. Their hummus topped with lamb is mind-blowing. Free Turkish tea.&lt;/p>&lt;p class="no-margin">🇮🇷 &lt;strong>Hafez&lt;/strong> (Iran)&lt;/p>&lt;p>...&lt;/p>&lt;p class="no-margin">🇮🇷 &lt;strong>Hana&lt;/strong> (Iran)&lt;/p>&lt;p>Great Persian stews and really nice family vibe atmosphere.&lt;/p>&lt;p class="no-margin">🇬🇷 &lt;strong>Halepi&lt;/strong> (Greece)&lt;/p>&lt;p>&lt;strong>F&lt;/strong>amily-run Greek taverna with an amazing roasted milk-fed lamb.&lt;/p>&lt;p class="no-margin">🇱🇰 &lt;strong>Hoppers&lt;/strong> (Sri Lanka)&lt;/p>&lt;p>Sri Lankan cosy restaurant. Their Dosas, Hoppers, and Burianis are mind-blowing. Great for sharing.&lt;/p>&lt;p class="no-margin">🇳🇵&lt;strong>House of MoMo&lt;/strong> (Nepal)&lt;/p>&lt;p>Chill Nepalese restaurant with delicious Momos and beer.&lt;/p>&lt;p class="no-margin">🇮🇷 &lt;strong>Iran Restaurant&lt;/strong> (Iran)&lt;/p>&lt;p>Great Persian kebabs.&lt;/p>&lt;p class="no-margin">🇮🇶 &lt;strong>Juma Kitchen&lt;/strong> (Iraq)&lt;/p>&lt;p>Iraqi comfort food at the heart of Borough Market. Their Kunafa and Mushroom Chaap are a must try.&lt;/p>&lt;p class="no-margin">🇯🇵 &lt;strong>Kanada-Ya&lt;/strong> (Japan)&lt;/p>&lt;p>The best Ramen bowls in London, by very far.&lt;/p>&lt;p class="no-margin">🇩🇿 &lt;strong>Khamsa&lt;/strong> (Algeria)&lt;/p>&lt;p>Delicious Algerian stews and Dziriette, in a really chill and cosy interior.&lt;/p>&lt;p class="no-margin">🇧🇩 &lt;strong>Kolapata&lt;/strong> (Bangladesh)&lt;/p>&lt;p>Really good Bangladeshi curries.&lt;/p>&lt;p class="no-margin">🇰🇷 &lt;strong>Korean BBQ House&lt;/strong> (Korea)&lt;/p>&lt;p>Great Korean BBQ experience.&lt;/p>&lt;p class="no-margin">🇪🇬 &lt;strong>Koshari Street&lt;/strong> (Egypt)&lt;/p>&lt;p>Egypt Delicious Koshari to grab-and-go.&lt;/p>&lt;p class="no-margin">🇵🇰 &lt;strong>Lahore Kebab House&lt;/strong> (Pakistan)&lt;/p>&lt;p>Great Pakistani curries in London.&lt;/p>&lt;p class="no-margin">🇧🇪 &lt;strong>Lowlander Grand Cafe&lt;/strong> (Belgium)&lt;/p>&lt;p>Fresh mussels and good selection of Belgian beers.&lt;/p>&lt;p class="no-margin">🇬🇪 &lt;strong>Little Georgia&lt;/strong> (Georgia)&lt;/p>&lt;p>Cosy vibes. Khachapuri and Khinkali are amazing.&lt;/p>&lt;p class="no-margin">🇧🇷 &lt;strong>Made in Brasil&lt;/strong> (Brasil)&lt;/p>&lt;p>Good Moquecas and caipirinhas.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>Maggie Jones&lt;/strong> (U.K.)&lt;/p>&lt;p>Really good season game meat in an old barn-styled restaurant.&lt;/p>&lt;p class="no-margin">🇵🇸 &lt;strong>Maramia Cafe&lt;/strong> (Palestine)&lt;/p>&lt;p>Delicious home-made Palestinian food.&lt;/p>&lt;p class="no-margin">🇹🇷 &lt;strong>Mangal 1&lt;/strong> (Turkey)&lt;/p>&lt;p>My favourite Ocakbasi restaurant.&lt;/p>&lt;p class="no-margin">🇻🇳 &lt;strong>Mien Tay&lt;/strong> (Vietnam)&lt;/p>&lt;p>Vietnamese home-style cooking. The Pho is amazing.&lt;/p>&lt;p class="no-margin">🇯🇲 &lt;strong>Ma Petite Jamaica&lt;/strong> (Jamaica)&lt;/p>&lt;p>Delicious jerk chicken and curry goat.&lt;/p>&lt;p class="no-margin">🇮🇳 &lt;strong>Gymkhana&lt;/strong> (India)&lt;/p>&lt;p>An upscale Indian restaurant. Their meat quality is great. The best Tandoori Chicken I’ve ever tried!&lt;/p>&lt;p class="no-margin">🇮🇹 &lt;strong>Osteria Romana&lt;/strong> (Italy)&lt;/p>&lt;p>Italian Osteria that celebrates Rome and its food. Best Cacio e Pepe in London. In the right season, their truffled pasta is awesome.&lt;/p>&lt;p class="no-margin">🇵🇪 &lt;strong>Pachamama&lt;/strong> (Peru)&lt;/p>&lt;p>Peru low-lit hotspot for delicious Peruvian food.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>The Pig and the Butcher&lt;/strong> (U.K.)&lt;/p>&lt;p>Gastropub with cosy woody vibes, and delicious seasonal game meat.&lt;/p>&lt;p class="no-margin">🇨🇴 &lt;strong>Pueblito Paisa&lt;/strong> (Colombia)&lt;/p>&lt;p>Great place for beef empanadas and beer.&lt;/p>&lt;p class="no-margin">🇮🇳 &lt;strong>Rasa&lt;/strong> (India)&lt;/p>&lt;p>South Indian vegetarian and vegan dishes. Everything is amazing in this place. One of my favourite places in London.&lt;/p>&lt;p class="no-margin">🇭🇰 &lt;strong>Royal China Club&lt;/strong> (Hong Kong)&lt;/p>&lt;p>Delicious dim sum and Pekin Duck.&lt;/p>&lt;p class="no-margin">🇹🇹 &lt;strong>Roti Joupa&lt;/strong> (Trinidad and Tobago)&lt;/p>&lt;p>Great Roti and Curries.&lt;/p>&lt;p class="no-margin">🇲🇾 &lt;strong>Roti King&lt;/strong> (Malaysia)&lt;/p>&lt;p>Roti Canai and curries that sing with spices.&lt;/p>&lt;p class="no-margin">🇰🇷 &lt;strong>SCJ Bibimbap &amp;amp; Chimaek&lt;/strong> (Korea)&lt;/p>&lt;p>My favourite Korean fried chicken spot.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>St. John&lt;/strong> (U.K.)&lt;/p>&lt;p>I always come here for their bone marrow, sourdough bread, bread pudding and their house wine. Best post-work delicatessen.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>Sutton &amp;amp; Sons&lt;/strong> (U.K.)&lt;/p>&lt;p>My go-to everyday fish and chips. Great fresh fish selection.&lt;/p>&lt;p class="no-margin">🇵🇰 &lt;strong>Tayyabs&lt;/strong> (Pakistan)&lt;/p>&lt;p>Pakistani grilled meats (the lamb chops!!) and curries that warm your soul. Their Pistachio Kulfa is the best end-of-a-meal ever.&lt;/p>&lt;p class="no-margin">🇬🇧 &lt;strong>The Hunter&amp;#039;s Moon&lt;/strong> (U.K.)&lt;/p>&lt;p>An upscale brewhouse with delicious seasonal game meat.&lt;/p>&lt;p class="no-margin">🇱🇧 &lt;strong>Yalla Yalla&lt;/strong> (Lebanon)&lt;/p>&lt;p>I go there for Fattoush and Hallumi.&lt;/p>&lt;p class="no-margin">🇫🇷 &lt;strong>Zédel&lt;/strong> (France)&lt;/p>&lt;p>Classic Brasserie with strong Art Deco vibes.&lt;/p>&lt;p>&lt;/p>&lt;p>&lt;/p>&lt;p>This list barely scratches the surface of London&amp;#039;s incredible food scene. Each restaurant offers a unique window into a different culture, making it possible to travel the world without ever leaving the city. Whether you&amp;#039;re craving comfort food from home or looking to explore new flavors, London&amp;#039;s kitchens have something for everyone. Happy eating!&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/globetrotting-through-london-s-kitchens</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/globetrotting-through-london-s-kitchens</guid>
            <category><![CDATA[food]]></category>
            <category><![CDATA[London]]></category>
            <category><![CDATA[travelling]]></category>
            <pubDate>Thu, 14 May 2020 20:44:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Arrogance and Insecurity: Two Sides of the Same Coin]]></title>
            <description>&lt;p>When facing adversity, arrogance and insecurity often emerge as two sides of the same coin. Although they feel like polar opposites for someone outside looking in, I feel they are fundamentally the same; they’re both manifestations from a place of self-importance and narcissism.&lt;/p>&lt;p>This mindset generates a destructive line of thought where one feels victimised, hindering the potential to learn from a negative scenario, develop perseverance, grow, and move on.&lt;/p>&lt;p>The antidote? Humility, which fosters a sense of self-respect, and helps us celebrate how beautiful, unique, and interesting we all are.&lt;/p>&lt;p>Failure is a great tool for cultivating humility.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/arrogance-and-insecurity</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/arrogance-and-insecurity</guid>
            <category><![CDATA[personal]]></category>
            <pubDate>Wed, 13 May 2020 18:23:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Simple CSS Dark Mode]]></title>
            <description>&lt;p>As a lifelong dark mode user, I was thrilled when macOS recently introduced it as a system default; it seems like the days of extensions and plugins to setup a consistent dark mode are finally over.&lt;/p>&lt;p>Lately, I&amp;#039;ve noticed that dark mode vibes are also flourishing across the web. More and more websites are starting to integrate a light/dark mode switcher that gives us the choice, sometimes even synchronising it with OS defaults; this is likely due to recent integration of &lt;code>prefers-color-scheme&lt;/code> media feature in the Media Queries Level 5 specification by the W3C. This feature allows websites to detect if the user has set a preference for dark or light color schemes in their operating system.&lt;/p>&lt;p>Here’s the simplest boilerplate of variables and media queries we can play with:&lt;/p>&lt;pre>&lt;code>@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #121212;
    --text-color: #e0e0e0;
    --link-color: #bb86fc;
  }
  body {
    background-color: var(--background-color);
    color: var(--text-color);
  }
  a {
    color: var(--link-color);
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  video,
  svg {
    filter: invert(100%);
  }
}&lt;/code>&lt;/pre>&lt;p>&lt;/p>&lt;p>This code sets up CSS variables for dark mode colors and applies them when the user&amp;#039;s system preference is set to dark mode. It also inverts media elements to ensure they remain visible on the dark background.&lt;/p>&lt;p>Dark mode is not just an aesthetic preference; it also represents an anthropological reading habit, that influences the way we consume content online. For instance, many people find dark mode easier on the eyes, especially in low-light conditions, which can affect how long they engage with content and at what times of day they prefer to read.&lt;/p>&lt;p>This is the perfect time to experiment and adapt our websites to this new media query. By implementing dark mode, we can improve user experience. Why not give it a try on your own site?&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/simple-css-dark-mode</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/simple-css-dark-mode</guid>
            <category><![CDATA[coding]]></category>
            <category><![CDATA[websites]]></category>
            <pubDate>Wed, 06 May 2020 18:26:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[humans.txt]]></title>
            <description>&lt;p>In our age of algorithm-driven content and with AI knocking on the door, recognising the people who take part in building the web feels increasingly relevant, so I too want to jump on the bandwagon and start using this web standard: humans.txt.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>What is humans.txt?&lt;/strong>&lt;/p>&lt;p>It’s a straightforward .txt file that contains a list of all the people who’ve contributed towards the website. The file is named humans.txt and should be placed in the root directory of the website. So, if your website is www.example.net, you’d be able to find humans.txt file at www.example.net/humans.txt.&lt;/p>&lt;p>&lt;/p>&lt;p class="no-margin">&lt;strong>Start using humans.txt:&lt;/strong>&lt;/p>&lt;ul>&lt;li>Create and save a &lt;code>humans.txt&lt;/code> file in your site’s root directory&lt;/li>&lt;li>Place a reference to the file in the &lt;code>&amp;lt;head&amp;gt;&lt;/code> of the site:&lt;code>&amp;lt;link rel=&amp;quot;author&amp;quot; href=&amp;quot;humans.txt&amp;quot;&amp;gt;&lt;/code>&lt;/li>&lt;/ul>&lt;p>&lt;/p>&lt;p>Implementing humans.txt is a small step towards acknowledging the human effort behind websites. By adopting this practice, we not only recognize contributors but also promote transparency and appreciation in the digital world.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/humans-txt</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/humans-txt</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[websites]]></category>
            <category><![CDATA[www]]></category>
            <pubDate>Thu, 16 Apr 2020 10:42:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Surya Namaskar: a daily ritual ]]></title>
            <description>&lt;p>Since I started practicing Yoga in 2006, I’ve been in and out of practice; however the one exercise I keep doing on a daily basis the &amp;quot;Surya Namaskar&amp;quot;–or Sun Salutation,–which is an homage to the sun, performed as a sequence of basic postures.&lt;/p>&lt;p>Physically, it gives my body the stretch it needs to wake up. Mentally, the focused breathing enhances my mental clarity, and fosters a sense of unity and self-awareness, making it an amazing way to start the day.&lt;/p>&lt;p class="no-margin"> 🟢 palms together at the heart centre&lt;/p>&lt;p class="no-margin">🔵 [inhale] reach arms up&lt;/p>&lt;p class="no-margin">🟡 [exhale] forward fold&lt;/p>&lt;p class="no-margin">🟠 [inhale] step right foot back, left knee down&lt;/p>&lt;p class="no-margin">🟣 [exhale] downward facing dog&lt;/p>&lt;p class="no-margin">🔴 [hold breath] drop knees, chest, and chin&lt;/p>&lt;p class="no-margin">🔴 [inhale] cobra&lt;/p>&lt;p class="no-margin">🟣 [exhale] back to downward facing dog&lt;/p>&lt;p class="no-margin">🟠 [inhale] step right foot forward, left knee down&lt;/p>&lt;p class="no-margin">🟡 [exhale] left leg forward, forward fold&lt;/p>&lt;p class="no-margin">🔵 [inhale] reach up&lt;/p>&lt;p class="no-margin">🟢 [exhale] palms together at the heart&lt;/p>&lt;p class="no-margin">~ repeat with opposite legs&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/surya-namaskar-a-daily-ritual</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/surya-namaskar-a-daily-ritual</guid>
            <category><![CDATA[practices]]></category>
            <category><![CDATA[yoga]]></category>
            <pubDate>Thu, 09 Apr 2020 16:56:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Hello World]]></title>
            <description>&lt;p>Hey there! This is my public notebook, where I’ll think out loud about things that I’m passionate about. &lt;/p>&lt;p>I find writing down my thoughts to be a good way to stress-test them, and a useful method to refine my thinking patterns to generate ideas. &lt;/p>&lt;p>Writing forces me to slow down, focus my attention, and think deeply. &lt;/p>&lt;p>If it makes sense in my head but sounds weird when writing or reading it, it’s probably not a great idea. If it&amp;#039;s captivating yet easily understood when I read it out loud, it’s probably worth exploring further. &lt;/p>&lt;p>Writing gives my bad ideas nowhere to hide.&lt;/p>&lt;p>Of course, many ideas are harder to articulate, more complex, and take longer to fully develop. This notebook is not going to be used for those more complex ideas.&lt;/p>&lt;p>This notebook is my way of creating a space to practice reasoning with the seeds of my thoughts, in a public environment. I hope that by planting these stream-of-consciousness thoughts—like seeds—they may grow into something useful.&lt;/p></description>
            <link>https://notes.fidacura.xyz/note/hello-world</link>
            <guid isPermaLink="true">https://notes.fidacura.xyz/note/hello-world</guid>
            <category><![CDATA[blog]]></category>
            <category><![CDATA[now]]></category>
            <category><![CDATA[self]]></category>
            <pubDate>Wed, 01 Apr 2020 19:16:00 GMT</pubDate>
            <enclosure url="https://notes.fidacura.xyz/logo.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>