<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Христиан Гочев</title><link>https://gochev.xyz/</link><description>Recent content on Христиан Гочев</description><generator>Hugo</generator><language>bg</language><lastBuildDate>Wed, 06 May 2026 09:00:00 +0300</lastBuildDate><atom:link href="https://gochev.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>First field note</title><link>https://gochev.xyz/posts/first-field-note/</link><pubDate>Wed, 06 May 2026 09:00:00 +0300</pubDate><guid>https://gochev.xyz/posts/first-field-note/</guid><description>&lt;p>This site is not meant to look like a company page.&lt;/p>
&lt;p>It is a field feed: short posts, project notes, photos, routes, race logs, and thoughts. The rule is simple: document the real work.&lt;/p></description></item><item><title>Personal Feed Hugo Site</title><link>https://gochev.xyz/projects/personal-feed-hugo/</link><pubDate>Tue, 05 May 2026 18:30:00 +0300</pubDate><guid>https://gochev.xyz/projects/personal-feed-hugo/</guid><description>&lt;h2 id="problem">Problem&lt;/h2>
&lt;p>A normal portfolio feels too static. A normal blog feels too slow. The goal is a personal feed that can hold small updates, code projects, photo posts, and training logs in one place.&lt;/p></description></item><item><title>Ridge run note</title><link>https://gochev.xyz/adventures/ridge-run-note/</link><pubDate>Mon, 04 May 2026 07:45:00 +0300</pubDate><guid>https://gochev.xyz/adventures/ridge-run-note/</guid><description>&lt;p>The route was not complicated. The useful part was the climb.&lt;/p>
&lt;h2 id="field-notes">Field notes&lt;/h2>
&lt;ul>
&lt;li>start easy&lt;/li>
&lt;li>keep the climb controlled&lt;/li>
&lt;li>eat before hunger&lt;/li>
&lt;li>descend without fighting the terrain&lt;/li>
&lt;/ul>
&lt;h2 id="lesson">Lesson&lt;/h2>
&lt;p>A long run is not won by one strong section. It is lost by many small mistakes.&lt;/p></description></item><item><title>Trail light</title><link>https://gochev.xyz/gallery/trail-light/</link><pubDate>Sun, 03 May 2026 16:10:00 +0300</pubDate><guid>https://gochev.xyz/gallery/trail-light/</guid><description>&lt;p>One image, one note: the best light usually comes near the end of the session.&lt;/p>

&lt;figure class="inline-photo">
 &lt;img src="https://gochev.xyz/images/gallery/trail-light-wide.svg" alt="Wide trail scene with warm light and dark tree line" loading="lazy">
 &lt;figcaption>Late light on the trail.&lt;/figcaption>
&lt;/figure></description></item><item><title>Training Log App Concept</title><link>https://gochev.xyz/projects/training-log-app/</link><pubDate>Sat, 02 May 2026 20:00:00 +0300</pubDate><guid>https://gochev.xyz/projects/training-log-app/</guid><description>&lt;h2 id="goal">Goal&lt;/h2>
&lt;p>Build a private training log that tracks volume, elevation, perceived effort, and recovery signals.&lt;/p>
&lt;h2 id="core-fields">Core fields&lt;/h2>
&lt;ul>
&lt;li>distance&lt;/li>
&lt;li>duration&lt;/li>
&lt;li>elevation&lt;/li>
&lt;li>surface&lt;/li>
&lt;li>effort&lt;/li>
&lt;li>pain notes&lt;/li>
&lt;li>lesson from the session&lt;/li>
&lt;/ul>
&lt;h2 id="reason">Reason&lt;/h2>
&lt;p>A spreadsheet works, but it does not force good review. The app should make weekly patterns obvious.&lt;/p></description></item><item><title>Desk after run</title><link>https://gochev.xyz/gallery/desk-after-run/</link><pubDate>Fri, 01 May 2026 21:05:00 +0300</pubDate><guid>https://gochev.xyz/gallery/desk-after-run/</guid><description>&lt;p>Run first. Code after. Less thinking, more sequence.&lt;/p></description></item><item><title>Hike camp checklist</title><link>https://gochev.xyz/adventures/hike-camp-checklist/</link><pubDate>Thu, 30 Apr 2026 19:20:00 +0300</pubDate><guid>https://gochev.xyz/adventures/hike-camp-checklist/</guid><description>&lt;h2 id="pack">Pack&lt;/h2>
&lt;ul>
&lt;li>shell layer&lt;/li>
&lt;li>food&lt;/li>
&lt;li>water&lt;/li>
&lt;li>headlamp&lt;/li>
&lt;li>power bank&lt;/li>
&lt;li>map or downloaded route&lt;/li>
&lt;li>small first-aid kit&lt;/li>
&lt;/ul>
&lt;h2 id="rule">Rule&lt;/h2>
&lt;p>If the route is simple, still pack like the weather can change.&lt;/p></description></item><item><title>Discipline is system design</title><link>https://gochev.xyz/philosophy/discipline-is-system-design/</link><pubDate>Wed, 29 Apr 2026 08:15:00 +0300</pubDate><guid>https://gochev.xyz/philosophy/discipline-is-system-design/</guid><description>&lt;p>Discipline is easier when the system removes negotiation.&lt;/p>
&lt;h2 id="simple-version">Simple version&lt;/h2>
&lt;p>Do not depend on mood. Prepare the path.&lt;/p>
&lt;ul>
&lt;li>shoes visible&lt;/li>
&lt;li>code task written&lt;/li>
&lt;li>phone away&lt;/li>
&lt;li>next action small&lt;/li>
&lt;/ul>
&lt;p>The system should make the correct action boring and obvious.&lt;/p></description></item><item><title>Endurance and debugging</title><link>https://gochev.xyz/philosophy/endurance-and-debugging/</link><pubDate>Mon, 27 Apr 2026 12:00:00 +0300</pubDate><guid>https://gochev.xyz/philosophy/endurance-and-debugging/</guid><description>&lt;p>Both problems look bigger when fatigue is high.&lt;/p>
&lt;p>Debugging asks: what changed?&lt;/p>
&lt;p>Endurance asks: what is failing first?&lt;/p>
&lt;p>The method is similar. Isolate the problem. Fix the smallest useful thing. Continue.&lt;/p></description></item></channel></rss>