HN user

drakenot

1,319 karma
Posts3
Comments323
View on HN

I have zero consumer debt and pay off any credit card at the end of the month.

But I don’t mind work expenses on my personal card? I get reward benefits for a sizable chunk of expenses that I’m directly reimbursed for?

OpenWarp 3 months ago

I hope they bring back the former UI that allowed you to explicitly toggle "AI / Agent" mode on/off in a terminal session, and gets rid of the Oz / Cloud Agent stuff.

I don't want this auto-detect agent request. The explicit toggle was perfect.

I used to like Warp and was a paying customer.

It had a simple UI with a clear button / key combo to toggle the “agent mode”. That, plus the fact it could “warpify” my SSH connections made this a useful utility.

Then a couple months ago they completely changed the UI. It doesn’t work as it once did. My saved prompt templates didn’t work as they did before, the agent toggle was gone (you can now start some ‘/agent’ command but it is much less intuitive) and they seem to be focusing on these cloud agents and code editing.

I want none of these things. I loved a simple terminal that let me still execute sudo, let me ssh into remote machines but still bring Claude and OpenAI models to interact with my session.

I think its the end-to-end, integrated nature of it.

API driven, have "elastic resources", etc, etc. Rather than bolting together various solutions you get to have a "Cloud-like" stack in your own datacenter.

This past month Parakeet v3 dropped with a streaming ASR model that is 0.6B params, can run on a CPU and is super good.

I agree that DeepSeek and others have been doing most of the published research for future frontier models.

But I’m not sure we can say they the big US companies aren’t doing foundational research anymore. I suspect a lot of it is just kept unpublished as a result of the intense competitive pressure, which is disappointing.

Prism 6 months ago

This is handy for maintaining a resume!

I converted my resume to LaTeX with Claude Code recently. Being able to iterate on this code-form of my document is so much nicer than fighting the formatting with in Word/Google Docs.

I dropped my .tex file into Prism and it makes it nice to instantly render it.

I think that’s more a critique of the modern caricature of stoicism than of Stoicism itself. Classical Stoicism isn’t about suppressing emotions. It’s about understanding your emotions, examining where they come from, and choosing how you respond rather than being ruled by them.

Presteign did not care for the artists, musicians, and fops Olivia kept about her, but he was pleased to see a scattering of society notables this morning.

There was a Sears-Roebuck, a Gillet, young Sidney Kodak who would one day be Kodak of Kodak, a Houbigant, Buick of Buick, and R. H. Macy XVI, head of the powerful Saks-Gimbel clan.

- The Stars My Destination

Yet Another LLM Rant 12 months ago

ChatGPT 5> Without adding third-party dependencies, how can I compress a Data stream with zstd in Swift on an iPhone?

(It auto-routed to its thinking model, took 25s)

Short answer: you can’t. iOS doesn’t ship a public zstd encoder/decoder. The system Compression and AppleArchive frameworks only expose lzfse, lz4, zlib/deflate, and lzma. So with only Apple SDKs, there’s no way to produce zstd-compressed bytes.

> Two practical paths:

1. If zstd isn’t mandatory, use a built-in codec (lzfse or lz4 are fastest) via Compression’s streaming API. Example (pure Swift, no deps) that compresses an arbitrary byte stream:

<code example>

2. If zstd is mandatory, you must embed zstd yourself. That can mean:

- Vendoring the official C sources (libzstd) directly into your project and calling them via a tiny Swift wrapper/bridging header

- Statically linking a prebuilt libzstd.a you compile for iOS

The commentary around every Chinese model is incredibly disappointing. Asking about Tiananmen Square isn't some clever insight.

Look at the political leanings that government-backed AIs in the United States will soon be required to reflect: those of the current administration.

I was hoping to hear from people reporting on their utility or coding capabilities instead.

Yes, I mentioned this in the comment.

I think it is closer, although still even it has a cold start problem. Once you are connected and in-session, it is a better experience.

There is still some "turn based" conversational aspect to it that can be awkward but it is much better. It also helps that you can "tap and hold" to override, which is a bit of a hack but works well in practice for that mobile use-case.

Something that really kills the 'effect' of most of the Voice > AI demos that I see is the cold start / latency.

The OpenAI "Voice Mode" is closer, but when we can have near instantaneous and natural back and forth voice mode, that will be a big in terms of it feeling magical. Today, it is say something, awkwardly wait N seconds then listen to the reply and sometimes awkwardly interrupt it.

Even if the models were no smarter than they are today, if we could crack that "conversational" piece and performance piece, it would be a big difference in my opinion.