<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: igorhvr</title><link>https://news.ycombinator.com/user?id=igorhvr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 08 Jun 2026 16:43:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=igorhvr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by igorhvr in "Ask HN: What is your (AI) dev tech stack / workflow?"]]></title><description><![CDATA[
<p>I use PI ( <a href="https://pi.dev" rel="nofollow">https://pi.dev</a> ) and ( <a href="https://hermes-agent.nousresearch.com/" rel="nofollow">https://hermes-agent.nousresearch.com/</a> ) as the main drivers together with deepseek-v4-pro as the main model (~10M/day tokens overall there).<p>Hermes basically rules my personal life at this point - it is a _very_ useful personal assistant.<p>I also use it at work (integrated at Slack) and at this point it answers most of both my emails and slack messages (I calibrated <a href="https://github.com/blader/humanizer" rel="nofollow">https://github.com/blader/humanizer</a> with a large corpus of my own voice to make it less annoying for the others). My routine now involving walking in circles while exchanging messages with hermes directing it how to answer this or that... Hermes uses an llm-wiki ( <a href="https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f" rel="nofollow">https://gist.github.com/karpathy/442a6bf555914893e9891c11519...</a> ) as a source of information when drafting suggested replies - I have a cronjob that feeds it all emails, slack messages, meeting minutes every single day.<p>Claude Code with Opus 4.6 for multimodal/vision, design and writing tasks ("Create a crisp memo from this meeting transcription" is a prompt that will bring great results with either Opus 4.6 or GLM-5.1)  - very recently I started to use <a href="https://github.com/anomalyco/opencode" rel="nofollow">https://github.com/anomalyco/opencode</a> occasionally with opus models too (I am forcing myself a little bit because it is hard to help people with a tool you are unfamiliar with).<p>For building software automatically I currently use one of the harness above for  for launching <a href="https://tamandua-tetradactyla.nfshost.com/" rel="nofollow">https://tamandua-tetradactyla.nfshost.com/</a> feature-dev-merge-worktree runs (it provides workflows on top of PI+deepseek).<p>Where it comes from: until recently I used <a href="https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16dd04" rel="nofollow">https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16d...</a> for automatic software building but while planning an AI bootcamp I concluded that teaching Gas Town along with everything else would be impossible (too hard/complex), and decided to teach <a href="https://github.com/snarktank/antfarm" rel="nofollow">https://github.com/snarktank/antfarm</a> instead but did not want to add OpenClaw as one more dependency - so I built Tamandua ( <a href="https://github.com/igorhvr/tamandua" rel="nofollow">https://github.com/igorhvr/tamandua</a> ) and I ended up using it all the time! I now every single day before going to sleep launch a couple of runs and it is very cool waking up to see them done.<p>For autoresearch-like, optimization, and other tasks with a very clear measurable goal (such as increasing test coverage, changing things from one programming language to another, etc) I use <a href="https://github.com/davebcn87/pi-autoresearch" rel="nofollow">https://github.com/davebcn87/pi-autoresearch</a> (100% of the time on top of deepseek-v4-pro).<p>For debugging or very hard problems I use codex w/ GPT5.5. I don´t like its personality (lazy) but I do think it is smartest model available. As evidence, here is a commit of a problem where I tried Opus 4.8, Deepseek-v4-pro and a couple of other models and they all failed to understand what the bug was: <a href="https://github.com/NousResearch/hermes-agent/pull/38198/changes/7fe6b52729aeaf2cc49b4a73d04157be86a54b11" rel="nofollow">https://github.com/NousResearch/hermes-agent/pull/38198/chan...</a> - once the bug was found within codex I launched from it a tamandua bug-fix-merge-worktree run on top of deepseek-v4-pro that created the commit itself...<p>As a web application I use OpenWebUI and I am specially fond of the notes feature ( <a href="https://docs.openwebui.com/features/notes/" rel="nofollow">https://docs.openwebui.com/features/notes/</a> ) which I did not find anywhere else.<p>Last but not least, I love playing with local models. <a href="https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct" rel="nofollow">https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct</a> is my current favorite for coding and deepseek-r1 for general tasks. I also started yesterday testing <a href="https://github.com/antirez/ds4" rel="nofollow">https://github.com/antirez/ds4</a> - it works _very_ well from what I could see so far.<p>What comes next? Trying to figure out what is the "deepseek-v4-pro of multimodal" model (frontier performance, efficient/comparatively cheap to run, support for image/audio/video/etc). Currently using kimi-k2.6, will test Minimax M3 soon.<p>Ah, almost forgot: <a href="https://huggingface.co/microsoft/VibeVoice-ASR" rel="nofollow">https://huggingface.co/microsoft/VibeVoice-ASR</a> will give you <i>AMAZINGLY</i> good meeting transcriptions (my hermes vibecoded a program to use it). Seriously, night and day difference from what the big players provide natively in their platforms. Have 8 people talking in 3 different languages? No problem - you will need a bit of patience and beefy hardware, only..</p>
]]></description><pubDate>Fri, 05 Jun 2026 19:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48417329</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=48417329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48417329</guid></item><item><title><![CDATA[New comment by igorhvr in "Give Django your time and money, not your tokens"]]></title><description><![CDATA[
<p>On the contrary, they could have stated their points much more bluntly and strongly than they did in the post. I had the same impression upon reading it.<p>Milquetoast <i>perfectly</i> describes it, I am happy to see less common words used around here (specially when the convey the intended meaning this precisely), and I find claiming "affectation" of the person who used it unnecessarily rude.</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:28:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47414908</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=47414908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414908</guid></item><item><title><![CDATA[New comment by igorhvr in "Show HN: Term.everything – Run any GUI app in the terminal"]]></title><description><![CDATA[
<p>This is so cool - thank you! I have a very (ahem) useful purpose for this: I use a command line application that calls back to a browser during authentication and that alone prevented me from doing what I needed/wanted from an ssh terminal... I will now happily laugh my ass off as it launches firefox from inside my terminal every time I use it.</p>
]]></description><pubDate>Thu, 11 Sep 2025 00:48:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45206289</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=45206289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45206289</guid></item><item><title><![CDATA[New comment by igorhvr in "Plwm – An X11 window manager written in Prolog"]]></title><description><![CDATA[
<p>This one is customizable in Lisp, and overall pretty neat: <a href="https://sawfish.tuxfamily.org/" rel="nofollow">https://sawfish.tuxfamily.org/</a> - I have been happily using it daily for many years now. :-)</p>
]]></description><pubDate>Sun, 25 May 2025 22:18:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44091726</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=44091726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44091726</guid></item><item><title><![CDATA[New comment by igorhvr in "Show HN: Use DNS TXT to share information"]]></title><description><![CDATA[
<p><a href="https://sockpuppet.org/blog/2015/01/15/against-dnssec/" rel="nofollow noreferrer">https://sockpuppet.org/blog/2015/01/15/against-dnssec/</a> is relevant.</p>
]]></description><pubDate>Mon, 17 Jul 2023 19:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36762983</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=36762983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36762983</guid></item><item><title><![CDATA[Pointers for the curious about understanding and running LLMs]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.iasylum.net/writings/2023-03-29-if-you-are-curious-about-LLMs.html">http://www.iasylum.net/writings/2023-03-29-if-you-are-curious-about-LLMs.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35357323">https://news.ycombinator.com/item?id=35357323</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 Mar 2023 13:55:33 +0000</pubDate><link>http://www.iasylum.net/writings/2023-03-29-if-you-are-curious-about-LLMs.html</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=35357323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35357323</guid></item><item><title><![CDATA[New comment by igorhvr in "FireZone – Open-source VPN server and firewall"]]></title><description><![CDATA[
<p>Thanks! Yggdrasil ( <a href="https://yggdrasil-network.github.io/" rel="nofollow">https://yggdrasil-network.github.io/</a> ) should probably in this list too, except that it doesn't need a central beacon node.</p>
]]></description><pubDate>Sat, 28 May 2022 12:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=31539966</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=31539966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31539966</guid></item><item><title><![CDATA[New comment by igorhvr in "Google open sources solar atmospheric water generator"]]></title><description><![CDATA[
<p>If you don't mind having to add the solar kit for power (separate purchase)  <a href="https://www.accairwater.com/home-atmospheric-drinking-water-generator_p27.html" rel="nofollow">https://www.accairwater.com/home-atmospheric-drinking-water-...</a> and similar products could be used..</p>
]]></description><pubDate>Thu, 17 Mar 2022 21:15:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=30715967</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=30715967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30715967</guid></item><item><title><![CDATA[New comment by igorhvr in "Transfer.sh – Easy file sharing from the command line"]]></title><description><![CDATA[
<p>Ha - so cool. I love that it can be easily used to send a stream (the only thing I missed in magic-wormhole). Basically,<p><pre><code>   ls -lah | croc send  
</code></pre>
works.<p>Thanks for this link!</p>
]]></description><pubDate>Mon, 05 Jul 2021 20:32:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=27741562</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=27741562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27741562</guid></item><item><title><![CDATA[New comment by igorhvr in "New mystery AWS product ‘Infinidash’ goes viral despite being entirely fictional"]]></title><description><![CDATA[
<p>AFAIK folks are adding this as a joke. Example: <a href="https://web.archive.org/web/20210705124241/https://jobs.lever.co/signal/2a5fee8b-5875-46d4-a41d-773a28a6b553" rel="nofollow">https://web.archive.org/web/20210705124241/https://jobs.leve...</a></p>
]]></description><pubDate>Mon, 05 Jul 2021 12:43:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=27737368</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=27737368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27737368</guid></item><item><title><![CDATA[New comment by igorhvr in "Why I distrust Google Cloud more than than AWS or Azure"]]></title><description><![CDATA[
<p>I thought the new title better but I did not want to change the original (because I had already shared the link with friends), so I just changed when submitting. Should've gone with the original...</p>
]]></description><pubDate>Thu, 22 Apr 2021 02:46:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=26898172</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=26898172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26898172</guid></item><item><title><![CDATA[New comment by igorhvr in "Why I distrust Google Cloud more than than AWS or Azure"]]></title><description><![CDATA[
<p>The thing is they change/deprecate/retire paid-for services too (in a <i>brutal</i> contrast with the competiton).<p>Two quotes from one of the posts referenced in the submission (from Steve Yegge):<p>...I know I haven’t gone into a lot of specific details about GCP’s deprecations. I can tell you that virtually everything I’ve used, from networking (legacy to VPC) to storage (Cloud SQL v1 to v2) to Firebase (now Firestore with a totally different API) to App Engine (don’t even get me started) to Cloud Endpoints to… I dunno, everything, has forced me to rewrite it all after at most 2–3 years, and they never automate it for you, and often there is no documented migration path at all. It’s just crickets. And every time, I look over at AWS, and I ask myself what the fuck I’m still doing on GCP. ...<p>... Update 3, Aug 31 2020: A Google engineer in Cloud Marketplace who happens to be an old friend of mine contacted me to find out why C2D didn’t work, and we eventually figured out that it was because I had committed the sin of creating my network a few years ago, and C2D was failing for legacy networks due to a missing subnet parameter in their templates. I guess my advice to prospective GCP users is to make sure you know a lot of people at Google… ...</p>
]]></description><pubDate>Thu, 22 Apr 2021 02:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=26898005</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=26898005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26898005</guid></item><item><title><![CDATA[New comment by igorhvr in "Why I distrust Google Cloud more than than AWS or Azure"]]></title><description><![CDATA[
<p>About deprecation: the gold standard is what AWS is doing with SimpleDB: essentially, never.<p>The thing here is that if you run hundreds of services in production - many of which work smoothly and you don't need to touch often, you will find that Google's habit of forcing you to change how to use their tooling will generate a huge burden...<p>They discourage you from using it and make it clear that for every use case some other tool at AWS would be best, and have been doing so for several years now... They wont even list it anymore under <a href="https://aws.amazon.com/products/databases/" rel="nofollow">https://aws.amazon.com/products/databases/</a> ..<p>Still, they support it ( <a href="https://aws.amazon.com/simpledb/" rel="nofollow">https://aws.amazon.com/simpledb/</a> ) because there are customers with legacy systems that depend upon this service.</p>
]]></description><pubDate>Thu, 22 Apr 2021 02:03:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=26897893</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=26897893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26897893</guid></item><item><title><![CDATA[New comment by igorhvr in "Why I distrust Google Cloud more than than AWS or Azure"]]></title><description><![CDATA[
<p>Submitter (& author) here. I just changed the submission title to exactly match the original.</p>
]]></description><pubDate>Thu, 22 Apr 2021 01:39:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=26897703</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=26897703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26897703</guid></item><item><title><![CDATA[Why I distrust Google Cloud more than than AWS or Azure]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.iasylum.net/writings/2021-04-21-why-I-distrust-google-cloud-more-than-AWS-or-Azure.html">http://www.iasylum.net/writings/2021-04-21-why-I-distrust-google-cloud-more-than-AWS-or-Azure.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26897106">https://news.ycombinator.com/item?id=26897106</a></p>
<p>Points: 391</p>
<p># Comments: 243</p>
]]></description><pubDate>Thu, 22 Apr 2021 00:19:43 +0000</pubDate><link>http://www.iasylum.net/writings/2021-04-21-why-I-distrust-google-cloud-more-than-AWS-or-Azure.html</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=26897106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26897106</guid></item><item><title><![CDATA[New comment by igorhvr in "Ask HN: How do you organise your files and folders?"]]></title><description><![CDATA[
<p>git-annex. I <i>love</i> this tool - it allows you to have a single virtual gigantic git repository with your entire life inside it. I basically dump everything there in folders and thanks to git-annex it is still manageable.<p><a href="https://git-annex.branchable.com/walkthrough/" rel="nofollow">https://git-annex.branchable.com/walkthrough/</a></p>
]]></description><pubDate>Wed, 03 Jun 2020 21:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=23409191</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=23409191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23409191</guid></item><item><title><![CDATA[New comment by igorhvr in "Node-Red – Flow-Based Programming for the Internet of Things"]]></title><description><![CDATA[
<p>While I personally never used Node-Red to build anything, I am now a fan of this technology for a simple reason: I saw non-developers happily creating & deploying working and reasonable-quality solutions with it (more than I can say about several tools to supposedly allow non-developers to build working software).<p>When someone in the business team mentioned they were using this tool to automate a few flows I assumed it would be an abject failure (as happened in so many similar projects I saw before - in some cases in multi-million deployments with huge teams of tools such as PEGA ).<p>Fast forward a couple of weeks and to my surprise an entire pipeline of needs from the operation where solved/fulfilled with almost no interaction from anyone in the development team. More than that: the end result is understandable.<p>Cavet emptor, maybe other teams will build horrible piles of crap with it, etc, etc but overall I am still impressed.</p>
]]></description><pubDate>Tue, 08 Jan 2019 23:57:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=18861021</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=18861021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18861021</guid></item><item><title><![CDATA[New comment by igorhvr in "Ask HN: Critique my company"]]></title><description><![CDATA[
<p>Exactly! In the past I asked high level/generic questions and often got very little out of it. Shallow responses or no responses at all in some cases.<p>Nowadays I send the email I will paste below to every new hire after a couple of months in the team..<p>Some people never bother to schedule the conversation (less than 20%) and I leave it at that. For the other folks - the big majority - I had <i>great</i> conversations/results from this effort. Learned a ton of surprising things, found hidden talents within the team, found and then went to fix serious problems.<p>The email:<p>Subject: Talk.<p>Oi <Joe>, how are you doing?<p>I would like to establish a communication channel between us, and as a first step towards this have a conversation - can you please schedule a 30 minutes conversation with me using <a href="https://<my-own-url>.youcanbook.me/" rel="nofollow">https://<my-own-url>.youcanbook.me/</a> ? Feel free to pick any available slot there - if it is open it means I will be available and working at this time. We can talk using <videoconferencingservice> (if we happen to be at the same building we can have the conversation personally).<p>Before the conversation I would like to ask you to please think carefully about the following questions, and be prepared to discuss what you understand as most important:<p>- How can I help you?<p>- Is there anything you would like to tell me?<p>- Is there anything you would like to ask me?<p>- What is your profile? What are your strenghts that you like to mention? What do you like doing the most? What motivates you?<p>- If you were in my place, is there anything you would change? What?<p>- Who are the 2 people you most admire within the company? Why?<p>- What information you assume I don't have that you can give me and will allow me to do my work better?<p>- Where do you inconsistencies between what we preach and what is in our culture document at <URL> and between day-to-day practice?<p>- Is there anything you would change in our culture document? Is there anything missing that you judge it is important?<p>- What are you current attributions? Do you judge you day-to-day challenging enough and do you see the company helping you grow or do you feel you need more space?<p>- Is there any self-managed project ( <URL-TO-EXPLANATION> ) that you would like to establish?<p>- What do you understand as key to grow in our company?<p>- Do you receive enough feedback to grow and improve performance?<p>- Do you consider your leadership micromanages you, stays pretty far, or typically can find right balance in each situation?<p>- Do you feel your leadership cares about you?<p>- In your view does your leadership communicate very clearly what are the objectives to be achieved? Does it support the team in staying focused on what is most important?<p>- How do you evaluate the quality of the company information you receive? Do you feel you regularly receive relevant information from senior leadership to understand where we are going? How do you evaluate your own participation in setting the company direction?<p>- Do you feel your leaders have the necessary technical skills to manage your work effectively?<p>- Would you recommend your leader to other people in the company?<p>- What feedbacks you have to give me? What concerns you the most in my work? What makes you happy and you want to make sure I continue doing?<p>Regards,</p>
]]></description><pubDate>Fri, 05 May 2017 19:38:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=14276220</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=14276220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14276220</guid></item><item><title><![CDATA[New comment by igorhvr in "How I hacked Github again"]]></title><description><![CDATA[
<p>I don't think that is a fair assessment of him, even then.<p>At any case, I hired him fairly recently for a security audit and he worked quickly, and was very effective (he found several important vulnerabilities and reported them in a crystal clear manner). He was also a pleasure to deal with (no bullshit stance, something I find enjoyable).<p>The 4000 USD for ~20 hours of work were definitely well spent!</p>
]]></description><pubDate>Sat, 08 Feb 2014 02:20:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=7200030</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=7200030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7200030</guid></item><item><title><![CDATA[New comment by igorhvr in "Show HN: Virtual Machines in the Browser"]]></title><description><![CDATA[
<p>This is <i>really</i> cool. Thanks for releasing it to the world!<p>Of course it is as secure as the virtualbox Sanbox is, but some variation of this statement would also be true for Flash, for Java and a host of other technologies that despite whatever flaws they had did allow a lot of interesting things to be built.<p>I am here musing, trying to come up with something nice I could build once the Linux-packaged version is made available...</p>
]]></description><pubDate>Mon, 19 Aug 2013 21:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=6240034</link><dc:creator>igorhvr</dc:creator><comments>https://news.ycombinator.com/item?id=6240034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6240034</guid></item></channel></rss>