<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on hoiboy.uk</title><link>https://hoiboy.uk/posts/</link><description>Recent content in Posts on hoiboy.uk</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Thu, 04 Jun 2026 17:00:00 +0100</lastBuildDate><atom:link href="https://hoiboy.uk/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Dancing Is for Girls? Hell No!</title><link>https://hoiboy.uk/posts/dancing-is-for-girls-hell-no/</link><pubDate>Thu, 04 Jun 2026 17:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/dancing-is-for-girls-hell-no/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I wrote this on Facebook about eight years ago. I&amp;rsquo;ve been off social media for about three years now, but I logged in this week to reconnect with a few old friends before deactivating again, and this post turned up in my feed. Brought back some funny memories, and I thought it was worth sharing here on the blog, so here it is word for word, with the original video at the bottom.&lt;/p&gt;</description></item><item><title>Observability, You Can't Fix What You Can't See</title><link>https://hoiboy.uk/posts/observability-and-logging-for-production-systems/</link><pubDate>Thu, 04 Jun 2026 13:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/observability-and-logging-for-production-systems/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Here is a fast way to set yourself up to fail. Build a whole system with AI, or just vibe code your way to something that runs, and never once make it tell you what it is doing inside. It will look fine. It will click and load and show you numbers. And the day something goes wrong, you will be standing there in the dark with no idea what broke, or where.&lt;/p&gt;</description></item><item><title>3 Types of Tests I Build for Production Systems</title><link>https://hoiboy.uk/posts/3-types-of-tests-for-production-systems/</link><pubDate>Thu, 04 Jun 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/3-types-of-tests-for-production-systems/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;You can build a thing that looks finished, runs without crashing, and is still quietly wrong. That&amp;rsquo;s the part nobody warns you about when coding with AI. The code compiles, the screen shows numbers, everything &lt;em&gt;feels&lt;/em&gt; done, and underneath, a calculation is off by a decimal or a function is sitting there never actually being called. With AI doing the typing, this happens more, not less.&lt;/p&gt;
&lt;p&gt;So when I build something real, like my &lt;a href="https://hoiboy.uk/posts/building-a-production-grade-trading-system-with-claude-code/"&gt;automated swing-trading system&lt;/a&gt;, I don&amp;rsquo;t trust &amp;ldquo;it ran.&amp;rdquo; I trust tests (lots and lots of tests). There are three types I use to cover as many edge cases as possible and get to a reliable, robust system that&amp;rsquo;s ready for production.&lt;/p&gt;</description></item><item><title>Dynamic Workflows and Security Guidance integration into SST3-AI-Harness</title><link>https://hoiboy.uk/posts/dynamic-workflows-sst3-integration/</link><pubDate>Wed, 03 Jun 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/dynamic-workflows-sst3-integration/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;When Opus 4.8 dropped (Claude&amp;rsquo;s biggest model, the one I lean on most), I did what I always do with a new release. Read the notes. Got a bit fidgety. Two features jumped out at me: Dynamic Workflows and Security Guidance.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not going to explain what they are in full. The official Claude docs do that better than I can, go read them. What I can give you is my own read on why they&amp;rsquo;re useful, and what happened when I bolted them into my own setup. Because one of them I&amp;rsquo;d basically been hand-building for six months. And the first time I really used it, it torched half my weekly token allowance in four repos.&lt;/p&gt;</description></item><item><title>Migrating Off Squarespace to Cloudflare</title><link>https://hoiboy.uk/posts/migrating-off-squarespace/</link><pubDate>Sat, 30 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/migrating-off-squarespace/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I had a small site sitting on Squarespace. It was the marketing site for id8u, a dating-platform side project I&amp;rsquo;ve written about before (the idea that won&amp;rsquo;t die, &lt;a href="https://hoiboy.uk/posts/id8u-adventure-dating/"&gt;here&lt;/a&gt;). Squarespace is lovely and easy. It is also £204 a year for the Business plan, plus 20 percent VAT on top, so call it £245 a year. For a brochure site that barely changes.&lt;/p&gt;
&lt;p&gt;I wanted it on the same stack this very blog runs on: Hugo and Cloudflare Pages. Hugo is a static site generator, which means it takes a folder of plain text files and turns them into a fast website with no database and no login page (nothing sitting there to hack). Cloudflare Pages then hosts the result for free. The only thing left to pay for is the domain name, which is under £10 a year.&lt;/p&gt;</description></item><item><title>My Baby Steps to Becoming a Professional Trader</title><link>https://hoiboy.uk/posts/my-baby-steps-to-becoming-a-professional-trader/</link><pubDate>Wed, 27 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/my-baby-steps-to-becoming-a-professional-trader/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;It&amp;rsquo;s been over 3 years since I started this journey. Two years of intense learning. One year of intense building, which turned everything I&amp;rsquo;d picked up into an automated trading platform with a simple (not so simple) MVWAP strategy and a workflow that&amp;rsquo;s almost fully automated. Almost. I kept a human in the loop for the actual trade entry decisions, on purpose. If you want the build side of that story, it&amp;rsquo;s over here: &lt;a href="https://hoiboy.uk/posts/building-a-production-grade-trading-system-with-claude-code/"&gt;Building a Production-Grade Trading System with Claude Code&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Born Different. Here's How I Learned to Learn.</title><link>https://hoiboy.uk/posts/learning-how-to-learn/</link><pubDate>Fri, 15 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/learning-how-to-learn/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Funny thing first. When I finally got the ADHD diagnosis I went round to my friends, &amp;ldquo;Hey guys, look, I got ADHD&amp;rdquo;, and showed them the report. They just looked at me puzzled. &amp;ldquo;Hoi, we all knew, we thought you knew?&amp;rdquo;. I was like&amp;hellip; er what?! I never even knew what ADHD was until then. lol. Talk about lack of self-awareness (and I&amp;rsquo;m the one always preaching this). Some friends I have, right? They all thought I knew and never said a word, yet they all knew or thought it anyway. haha. Could&amp;rsquo;ve saved me £900 for the assessment! But oh well. At least I know now. Not that it changes anything.&lt;/p&gt;</description></item><item><title>Done With Building AI for Machines? I'm Building AI for People.</title><link>https://hoiboy.uk/posts/why-im-launching-ai-managed-harness-services/</link><pubDate>Tue, 12 May 2026 17:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/why-im-launching-ai-managed-harness-services/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I had a few interviews lined up. Decent companies, decent AI roles. And then, halfway through the second one, the thing clicked.&lt;/p&gt;
&lt;p&gt;I was about to be thrown into building AI infrastructure for things I do not really care about. Like building AI for machines. Cool work, no doubt. Smart people, big budgets, all the toys. But the actual product? Pipelines feeding pipelines feeding more pipelines, with the human bit pushed three floors away from where the AI lived.&lt;/p&gt;</description></item><item><title>I Built My Own Automated Meeting Notes. Three Attempts.</title><link>https://hoiboy.uk/posts/i-built-my-own-automated-meeting-notes/</link><pubDate>Tue, 12 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/i-built-my-own-automated-meeting-notes/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I handwrite notes during every client meeting. The notes are detailed enough to drive the work afterwards. This post is not about replacing them.&lt;/p&gt;
&lt;p&gt;I wanted a transcript alongside, as a sanity check against my own notes. So I built my own. Two reasons.&lt;/p&gt;
&lt;p&gt;First, I didn&amp;rsquo;t want another £9-40/month SaaS subscription forever for what&amp;rsquo;s basically Whisper plus a summariser, both open-source and free. Second, I wanted to test how accurate self-hosted transcription has actually got in 2026. Plenty of marketing copy out there. Not much &amp;ldquo;I ran a real meeting through this and here&amp;rsquo;s what came out the other side&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Entrepreneurship in a Nutshell. 20 Years In, Still Building.</title><link>https://hoiboy.uk/posts/entrepreneurship-in-a-nutshell/</link><pubDate>Sun, 10 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/entrepreneurship-in-a-nutshell/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;2005. I was 23, fresh into my first proper job as a Systems Administrator at SunGard Availability Services in London. Earning a real salary for the first time. Three months in, I had the role figured out and my brain was already drifting. The work was fine. The work was boring. I wanted something bigger.&lt;/p&gt;
&lt;p&gt;Then a friend pitched me a karaoke bar. Then it became a karaoke restaurant, because a pure karaoke bar only really makes money on room rental and snacks and drinks, and a restaurant catches lunch trade too. That was the logic, anyway.&lt;/p&gt;</description></item><item><title>I Reverse-Engineered My Moju Ginger Shot Habit. £1.28 a Bottle.</title><link>https://hoiboy.uk/posts/reverse-engineering-moju-ginger-shots/</link><pubDate>Sat, 02 May 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/reverse-engineering-moju-ginger-shots/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I&amp;rsquo;ve been buying Moju ginger shots for two whole years. One shot a day, every morning, religious about it. Eight bottles every eight weeks. About £50 each time. On autopilot.&lt;/p&gt;
&lt;p&gt;(That&amp;rsquo;s roughly £325 a year. £650 across two years. Yes, I worked it out. I should&amp;rsquo;ve worked it out sooner.)&lt;/p&gt;
&lt;p&gt;Then one morning I&amp;rsquo;m holding the bottle, looking at the back, and my brain finally caught up. Apple. Ginger. Lemon. Ascorbic acid. That&amp;rsquo;s it.&lt;/p&gt;</description></item><item><title>10 AI Harnesses. One Job. Who Will Win?</title><link>https://hoiboy.uk/posts/bakeoff-teaser-battle-of-the-ai-harnesses/</link><pubDate>Sun, 26 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/bakeoff-teaser-battle-of-the-ai-harnesses/</guid><description>&lt;h2 id="the-setup"&gt;The Setup&lt;/h2&gt;
&lt;!-- iamhoi --&gt;
&lt;p&gt;A simple question. Which AI coding harness would actually ship code I&amp;rsquo;d put in front of a live trading system? Not the one that demos best on YouTube. Not the one with the prettiest agent graph. The one that gets the job done&amp;hellip; when getting it wrong costs me real money.&lt;/p&gt;
&lt;p&gt;I have been building a production trading platform for the past six months. &lt;a href="https://github.com/hoiung/sst3-ai-harness" target="_blank" rel="noopener"&gt;SST3-AI-Harness/framework&lt;/a&gt; (Single Source of Truth v3) underneath, though not the same SST3 throughout. Mine kept evolving, same as every other harness out there, as the models kept moving underneath us. What held was the shape: five-stage workflow, Ralph review trio (Haiku, Sonnet, Opus, in that order, restart from the top on any fail). It works. It ships. It runs.&lt;/p&gt;</description></item><item><title>I Built an eBay Harness in 15 Days. Here's What 17 Tools Look Like.</title><link>https://hoiboy.uk/posts/my-ebay-harness/</link><pubDate>Sat, 25 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/my-ebay-harness/</guid><description>&lt;!-- iamhoi --&gt;
&lt;h2 id="the-problem-i-gave-myself-a-window-to-fix"&gt;The problem I gave myself a window to fix&lt;/h2&gt;
&lt;p&gt;I run a small eBay reseller business on the side, nothing big as I never intend to scale it. Listing creation. Photos. Item specifics. Condition descriptions. Pricing checks. Inventory monitoring. Repricing when the market shifts. Watching feedback. Watching returns. Watching the active listings panel for the ones that have gone quiet.&lt;/p&gt;
&lt;p&gt;It is manual. It is serial. It is error-prone. Multiple live listings. More in the queue. Do the maths.&lt;/p&gt;</description></item><item><title>Reverted code review graphs. Going back to basics</title><link>https://hoiboy.uk/posts/no-graphs-back-to-basics/</link><pubDate>Sat, 25 Apr 2026 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/no-graphs-back-to-basics/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Cutting to the chase: this morning we ripped &lt;code&gt;code-review-graph&lt;/code&gt; MCP (Model Context Protocol) out of our SST3 harness. Same day, I filed the upstream bug report. Same day, I filed the internal issue to replace the whole daemon-MCP path with request-scoped Bash scripts. The rule that pointed at the graph survived all of that. This post is about that line, why it matters more than the tool that was sitting underneath it, and why we are choosing to go back to basics on graph tooling for a while.&lt;/p&gt;</description></item><item><title>14 Years of Zouk. Same Dancers on the Sidelines.</title><link>https://hoiboy.uk/posts/same-dancers-on-the-sidelines/</link><pubDate>Fri, 24 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/same-dancers-on-the-sidelines/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Bit of a reintroduction first, for anyone who landed here fresh. This is my first dance blog since June 2019. So I&amp;rsquo;m kinda back&amp;hellip;ish!&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m Hoi. 14 years of Brazilian Zouk under the belt. Tango was my first dance love, well before I discovered Zouk and it completely stole the show. The last 3 years or so I&amp;rsquo;ve been focused on Hip Hop and Afrobeats (fell in love with both, different energy, similar rules, they work together). And across the last 15 years I&amp;rsquo;ve dabbled in and out of basically everything you can think of. 1 year of Tango. 9 months of Salsa. 3 months of Bachata. A couple of months of Kizomba. 3 months of West Coast Swing. Plus any random class I could get my hands on just to see what&amp;rsquo;s out there. If a school offered a taster on something odd I hadn&amp;rsquo;t tried, I&amp;rsquo;d rock up.&lt;/p&gt;</description></item><item><title>Shipped Ralph Review Trio, But What Is It?</title><link>https://hoiboy.uk/posts/shipping-ralph-review-trio/</link><pubDate>Fri, 24 Apr 2026 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/shipping-ralph-review-trio/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;There is a moment when you ship a tool and then point the tool at itself.&lt;/p&gt;
&lt;p&gt;This afternoon, a few hours after pushing Ralph Review Trio to a public GitHub repo, I installed it into my own Claude Code session and ran it on the branch that contained the ship. Three tiers. Haiku surface. Sonnet logic. Opus deep. Ten and a half minutes, 235,000 tokens, 116 tool uses. All three came back clean. Five non-blocking observations flagged, none of them about the ship itself.&lt;/p&gt;</description></item><item><title>Learning AI Is Hard. Really.</title><link>https://hoiboy.uk/posts/learning-ai-is-hard/</link><pubDate>Thu, 23 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/learning-ai-is-hard/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I&amp;rsquo;ve been using AI for about three years now. ChatGPT from the early days. Perplexity when it got properly useful. A tiny bit of Gemini. A little poke at DeepSeek. But predominantly Claude Code via Anthropic for the last good chunk. Not playing with it. Not writing haikus about it. Using it. Every day. Real work, real shipping, real pain.&lt;/p&gt;
&lt;p&gt;Here is the uncomfortable bit. The more I use it, the more I realise how little I actually know.&lt;/p&gt;</description></item><item><title>Brands Have Voices. People Do Too.</title><link>https://hoiboy.uk/posts/your-voice-is-a-brand/</link><pubDate>Wed, 22 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/your-voice-is-a-brand/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;A week ago I published the &lt;a href="https://github.com/hoiung/sst3-ai-harness" target="_blank" rel="noopener"&gt;SST3-AI-Harness&lt;/a&gt; reshapeable-knife post and closed it with &amp;ldquo;watch this space. More posts coming on the specific bits. The voice guard for writing.&amp;rdquo; This is that post. It is about a marketing trick applied to a person.&lt;/p&gt;
&lt;p&gt;Here is what drove it. 3 years of watching AI write, from ChatGPT through to Claude. The pattern does not shift. Mechanical. Generic. Buzzword-heavy. A love for uncommon acronyms everyday readers will not understand. Same tell across every new model. This post is what I did with the observation.&lt;/p&gt;</description></item><item><title>Every Subject Matter Expert (SME) Needs Their Own AI Harness</title><link>https://hoiboy.uk/posts/every-sme-needs-their-own-harness/</link><pubDate>Tue, 21 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/every-sme-needs-their-own-harness/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;You are a lawyer. A marketer. An HR lead. A financial adviser. A physiotherapist. A teacher. A recruiter. A trader. You have watched AI chew through developer jobs for eighteen months, and you have been quietly asking when it is your turn. Not &lt;em&gt;if&lt;/em&gt; AI comes for your work. &lt;em&gt;When&lt;/em&gt;, and in what shape.&lt;/p&gt;
&lt;p&gt;Here is the shape. The frontier labs build one big model. They discover it is good at lots of things. They slice off the profitable slices and productise them. Developers got Claude Code. Non-devs are getting Claude Cowork. Designers are getting Claude Design. The next slice is yours.&lt;/p&gt;</description></item><item><title>Prompts, Agents, Harnesses. The Fourth Is Where It Gets Good.</title><link>https://hoiboy.uk/posts/prompts-agents-harnesses-whats-next/</link><pubDate>Mon, 20 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/prompts-agents-harnesses-whats-next/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Every twelve-to-eighteen months, AI&amp;rsquo;s &amp;ldquo;main thing&amp;rdquo; changes. ChatGPT landed late 2022. Prompt engineering was the thing. Then agents. Now harnesses. Three eras in three years. I reckon the fourth one is already underway, and it is the one that will actually matter to anyone who has to trust what an AI hands back.&lt;/p&gt;
&lt;h2 id="era-1-prompt-engineering-2023"&gt;Era 1. Prompt Engineering. 2023&lt;/h2&gt;
&lt;p&gt;Learn the magic words. That was the promise.&lt;/p&gt;
&lt;p&gt;OpenAI and DeepLearning.AI launched the &lt;em&gt;ChatGPT Prompt Engineering for Developers&lt;/em&gt; free course in April 2023 (Isa Fulford and Andrew Ng). Anthropic posted a prompt-engineer role paying up to $335K, which Fortune ran on 9 March 2023 as the &amp;ldquo;hot new job&amp;rdquo; story. Indeed search queries for &amp;ldquo;prompt engineer&amp;rdquo; went from 2 per million to 144 per million in the first four months. Sam Altman, on StrictlyVC in March 2023, said &lt;em&gt;&amp;ldquo;I don&amp;rsquo;t think we&amp;rsquo;ll be doing prompt engineering in five years.&amp;rdquo;&lt;/em&gt; O&amp;rsquo;Reilly published a whole book on it (Berryman and Ziegler, November 2024).&lt;/p&gt;</description></item><item><title>Scaling Without Quality. Just Multiplying Bugs.</title><link>https://hoiboy.uk/posts/scaling-without-quality/</link><pubDate>Sun, 19 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/scaling-without-quality/</guid><description>&lt;!-- iamhoi --&gt;
&lt;h2 id="every-release-has-a-bug-storm-after-it-ai-just-made-the-storms-expensive"&gt;Every Release Has a Bug Storm After It. AI Just Made the Storms Expensive&lt;/h2&gt;
&lt;p&gt;Every big release has a bug storm after it.&lt;/p&gt;
&lt;p&gt;New version. Ship Monday. Firefight all week. Always&amp;hellip;&lt;/p&gt;
&lt;p&gt;And it&amp;rsquo;s not because the team were lazy. The opposite. They scale when they genuinely think they&amp;rsquo;ve covered the edge cases, the test suite is green, everyone feels it&amp;rsquo;s good enough to go. They do their due diligence. Then real users turn up, at real scale, and edge cases that nobody could have anticipated at ten users or a hundred users start showing the cracks.&lt;/p&gt;</description></item><item><title>Ultrathink Mode aka Overthink Mode. Why I Keep Turning It Off.</title><link>https://hoiboy.uk/posts/overthink-mode/</link><pubDate>Sat, 18 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/overthink-mode/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Every time Claude ships a new model or variant, one of my first jobs is to check the effort setting. Arrow keys until I land in the middle. Used to be middle of three. Now middle of five. Every time.&lt;/p&gt;
&lt;p&gt;Claude Code currently gives me five steps on the dial: low, medium, high, xhigh, max. There&amp;rsquo;s also an auto mode, which I never use (I&amp;rsquo;d rather not leave the setting to the UI). Across tools the top tiers go by different names. Ultrathink. Max mode. Extended thinking. Whatever the marketing team picked that week. I call them overthink mode. Because that&amp;rsquo;s what they do.&lt;/p&gt;</description></item><item><title>Why I Spend More Tokens Refining Scope Than Writing Code</title><link>https://hoiboy.uk/posts/why-scope-beats-code/</link><pubDate>Fri, 17 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/why-scope-beats-code/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;There was a version of me, about six months back, who thought the smart move was to point an AI agent at a problem and let it rip. Five agents. Ten agents. Fire away. Maximum throughput. What could go wrong.&lt;/p&gt;
&lt;p&gt;A lot, as it turns out.&lt;/p&gt;
&lt;h2 id="what-sst2-taught-me"&gt;What SST2 taught me&lt;/h2&gt;
&lt;p&gt;Before &lt;a href="https://github.com/hoiung/sst3-ai-harness" target="_blank" rel="noopener"&gt;SST3-AI-Harness&lt;/a&gt; there was SST2. SST2 was a multi-agent setup: one orchestrator, a pool of specialist agents, coordination messages flying between them, and every agent holding a loaded write-access permission. Lots of parallel writers. My own guardrails welded on the side. I thought throughput was the answer.&lt;/p&gt;</description></item><item><title>Why Do We Need an AI Harness?</title><link>https://hoiboy.uk/posts/why-do-we-need-an-ai-harness/</link><pubDate>Wed, 15 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/why-do-we-need-an-ai-harness/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;You paste a prompt into ChatGPT. It works. First try. You close the tab feeling smart.&lt;/p&gt;
&lt;p&gt;You paste the same prompt tomorrow. Different answer. Completely different. Not slightly rephrased. Sometimes not even in the same direction. Same prompt. Same AI. Not the same result.&lt;/p&gt;
&lt;p&gt;Nobody really warns you about this bit on the way in. But this is THE thing. Pretty much everything else flows from it.&lt;/p&gt;</description></item><item><title>SST3-AI-Harness. Why I Built a Hero Suit for AI.</title><link>https://hoiboy.uk/posts/sst3-ai-harness-reshapeable-knife/</link><pubDate>Tue, 14 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/sst3-ai-harness-reshapeable-knife/</guid><description>&lt;!-- iamhoi --&gt;
&lt;h2 id="once-upon-a-time-i-was-staring-at-stock-charts-6-to-12-hours-a-day"&gt;Once upon a time, I was staring at stock charts 6 to 12 hours a day&lt;/h2&gt;
&lt;p&gt;Anywhere between 6 and 12 hours depending on how busy the week was. Same patterns. Same indicators. Same exhausting slog of &amp;ldquo;is this a real bounce or am I about to get slapped in the face by the market?&amp;rdquo; Constantly trying to figure out what works and what doesn&amp;rsquo;t, how it works, and why it works. Then figuring out how to test the thing that seemed to work. Then trying to work out whether it was ACTUALLY working or just overfitted nonsense that looked brilliant on paper and would fall apart the moment the stock&amp;rsquo;s personality shifted. (I didn&amp;rsquo;t have a backtest system back then, so &amp;ldquo;on paper&amp;rdquo; really meant manually reviewing charts by eye. Basically theory. Dangerous theory with no data to back it up.) The eBay side hustle was the thing I&amp;rsquo;d poke at whenever I had a little extra time. Honestly, mostly procrastination.&lt;/p&gt;</description></item><item><title>Every Book I've Read in 20 Years. All 127 of Them.</title><link>https://hoiboy.uk/posts/every-book-ive-read-in-20-years/</link><pubDate>Sun, 12 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/every-book-ive-read-in-20-years/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I thought it would be interesting to get AI to dig through 20 years of Amazon orders, Kindle downloads, and Audible listens to pull together every book I&amp;rsquo;ve ever read. All of them. The good, the bad, the ones I finished at 3am, and the ones I gave up after two chapters because I&amp;rsquo;d already got what I needed. Honestly, out of the 127&amp;hellip; maybe 10-20% I only read the parts that were relevant. The rest I read inside out, cover to cover.&lt;/p&gt;</description></item><item><title>We Wanted More Properties. Then We Did the Maths.</title><link>https://hoiboy.uk/posts/we-wanted-more-properties/</link><pubDate>Sat, 11 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/we-wanted-more-properties/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;On paper, buy-to-let looks brilliant. You buy a house, someone else pays the mortgage, the value goes up, you remortgage and buy another one. Rinse, repeat. Financial freedom by 45. That&amp;rsquo;s the pitch, anyway.&lt;/p&gt;
&lt;p&gt;The reality in 2026? 93,000 landlords quit last year. 41% of the ones still standing are thinking about selling up. We&amp;rsquo;re not expanding our portfolio either. Let me walk you through why.&lt;/p&gt;
&lt;h2 id="the-tax-change-that-broke-everything"&gt;The Tax Change That Broke Everything&lt;/h2&gt;
&lt;p&gt;This is the one most people outside property don&amp;rsquo;t know about, and it&amp;rsquo;s the single biggest reason the maths stopped working.&lt;/p&gt;</description></item><item><title>Do We Actually Need LLM Wiki?</title><link>https://hoiboy.uk/posts/llm-wiki-debate/</link><pubDate>Fri, 10 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/llm-wiki-debate/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;My mate Bear sent me a link the other day. &amp;ldquo;Have you seen this?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It was some gist about something called LLM Wiki. Went viral apparently. I didn&amp;rsquo;t even clock who wrote it at first (turns out it was Andrej Karpathy, a fairly big deal in AI). I just skim-read what it was proposing and immediately started having questions. We were two bottles deep at this point (a Burgundy and a Chablis, pre-dinner) so naturally I had a lot of questions. By the time we&amp;rsquo;d finished dinner and worked through 2 ports each, 2 martinis each, a negroni each, and an old fashioned each&amp;hellip; I had even more questions.&lt;/p&gt;</description></item><item><title>iD8u: The Idea That Won't Die</title><link>https://hoiboy.uk/posts/id8u-adventure-dating/</link><pubDate>Fri, 10 Apr 2026 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/id8u-adventure-dating/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;I&amp;rsquo;ve had this idea since COVID. March 2021. Sat at a friend&amp;rsquo;s kitchen table, two of us brainstorming what dating should actually look like if you stripped away all the rubbish.&lt;/p&gt;
&lt;p&gt;No swiping. No endless chats that go nowhere. No bots. No catfishing. No &amp;ldquo;hey&amp;rdquo; messages at 2am. Just&amp;hellip; book an adventure together and meet in person. Cooking class, bouldering, axe throwing, escape rooms, wine tasting. Both people pay equally (sorry leeches, it ends here). You show up, you do something fun together, and if there&amp;rsquo;s a spark, great. If not, at least you learned how to throw an axe.&lt;/p&gt;</description></item><item><title>Building a Production-Grade Trading System with Claude Code</title><link>https://hoiboy.uk/posts/building-a-production-grade-trading-system-with-claude-code/</link><pubDate>Thu, 09 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/building-a-production-grade-trading-system-with-claude-code/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;9,437 commits. 1,419 issues. 5 months of tracked code. Half of it was fixing things I broke.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s the short version. The long version starts with a hacky Google spreadsheet, goes through 3 years of trading study, and ends with a production-grade autonomous trading system built with Claude Code. The 5 months is just the GitHub-tracked phase. The full journey (including about 9 months of intensive building at 12-15 hours a day, 7 days a week) is longer. Let me explain.&lt;/p&gt;</description></item><item><title>i r back!</title><link>https://hoiboy.uk/posts/foundation/</link><pubDate>Tue, 07 Apr 2026 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/foundation/</guid><description>&lt;!-- iamhoi --&gt;
&lt;p&gt;Twenty-two years of writing scattered across WordPress backups, Joomla backups, loose HTML files, and Google Docs sitting in storage while collecting digital dust. Today I built its new home that pulls them all together. Hugo, a custom theme, Cloudflare Pages. The whole thing is managed by Claude Code running my &lt;a href="https://github.com/hoiung/SST3-AI-Harness" target="_blank" rel="noopener"&gt;SST3-AI-Harness&lt;/a&gt; framework and custom built AI skills, which means the commit history is half mine and half a robot&amp;rsquo;s. Suits me.&lt;/p&gt;</description></item><item><title>X books that will change your dating life</title><link>https://hoiboy.uk/posts/x-books-that-will-change-your-dating-life/</link><pubDate>Sun, 25 Jul 2021 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/x-books-that-will-change-your-dating-life/</guid><description>&lt;aside class="draft-notice" role="note" aria-label="Unfinished draft"&gt;
 &lt;strong&gt;Unfinished draft&lt;/strong&gt;
 &lt;p&gt;This page is an unfinished draft I decided to publish as is. Read it knowing it's rough around the edges.&lt;/p&gt;
