<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: damanamathos</title><link>https://news.ycombinator.com/user?id=damanamathos</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 31 Aug 2026 08:57:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=damanamathos" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by damanamathos in "Omarchy: Any User Process Can Escalate to Root"]]></title><description><![CDATA[
<p>dhh understands what a good user experience is. Installing in a couple minutes and getting right into it is an amazing start compared to most operating systems that take ages to setup.<p>Plus, many pre-installs (like Zoom) are web-apps that take no space (30 lines of text) and are easy to remove if you don't want them in the menu.</p>
]]></description><pubDate>Mon, 31 Aug 2026 03:30:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49505271</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=49505271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49505271</guid></item><item><title><![CDATA[New comment by damanamathos in "Omarchy: Any User Process Can Escalate to Root"]]></title><description><![CDATA[
<p>A lot of the "pre-install bloat" are just web apps, including Zoom. Zoom is just an 8 line file so it appears in the menu and to point it to a 22 line bash script to launch the app.zoom.us website at the right address.<p>Easy to remove. Can even open your favourite AI assistant and ask it to remove it, since it comes with an Omarchy skill and knows how to change everything.</p>
]]></description><pubDate>Mon, 31 Aug 2026 03:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49505256</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=49505256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49505256</guid></item><item><title><![CDATA[New comment by damanamathos in "Show HN: Arcane Agents – A visual control room for terminal AI agents"]]></title><description><![CDATA[
<p>Glad you like them! :)</p>
]]></description><pubDate>Sat, 07 Mar 2026 05:37:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284816</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=47284816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284816</guid></item><item><title><![CDATA[Show HN: Arcane Agents – A visual control room for terminal AI agents]]></title><description><![CDATA[
<p>I've been living in terminals lately. Normally I'll have terminals running Claude Code, OpenCode, nvim spread across 10 virtual desktops as I work on various tasks, but I've found the context switching quite difficult. Switching to a new virtual desktop and seeing a wall of text always means there's a bit of a delay to get back up to speed.<p>Inspired by projects like Vibecraft and Pixel Agents, Arcane Agents is a hotkey-friendly RTS-style control plane for tmux terminal windows (Claude Code, OpenCode, etc). Each agent shows up on a 2D map with automatic status detection (idle, working, needs attention, error).<p>Now how I start my day is I'll typically open 10-20 agents for different tasks I want to get done that day, group them spatially on the map - stock research over here, code updates over there - which helps with seeing which ones are done, which need input, which ones I've left for later. Finding it has been quite helpful with that context switching problem.<p>It's still new, so open to suggestions!<p>It's also open source, and it is easy to extend it with additional avatars if you don't like these particular ones.<p>Demo video: <a href="https://youtu.be/vOUcloQTCoQ" rel="nofollow">https://youtu.be/vOUcloQTCoQ</a>
GitHub: <a href="https://github.com/thomasrice/arcane-agents" rel="nofollow">https://github.com/thomasrice/arcane-agents</a>
Installation: npm install -g arcane-agents && arcane-agents
(opens on <a href="http://127.0.0.1:7600" rel="nofollow">http://127.0.0.1:7600</a> by default)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47265928">https://news.ycombinator.com/item?id=47265928</a></p>
<p>Points: 4</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 05 Mar 2026 19:14:16 +0000</pubDate><link>https://github.com/thomasrice/arcane-agents</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=47265928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47265928</guid></item><item><title><![CDATA[New comment by damanamathos in "FastHTML – Modern web applications in pure Python"]]></title><description><![CDATA[
<p>FastHTML has a NotStr(X) component that renders X as HTML.<p>I just copied a big HTML Tailwind component to a NotStr() and it worked fine.<p>I then split it in two, before and after, so I could make the dynamic bit from natural FastHTML components and it worked fine returning Div(before, dynamic_parts, after).<p>Plan to convert most of my smaller websites to FastHTML in the next few days before it's much more enjoyable for me.</p>
]]></description><pubDate>Wed, 07 Aug 2024 04:07:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41178153</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=41178153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41178153</guid></item><item><title><![CDATA[New comment by damanamathos in "Zillow lost money because they weren't willing to lose money"]]></title><description><![CDATA[
<p>Most people don't know what their home is worth, and if you get two appraisers or realtors to give you an estimate they'll likely be quite different.<p>Similarly, if you think a house is worth $500k but you list it for $600k, you don't know if someone will decide they love that house and they're willing to pay that amount or not.<p>That's one reason Opendoor tends to list houses at a fair premium to what they paid, as sometimes someone decides it is worth it and they make 20%+ on homes like that.</p>
]]></description><pubDate>Sun, 28 Nov 2021 15:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=29369821</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=29369821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29369821</guid></item><item><title><![CDATA[New comment by damanamathos in "Zillow lost money because they weren't willing to lose money"]]></title><description><![CDATA[
<p>I think Opendoor still does poorly in new markets, but then it improves as they work out the quirks of the local market and start asking the right questions and collecting the right information.<p>A big part of Opendoor is creating the right apps and processes to collect this information to feed their models. The machine learning part is important, but can give the false impression it's just about data scientists crunching numbers at head office, when in reality there's a huge real-world operational machine that's driving it.</p>
]]></description><pubDate>Sun, 28 Nov 2021 15:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=29369768</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=29369768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29369768</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom to bring end-to-end encryption to all users, including non-paying"]]></title><description><![CDATA[
<p>Zoom claimed they had to remove Chinese participants from the US-hosted meeting but didn't have the functionality to do that so (wrongly) banned the US hosts.<p>They said it was wrong to do, reinstated those accounts, and are building the functionality to enforce those Chinese laws without ever impacting users outside China.<p>That's from their blog. <a href="https://blog.zoom.us/wordpress/2020/06/11/improving-our-policies-as-we-continue-to-enable-global-collaboration/" rel="nofollow">https://blog.zoom.us/wordpress/2020/06/11/improving-our-poli...</a></p>
]]></description><pubDate>Wed, 17 Jun 2020 17:15:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=23553927</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23553927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23553927</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom to bring end-to-end encryption to all users, including non-paying"]]></title><description><![CDATA[
<p>I think their concern is paedophile rings using large group E2EE for live child abuse with completely anonymous accounts.</p>
]]></description><pubDate>Wed, 17 Jun 2020 17:11:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=23553879</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23553879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23553879</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom to bring end-to-end encryption to all users, including non-paying"]]></title><description><![CDATA[
<p>What makes you think they're abusing the term? Did you read their whitepaper?<p><a href="https://github.com/zoom/zoom-e2e-whitepaper" rel="nofollow">https://github.com/zoom/zoom-e2e-whitepaper</a></p>
]]></description><pubDate>Wed, 17 Jun 2020 17:08:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=23553848</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23553848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23553848</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom says it won’t encrypt free calls so it can work more with law enforcement"]]></title><description><![CDATA[
<p>Zoom has said that employees can enter a meeting, but there's no way to do that without being seen on the participant list and there is no way to record a meeting secretly. They've also said they wouldn't build these things.<p><a href="https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/" rel="nofollow">https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keyb...</a><p>>We also do not have a means to insert our employees or others into meetings without being reflected in the participant list. We will not build any cryptographic backdoors to allow for the secret monitoring of meetings.</p>
]]></description><pubDate>Thu, 04 Jun 2020 11:35:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=23415267</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23415267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23415267</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom Acquires Keybase"]]></title><description><![CDATA[
<p>They bought Keybase to bring on a strong security team as they try to build end-to-end encryption into 1,000 person meetings which is currently not possible with any solution.[1]<p>They'll either deliver that or they won't.<p>[1] <a href="https://twitter.com/alexstamos/status/1258405729720918016" rel="nofollow">https://twitter.com/alexstamos/status/1258405729720918016</a></p>
]]></description><pubDate>Fri, 08 May 2020 01:26:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=23110424</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23110424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23110424</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom Acquires Keybase"]]></title><description><![CDATA[
<p>You're absolutely right that past decisions focused on ease-of-use over security.<p>For evidence that they've changed their focus you can see their April 1 blog post[1] and the weekly video AMAs they do that are summarised in their "90-Day Security Plan Progress Report" blog posts.[2]<p>They're making a lot of progress.<p>The Keybase acquisition is about building out a strong security team that will help them implement end-to-end encryption in 1,000 person meetings, which currently isn't possible anywhere.[3]<p>[1] <a href="https://blog.zoom.us/wordpress/2020/04/01/a-message-to-our-users/" rel="nofollow">https://blog.zoom.us/wordpress/2020/04/01/a-message-to-our-u...</a>
[2] <a href="https://blog.zoom.us/wordpress/category/announcements/" rel="nofollow">https://blog.zoom.us/wordpress/category/announcements/</a>
[3] <a href="https://twitter.com/alexstamos/status/1258405729720918016" rel="nofollow">https://twitter.com/alexstamos/status/1258405729720918016</a></p>
]]></description><pubDate>Fri, 08 May 2020 01:24:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=23110407</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23110407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23110407</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom Acquires Keybase"]]></title><description><![CDATA[
<p>Why not look at their recent actions instead?<p>On April 1 the CEO basically said they messed up and would pause all feature development and focus exclusively on security & privacy for 90 days.[1] They've also done weekly video AMAs that are summarised on their blog under the 90-Day Security Plan posts.[2]<p>They've made a lot of progress.<p>The Keybase acquisition is absolutely about helping to build a security team that can help them implement end-to-end encryption across 1000 person meetings. You can see that from this Twitter post[3] from Alex Stamos and this interview[4] with him.<p>[1] <a href="https://blog.zoom.us/wordpress/2020/04/01/a-message-to-our-users/" rel="nofollow">https://blog.zoom.us/wordpress/2020/04/01/a-message-to-our-u...</a>
[2] <a href="https://blog.zoom.us/wordpress/category/announcements/" rel="nofollow">https://blog.zoom.us/wordpress/category/announcements/</a>
[3] <a href="https://twitter.com/alexstamos/status/1258405729720918016" rel="nofollow">https://twitter.com/alexstamos/status/1258405729720918016</a>
[4] <a href="https://cheddar.com/media/zoom-acquires-keybase-beefs-up-security-after-zoom-bombing-criticism" rel="nofollow">https://cheddar.com/media/zoom-acquires-keybase-beefs-up-sec...</a></p>
]]></description><pubDate>Fri, 08 May 2020 01:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=23110383</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23110383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23110383</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom Acquires Keybase"]]></title><description><![CDATA[
<p>They do have a large R&D presence in China.<p>As of January 2020, they had 2,532 full-time employees. Of those, 1,396 were in the US and 1,136 were in international locations. Within the 1,136 is "more than 700" employees in R&D in China.[1]<p>A LinkedIn search for "engineer" working for "Zoom Video Communications" in location "United States" shows up 558 results.[2]<p>Their entire management team is in the US, and of their 17 data centres, only 1 is in China.[3][4]<p>[1] <a href="https://www.sec.gov/ix?doc=/Archives/edgar/data/1585521/000158552120000095/zm-20200131.htm" rel="nofollow">https://www.sec.gov/ix?doc=/Archives/edgar/data/1585521/0001...</a>
[2] <a href="https://www.linkedin.com/search/results/people/?facetCurrentCompany=%5B%222532259%22%5D&facetGeoRegion=%5B%22us%3A0%22%5D&keywords=engineer&origin=FACETED_SEARCH" rel="nofollow">https://www.linkedin.com/search/results/people/?facetCurrent...</a>
[3] <a href="https://zoom.us/team" rel="nofollow">https://zoom.us/team</a>
[4] <a href="https://blog.zoom.us/wordpress/2020/05/04/navigating-a-new-chapter-for-zoom/" rel="nofollow">https://blog.zoom.us/wordpress/2020/05/04/navigating-a-new-c...</a></p>
]]></description><pubDate>Fri, 08 May 2020 01:12:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=23110345</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=23110345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23110345</guid></item><item><title><![CDATA[New comment by damanamathos in "Zoom admits some calls were routed through China by mistake"]]></title><description><![CDATA[
<p>China did block Zoom for 2 months last year.<p><a href="https://status.zoom.us/incidents/xbmxyfpnv4jq" rel="nofollow">https://status.zoom.us/incidents/xbmxyfpnv4jq</a></p>
]]></description><pubDate>Sun, 05 Apr 2020 13:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=22785509</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=22785509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22785509</guid></item><item><title><![CDATA[New comment by damanamathos in "SpaceX bans Zoom over privacy concerns"]]></title><description><![CDATA[
<p>It was one of the fastest-growing SAAS companies before coronavirus hit despite all the free competition.<p>The reason? "It just works."<p>It's clear their singular focus on making it "just work" for even the least tech-savvy users has led them to prioritise user experience over security/privacy. I imagine a rebalancing is coming.</p>
]]></description><pubDate>Thu, 02 Apr 2020 00:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22755025</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=22755025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22755025</guid></item><item><title><![CDATA[New comment by damanamathos in "SpaceX bans Zoom over privacy concerns"]]></title><description><![CDATA[
<p>Webex also has a large engineering team in China too.<p>The senior people are all in the US though.</p>
]]></description><pubDate>Wed, 01 Apr 2020 23:53:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=22754824</link><dc:creator>damanamathos</dc:creator><comments>https://news.ycombinator.com/item?id=22754824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22754824</guid></item></channel></rss>