<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: randito</title><link>https://news.ycombinator.com/user?id=randito</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 20:10:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=randito" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by randito in "Google Plans to Invest Up to $40B in Anthropic"]]></title><description><![CDATA[
<p>> antitrust laws. Even more so since they’re bundling their AI products with their search monopoly.<p>couldn't this just be framed / spun as just using search data as training?  i don't seem being bundled enough to run afoul with anti-trust.</p>
]]></description><pubDate>Fri, 24 Apr 2026 21:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47896272</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=47896272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47896272</guid></item><item><title><![CDATA[New comment by randito in "Nano Banana 2: Google's latest AI image generation model"]]></title><description><![CDATA[
<p>(McKenna tangent). I like this version of that talk.  <a href="https://www.youtube.com/watch?v=hL0yfxDe6jE" rel="nofollow">https://www.youtube.com/watch?v=hL0yfxDe6jE</a>.    It's about 12 minutes and animated with some hand-drawn whiteboard drawings.  Good stuff.</p>
]]></description><pubDate>Thu, 26 Feb 2026 20:13:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47171435</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=47171435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47171435</guid></item><item><title><![CDATA[New comment by randito in "Writing code is cheap now"]]></title><description><![CDATA[
<p>> In my last performance review, my manager was actually surprised when I told him that I am now more a manager of my own work than actually doing the work.<p>I think this is very telling.  Unless you have a good manager who is paying attention, a lot of them are clueless and just see the hype of 10x ing your developers and don't care about the nuance of (as they say) all the surrounding bits to writing code.  And unfortunately, they just repeat this to the people above them, who also read the hype and just see $$ of reducing headcount.  (sorry, venting a little)</p>
]]></description><pubDate>Tue, 24 Feb 2026 16:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47139354</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=47139354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47139354</guid></item><item><title><![CDATA[New comment by randito in "Small Kafka: Tansu and SQLite on a free t3.micro"]]></title><description><![CDATA[
<p>Great link.  I've always been drawn to sqlite3 just from a simplicity and operational point of view.  And with tools like "make it easy to replcate" Litestream and "make it easy to use" sqlite-utils, it just becomes easier.<p>And one of the first patterns I wanted to use was this.  Just a read-only event log that's replicated, that is very easy to understand and operate.  Kafka is a beast to manage and run.  We picked it at my last company -- and it was a mistake, when a simple DB would have sufficed.<p><a href="https://github.com/simonw/sqlite-utils" rel="nofollow">https://github.com/simonw/sqlite-utils</a>
<a href="https://litestream.io/" rel="nofollow">https://litestream.io/</a></p>
]]></description><pubDate>Sat, 24 Jan 2026 20:39:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46747425</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46747425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46747425</guid></item><item><title><![CDATA[New comment by randito in "Tell HN: Bending Spoons laid off almost everybody at Vimeo yesterday"]]></title><description><![CDATA[
<p>I've been through a Vista Equity acquisition.  It was not pretty -- they slashed, consolidated and basically ran their one-size-fits-all playbook.  The brought in their crew -- which is totally expected -- and then bought other companies in the same vertical.  Of course, they all had different tech stacks.<p>(like ya said, operators is the right word.  it felt icky)<p>At least for the first year, the acquired teams were able to run more or less the same but with new hyped-up-overly-aggressive Vista hotshot managers and then the sh*t-from-above just started raining down.<p>Also, they hired the worst sw architect / person I've ever had to work with.  He wasted so much time and money.</p>
]]></description><pubDate>Thu, 22 Jan 2026 18:56:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46723610</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46723610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46723610</guid></item><item><title><![CDATA[New comment by randito in "Design and Implementation of Sprites"]]></title><description><![CDATA[
<p>Thanks for the reply.  Summary:  Here's this really cool thing we're doing!  Oh, are you wrote something exotic for it?  Nope, just regular Erlang goodness that's been around 20 years.</p>
]]></description><pubDate>Fri, 16 Jan 2026 17:24:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46649030</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46649030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46649030</guid></item><item><title><![CDATA[New comment by randito in "Design and Implementation of Sprites"]]></title><description><![CDATA[
<p>(Disclaimer:  Newbie checking but still curious).<p>Are you using libluster or Distributed Erlang to reach the clusters?  Or just simple networking over the Fly network.<p>> That will find or place an Elixir process on the cluster and rpc the target node with our code.<p>Is this similar to what you did with Flame?  Or just a refinement of that idea.</p>
]]></description><pubDate>Fri, 16 Jan 2026 01:23:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46641874</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46641874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46641874</guid></item><item><title><![CDATA[New comment by randito in "Show HN: Webctl – Browser automation for agents based on CLI instead of MCP"]]></title><description><![CDATA[
<p>If you look at Elixir keynote for Phoenix.new -- a cool agentic coding tool -- you'll see some hints about a browser control using a API tool call.  It's called "web" in the video.<p>Video:  <a href="https://youtu.be/ojL_VHc4gLk?t=2132" rel="nofollow">https://youtu.be/ojL_VHc4gLk?t=2132</a><p>More discussion:  <a href="https://simonwillison.net/2025/Jun/23/phoenix-new/" rel="nofollow">https://simonwillison.net/2025/Jun/23/phoenix-new/</a></p>
]]></description><pubDate>Wed, 14 Jan 2026 22:28:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46624687</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46624687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46624687</guid></item><item><title><![CDATA[New comment by randito in "LiveVue v1.0"]]></title><description><![CDATA[
<p>Interesting project.  I'm glad Vue is getting the same attention as the Svelte one.  And props for digging in to optimize the payloads, and making it diff-able.<p>Can you just drop existing Vue components in there?  Or are their LiveVue specific things you need to add?</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:46:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528684</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=46528684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528684</guid></item><item><title><![CDATA[New comment by randito in "Phoenix.new – Remote AI Runtime for Phoenix"]]></title><description><![CDATA[
<p>Would love to read about some of the techniques for how you accomplished this.</p>
]]></description><pubDate>Sun, 22 Jun 2025 15:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44347952</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=44347952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44347952</guid></item><item><title><![CDATA[New comment by randito in "How I program with agents"]]></title><description><![CDATA[
<p>> a consistent path to interacting with the world e.g sms, mail, weather, social, etc.<p>Here's an interesting toy-project where someone hooked up agents to calendars, weather, etc and made a little game interface for it.  <a href="https://www.geoffreylitt.com/2025/04/12/how-i-made-a-useful-ai-assistant-with-one-sqlite-table-and-a-handful-of-cron-jobs" rel="nofollow">https://www.geoffreylitt.com/2025/04/12/how-i-made-a-useful-...</a></p>
]]></description><pubDate>Thu, 12 Jun 2025 14:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44258289</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=44258289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44258289</guid></item><item><title><![CDATA[New comment by randito in "Show HN: Visual flow-based programming for Erlang, inspired by Node-RED"]]></title><description><![CDATA[
<p>You may want to consider Elixir instead.  It has an easier syntax and is (don't quote me on this) equivalent in function and purpose with Erlang.  Plus you get lots of other goodies like LiveView (notebooks) and a good web stack (Phoenix).</p>
]]></description><pubDate>Fri, 16 May 2025 18:44:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44008644</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=44008644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44008644</guid></item><item><title><![CDATA[New comment by randito in "Gmail to SQLite"]]></title><description><![CDATA[
<p>What a great timely tip.  Was just looking for good direction on how to do this.  Thanks!</p>
]]></description><pubDate>Sat, 10 May 2025 19:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43948242</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=43948242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43948242</guid></item><item><title><![CDATA[New comment by randito in "The curse of knowing how, or; fixing everything"]]></title><description><![CDATA[
<p>For people wanting to dig into this idea some more, I'd recommend the book by Austin Kleon called "Steal Like An Artist."  Also, there is some nuance in the book about copying and stealing, without being a thief.</p>
]]></description><pubDate>Tue, 06 May 2025 20:31:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=43909340</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=43909340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43909340</guid></item><item><title><![CDATA[New comment by randito in "The Board Game Industry Is Burning – and It's Their Own Fault"]]></title><description><![CDATA[
<p>If you want a better discussion about tariffs and their impact on the Boardgame Industry:<p><a href="https://stonemaiergames.com/the-math-of-tariffs/" rel="nofollow">https://stonemaiergames.com/the-math-of-tariffs/</a><p>As others have said, avoid this article.  It doesn't add anything meaningful to the discussion.</p>
]]></description><pubDate>Mon, 21 Apr 2025 14:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43752544</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=43752544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43752544</guid></item><item><title><![CDATA[New comment by randito in "Everything I built with Claude Artifacts this week"]]></title><description><![CDATA[
<p>To state the obvious (again), it's shocking the rate of progress is with these tools.  If this is 2 years of progress, what does 10-20 look like?</p>
]]></description><pubDate>Wed, 23 Oct 2024 22:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41930004</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=41930004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41930004</guid></item><item><title><![CDATA[New comment by randito in "Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku"]]></title><description><![CDATA[
<p>Totally agree.  A general-purpose solution that ties together different messy interfaces will win in the long run -- i.e the IP protocol, copy-paste, browsers.  In these cases, they provide a single-way for different aspects of computing to collaborate.  As mentioned before, semantic web initiatives did not succeed and I think there's an important lesson there.</p>
]]></description><pubDate>Wed, 23 Oct 2024 17:39:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41927390</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=41927390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41927390</guid></item><item><title><![CDATA[New comment by randito in "Notion's mid-life crisis"]]></title><description><![CDATA[
<p>My experience with Notion keyboard use is different.  It's not 100% VIM hands-on-keyboard mouse-free but it's getting there.  If there was only a "insert after this block" shortcut.<p>My favorite is to type something then /turnh3 where /turn let's you turn the block into something else.</p>
]]></description><pubDate>Sat, 05 Oct 2024 20:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41752757</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=41752757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41752757</guid></item><item><title><![CDATA[New comment by randito in "Giving T cells extra batteries supercharges them against cancer"]]></title><description><![CDATA[
<p>For people who want to learn biochemsistry and subsequently be in awe and the complexity and mechanisms, there's a great beginner book, The Machinery of Life.  <a href="https://www.goodreads.com/book/show/6601267-the-machinery-of-life" rel="nofollow">https://www.goodreads.com/book/show/6601267-the-machinery-of...</a><p>I found my way there after an Alan Kay video -- OPSLA 1997 - The computer revolution hasnt happened yet:  <a href="https://youtu.be/oKg1hTOQXoY?t=1787" rel="nofollow">https://youtu.be/oKg1hTOQXoY?t=1787</a><p>On the subject of awe, here's another from Kurszsegat - The Most Complex Language in the World:  <a href="https://www.youtube.com/watch?v=TYPFenJQciw" rel="nofollow">https://www.youtube.com/watch?v=TYPFenJQciw</a></p>
]]></description><pubDate>Wed, 25 Sep 2024 14:33:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41647986</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=41647986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41647986</guid></item><item><title><![CDATA[New comment by randito in "Libations: Tailscale on the Rocks"]]></title><description><![CDATA[
<p>(newbie checking) tsnet is a really interested idea -- that an application can act like a device with networking baked in.  that applicatin access can be controlled at the network level via the tailescale ACLs.<p>are there any equivalents in other languages?</p>
]]></description><pubDate>Fri, 06 Sep 2024 16:58:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41467797</link><dc:creator>randito</dc:creator><comments>https://news.ycombinator.com/item?id=41467797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41467797</guid></item></channel></rss>