<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: Cyphase</title><link>https://news.ycombinator.com/user?id=Cyphase</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 11:08:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Cyphase" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Cyphase in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I've been on sabbatical (not on leave from anywhere, just decided to take a break from work) for months now, taking some time for myself. Minimal tech stuff until more recently, but now I'm back in the deep end.<p>The main thing I'm currently working on is a platform for organizing and discovering in-person events. Still not certain about the boundaries for "Phase 1", but I have a bunch of ideas in that space that I've been incubating for a while. One subset of features will be roughly similar to that app you've probably heard of that starts with 'M' and ends with 'p', but hopefully an improvement, at least for the right audience. But wait, there's more. :)<p>Currently building it; it's not public yet, so no link. Next month. I also have an external deadline around that time.<p>Thinking about how to grow the userbase is intimidating, but I think it might end up being fun.</p>
]]></description><pubDate>Mon, 13 Apr 2026 07:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748869</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47748869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748869</guid></item><item><title><![CDATA[New comment by Cyphase in "Launch an autonomous AI agent with sandboxed execution in 2 lines of code"]]></title><description><![CDATA[
<p>Wrong story. :)<p><a href="https://news.ycombinator.com/item?id=47387268">https://news.ycombinator.com/item?id=47387268</a></p>
]]></description><pubDate>Wed, 18 Mar 2026 08:44:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47423207</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47423207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47423207</guid></item><item><title><![CDATA[New comment by Cyphase in "Kagi Translate now supports LinkedIn Speak as an output language"]]></title><description><![CDATA[
<p>Input (source: <a href="https://news.ycombinator.com/item?id=9272">https://news.ycombinator.com/item?id=9272</a>):<p>1. re: the first part, many people want something plug and play. and even if they were plug and play, the problem is that the user experience (on windows at least) with online drives generally sucks, and you don't have disconnected access.<p>windows for sure doesn't hide latency well (CIFS is bad, webdav etc. are worse), and most apps are written as if the disk was local, and assume, for example, accessing a file only takes a few ms. if the server is 80ms away, and you do 100 accesses (e.g. the open file common dialog listing a directory and poking files for various attributes or icons) serially, suddenly your UI locks up for _seconds_ (joel spolsky summarizes this well in his article on leaky abstractions.) ditto saving any file; you change one character in your 20mb word file and hit save, and your upstream-capped 40k/sec comcast connection is hosed for 8 minutes. sure for docs of a few hundred k it's fine, but doing work on large docs on an online drive feels like walking around with cinder blocks tied to your feet. anyway, the point of that rant was that dropbox uses a _local_ folder with efficient sync in the background, which is an important difference :)<p>2. true, if you're both not at your computer and on another computer without net access, this won't replace a usb drive :) but the case i'm worried about is being, for example, on a plane, and dropbox will let you get to the most recent version of your docs at the time you were last connected, and will sync everything up when you get back online (without you having to copy anything or really do anything.)<p>3. there are some unannounced viral parts i didn't get to show in there :) it'll be a freemium model. up to x gb free, tiered plans above that.<p>---<p>Output (emoji not shown on HN):<p>1. Re: the first point, the market is craving a seamless "plug and play" experience.  Even with that, the current UX for online drives—especially on Windows—is frankly subpar and lacks offline accessibility.<p>Windows struggles with latency (CIFS and WebDAV just don't cut it), and most legacy apps assume local disk speeds. When you're dealing with 80ms of latency over 100 serial accesses, your UI freezes for seconds. (Shoutout to Joel Spolsky’s piece on leaky abstractions—classic read! ) Saving files is another bottleneck; a minor edit on a 20MB file can choke a standard connection for minutes. While it works for small docs, managing large files on a cloud drive feels like running with lead weights.   That’s why Dropbox is a game-changer: it leverages a <i>local</i> folder with high-efficiency background syncing. Huge differentiator!<p>2. Valid point—if you’re offline and away from your primary device, a USB drive is still king.  But for the "airplane mode" scenario, Dropbox ensures you have the latest versions of your docs ready to go. Once you’re back online, it syncs everything automatically. Zero friction.<p>3. We’ve got some exciting viral features under wraps that I couldn't showcase just yet!  We’re moving forward with a freemium model: generous free storage to start, with tiered premium plans for power users.  #CloudComputing #SaaS #Innovation #UserExperience</p>
]]></description><pubDate>Tue, 17 Mar 2026 11:16:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411131</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47411131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411131</guid></item><item><title><![CDATA[New comment by Cyphase in "Kagi Translate now supports LinkedIn Speak as an output language"]]></title><description><![CDATA[
<p>Input (source: <a href="https://news.ycombinator.com/item?id=9224">https://news.ycombinator.com/item?id=9224</a>):<p>I have a few qualms with this app:<p>1. For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.<p>2. It doesn't actually replace a USB drive. Most people I know e-mail files to themselves or host them somewhere online to be able to perform presentations, but they still carry a USB drive in case there are connectivity problems. This does not solve the connectivity issue.<p>3. It does not seem very "viral" or income-generating. I know this is premature at this point, but without charging users for the service, is it reasonable to expect to make money off of this?<p>---<p>Output (emoji not shown on HN):<p>I have a few thoughts on this app!<p>1. For the Linux community, building a similar system is actually quite straightforward. By leveraging an FTP account, mounting it locally with curlftpfs, and utilizing SVN or CVS, you can achieve this functionality today. Windows and Mac users can also access these accounts through native software.<p>2. Does it truly replace the USB drive?  While many of us rely on email or cloud hosting for presentations, the "offline" factor is still a major pain point. Most professionals still carry a USB drive as a fail-safe for connectivity issues, which this solution doesn't quite address yet.<p>3. Looking at the business model and growth potential—is there a clear path to monetization? It might be early days, but without a subscription or fee-based structure, I’m curious to see how this scales into a sustainable revenue-generating machine.<p>What do you all think? Let’s discuss in the comments!  #TechThoughts #Innovation #SaaS #ProductFeedback</p>
]]></description><pubDate>Tue, 17 Mar 2026 11:13:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411103</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47411103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411103</guid></item><item><title><![CDATA[New comment by Cyphase in "Lf-lean: The frontier of verified software engineering"]]></title><description><![CDATA[
<p>I'm not seeing that. Which permissions?</p>
]]></description><pubDate>Tue, 17 Mar 2026 05:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47408942</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47408942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47408942</guid></item><item><title><![CDATA[New comment by Cyphase in "The 49MB web page"]]></title><description><![CDATA[
<p>RSS and feed readers still exist! All hope is not lost.</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:34:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391591</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47391591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391591</guid></item><item><title><![CDATA[New comment by Cyphase in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>How often do you find issues during review? What kinds of issues?</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:21:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391447</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47391447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391447</guid></item><item><title><![CDATA[New comment by Cyphase in "Montana passes Right to Compute act (2025)"]]></title><description><![CDATA[
<p>I read "position" as "poison" a few times before I got it.</p>
]]></description><pubDate>Sun, 15 Mar 2026 06:00:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47384717</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47384717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47384717</guid></item><item><title><![CDATA[New comment by Cyphase in "Please do not A/B test my workflow"]]></title><description><![CDATA[
<p>I think we're getting lost in the weeds. This has almost nothing to do with the LLM. It's about A/B testing. There's a piece of software where the behavior is being changed in unannounced and unexpected ways, at least as far as the author is concerned. The same criticism could apply to any other "workflow" or "professional" software.<p>There's some added flavor because the LLM is indeed non-deterministic, which could make it harder to realize that a change in behavior is caused by a change in the software, not randomness from the LLM. But there is also lots of software that deals with non-deterministic things that aren't LLMs, e.g. networks, physical sensors, scientific experiments, etc. Am I getting more timeouts because something is going on in my network or because some software I use is A/B testing some change?</p>
]]></description><pubDate>Sat, 14 Mar 2026 14:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47377165</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47377165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47377165</guid></item><item><title><![CDATA[New comment by Cyphase in "Please Do Not A/B Test My Workflow"]]></title><description><![CDATA[
<p>There's a difference between "LLMs are inherently black boxes that require lots of work to attempt to understand" and explicitly changing how a piece of software works.<p>Should people not complain about unannounced changes to the contents of their food or medicine because we don't understand everything about how the human body works?</p>
]]></description><pubDate>Sat, 14 Mar 2026 14:01:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376791</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47376791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376791</guid></item><item><title><![CDATA[New comment by Cyphase in "Returning to Rails in 2026"]]></title><description><![CDATA[
<p>Real programmers use butterflies. <a href="https://xkcd.com/378/" rel="nofollow">https://xkcd.com/378/</a></p>
]]></description><pubDate>Thu, 12 Mar 2026 14:14:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47350815</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47350815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47350815</guid></item><item><title><![CDATA[New comment by Cyphase in "Optical Scale-Up Consortium Established to Create an Open Spec for AI Infra"]]></title><description><![CDATA[
<p>Full title (too long for HN) includes founding members:<p>Optical Scale-up Consortium Established to Create an Open Specification for AI Infrastructure Led by Founding Members AMD, Broadcom, Meta, Microsoft, NVIDIA and OpenAI</p>
]]></description><pubDate>Thu, 12 Mar 2026 13:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47350620</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47350620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47350620</guid></item><item><title><![CDATA[Optical Scale-Up Consortium Established to Create an Open Spec for AI Infra]]></title><description><![CDATA[
<p>Article URL: <a href="https://oci-msa.org/news/">https://oci-msa.org/news/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47350592">https://news.ycombinator.com/item?id=47350592</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 12 Mar 2026 13:56:15 +0000</pubDate><link>https://oci-msa.org/news/</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47350592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47350592</guid></item><item><title><![CDATA[New comment by Cyphase in "WireGuard Is Two Things"]]></title><description><![CDATA[
<p>This is why WireGuard has continued to work even when a peer is otherwise unusable from low free memory. :)</p>
]]></description><pubDate>Thu, 12 Mar 2026 06:11:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47347085</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47347085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47347085</guid></item><item><title><![CDATA[New comment by Cyphase in "WireGuard Is Two Things"]]></title><description><![CDATA[
<p>Counter-anecdote: I've been using WireGuard on Android for years with no particular issues to speak of. 0.0.0.0/0 to my home network. I often forget to enable WiFi at home and don't notice (I often have it disabled when out).</p>
]]></description><pubDate>Thu, 12 Mar 2026 06:08:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47347072</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47347072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47347072</guid></item><item><title><![CDATA[New comment by Cyphase in "Ask HN: Remember Fidonet?"]]></title><description><![CDATA[
<p>I didn't say because those accounts exist, I said based on them.</p>
]]></description><pubDate>Tue, 10 Mar 2026 17:41:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47326436</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47326436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47326436</guid></item><item><title><![CDATA[New comment by Cyphase in "Ask HN: Remember Fidonet?"]]></title><description><![CDATA[
<p>Sure looks legit based on the linked Keybase, Twitter, and GitHub.</p>
]]></description><pubDate>Tue, 10 Mar 2026 13:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323258</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47323258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323258</guid></item><item><title><![CDATA[New comment by Cyphase in "Flash media longevity testing – 6 years later"]]></title><description><![CDATA[
<p>I saw "reddit.com" and my first thought was r/DataHoarder.</p>
]]></description><pubDate>Tue, 10 Mar 2026 08:23:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47320455</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47320455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47320455</guid></item><item><title><![CDATA[New comment by Cyphase in "Graphing how the 10k* most common English words define each other"]]></title><description><![CDATA[
<p>Other words too, e.g. "from".<p>My first thought was that the creator used a search library that filters common words by default, but the search code is all in the page and doesn't do that.<p>My second thought was that the 10k word corpus doesn't include those most common words. But it does.<p>Then I realized that the creator filtered them out. The page does say "7931 words", and the title here on HN says "10k* most common". The original corpus has exactly 10,000 words.<p><a href="https://github.com/first20hours/google-10000-english/blob/d0736d492489198e4f9d650c7ab4143bc14c1e9e/google-10000-english.txt" rel="nofollow">https://github.com/first20hours/google-10000-english/blob/d0...</a><p>The first 21 include all four we've mentioned:<p>the, of, and, to, a, in, for, is, on, that, by, this, with, i, you, it, not, or, be, are, from</p>
]]></description><pubDate>Tue, 10 Mar 2026 04:04:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47318995</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47318995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47318995</guid></item><item><title><![CDATA[New comment by Cyphase in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I posted another comment about my main project, but on the side, I'm working on an ergonomic local sandbox management tool. Yes, for AI agents, but also for anything else. Crowded space — there's one at the top of the homepage right now — but at the very least it'll work the way I want it to. Currently dogfooding that; if it gets decent I'd likely open-source it.<p>Also a bunch of other smaller projects and ideas.</p>
]]></description><pubDate>Mon, 09 Mar 2026 01:58:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47303977</link><dc:creator>Cyphase</dc:creator><comments>https://news.ycombinator.com/item?id=47303977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303977</guid></item></channel></rss>