&lt;/aside&gt;

&lt;p&gt;If you have struggled with dating, you may have tried reading &amp;ldquo;the game&amp;rdquo;? It&amp;rsquo;s about a guy called Neil Straus in the 2000s when he stumbled into a world of pick up artists. PUA got short.&lt;/p&gt;
&lt;p&gt;A whole bunch of texting guide books which is okay but not date changing because the strategy I use evolved is minimum amount of phone calls and texting. You only use text and phone calls to set dates to meet and not really as a tool to flirt and get to know one another. I actually get bored sitting on a phone call or texting, since I like to spend time doing things I&amp;rsquo;m interested in than&lt;/p&gt;</description></item><item><title>3 Decisions To Change Your Dating Life, Forever</title><link>https://hoiboy.uk/posts/3-decisions-to-change-your-dating-life/</link><pubDate>Sun, 06 Jun 2021 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/3-decisions-to-change-your-dating-life/</guid><description>&lt;h2 id="3-decisions-to-change-your-dating-life-forever"&gt;3 Decisions To Change Your Dating Life, Forever&lt;/h2&gt;
&lt;p&gt;My name is Hoi and thank you for reading my dating blog on iD8u - I Date You!&lt;/p&gt;
&lt;p&gt;I am writing blogs based on my own male perspective and life journey. Women readers are welcome because it may give you insight about how some of us men think (and behave… badly sometimes but mostly good I hope!).&lt;/p&gt;
&lt;p&gt;I used to be bad with women until the age of 30 when I made three decisions that changed everything, from dating success to living the life I want.&lt;/p&gt;</description></item><item><title>ReportaDancer.com. Why it was DOOMED to Fail</title><link>https://hoiboy.uk/posts/reportadancer-doomed-to-fail/</link><pubDate>Thu, 18 Jun 2020 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/reportadancer-doomed-to-fail/</guid><description>&lt;p&gt;A few years ago I created a web tool called ReportaDancer.com. Yes, you&amp;rsquo;ve guessed it right what it does!&lt;/p&gt;
&lt;p&gt;So this video just came out by Jessica Carro of Zoukology!&lt;/p&gt;
&lt;p&gt;Things have since gotten quite messy since the @chegadeassedionadanca instagram page was created. A #metoo-type movement has male instructors turning against women and vice versa. It&amp;rsquo;s also motivated others in the scene to create new anonymous pages targeting certain artists, which can be very dangerous.&lt;/p&gt;</description></item><item><title>Food for Thoughts for Dance Teachers and Organisers</title><link>https://hoiboy.uk/posts/food-for-thoughts-dance-teachers-organisers/</link><pubDate>Thu, 28 Nov 2019 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/food-for-thoughts-dance-teachers-organisers/</guid><description>&lt;p&gt;Structured programmes such as Zouk dance camps and boot camps are a &lt;strong&gt;new era&lt;/strong&gt; and becoming widely popular and for many positive reasons. It’s amazing seeing our community heading this direction because of artists and organisers who have invested their time, blood, sweat and yes lots of money to help grow our passion for Brazilian Zouk.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve recently had a very very very interesting but concerning discussion with another fellow dance camp organiser. As a fellow dance camp organiser who has risked and invested heavily, I completely understand the situation.&lt;/p&gt;</description></item><item><title>Zouk Dance Camps and Boot Camps 2020</title><link>https://hoiboy.uk/posts/zouk-dance-camps-boot-camps-2020/</link><pubDate>Thu, 28 Nov 2019 11:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/zouk-dance-camps-boot-camps-2020/</guid><description>&lt;p&gt;Brazilian Zouk dance camps and boot camps is a &lt;strong&gt;new era&lt;/strong&gt; and have become an essential learning tool and an asset contributing to the healthy growth of our beloved Brazilian Zouk community. They offer a controlled environment with a smaller number of students, teacher&amp;rsquo;s attention, progressive learning, learning structure and more; all of which help deliver a more in-depth, higher quality and effective personal dance development.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;ve not read my older blog posts comparing the different types of learning environments, check it out!&lt;/p&gt;</description></item><item><title>5 Stages of Learning Social Dance Movements</title><link>https://hoiboy.uk/posts/5-stages-learning-social-dance-movements/</link><pubDate>Mon, 09 Sep 2019 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/5-stages-learning-social-dance-movements/</guid><description>&lt;p&gt;Anamé &amp;amp; I recently taught our concept, &amp;lsquo;The 3 Key Aspects of Social Dance&amp;rsquo;. During our class, we shared our thoughts about the &lt;strong&gt;(1) Physical Aspects&lt;/strong&gt; which talk about how our body &amp;amp; mind learns movement. We&amp;rsquo;re not going to be talking about (2) Emotional Aspects or (3) Social Aspects in this blog.&lt;/p&gt;
&lt;p&gt;As part of the &lt;strong&gt;(1) Physical Aspects&lt;/strong&gt;, I want to share much deeper thoughts about learning social dance and what I think are the 5 stages we go through in learning each movement. Please note each movement you are learning simultaneously may be each be at different learning stages.&lt;/p&gt;</description></item><item><title>What are basic movements and why are they so important?</title><link>https://hoiboy.uk/posts/what-are-basic-movements-and-why-important/</link><pubDate>Tue, 03 Sep 2019 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/what-are-basic-movements-and-why-important/</guid><description>&lt;h2 id="what-are-zouk-basic-movements-and-why-are-they-so-important"&gt;What are Zouk basic movements and why are they so important?&lt;/h2&gt;
&lt;p&gt;When learning social dance, I am very sure that all of us always hear repeatedly from our teachers and other experienced dancers that learning and practicing basics are so important and here is the basics blah d blah, blah blah blah. You need to learn the basics to dance Brazilian Zouk blah d blah&amp;hellip;&lt;/p&gt;
&lt;p&gt;However, it&amp;rsquo;s so rare anyone actually explains WHY!?&lt;/p&gt;</description></item><item><title>Falling in Zouk Love Again. My Russian Saga</title><link>https://hoiboy.uk/posts/falling-zouk-love-russian-saga/</link><pubDate>Wed, 17 Jul 2019 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/falling-zouk-love-russian-saga/</guid><description>&lt;p&gt;&lt;strong&gt;Falling in Zouk Love Again - My Russian Saga&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Brazilian Zouk have taken me (Hoi) to so many places in this World. And it continues to reshape who I am through the interaction of people and culture.&lt;/p&gt;
&lt;p&gt;I realise my biggest growth is when I travel alone and this time for Moscow, Russia for the Zouk Non-Stop (ZNS) marathon event. It was a new event planned within 3 months and very little publication or marketing done to the rest of the world. There was around 15 international dancers who also decided to make this journey within the 165 Russian dancers of 180. Despite being a foreigner I felt so warmly welcomed and part of this family. The moments shared have found a permanent spot in my heart and will always remember this feeling of falling in love with the dancers of Russia. I feel so peaceful, so grateful and thankful. I am fulfilled.&lt;/p&gt;</description></item><item><title>The Clockworks of a Dance Scene</title><link>https://hoiboy.uk/posts/clockworks-of-a-dance-scene/</link><pubDate>Fri, 17 Nov 2017 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/clockworks-of-a-dance-scene/</guid><description>&lt;p&gt;Following on from &amp;lsquo;&lt;a href="https://hoiboy.uk/posts/poland-big-bang-zouk-theory/"&gt;&lt;strong&gt;Poland&amp;rsquo;s Big Bang Zouk Theory&lt;/strong&gt;&lt;/a&gt;&amp;rsquo;, I am sure there are many ways to grow a healthy dance scene. but here are some of my thoughts and general thinking based on observations who are the main contributors that make a thriving and healthy dance scene.&lt;/p&gt;
&lt;p&gt;Some contributors may play several roles, some may choose to play one role. Nonetheless, they each are important and can&amp;rsquo;t be disregarded as a lesser importance when it comes to growing a healthy and thriving dance scene.&lt;/p&gt;</description></item><item><title>Poland's Big Bang Zouk Theory</title><link>https://hoiboy.uk/posts/poland-big-bang-zouk-theory/</link><pubDate>Sun, 12 Nov 2017 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/poland-big-bang-zouk-theory/</guid><description>&lt;p&gt;I am by no means an expert in growing a Zouk scene, however, one of my biggest all-time inspirations would be the city Warsaw, Poland. From there, it emanated to the rest of Poland with many upcoming and thriving Zouk scenes.&lt;/p&gt;
&lt;p&gt;Warsaw had become the Zouk capital of Europe with many frequent weekly classes, massive international events, boot camps and weekly parties happening!&lt;/p&gt;
&lt;p&gt;Having had the chance to spend a whole week stuck on a yacht with Michal Wysoczanski who played a key part in the Polish group&amp;rsquo;s development of the Zouk scene in Warsaw.&lt;/p&gt;</description></item><item><title>The Key To Effective Zouk Practice</title><link>https://hoiboy.uk/posts/key-to-effective-zouk-practice/</link><pubDate>Thu, 21 Sep 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/key-to-effective-zouk-practice/</guid><description>&lt;p&gt;What seems to be stopping people from practicing is &amp;ldquo;boredom&amp;rdquo;. They&amp;rsquo;ve tried practicing but gave up quickly because they got &amp;ldquo;bored&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;This is true and I would also give up if I had no idea whether it will improve my dancing or not and would prefer doing something more productive with my time.&lt;/p&gt;
&lt;p&gt;The reason for &amp;ldquo;boredom&amp;rdquo; is because you&amp;rsquo;ve been doing it all WRONG! &lt;em&gt;(hoi to do: use the quote format for this paragraph on website)&lt;/em&gt;&lt;/p&gt;</description></item><item><title>What To Practice in Zouk Solo</title><link>https://hoiboy.uk/posts/what-to-practice-zouk-solo/</link><pubDate>Thu, 21 Sep 2017 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/what-to-practice-zouk-solo/</guid><description>&lt;p&gt;Now that you understand the 7 Great Reasons To Practice Zouk Solo, let&amp;rsquo;s look at what you should practice in Zouk solo.&lt;/p&gt;
&lt;p&gt;Have a look at the illustration below, &amp;lsquo;Solo Practice Pyramid for Zouk&amp;rsquo;. This will give you a visual understanding of how much time I usually spend on different areas of my body during a solo practice session.&lt;/p&gt;
&lt;p&gt;I build my dance from the bottom up, but I&amp;rsquo;ve seen many dancers and teachers who would build from the top down or just random. I don&amp;rsquo;t understand the reason for this but always open to listen and know about the logic behind?&lt;/p&gt;</description></item><item><title>7 Great Reasons To Practice Zouk Solo</title><link>https://hoiboy.uk/posts/7-reasons-practice-zouk-solo/</link><pubDate>Wed, 20 Sep 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/7-reasons-practice-zouk-solo/</guid><description>&lt;p&gt;Though leading and following are essential skills, it is often over-emphasised as the only skills you need to develop to be a great social dancer.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m a great believer that social dancing should be danced together, hence why the skills to lead and dance at the same time are essential to be a great lead. The same reason why a great follow can dance and follow at the same time without disrupting the flow.&lt;/p&gt;</description></item><item><title>Understanding Dance Growth, Plateaux and Bad Habits</title><link>https://hoiboy.uk/posts/understanding-dance-growth-plateaux-bad-habits/</link><pubDate>Thu, 07 Sep 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/understanding-dance-growth-plateaux-bad-habits/</guid><description>&lt;h2 id="understanding-dance-growth-plateaux-and-bad-habits---part-1"&gt;Understanding Dance Growth, Plateaux and Bad Habits - Part 1&lt;/h2&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;One area that I feel has very little attention in Zouk teaching is the setting &amp;amp; managing of progression expectations versus time frame in learning Zouk (especially if you&amp;rsquo;ve never danced before).&lt;/p&gt;
&lt;p&gt;I hope when you&amp;rsquo;ve finished reading this blog, it will not discourage you from taking up (or giving up Zouk if you have already started) but instead, provide you with an understanding that learning to dance is a very long and continuous journey that requires much time, effort, dedication and study.&lt;/p&gt;</description></item><item><title>A Guide to Different Types of Zouk Classes</title><link>https://hoiboy.uk/posts/guide-types-zouk-classes/</link><pubDate>Sat, 26 Aug 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/guide-types-zouk-classes/</guid><description>&lt;h2 id="a-guide-to-different-types-of-zouk-classes---part-1"&gt;A Guide to Different Types of Zouk Classes - Part 1&lt;/h2&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Dancing has been one of my greatest investments. With the correct nurturing and guidance, it will reward you for all the time, effort and money you&amp;rsquo;ve invested into achieving your desired results.&lt;/p&gt;
&lt;p&gt;Over the years I&amp;rsquo;ve tried many different types of Zouk classes and courses, both locally in the UK and internationally.&lt;/p&gt;
&lt;p&gt;In this series of blogs, I&amp;rsquo;ll share my thoughts on various learning methods, comparing the different class types and who they may be most suitable for.&lt;/p&gt;</description></item><item><title>Will UK Dance Connexion change Zouk in London</title><link>https://hoiboy.uk/posts/will-uk-dance-connexion-change-zouk-london/</link><pubDate>Thu, 03 Aug 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/will-uk-dance-connexion-change-zouk-london/</guid><description>&lt;p&gt;Many of you may know that I&amp;rsquo;m not the happiest chap when it comes to dancing Zouk in London.&lt;/p&gt;
&lt;p&gt;As an experienced international Zouk dancer, I have an extremely one sided feeling about it, but at the same time, I can see the huge potential in London.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;ve not read my blog post that was published last year and wish to know my thoughts then you can read it here &amp;lsquo;&lt;a href="https://hoiboy.uk/posts/how-to-avoid-becoming-a-terrible-dancer-in-london/"&gt;How To Avoid Becoming A Terrible Zouk Dancer In London&lt;/a&gt;&amp;rsquo;. &amp;ndash; Be warned, you may not like what you read and this is actually an edited &amp;ldquo;censored&amp;rdquo; version compared my original blog post. My feelings haven&amp;rsquo;t changed much since the time of writing, but I&amp;rsquo;m starting to see some hope… and here are some of the reasons why&amp;hellip;&lt;/p&gt;</description></item><item><title>Become The Dance Listener By Using The 3 Dance Approach</title><link>https://hoiboy.uk/posts/become-the-dance-listener/</link><pubDate>Mon, 29 May 2017 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/become-the-dance-listener/</guid><description>&lt;p&gt;&lt;strong&gt;Do you want to know the secret between the average Zouk dancer and an exceptional Zouk dancer?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There are many other articles out there that talks about becoming a &lt;em&gt;Light Follow&lt;/em&gt; or how to be a &lt;em&gt;Strong Lead&lt;/em&gt;. Each would touch on the topic about adapting and listening to the partner. This blog builds on top of these.&lt;/p&gt;
&lt;p&gt;For the &lt;em&gt;Ladies&lt;/em&gt; who wish to become a Light Follow, there&amp;rsquo;s a well written blog by Stefanie at ThePerfectFollow.com called How To Be A Light Follow &lt;em&gt;(original URL no longer available)&lt;/em&gt;. She&amp;rsquo;s also written number of blogs on why you would want to become a &lt;em&gt;&amp;ldquo;Pure Follow&amp;rdquo;.&lt;/em&gt; I would suggest spending some time browsing her blogsite. Very useful.&lt;/p&gt;</description></item><item><title>How To Avoid Becoming A Terrible Zouk Dancer In London (Uncensored)</title><link>https://hoiboy.uk/posts/how-to-avoid-becoming-a-terrible-dancer-in-london/</link><pubDate>Wed, 12 Oct 2016 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/how-to-avoid-becoming-a-terrible-dancer-in-london/</guid><description>&lt;aside class="reader-warning" role="note" aria-label="Reader warning"&gt;
 &lt;strong&gt;Reader warning&lt;/strong&gt;
 &lt;p&gt;Heads up. This one is raw, unfiltered opinion. It will, 100%, trigger some kind of emotional response, whether negative or positive. I am not responsible for that. If you cannot handle my unfiltered voice, close the tab or pick another post on the left. You have been warned.&lt;/p&gt;
