HN user

Cyphase

2,120 karma

Email address is my name at my name dot com.

Posts37
Comments735
View on HN
blog.zulip.com 2mo ago

Zulip 12.0: Organized chat for distributed teams

Cyphase
3pts0
oci-msa.org 4mo ago

Optical Scale-Up Consortium Established to Create an Open Spec for AI Infra

Cyphase
2pts1
www.cs.utexas.edu 4mo ago

The cruelty of teaching computing science (1988)

Cyphase
3pts0
www.anildash.com 4mo ago

Why Apple's move to video could endanger podcasting's greatest power

Cyphase
20pts3
www.welivesecurity.com 5mo ago

PromptSpy ushers in the era of Android threats using GenAI

Cyphase
2pts1
twitter.com 5mo ago

Claws are now a new layer on top of LLM agents

Cyphase
412pts941
simonwillison.net 5mo ago

Experimenting with sponsorship for my blog and newsletter

Cyphase
2pts0
addyosmani.com 5mo ago

Agentic Engineering

Cyphase
3pts0
persondothing.com 1y ago

Person Do Thing

Cyphase
2pts1
changelog.com 1y ago

Our Slack is dead. Long live Zulip

Cyphase
44pts22
susam.net 1y ago

Colophon

Cyphase
4pts0
github.com 1y ago

Nixbook – user friendly, lightweight, durable, autoupdating OS built on NixOS

Cyphase
4pts0
blog.zulip.com 1y ago

Engineering flexible permissions for Zulip open-source team chat

Cyphase
2pts0
blog.zulip.com 1y ago

Zulip 10.0: Organized chat for distributed teams

Cyphase
3pts0
www.crowdstrike.com 1y ago

Tech Analysis: Channel File May Contain Null Bytes

Cyphase
4pts0
overturemaps.org 1y ago

Overture Maps Foundation Releases General Availability of Its Open Maps Datasets

Cyphase
26pts4
vladimirslepnev.itch.io 2y ago

Zig Zag by Vladimir Slepnev [webgame]

Cyphase
1pts0
queue.acm.org 2y ago

Managing Technical Debt (2012)

Cyphase
2pts0
queue.acm.org 2y ago

Things Executives Should Know About Software (2019)

Cyphase
3pts1
blog.zulip.com 2y ago

A new Zulip plan for self-hosting without commercial support

Cyphase
8pts2
docs.google.com 3y ago

Towards a Modern Web Stack

Cyphase
2pts1
news.ycombinator.com 3y ago

PSA: Always specify the LLM model

Cyphase
1pts0
robotrumble.org 3y ago

Robot Rumble Alpha

Cyphase
1pts0
blog.zulip.com 3y ago

Zulip 6.0: Threaded open-source team chat

Cyphase
10pts1
news.ycombinator.com 4y ago

Ask HN: How do you use HN?

Cyphase
24pts69
leo.fm 5y ago

How to Be Talent

Cyphase
1pts0
www.wired.com 5y ago

Could a tree help find a decaying corpse nearby?

Cyphase
49pts27
www.nytimes.com 5y ago

U.S. Flood Strategy Shifts to ‘Unavoidable’ Relocation of Entire Neighborhoods

Cyphase
10pts3
www.zainrizvi.io 5y ago

The Impostor's Advantage

Cyphase
2pts0
repology.org 6y ago

Repology: Track and Compare Package Versions

Cyphase
10pts0

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.

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. :)

Currently building it; it's not public yet, so no link. Next month. I also have an external deadline around that time.

Thinking about how to grow the userbase is intimidating, but I think it might end up being fun.

Input (source: https://news.ycombinator.com/item?id=9272):

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.

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 :)

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.)

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.

---

Output (emoji not shown on HN):

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.

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 local folder with high-efficiency background syncing. Huge differentiator!

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.

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

Input (source: https://news.ycombinator.com/item?id=9224):

I have a few qualms with this app:

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.

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.

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?

---

Output (emoji not shown on HN):

I have a few thoughts on this app!

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.

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.

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.

What do you all think? Let’s discuss in the comments! #TechThoughts #Innovation #SaaS #ProductFeedback

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.

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?

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.

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?

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).

Other words too, e.g. "from".

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.

My second thought was that the 10k word corpus doesn't include those most common words. But it does.

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.

https://github.com/first20hours/google-10000-english/blob/d0...

The first 21 include all four we've mentioned:

the, of, and, to, a, in, for, is, on, that, by, this, with, i, you, it, not, or, be, are, from

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.

Also a bunch of other smaller projects and ideas.

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.

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. :)

Currently building it; it's not public yet, so no link. Next month.

Thinking about how to grow the userbase is intimidating, but I think it might end up being fun.

Let's Get Physical 5 months ago

Sadly it's not hard for people who want to create inauthentic text content to prompt and process away a lot of the low-hanging signs.

Daemon (2006) 5 months ago

There was a small thread about Daemon a few weeks ago: https://news.ycombinator.com/item?id=46996474

Someone there mentioned never having heard of the sequel, so.. FYI, there's a sequel! It's called Freedom™[0]. It's very much one story split into two volumes, not "our heroes go on a new adventure".

And as I said in that thread, for another great fictional portrayal of AI, see Person of Interest[1]; it starts as a crime procedural with an AI-flavored twist, and ended up being considered by many critics the best sci-fi show on broadcast TV.

[0] https://en.wikipedia.org/wiki/Freedom%E2%84%A2

[1] https://en.wikipedia.org/wiki/Person_of_Interest_(TV_series)

But my kids call any internet connection WiFi.

I was listening to a tech podcast last week, and a guest host, who's a tech reporter and an intelligent person, at some point talked about "Wi-Fi plans" and "getting Wi-Fi for your house". I cringed so hard inside.

Nothing against them personally, and I don't think it's super meaningful (e.g. "how could a tech reporter say that?!"), but yeah, it was a little sad for me.

Bonus anecdote:

A while back I was considering renting an ADU-type unit, and I remember bunches of listing saying "Wi-Fi available". One place I looked at in person, the landlord said a similar thing, and seemed nonplussed when I asked if I could pay for my own internet service to be set up (which I can understand for more valid reasons).