<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: innagadadavida</title><link>https://news.ycombinator.com/user?id=innagadadavida</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 09:13:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=innagadadavida" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by innagadadavida in "All phones sold in the EU to have replaceable batteries from 2027"]]></title><description><![CDATA[
<p>Legally can this be satisfied by shipping a MagSafe battery pack or is that considered insufficient?</p>
]]></description><pubDate>Mon, 20 Apr 2026 22:45:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47842044</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47842044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47842044</guid></item><item><title><![CDATA[New comment by innagadadavida in "Antirez is working on a Hacker News alternative"]]></title><description><![CDATA[
<p>Can we have a more mobile friendly site. It’s impossible to read with larger fonts on my mobile device</p>
]]></description><pubDate>Thu, 16 Apr 2026 18:04:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47797222</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47797222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47797222</guid></item><item><title><![CDATA[New comment by innagadadavida in "Ollama is now powered by MLX on Apple Silicon in preview"]]></title><description><![CDATA[
<p>These are all great statistics, but how do you explain ClawdBot explosion. Even in lower income countries like China. So much demand that Apple can’t keep up production of Mac Minis. Why aren’t these folks going towards cloud solutions? Is it cost or is there some consideration for having more control over their data?</p>
]]></description><pubDate>Tue, 31 Mar 2026 15:31:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47588853</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47588853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47588853</guid></item><item><title><![CDATA[New comment by innagadadavida in "The Mac screenshot tool for builders"]]></title><description><![CDATA[
<p>All you need to remember is cmd-ctrl-shift-4. Apple chose some terrible defaults here but as you use this your fingers will remember without your brain getting involved. The app fails to mention this obvious built in option.</p>
]]></description><pubDate>Mon, 23 Mar 2026 21:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495655</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47495655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495655</guid></item><item><title><![CDATA[New comment by innagadadavida in "Apple Exclaves and the Secure Design of the Neo's On-Screen Camera Indicator"]]></title><description><![CDATA[
<p>What happens when you screen share - does those pixels show as active or the kernel cannot read the state of those pixels and the capture has the video memory state?</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47415248</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47415248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47415248</guid></item><item><title><![CDATA[New comment by innagadadavida in "macOS's Little-Known Command-Line Sandboxing Tool (2025)"]]></title><description><![CDATA[
<p>I went down the sandbox-exec rabbit hole recently trying to get a “safe shell” for poking at random GitHub projects. I eventually realized I was solving the wrong problem.<p>For development you usually don’t need a kernel policy language - you mostly want:
 1. builds not trashing your real $HOME
 2. no dotfiles/config pollution
 3. some basic separation if a project does something dumb<p>A much simpler (and more reliable) alternative on macOS is just a dedicated throwaway user account. macOS already isolates home directories, keychains, and app state per-user, so you get a practical sandbox without fighting SBPL quirks or mysterious denials.<p>My workflow now: I have a user called rsh. I clone and build everything there. My real home directory stays clean. If a project goes crazy, it only damages /Users/rsh<p>It also avoids the “1000 hidden files in your home folder” problem that a lot of language ecosystems cause.<p>Minimal setup :<p>sudo sysadminctl -addUser rsh -password $(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 16);
sudo dseditgroup -o edit -d rsh -t user admin || true;
sudo install -d -m 755 -o rsh -g staff /Users/rsh/projects<p>Then add this alias to your ~/.zshrc command:<p>alias rsh='sudo -iu rsh /bin/zsh -l'<p>After that I just run rsh, clone repos into ~/projects, and build there.</p>
]]></description><pubDate>Sat, 21 Feb 2026 18:14:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47103177</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47103177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47103177</guid></item><item><title><![CDATA[New comment by innagadadavida in "WebMCP Proposal"]]></title><description><![CDATA[
<p>Demo I built 5 months ago: <a href="https://www.youtube.com/watch?v=02O2OaNsLIk" rel="nofollow">https://www.youtube.com/watch?v=02O2OaNsLIk</a>
This exposes ecommerce specific tool calls as regular javascript functions as it is more lightweight than going the MCP route.<p>It's great they are working on standardizing this so websites don't have to integrate with LLMs. The real opportunity seems to be able to automatically generate the tool calls / MCP schema by inspecting the website offline - I automated this using PLayright MCP.</p>
]]></description><pubDate>Mon, 16 Feb 2026 19:07:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47038918</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=47038918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47038918</guid></item><item><title><![CDATA[Show HN: Faaadmv – check and renew CA DMV registration]]></title><description><![CDATA[
<p>Hi HN,<p>I built a small tool called faaadmv. It is a REPL that helps check and renew California DMV registration. It runs Playwright in headed mode so I can watch the automation and solve any CAPTCHA if needed.<p>I made this because the CA DMV site feels user hostile. Every year I keep missing my deadline, then I pay hundreds of dollars in fines. I wanted something that is fast, visible, and less frustrating.<p>Main features:
- REPL menu, simple keys
- Watch mode on by default
- Multi vehicle support
- Status check and renewal dry run
- Local encrypted config and keychain for payment
- Screenshots and debug logs stored locally<p>Repo: <a href="https://github.com/AshKash/faaadmv" rel="nofollow">https://github.com/AshKash/faaadmv</a><p>I cannot test the real renewal process right now because my cars were renewed recently. I am looking for someone to help test and debug the renewal flow.<p>I would love feedback on UX and reliability. If you try it and it breaks, please share what happened.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46940635">https://news.ycombinator.com/item?id=46940635</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Feb 2026 01:45:31 +0000</pubDate><link>https://github.com/AshKash/faaadmv</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46940635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46940635</guid></item><item><title><![CDATA[New comment by innagadadavida in "NIMBYs aren't just shutting down housing"]]></title><description><![CDATA[
<p>A key issue that often gets missed is that job growth and housing supply are tightly linked. When cities add office jobs without adding enough housing, the results are predictable: longer commutes, overcrowded housing, or both.<p>In that sense, it makes little sense to approve large amounts of office space without considering the housing capacity needed to support it. If the jobs-to-housing ratio grows too high, the costs are pushed onto workers and surrounding areas rather than being addressed directly.<p>This problem is compounded by limited public transit and inadequate road infrastructure. Framing the issue solely as NIMBY opposition misses the structural imbalance at the core of the problem.<p>Instead of treating symptoms or assigning blame, governments should focus on correcting the underlying mismatch between employment growth and housing supply.</p>
]]></description><pubDate>Fri, 06 Feb 2026 17:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46915733</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46915733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46915733</guid></item><item><title><![CDATA[New comment by innagadadavida in "FBI couldn't get into WaPo reporter's iPhone because Lockdown Mode enabled"]]></title><description><![CDATA[
<p>Is there a way to setup Mac disabling Touch ID  if the linked phone goes into lockdown or Face ID requires passcode? Apple could probably add that.</p>
]]></description><pubDate>Thu, 05 Feb 2026 16:58:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46901747</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46901747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46901747</guid></item><item><title><![CDATA[New comment by innagadadavida in "Over 36,500 killed in Iran's deadliest massacre, documents reveal"]]></title><description><![CDATA[
<p>It’s not just the US based liberals. Al Jazeera doesn’t have a single mention on the number or people in Iran that were killed but they do have an article about all the Palestinians killed since over a year.</p>
]]></description><pubDate>Tue, 27 Jan 2026 19:28:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46785115</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46785115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46785115</guid></item><item><title><![CDATA[New comment by innagadadavida in "Judge orders release of man arrested in Minneapolis by ICE with a battering RAM"]]></title><description><![CDATA[
<p>This is interesting, so for a non white legal resident, just carrying your firearm around these people is sufficient to signal that you should be left alone.</p>
]]></description><pubDate>Sat, 17 Jan 2026 06:27:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46655824</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46655824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46655824</guid></item><item><title><![CDATA[New comment by innagadadavida in "Can You Disable Spotlight and Siri in macOS Tahoe?"]]></title><description><![CDATA[
<p>Spotlight search relevancy is a complete joke. If only they did some embedding based search across the system and paid attention to basic precision recall numbers. This has gone from bad to worse quickly.</p>
]]></description><pubDate>Sat, 17 Jan 2026 00:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46653875</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46653875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46653875</guid></item><item><title><![CDATA[New comment by innagadadavida in "‘ELITE’: The Palantir app ICE uses to find neighborhoods to raid"]]></title><description><![CDATA[
<p>Another hypothetical is what if those 100 million turn out to be right wing radicals.</p>
]]></description><pubDate>Fri, 16 Jan 2026 00:37:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46641549</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46641549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46641549</guid></item><item><title><![CDATA[New comment by innagadadavida in "‘ELITE’: The Palantir app ICE uses to find neighborhoods to raid"]]></title><description><![CDATA[
<p>I think a more comprehensive and simpler explanation is that the people protesting just hate this administration. They don't go about making lists like this and then think they need to go protest. They just see a guy they despise and start protesting. Hate is really powerful.</p>
]]></description><pubDate>Fri, 16 Jan 2026 00:35:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46641529</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46641529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46641529</guid></item><item><title><![CDATA[New comment by innagadadavida in "‘ELITE’: The Palantir app ICE uses to find neighborhoods to raid"]]></title><description><![CDATA[
<p>I feel that the mob doesn't understand nuance and right now that mob is fighting for control for definitions of words and what is moral and ethical without giving you the freedom to choose for yourself and accepting it without malice. It's vicious and tiring and definitly not productive.</p>
]]></description><pubDate>Fri, 16 Jan 2026 00:25:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46641457</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46641457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46641457</guid></item><item><title><![CDATA[New comment by innagadadavida in "Ask HN: Iran's 120h internet shutdown, phones back. How to stay resilient?"]]></title><description><![CDATA[
<p>A while back there was a lot of hype on ultra wide band that is some sort of pulse code modulation and it being trails t to jamming. Can military jammers jam these too? Or is this similar to spread spectrum and the same jammers work for UWB as well?</p>
]]></description><pubDate>Wed, 14 Jan 2026 16:40:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46618279</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46618279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46618279</guid></item><item><title><![CDATA[New comment by innagadadavida in "Why is the Gmail app 700 MB?"]]></title><description><![CDATA[
<p>Size should be a product metric so that it is tracked and optimized. Same goes for memory consumption. It's easy for product to come up with features and run the enxt cool experiment but your users don't care about any of that.</p>
]]></description><pubDate>Tue, 06 Jan 2026 22:44:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46519902</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46519902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46519902</guid></item><item><title><![CDATA[New comment by innagadadavida in "U.S. Attack to Seize Greenland Would End NATO, Danish Prime Minister Says"]]></title><description><![CDATA[
<p>The Netflix series Turning Point talks about fall of the Berlin wall and the relevance of NATO after the Warsaw pact ended. Putin wanted NATO to end but his actions only made it stronger. It looks like this will collapse from the inside without the Russian involvment.</p>
]]></description><pubDate>Tue, 06 Jan 2026 21:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46519344</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46519344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46519344</guid></item><item><title><![CDATA[New comment by innagadadavida in "Venezuela's interim government says it is united behind Maduro"]]></title><description><![CDATA[
<p>No I did not. Moreover the bodyguards were Cuban mercenary, not civilian nor Venezuelan military.</p>
]]></description><pubDate>Mon, 05 Jan 2026 16:49:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46501166</link><dc:creator>innagadadavida</dc:creator><comments>https://news.ycombinator.com/item?id=46501166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46501166</guid></item></channel></rss>