<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: daitangio</title><link>https://news.ycombinator.com/user?id=daitangio</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 03:11:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=daitangio" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by daitangio in "“Code was never the hard part” is an insult to all programmers"]]></title><description><![CDATA[
<p>I am still afraid of gen ai coding, and scared by its power. 
But I agree a lot with this article</p>
]]></description><pubDate>Sun, 09 Aug 2026 13:08:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49231064</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=49231064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49231064</guid></item><item><title><![CDATA[New comment by daitangio in "Our position on open-weights models"]]></title><description><![CDATA[
<p>Who decide the if a model is safe to use?<p>The strongest competitors or a government law?
I prefer the second.<p>Suppose Chinese model are super-risky: is it better to have them in the open, so everyone can review the problems or have a closed-model?<p>Security is better at open
Linux is open source because development is better.<p>I understand Anthropic for sure, but trying to limit open weight model seems the opposite direction IF security+safety is the major concert.<p>The Genie is ALREADY outside the bottle, and there are already plenty of companies offering inference services</p>
]]></description><pubDate>Tue, 28 Jul 2026 08:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49080977</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=49080977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49080977</guid></item><item><title><![CDATA[New comment by daitangio in "Who's afraid of Chinese models?"]]></title><description><![CDATA[
<p>I think the most interesting part of the article is the Huggingface incident at the end:<p>>Right now defenders are effectively banned from using Fable or Sol for cybersecurity because of Trump administration directives; that means the best alternative is using models from a country which has been trying to weaken our cyber defenses for years. This is insane!<p>I understand some guardrails are needed, but it is becoming increasing problematic manage them without a strong public discussion.</p>
]]></description><pubDate>Tue, 21 Jul 2026 10:13:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48990285</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48990285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48990285</guid></item><item><title><![CDATA[New comment by daitangio in "8Bit Computers"]]></title><description><![CDATA[
<p>Hi, thank you for pointing it out! I seem unable to edit it :(</p>
]]></description><pubDate>Fri, 17 Jul 2026 07:41:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944395</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48944395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944395</guid></item><item><title><![CDATA[New comment by daitangio in "8Bit Computers"]]></title><description><![CDATA[
<p>8Bit Computers
Retro computer history from Atari 2600 to NES (1980-1985)</p>
]]></description><pubDate>Thu, 16 Jul 2026 09:23:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48932179</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48932179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48932179</guid></item><item><title><![CDATA[8Bit Computers]]></title><description><![CDATA[
<p>Article URL: <a href="https://8bit.gioorgi.com//">https://8bit.gioorgi.com//</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48932178">https://news.ycombinator.com/item?id=48932178</a></p>
<p>Points: 2</p>
<p># Comments: 5</p>
]]></description><pubDate>Thu, 16 Jul 2026 09:23:14 +0000</pubDate><link>https://8bit.gioorgi.com//</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48932178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48932178</guid></item><item><title><![CDATA[New comment by daitangio in "Command Line Interface Guidelines"]]></title><description><![CDATA[
<p>I use python click too, and it helps me to focus on design before implementing.<p>I mean before asking AI to implement :)</p>
]]></description><pubDate>Thu, 16 Jul 2026 05:05:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48930571</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48930571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48930571</guid></item><item><title><![CDATA[Show HN: Containerized AI development with cross-compatibility]]></title><description><![CDATA[
<p>I need to study different harnesses CLI, and to find a way to switch from one provider to another.<p>I built a template repository to govern your AI chats with more grip than usual. It leverages PI.dev coding agent and an aggressive isolation done with Docker + VS Code<p>So far works on Linux and MacOS, and should also works on WSL2.<p>The project uses a container to run your preferred AI harnesses CLI. The container is optional, but protect your disk from bad things (I noticed rm -rf is always the preferred removal command of Deepseek :) a bit scary)<p>I am slowly extending it, aiming at<p>- reduce token usage
- ability to install extra skill via pi.dev
- experimenting with variants (like AWS AI-SDLC v1).<p>Please feel free to comment and give me hints.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48894720">https://news.ycombinator.com/item?id=48894720</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 13 Jul 2026 16:03:14 +0000</pubDate><link>https://github.com/daitangio/take-ai-control</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48894720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894720</guid></item><item><title><![CDATA[New comment by daitangio in "Zig Creator Calls Spade a Spade, Anthropic Blows Smoke"]]></title><description><![CDATA[
<p>Sometimes I suspect the rust-rewrite is just a way to advertise Claude Code power.<p>In all my professional carrier so far, a full rewrite without reason is a recipe for disaster, see<p><a href="https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/" rel="nofollow">https://www.joelonsoftware.com/2000/04/06/things-you-should-...</a><p>This Joel Sposky article is always my northstar when I have such "temptations".
My 2 cents</p>
]]></description><pubDate>Mon, 13 Jul 2026 15:53:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48894579</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48894579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894579</guid></item><item><title><![CDATA[New comment by daitangio in "Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop"]]></title><description><![CDATA[
<p>I am developing a super light similar thing here<p><a href="https://github.com/daitangio/take-ai-control" rel="nofollow">https://github.com/daitangio/take-ai-control</a><p>It is docker + vscode friendly.
I tested it with major systems (copilot, codex, Claude Code and pi.dev)
Comments Wellcome!</p>
]]></description><pubDate>Mon, 13 Jul 2026 14:35:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48893393</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48893393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48893393</guid></item><item><title><![CDATA[New comment by daitangio in "Should I run plain Docker Compose in production in 2026?"]]></title><description><![CDATA[
<p>I love it so much I have created a thin statless orchestrator layer upon it:<p><a href="https://github.com/daitangio/misterio" rel="nofollow">https://github.com/daitangio/misterio</a><p>It works very well!</p>
]]></description><pubDate>Tue, 05 May 2026 17:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48025259</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=48025259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48025259</guid></item><item><title><![CDATA[New comment by daitangio in "How to Scale a System from 0 to 10M+ Users"]]></title><description><![CDATA[
<p>I agree. Go fast with a suboptimal architecture.
If success arise, throw away version 1 and rebuild from scratch. Often is more effettive.</p>
]]></description><pubDate>Sun, 01 Feb 2026 12:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46845897</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=46845897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46845897</guid></item><item><title><![CDATA[New comment by daitangio in "Many Small Queries Are Efficient in SQLite"]]></title><description><![CDATA[
<p>I am using SQLite on paperless-ngx (an app to manage pdf [4]). 
It is quite difficult to beat SQLite if you do not have a very huge parallelism factor in writes.<p>SQLite is an embedded database: no socket to open, you directly access to it via file system.<p>If you do not plan to use BigData with high number of writers, you will have an hard time beating SQLite on modern hardware, on average use cases.<p>I have written a super simple search engine [1] using python asyncio and SQLite is not the bottleneck so far.<p>If you are hitting the SQLite limit, I have an happy news: PostgreSQL upgrade will be enough for a lot of use cases [2]: you can use it to play with a schemaless mongo-like database, a simple queue system [3] or a search engine with stemming. After a while you can decide if you need a specialized component (i.e. Kafka, Elastic Search, etc) for one of your services.<p>[1]: <a href="https://github.com/daitangio/find" rel="nofollow">https://github.com/daitangio/find</a><p>[2]: <a href="https://gioorgi.com/2025/postgres-all/" rel="nofollow">https://gioorgi.com/2025/postgres-all/</a><p>[3]: <a href="https://github.com/daitangio/pque" rel="nofollow">https://github.com/daitangio/pque</a><p>[4]: <a href="https://docs.paperless-ngx.com" rel="nofollow">https://docs.paperless-ngx.com</a></p>
]]></description><pubDate>Sat, 24 Jan 2026 13:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46743427</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=46743427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46743427</guid></item><item><title><![CDATA[New comment by daitangio in "200 MB RAM FreeBSD desktop"]]></title><description><![CDATA[
<p>Me too, but I was able to do it around 1995-1996 :)
Also remember Windows95 can boot with 4MB of RAM, and was decent with 12MB.</p>
]]></description><pubDate>Wed, 21 Jan 2026 09:30:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46703178</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=46703178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46703178</guid></item><item><title><![CDATA[New comment by daitangio in "Gmail is entering the Gemini Era"]]></title><description><![CDATA[
<p>Please give a try to docker mailserver too: <a href="https://github.com/docker-mailserver/docker-mailserver" rel="nofollow">https://github.com/docker-mailserver/docker-mailserver</a><p>It is quite easy to setup and give you much control, I do it myself:<p><a href="https://gioorgi.com/2020/mail-server-on-docker" rel="nofollow">https://gioorgi.com/2020/mail-server-on-docker</a><p>Documentation is very very clear</p>
]]></description><pubDate>Thu, 08 Jan 2026 14:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46541624</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=46541624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46541624</guid></item><item><title><![CDATA[New comment by daitangio in "Leaving serverless led to performance improvement and a simplified architecture"]]></title><description><![CDATA[
<p>You are ready for misterio: <a href="https://github.com/daitangio/misterio" rel="nofollow">https://github.com/daitangio/misterio</a>
A tiny layer around stareless docker cluster.
I created it for my homelab and it gone wild</p>
]]></description><pubDate>Wed, 15 Oct 2025 17:48:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45596133</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=45596133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45596133</guid></item><item><title><![CDATA[New comment by daitangio in "Why Self-Host?"]]></title><description><![CDATA[
<p>Self-hosting is becoming a freedom factor in my humble opinion.
I have an hard time hosting my email server, it was not so diffcult 10 years ago and was trivial 20 years ago.<p>The reason is the anti-spam rules and the fact that Google, Microsoft and so on are creating a iron trust to each other, and the little server outside are marked spam by default.<p>Lets encrypt avoided a similar destiny to https connections, but the risk is always out of the window. 
I mean, https was becoming "pay-us-to-publish a web server, or our browser will mark you as unsafe and do not display it".<p>I think it is time also to self-host private free chats and possibly other services lik DDoS services.</p>
]]></description><pubDate>Fri, 10 Oct 2025 07:46:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45536299</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=45536299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45536299</guid></item><item><title><![CDATA[New comment by daitangio in "Gem.coop"]]></title><description><![CDATA[
<p>True, but this is a new beginning.Give time and credit to build an alternative. I think another repo server will not harm anyone in the long run</p>
]]></description><pubDate>Mon, 06 Oct 2025 19:43:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45495423</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=45495423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45495423</guid></item><item><title><![CDATA[New comment by daitangio in "Gmail will no longer support checking emails from third-party accounts via POP"]]></title><description><![CDATA[
<p>I set up my personal mail server
 <a href="https://github.com/docker-mailserver/docker-mailserver" rel="nofollow">https://github.com/docker-mailserver/docker-mailserver</a>
and I have wrote about it here
 <a href="https://gioorgi.com/2020/mail-server-on-docker" rel="nofollow">https://gioorgi.com/2020/mail-server-on-docker</a><p>I am GMail-free from 2020 and I am a lot happier.<p>I keep my GMail account, but I use just as failsafe or as seconday account.
In the meantime, I have very little trouble managing my mail-server.</p>
]]></description><pubDate>Thu, 02 Oct 2025 12:15:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45448658</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=45448658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45448658</guid></item><item><title><![CDATA[New comment by daitangio in "I’ve removed Disqus. It was making my blog worse"]]></title><description><![CDATA[
<p>I keep using isso <a href="https://isso-comments.de/" rel="nofollow">https://isso-comments.de/</a>
I installed it on my static blog very easily, and I own all the data.
Also it is GDPR-compliant (because it provide hints on how to remove data like IPs) and it is very light.
For me Disqus and similia are a dead end.</p>
]]></description><pubDate>Tue, 30 Sep 2025 10:05:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423767</link><dc:creator>daitangio</dc:creator><comments>https://news.ycombinator.com/item?id=45423767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423767</guid></item></channel></rss>