<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: orbisvicis</title><link>https://news.ycombinator.com/user?id=orbisvicis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 01:55:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=orbisvicis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by orbisvicis in "Google broke its promise to me – now ICE has my data"]]></title><description><![CDATA[
<p>Yeah, but proprietary baseband blobs don't control power, right? So if I turn the phone off, the radio ought to be dead... fingers crossed.</p>
]]></description><pubDate>Thu, 16 Apr 2026 05:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47789056</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47789056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47789056</guid></item><item><title><![CDATA[New comment by orbisvicis in "Google broke its promise to me – now ICE has my data"]]></title><description><![CDATA[
<p>"""
If the battery runs out or device is off<p>For supported devices, which include Pixel 8, Pixel 9, and Pixel 10 series, the Find Hub network can locate your phone for several hours even if the battery runs out or the device is powered off.
"""<p><a href="https://support.google.com/android/answer/3265955?hl=en#zippy=%2Cstep-find-offline-devices-and-devices-without-power" rel="nofollow">https://support.google.com/android/answer/3265955?hl=en#zipp...</a><p>Couldn't find any official documentation from Apple, but there's this:<p><a href="https://www.howtogeek.com/805624/what-does-iphone-findable-after-power-off-mean/#how-does-it-work" rel="nofollow">https://www.howtogeek.com/805624/what-does-iphone-findable-a...</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 03:39:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47788399</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47788399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47788399</guid></item><item><title><![CDATA[New comment by orbisvicis in "Google broke its promise to me – now ICE has my data"]]></title><description><![CDATA[
<p>What about the find-my-phone BLE database, for which I just learned modern phones broadcast even when off? Is that controlled by the OS (Google, Apple) and not the carrier?</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:40:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47784185</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47784185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47784185</guid></item><item><title><![CDATA[New comment by orbisvicis in "Google broke its promise to me – now ICE has my data"]]></title><description><![CDATA[
<p>How was Amandla even identified? Stingray at the protest? Then how was the phone number linked to Google? Facial recognition at the protest? I guess his details are on file under terms of the visa? So then the government simply asks Google for all details on the individual by name? Either is pretty disturbing.</p>
]]></description><pubDate>Wed, 15 Apr 2026 18:50:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783499</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47783499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783499</guid></item><item><title><![CDATA[Contained Codex Networking]]></title><description><![CDATA[
<p>This is a bit odd, because it was going to start off as an Ask, and now its a hybrid Show/Ask.<p>The ask being, how in the world do I make use of Codex's proxy networking? I wanted Codex to have access to local services (not MCP servers) running outside its bubblewrap. The default config.toml file ships with this:<p><pre><code>  [permissions.network]
  # enabled = true
  # proxy_url = "http://127.0.0.1:43128"
  # admin_url = "http://127.0.0.1:43129"
  # enable_socks5 = false
  # socks_url = "http://127.0.0.1:43130"
  # enable_socks5_udp = false
  # allow_upstream_proxy = false
  # dangerously_allow_non_loopback_proxy = false
  # dangerously_allow_non_loopback_admin = false
  # dangerously_allow_all_unix_sockets = false
  # mode = "limited"                           # limited | full
  # allowed_domains = ["api.openai.com"]
  # denied_domains = ["example.com"]
  # allow_unix_sockets = ["/var/run/docker.sock"]
  # allow_local_binding = false
</code></pre>
I couldn't get it to work, so I downloaded Codex's source code and pointed Codex at it, but after a few hours it hadn't fared any better. I was thinking about asking here because nowhere else is 1000% all-in on AI, but for such a simple question I decided to concurrently try building my own network container... Which was a pain in the butt. First I proxied local traffic, forgetting that codex needs openai.com/chatgpt.com to work. Then I ran into systemd-resolved binding :53 SO_BINDTODEVICE, likely a symptom of I-think-I-know-best-itis, so I couldn't redirect DNS. There were lots of other paper-cuts, but a week later I consider this a really interesting deep-dive into Linux networking.<p>Anyway what I have here [1] is somewhat of a one-off, but also a really useful guide to building a network namespace container. Hopefully it'll be a useful roadmap for others.<p>1. https://gist.github.com/orbisvicis/347fb8439b658fd6161486f3de1e1ea0</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47760640">https://news.ycombinator.com/item?id=47760640</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Apr 2026 02:43:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47760640</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47760640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47760640</guid></item><item><title><![CDATA[New comment by orbisvicis in "Practical Advice to Avoid Getting Pwned by a State Actor Using AI"]]></title><description><![CDATA[
<p>* unresolved personal vignette
* ad copy for mythos 
* generic advice</p>
]]></description><pubDate>Thu, 09 Apr 2026 00:24:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47697857</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47697857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47697857</guid></item><item><title><![CDATA[New comment by orbisvicis in "MegaTrain: Full Precision Training of 100B+ Parameter LLMs on a Single GPU"]]></title><description><![CDATA[
<p>That's interesting. So you want to train language, linguistic reasoning, and tool use, but otherwise strip out all knowledge in lieu of a massive context? Just grade they model on how well it can access local information, perhaps also run tools?</p>
]]></description><pubDate>Thu, 09 Apr 2026 00:02:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47697731</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47697731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47697731</guid></item><item><title><![CDATA[New comment by orbisvicis in "Show HN: Hippo, biologically inspired memory for AI agents"]]></title><description><![CDATA[
<p>Isn't this the idea behind holographic memory? Chopping the image in half gets you the same image at half the resolution? Or so I've heard...<p>What you want is a context mipmap.<p>Then there was the Claude article describing using filesystem hierarchy to organize markdown knowledge, which apparently beats RAG.</p>
]]></description><pubDate>Tue, 07 Apr 2026 03:37:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47670456</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47670456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47670456</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sky Wins Irish Court Order to Unmask 300 Pirate IPTV Users via Revolut Bank"]]></title><description><![CDATA[
<p>That's why I don't feel bad pirating textbooks.</p>
]]></description><pubDate>Sun, 29 Mar 2026 22:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568177</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47568177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568177</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sky Wins Irish Court Order to Unmask 300 Pirate IPTV Users via Revolut Bank"]]></title><description><![CDATA[
<p>For example:<p>Good. The internet is meant to uplift human society, not enable petty theft. If only they could have gone after each thief to take back the money they stole.<p>- signed, not-Asooka</p>
]]></description><pubDate>Sun, 29 Mar 2026 22:30:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568097</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47568097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568097</guid></item><item><title><![CDATA[New comment by orbisvicis in "LLMs can be exhausting"]]></title><description><![CDATA[
<p>Ehh, I find that the most tedious code is also the most sensitive to errors, stuff that blurs the divide between code and data.</p>
]]></description><pubDate>Mon, 16 Mar 2026 02:37:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394555</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47394555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394555</guid></item><item><title><![CDATA[New comment by orbisvicis in "Judge orders government to begin refunding more than $130B in tariffs"]]></title><description><![CDATA[
<p>What is it like purchasing consumer goods from the EU under the new 10% section 122 rates? Previously I could have expected 25% tariffs + UPS/govt fees equivalent to another 40%. But hearing the horrors of shippers (UPS, FedEx, DHL) charging import fees equivalent to 1000% with no recourse to refuse the shipment and recoup costs, I never pulled the trigger. Has anything changed with the section 122 rates, especially considering the $800 de minimus exception won't be reinstated?</p>
]]></description><pubDate>Fri, 06 Mar 2026 13:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47274814</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47274814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47274814</guid></item><item><title><![CDATA[New comment by orbisvicis in "Weave – A language aware merge algorithm based on entities"]]></title><description><![CDATA[
<p>That's a really good point. I'm not familiar with Unison, but I think that's the idea behind the language?<p><a href="https://www.unison-lang.org/" rel="nofollow">https://www.unison-lang.org/</a></p>
]]></description><pubDate>Wed, 04 Mar 2026 09:26:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47245082</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47245082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47245082</guid></item><item><title><![CDATA[New comment by orbisvicis in "Weave – A language aware merge algorithm based on entities"]]></title><description><![CDATA[
<p>It's still possible for two commits to conflict only semantically, one obsoleting the other. Merging both would lead to dead code so perhaps stricter (line-base or ast-based) conflicts would be preferable.</p>
]]></description><pubDate>Wed, 04 Mar 2026 09:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47245076</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47245076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47245076</guid></item><item><title><![CDATA[New comment by orbisvicis in "I am directing the Department of War to designate Anthropic a supply-chain risk"]]></title><description><![CDATA[
<p>No, it's 996 for 845 wages.</p>
]]></description><pubDate>Fri, 27 Feb 2026 23:32:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47187541</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47187541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47187541</guid></item><item><title><![CDATA[New comment by orbisvicis in "I am directing the Department of War to designate Anthropic a supply-chain risk"]]></title><description><![CDATA[
<p>Do we need a "human in the loop" when targeting autonomous machines?</p>
]]></description><pubDate>Fri, 27 Feb 2026 23:29:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47187506</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47187506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47187506</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sizing chaos"]]></title><description><![CDATA[
<p>> By destandardising sizes<p>Oh. I thought there was an outside chance you intended a positive response. Ah well.<p>> Age, health and status<p>I can understand age. But wouldn't everyone want to signal good health and high status?</p>
]]></description><pubDate>Thu, 19 Feb 2026 07:45:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47071042</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47071042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47071042</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sizing chaos"]]></title><description><![CDATA[
<p>eBay? Can you elaborate? Do you mean used clothes like on Poshmark? And does eBay really publish decent clothes measurements?</p>
]]></description><pubDate>Thu, 19 Feb 2026 07:37:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47071000</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47071000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47071000</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sizing chaos"]]></title><description><![CDATA[
<p>If only, but wouldn't dimensions work just as well as pattern/silhouette visualizations? And finding retail dimensions is the hard part.<p>Hey, how close are we to being able to 3d print our own clothing?</p>
]]></description><pubDate>Thu, 19 Feb 2026 07:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47070987</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47070987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47070987</guid></item><item><title><![CDATA[New comment by orbisvicis in "Sizing chaos"]]></title><description><![CDATA[
<p>Ironically I think the hourglass high-rise means I can wear (some) women's pants without tightness in the crotch, and the extra back rise is great when sitting.</p>
]]></description><pubDate>Thu, 19 Feb 2026 07:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47070945</link><dc:creator>orbisvicis</dc:creator><comments>https://news.ycombinator.com/item?id=47070945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47070945</guid></item></channel></rss>