&lt;/aside&gt;

&lt;p&gt;Before going into the details of how to avoid becoming a terrible Zouk dancer in London, I would like you to take the time to read the next part and understand who I am, what I&amp;rsquo;m not, and the reason why I&amp;rsquo;ve written this blog.&lt;/p&gt;</description></item><item><title>16 Skills That Makes The Ultimate Adventurer</title><link>https://hoiboy.uk/posts/16-skills-ultimate-adventurer/</link><pubDate>Fri, 06 Feb 2015 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/16-skills-ultimate-adventurer/</guid><description>&lt;p&gt;My childhood heroes were certainly Indiana Jones and Jackie Chan. How many times have you seen their movies and thought I want to do that!&lt;/p&gt;
&lt;p&gt;If asked, what would make you into your real life Ultimate Adventurer? I know my answer&amp;hellip;&lt;/p&gt;
&lt;h2 id="here-i-give-you-16-skills-that-would-make-the-ultimate-adventurer"&gt;Here I give you 16 Skills that would make the Ultimate Adventurer&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;1 Scuba Diving&lt;/strong&gt; - Being able to explore underwater takes your experience to a whole new world. The Ocean itself covers 70% of our planet. There is so much to discover because we humans have only explored a mere five percent leaving a huge mystery yet to be learned.&lt;/p&gt;</description></item><item><title>The Sun Had Set For 2014. Here Rises The Sun For 2015.</title><link>https://hoiboy.uk/posts/the-sun-had-set-for-2014/</link><pubDate>Wed, 07 Jan 2015 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/the-sun-had-set-for-2014/</guid><description>&lt;h2 id="the-sun-had-set-for-2014-here-rises-the-sun-for-2015"&gt;The Sun Had Set For 2014. Here Rises The Sun For 2015&lt;/h2&gt;
&lt;p&gt;As 2014 reaches it&amp;rsquo;s end and 2015 coming to life, I stood there in the middle of Centenary Square Birmingham waiting for the fireworks and reminiscing all the adventures I had within this year.&lt;/p&gt;
&lt;p&gt;The crowd of thousands chatted away when the fireworks went off. I turned around to my cousin Sang and asked him when the countdown will begin. He responded, &lt;em&gt;&amp;ldquo;It&amp;rsquo;s gone! The New Year had arrived&amp;hellip; There were no DJ&amp;rsquo;s in the square doing the countdown!&amp;rdquo;&lt;/em&gt;&lt;/p&gt;</description></item><item><title>For The Love Of Wine</title><link>https://hoiboy.uk/posts/for-the-love-of-wine/</link><pubDate>Tue, 09 Dec 2014 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/for-the-love-of-wine/</guid><description>&lt;h2 id="for-the-love-of-wine"&gt;For The Love Of Wine&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Do you love the taste of &lt;em&gt;Wine&lt;/em&gt; but really have no clue about it?&lt;/li&gt;
&lt;li&gt;You drink &lt;em&gt;Wine&lt;/em&gt; because it makes you appear more sophisticated?&lt;/li&gt;
&lt;li&gt;All your friends have matured and drinking &lt;em&gt;Wine&lt;/em&gt; but you?&lt;/li&gt;
&lt;li&gt;So you went on a date and instead of ordering your usual pint of &lt;em&gt;Beer&lt;/em&gt;, you select the &lt;em&gt;Wine&lt;/em&gt; menu hoping to leave a good impression?&lt;/li&gt;
&lt;li&gt;You love &lt;em&gt;Food&lt;/em&gt; and want to know how &lt;em&gt;Wine Pairing&lt;/em&gt; can enhance the experience?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is my first blog of many touching on the subject &amp;ldquo;&lt;em&gt;Wine&lt;/em&gt;&amp;rdquo;. I will share with you my journey and how you too can discover the same joy &amp;amp; curiosity when I popped open a bottle of &lt;em&gt;Chianti Classico 2008 Reserva&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>The Biggest Zouk Family Gathering in Europe - DutchZouk! International Congress 2014</title><link>https://hoiboy.uk/posts/dutchzouk-international-congress-2014/</link><pubDate>Thu, 04 Dec 2014 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/dutchzouk-international-congress-2014/</guid><description>&lt;p&gt;With over 100+ Artists (Dance Teachers, DJ&amp;rsquo;s &amp;amp; Performers) and 1000+ Attendees, &lt;em&gt;DutchZouk!&lt;/em&gt; really was the biggest &lt;em&gt;Zouk&lt;/em&gt; Congress in Europe! We had &lt;em&gt;Zoukers&lt;/em&gt; stretching as far as &lt;em&gt;Australia&lt;/em&gt; and &lt;em&gt;Canada&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;It was an exhausting 7 days of dancing with most of the action taken place during the weekend. Having attended 5 out of the 7 days, I wished I had stayed from the very first day until the very end!&lt;/p&gt;</description></item><item><title>5 Common Mistakes Dance Teachers Make At Congresses</title><link>https://hoiboy.uk/posts/5-common-mistakes-dance-teachers/</link><pubDate>Wed, 12 Nov 2014 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/5-common-mistakes-dance-teachers/</guid><description>&lt;p&gt;With over a hundred students in one room, Dance Teachers are challenged in their teaching skills. Most Dance Teachers are extremely talented at Dancing that made them well known for their art and mastery within this field. But when it balls down to teaching, they can fail drastically!&lt;/p&gt;
&lt;p&gt;Being an effective Teacher will draw in Students and gain even more popularity. Failing so, can put students off forever attending another one of their classes, no matter how talented of a Dancer they may be.&lt;/p&gt;</description></item><item><title>Scenic Lovers must Visit Grindelwald, Switzerland</title><link>https://hoiboy.uk/posts/grindelwald-switzerland/</link><pubDate>Wed, 29 Oct 2014 12:00:00 +0000</pubDate><guid>https://hoiboy.uk/posts/grindelwald-switzerland/</guid><description>&lt;h2 id="scenic-lovers-must-visit-grindelwald-switzerland"&gt;Scenic Lovers must Visit Grindelwald, Switzerland&lt;/h2&gt;
&lt;p&gt;If I had to describe this town in one sentence it probably be, &lt;em&gt;&amp;ldquo;Grindelwald, the most picturesque place I have ever set my eyes upon.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="the-place-to-be"&gt;The Place to Be&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Grindelwald&lt;/em&gt; is the sister city of a small village in Japan called &lt;em&gt;Azumi&lt;/em&gt; which later merged with &lt;em&gt;Matsumoto City&lt;/em&gt;.&lt;/strong&gt; Everywhere you look, the signs were all written in English, Japanese and Chinese.&lt;/p&gt;
&lt;p&gt;We visited between end of May through the first week of June and even though it hadn&amp;rsquo;t quite reached the peak season yet, it still felt very touristy with so many orientals and their massive SLR, posing and taking snapshots.&lt;/p&gt;</description></item><item><title>A Beginners Guide to Zouk Classes in UK</title><link>https://hoiboy.uk/posts/beginners-guide-to-zouk-classes-uk/</link><pubDate>Sat, 04 Oct 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/beginners-guide-to-zouk-classes-uk/</guid><description>&lt;h2 id="a-beginners-guide-to-zouk-classes-in-uk"&gt;A Beginners Guide to Zouk Classes in UK&lt;/h2&gt;
&lt;p&gt;Here is a list of Zouk classes and socials across the United Kingdom. I will try my best to keep the list up-to-date, but it is subject to change and always best to contact the teachers/group directly to confirm.&lt;/p&gt;
&lt;h3 id="find-brazilian-zouk-dance-schools-around-the-world-whether-you-are-visiting-or-looking-for-a-local-school-please-visit-zoukbasecom-no-longer-available--it-has-the-most-up-to-date-info"&gt;Find Brazilian Zouk dance schools around the World whether you are visiting or looking for a local school, please visit zoukbase.com (no longer available) !!! It has the most up-to-date info&lt;/h3&gt;
&lt;p&gt;If you are a teacher/group and would like to be added to this list, please contact me via facebook or the contact form with your class details in the same format as shown below.&lt;/p&gt;</description></item><item><title>7 Dance Tips from Zero to Hero</title><link>https://hoiboy.uk/posts/7-dance-tips-zero-to-hero/</link><pubDate>Fri, 03 Oct 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/7-dance-tips-zero-to-hero/</guid><description>&lt;h2 id="7-dance-tips-from-zero-to-hero"&gt;7 Dance Tips from Zero to Hero&lt;/h2&gt;
&lt;p&gt;If you are impatient like me and always like the fasts track but afraid of shortcuts that can cause bad habits. Here are a few suggestions that may help speed up your learning process and get you onto the dance floor with confidence. However, like all skills, you still need to give it time before your muscle memory kicks in, so it is still true that it is down to lots of practice.&lt;/p&gt;</description></item><item><title>What is Zouk?</title><link>https://hoiboy.uk/posts/what-is-zouk-aam/</link><pubDate>Fri, 03 Oct 2014 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/what-is-zouk-aam/</guid><description>&lt;p&gt;I have been asked this question a million times. Not once have I ever gotten bored explaining it to others. In fact, I still get very excited telling others what it is and what makes Zouk so awesome!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Zouk is a Brazilian dance and still very young compare to many other social dances.&lt;/strong&gt; It was popularised in the 1980, and has grown popularity all over the world, mainly in UK, Europe, Asia and Australia.&lt;/p&gt;</description></item><item><title>Birmingham Bouldering Centre</title><link>https://hoiboy.uk/posts/birmingham-bouldering-centre/</link><pubDate>Thu, 02 Oct 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/birmingham-bouldering-centre/</guid><description>&lt;p&gt;Ever since started climbing about 4 months ago, I haven&amp;rsquo;t stopped. This is a sport that I would like to see more of my friends doing. It is fun, challenging and has a great sense of accomplishment when you complete a route. This kind of activity is very sociable as we can chill and chat with friends while having a good work out.&lt;/p&gt;
&lt;h2 id="where-the"&gt;Where the&lt;/h2&gt;
&lt;p&gt;Situated under a subway near Snowhill station, we found this place while on the way to my first Capeiro Dance class. It is much smaller than Boulder Central where I usually climb, but this place has it&amp;rsquo;s own appeal.&lt;/p&gt;</description></item><item><title>Hen &amp; Chickens Pub Grill</title><link>https://hoiboy.uk/posts/hen-and-chickens-pub-grill/</link><pubDate>Thu, 02 Oct 2014 11:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/hen-and-chickens-pub-grill/</guid><description>&lt;h2 id="hen--chickens-pub-grill"&gt;Hen &amp;amp; Chickens Pub Grill&lt;/h2&gt;
&lt;p&gt;I have heard of this place from TripAdvisor and the raving reviews it had. After a hard bouldering session, me and Xin decided to go for some curry. Since we were nearby, I suggested we try this place and cross it off my list.&lt;/p&gt;
&lt;p&gt;The exterior would somewhat trouble you, giving off a very ghetto and chavvy feel to it. You can probably seat about 20 people inside place. The interior were old with mismatched furnitures. However, we wasn&amp;rsquo;t there to admire it&amp;rsquo;s beauty. So lets eat!&lt;/p&gt;</description></item><item><title>ZoukTime! 5th Brazilian Dance Congress</title><link>https://hoiboy.uk/posts/zouktime-brazilian-dance-congress/</link><pubDate>Tue, 30 Sep 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/zouktime-brazilian-dance-congress/</guid><description>&lt;h2 id="zouktime-5th-brazilian-dance-congress"&gt;ZoukTime! 5th Brazilian Dance Congress&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Published: 12 September 2014 | Author: Hoi Ung | Posted from: Brno, Czech Republic&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Hundreds of dancers. Professionals, amateurs and beginners from all over the world gathered in one place! Classes during the day time, performances and social dancing throughout the night until the morning.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ZoukTime! has had the reputation for being one of the best in Europe&lt;/strong&gt;. This being their 5th year running certainly didn&amp;rsquo;t disappoint! With world class teachers and DJ&amp;rsquo;s, ZoukTime! decided to change their class schedules extending from 6 x 1 hour classes to 4 x 1.5 hour classes each day. Personally, I&amp;rsquo;ve felt it worked well. The teachers had that little extra time needed to go into details for what&amp;rsquo;s being taught and the students aren&amp;rsquo;t overloaded with as many combinations or techniques to remember. Quality over quantity for effective learning.&lt;/p&gt;</description></item><item><title>Turtle Bay Restaurant</title><link>https://hoiboy.uk/posts/turtle-bay-restaurant/</link><pubDate>Thu, 18 Sep 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/turtle-bay-restaurant/</guid><description>&lt;h2 id="turtle-bay-restaurant"&gt;Turtle Bay Restaurant&lt;/h2&gt;
&lt;p&gt;I have been longing to visit this restaurant for some time after hearing it and seeing many friends check-in on their facebooks. I have always loved caribbean food, especially oxtail and ackee &amp;amp; salt fish being my favorite! Lamb pattie too! mMmm&amp;hellip;&lt;/p&gt;
&lt;p&gt;When entering the restaurant, it was bigger than expected. They were playing chillaxing Reggae type music and the staff appeared to be friendly. We were promptly seated by the receptionist as it wasn&amp;rsquo;t too busy at 5pm.&lt;/p&gt;</description></item><item><title>Woodsmoke - Woodlanders Bushcraft Course</title><link>https://hoiboy.uk/posts/woodsmoke-bushcraft-course/</link><pubDate>Sun, 10 Aug 2014 12:00:00 +0100</pubDate><guid>https://hoiboy.uk/posts/woodsmoke-bushcraft-course/</guid><description>&lt;h2 id="woodsmoke---woodlanders-bushcraft-course"&gt;Woodsmoke - Woodlanders Bushcraft Course&lt;/h2&gt;
&lt;h3 id="what-is-bushcraft"&gt;What is Bushcraft?&lt;/h3&gt;
&lt;p&gt;The first time I&amp;rsquo;ve ever heard of Bushcraft was a few years back when googling about living in the wild. Some people may have misconception of what Bushcraft really is about, as it was &lt;strong&gt;easily confused with the stuff that Bear Grylls does on TV&lt;/strong&gt;. I am sure we all got a little excited when watching Bear grylls eating bugs, sleeping rough and teaching techniques on how to stay hydrated and fed. To make a clear distinction, Bear Grylls&amp;rsquo; does what is called survival training. How to get out of a situation if you are exposed to the natural environment and no communication to civilization. To be able to survive and get yourself back to civilisation as quick as possible.&lt;/p&gt;</description></item></channel></rss>