<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: nickzana</title><link>https://news.ycombinator.com/user?id=nickzana</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 31 Aug 2026 08:15:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nickzana" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nickzana in "Arbitrary code execution in QubesOS via copy-to-VM error reporting backchannel"]]></title><description><![CDATA[
<p>I believe this is a vulnerability that occurs when copying data <i>from</i> dom0, which is a more common task. Generally the Qubes model recommends copying data from more trusted VMs to less trusted VMs, and dom0 still runs some system-wide processes in many default configurations.<p>For example when you take a screenshot with xfce4-screenshooter, the file is saved to dom0, and you have to use qvm-copy-to-vm to move it to a (less trusted) qube to do something with it. That's the most frequent use case, at least for me.</p>
]]></description><pubDate>Sun, 30 Aug 2026 15:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49499277</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=49499277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49499277</guid></item><item><title><![CDATA[Devin for Terminal]]></title><description><![CDATA[
<p>Article URL: <a href="https://devin.ai/terminal">https://devin.ai/terminal</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47897953">https://news.ycombinator.com/item?id=47897953</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Apr 2026 02:00:04 +0000</pubDate><link>https://devin.ai/terminal</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=47897953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897953</guid></item><item><title><![CDATA[New comment by nickzana in "OpenClaw is changing my life"]]></title><description><![CDATA[
<p>I haven't tried OpenClaw, but I gave Claude Code an account on my Forgejo instance. I found issues and PRs to be a very good level of abstraction for interfacing with the new agent teams feature, as well as bringing the "anytime, anywhere, low activation energy" benefits this article talks about.<p>I let it run in a VM on my desktop and I can check on its progress and provide feedback any time. Only took a few iterations of telling it to tweak its workflow to land on something very productive. Doesn't work for everything but it covers a lot of my work.</p>
]]></description><pubDate>Mon, 09 Feb 2026 00:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46940294</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=46940294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46940294</guid></item><item><title><![CDATA[Google Cloud's Approach to Change]]></title><description><![CDATA[
<p>Article URL: <a href="https://cloud.google.com/docs/cloud-approach-to-change">https://cloud.google.com/docs/cloud-approach-to-change</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44664766">https://news.ycombinator.com/item?id=44664766</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 23 Jul 2025 22:38:26 +0000</pubDate><link>https://cloud.google.com/docs/cloud-approach-to-change</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=44664766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44664766</guid></item><item><title><![CDATA[New comment by nickzana in "Mozilla claims Apple, Google and Microsoft force users to use default browsers"]]></title><description><![CDATA[
<p>Passkeys do have a (partial) solution to this problem: multi-device credentials. See the videos at the bottom of [1].<p>Say you install an app/visit a website on your phone and register an account with a passkey. My current understanding is that on iOS 16, the passkey lives in your iCloud keychain. If you want to sign in on a Mac on Safari, you can just visit the website and the discoverable credential from your phone will appear when you try to log into the site with webauthn. The website will be able to tell that you're logging in from a new device and optionally require additional authentication.<p>If you want to sign in on a device that doesn't have access to your keychain, you can use your phone as an authenticator over a combination of Bluetooth and a tunnel server by scanning a QR code on that device with your phone. The site is then <i>supposed</i> to prompt you to register the new device with whatever its local passkey solution is.<p>The best source I could find for how this protocol works at a technical level is an episode of "Security. Cryptography. Whatever" on passkeys. I guess the specs aren't exactly public yet (at least since I last checked) and are only available to fido alliance members.<p>I've been trying to work on figuring out ways to build a "passkey manager" of sorts to live up to the potential webauthn offers with hardware-backed credentials that are also synced and backed up (to an offsite key). As far as I can tell, as mentioned in another comment, this just doesn't seem to be a priority for the fido alliance, which is a real shame.<p>I'm cautiously waiting to see how 1Password deals with passkeys, given that they're one of the few FIDO members with a vested interest in being cross platform, but I'm betting they'll just implement a software keystore built into their current vaults without any hardware backing.<p>[1] <a href="https://fidoalliance.org/multi-device-fido-credentials/" rel="nofollow">https://fidoalliance.org/multi-device-fido-credentials/</a></p>
]]></description><pubDate>Sat, 24 Sep 2022 05:58:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=32960042</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=32960042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32960042</guid></item><item><title><![CDATA[New comment by nickzana in "Show HN: A virtual Yubikey device for 2FA/WebAuthN"]]></title><description><![CDATA[
<p>That's essentially what passkeys are: a consumer-friendly name for on-device FIDO keys you can use over webauthn, along with (in the apple/google/Microsoft case) a mechanism for syncing/backup/recovery provided by your platform account provider. The keys are still backed by hardware, but instead of an external key it uses the internal platform security module (TPM, Secure Enclave, etc.)<p>You can use your phone without the syncing part to authenticate other device through a mix of a QR code, a tunnel server, and Bluetooth.</p>
]]></description><pubDate>Sun, 18 Sep 2022 14:55:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32888053</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=32888053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32888053</guid></item><item><title><![CDATA[New comment by nickzana in "The Next Chapter for Learning on YouTube"]]></title><description><![CDATA[
<p>Nebula has also recently started selling skillshare/masterclass-esque classes in addition to the main video platform product. Many (maybe all???) are taught by existing Nebula creators.<p>The classes are advertised on the Nebula homepage to subscribers, but require additional payment.</p>
]]></description><pubDate>Sat, 10 Sep 2022 05:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=32788033</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=32788033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32788033</guid></item><item><title><![CDATA[New comment by nickzana in "Attacking Titan M with Only One Byte"]]></title><description><![CDATA[
<p>Isn't it better to leave them exposed and make it easier for security researchers who genuinely want to test the chip? Someone interested in and capable of developing and using/selling an exploit won't be deterred by needing a special cable to get a UART console, whereas a security researcher might appreciate the simpler access.<p>So long as it doesn't weaken the actual security model, companies should make their products as easy to analyze as possible imo.</p>
]]></description><pubDate>Mon, 15 Aug 2022 16:27:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=32471736</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=32471736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32471736</guid></item><item><title><![CDATA[New comment by nickzana in "Review of /e/ – Android-based alternative for mobile phones"]]></title><description><![CDATA[
<p>Google Pixels generally have the best support for alternate OSes, especially from a security POV. See CalyxOS and GrapheneOS, which primarily/only support Pixels thanks to their ability to re-lock the bootloader.<p>I doubt third party Android distributions pose any real threat to Google given that 99% of people will stick to the default.</p>
]]></description><pubDate>Thu, 11 Aug 2022 00:05:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=32420024</link><dc:creator>nickzana</dc:creator><comments>https://news.ycombinator.com/item?id=32420024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32420024</guid></item></channel></rss>