<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: fuckdev.to</title>
    <description>The latest articles on DEV Community by fuckdev.to (@georgedask).</description>
    <link>https://dev.to/georgedask</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3771127%2Fe0fe01a5-22c3-402f-ad87-319c9baef7f9.png</url>
      <title>DEV Community: fuckdev.to</title>
      <link>https://dev.to/georgedask</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/georgedask"/>
    <language>en</language>
    <item>
      <title>Building a Private, Industrial-Grade AI Workspace in 48 Hours with Ollama</title>
      <dc:creator>fuckdev.to</dc:creator>
      <pubDate>Fri, 13 Mar 2026 19:08:17 +0000</pubDate>
      <link>https://dev.to/georgedask/building-a-private-industrial-grade-ai-workspace-in-48-hours-with-ollama-30j</link>
      <guid>https://dev.to/georgedask/building-a-private-industrial-grade-ai-workspace-in-48-hours-with-ollama-30j</guid>
      <description>&lt;p&gt;I believe the future of AI shouldn't be generic or standard—it should be custom.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkvwrod112iud18h66uey.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkvwrod112iud18h66uey.png" alt=" "&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fchumte88qpsnd8typldr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fchumte88qpsnd8typldr.png" alt=" "&gt;&lt;/a&gt;Recently, I challenged myself to build a workspace that is 100% offline, privacy-focused, and tailored specifically to my workflow. What started as a hobby project quickly evolved into an industrial-grade workspace that outperforms many mainstream AI interfaces.&lt;/p&gt;


&lt;div class="crayons-card c-embed"&gt;

  &lt;br&gt;
The Philosophy: No clouds, no bloat, no logins, and no trackers. Just pure local compute.&lt;br&gt;

&lt;/div&gt;


&lt;p&gt;The Tech Stack&lt;br&gt;
The core of the project relies on Ollama for model management and a custom .bat script to orchestrate the environment.&lt;/p&gt;

&lt;p&gt;Logic: A batch script that automatically identifies downloaded vs. deleted models.&lt;br&gt;
Automation: Powered by SmoLLM2 (1.7b) to handle background tasks like summarizing conversations and naming projects.&lt;br&gt;
Interface: A custom workspace with a built-in live preview (IDE-style).&lt;br&gt;
Key Features&lt;br&gt;
Within just two days of development, the workspace reached a state where it handles:&lt;/p&gt;

&lt;p&gt;Automatic Summarization: It triggers a summary before reaching 80% of the conversation limit to keep the context clean.&lt;br&gt;
Live Preview: A true IDE experience where code can be visualized instantly.&lt;/p&gt;

&lt;p&gt;Using a simple .bat script, the workspace remains lightweight and lightning-fast.&lt;/p&gt;

&lt;p&gt;
  Why SmoLLM2?
  &lt;br&gt;
I chose SmoLLM2 (1.7b) because it is incredibly lightweight. It allows the workspace to automate file tree creation and conversation naming without eating up the VRAM needed for the larger primary models.&lt;br&gt;


&lt;/p&gt;

&lt;p&gt;The Vision for 2026&lt;br&gt;
In a world moving toward massive, generic "black box" AI, I think the real power lies in Desktop Automation. My goal is to expand this into a system that handles everything from project deletion to deep directory analysis entirely locally.&lt;/p&gt;

&lt;p&gt;💬 I’d Love Your Feedback&lt;br&gt;
This is currently a working prototype, and it's already my primary daily driver.&lt;/p&gt;

&lt;p&gt;What local automation features would you want in your own workspace?&lt;br&gt;
Have you experimented with using small models (1b-3b) specifically for file-system tasks?&lt;/p&gt;

&lt;p&gt;File System Automation: It creates project folders, handles cleanups, and analyzes directory trees.&lt;br&gt;
Exporting: We are currently implementing a feature to export previewed apps as full projects in .zip format.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>privacy</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Is this site made by an AI or Something?</title>
      <dc:creator>fuckdev.to</dc:creator>
      <pubDate>Mon, 23 Feb 2026 23:22:22 +0000</pubDate>
      <link>https://dev.to/georgedask/is-this-site-made-by-an-ai-or-something-163i</link>
      <guid>https://dev.to/georgedask/is-this-site-made-by-an-ai-or-something-163i</guid>
      <description></description>
    </item>
    <item>
      <title>I locked myself out of my own app, so I rebuilt it from scratch!</title>
      <dc:creator>fuckdev.to</dc:creator>
      <pubDate>Fri, 13 Feb 2026 14:51:58 +0000</pubDate>
      <link>https://dev.to/georgedask/i-locked-myself-out-of-my-own-app-so-i-rebuilt-it-from-scratch-4mpn</link>
      <guid>https://dev.to/georgedask/i-locked-myself-out-of-my-own-app-so-i-rebuilt-it-from-scratch-4mpn</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwn4f2jevvqqftt2wbx5y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwn4f2jevvqqftt2wbx5y.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Palette Thief Ultimate&lt;/strong&gt; is my first real tool release — a tiny, offline‑first, zero‑dependency color palette generator that runs as a single HTML file.&lt;/p&gt;

&lt;p&gt;It started as a Rust + Tauri project, but after locking myself out of my own app by implementing strong security (yes, really), I rebuilt it from scratch using pure HTML/CSS/JS. What i been throught with this tool is actually a very long story but The result now is even faster: 0.02s palette generation, no cloud, no servers, no tracking, just a standalone &lt;strong&gt;artifact&lt;/strong&gt; (they told me its called that, i still think its a tool but anyways) that works anywhere, phones, pc, tablet, tv, linux, etc.&lt;br&gt;
after many checks, rechecks, and re-rechecks here is the final result of my Ultimate color extraction palette tiny beast!&lt;/p&gt;

&lt;p&gt;GIVE IT A SPIN&lt;br&gt;
&lt;a href="https://ultimate.palettethief.com/" rel="noopener noreferrer"&gt;GIVE IT A SPIN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OFFICIAL WEBSITE&lt;br&gt;
&lt;a href="https://palettethief.com/" rel="noopener noreferrer"&gt;OFFICIAL WEBSITE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to try something minimal, fast, and handcrafted, here it is.&lt;br&gt;
I’d love feedback from anyone who enjoys building tools or designing interfaces.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>performance</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
