<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: vianarafael</title><link>https://news.ycombinator.com/user?id=vianarafael</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 15:03:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vianarafael" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[I Taught Myself to Vibe Code: A Free Bootcamp]]></title><description><![CDATA[
<p>Article URL: <a href="https://rafaelviana.com/posts/vibe-coding">https://rafaelviana.com/posts/vibe-coding</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45074448">https://news.ycombinator.com/item?id=45074448</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 30 Aug 2025 13:23:21 +0000</pubDate><link>https://rafaelviana.com/posts/vibe-coding</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=45074448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45074448</guid></item><item><title><![CDATA[I Yelled My MVP Idea and Got a FastAPI Back End in 3 Minutes]]></title><description><![CDATA[
<p>Article URL: <a href="https://rafaelviana.com/posts/yell-to-code">https://rafaelviana.com/posts/yell-to-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44019815">https://news.ycombinator.com/item?id=44019815</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 18 May 2025 08:16:30 +0000</pubDate><link>https://rafaelviana.com/posts/yell-to-code</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=44019815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44019815</guid></item><item><title><![CDATA[I Built a Tool That Tells Me If a Side Project Will Ruin My Weekend]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.rafaelviana.io/posts/code-chrono">https://www.rafaelviana.io/posts/code-chrono</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43952075">https://news.ycombinator.com/item?id=43952075</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 11 May 2025 07:29:52 +0000</pubDate><link>https://www.rafaelviana.io/posts/code-chrono</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=43952075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43952075</guid></item><item><title><![CDATA[I Hacked a Japanese Corporate Exam with a Local AI Model]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.rafaelviana.io/posts/line-badge">https://www.rafaelviana.io/posts/line-badge</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43937550">https://news.ycombinator.com/item?id=43937550</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 May 2025 15:01:27 +0000</pubDate><link>https://www.rafaelviana.io/posts/line-badge</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=43937550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43937550</guid></item><item><title><![CDATA[New comment by vianarafael in "How to start a school with your friends"]]></title><description><![CDATA[
<p>This is such a refreshing inversion of the ‘edtech’ trend—rather than trying to scale education through software, FractalU scales motivation through community. Makes me wonder: instead of designing better UIs for MOOCs or LLM tutors, maybe the real unlock is designing better social containers for learning.</p>
]]></description><pubDate>Fri, 09 May 2025 00:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43932787</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=43932787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43932787</guid></item><item><title><![CDATA[New comment by vianarafael in "Notes on rolling out Cursor and Claude Code"]]></title><description><![CDATA[
<p>You mentioned using Claude to help set up a GitHub Action for reviewing Rails migrations. How do you see agentic tools like Claude evolving in their ability to reason about big-picture concerns—not just boilerplate generation, but things like validating database changes, architectural decisions, or spotting long-term risks that aren’t immediately visible?</p>
]]></description><pubDate>Fri, 09 May 2025 00:35:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43932727</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=43932727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43932727</guid></item><item><title><![CDATA[New comment by vianarafael in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>Last year, I repurposed an old laptop into a simple home server.<p>Linux skills?
Just the basics: cd, ls, mkdir, touch.
Nothing too fancy.<p>As things got more complex, I found myself constantly copy-pasting terminal commands from ChatGPT without really understanding them.<p>So I built a tiny, offline Linux tutor:<p><pre><code>  - Runs locally with Phi-2 (2.7B model, textbook training)
  - Uses MiniLM embeddings to vectorize Linux textbooks and TLDR examples
  - Stores everything in a local ChromaDB vector store
  - When I run a command, it fetches relevant knowledge and feeds it into Phi-2 for a clear explanation.
</code></pre>
No internet. No API fees. No cloud.
Just a decade-old ThinkPad and some lightweight models.<p>Full build story + repo here:
 <a href="https://www.rafaelviana.io/posts/linux-tutor" rel="nofollow">https://www.rafaelviana.io/posts/linux-tutor</a></p>
]]></description><pubDate>Mon, 28 Apr 2025 08:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43818944</link><dc:creator>vianarafael</dc:creator><comments>https://news.ycombinator.com/item?id=43818944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43818944</guid></item></channel></rss>