Live data from Hacker News

The Codex App

openai.com

651–660 of 671 posts

Re: The Codex App

#651
post #650

Earlier quoted context omitted.

Yup, I find it very counter-intuitive that this would be the case, but I switched today and I can already see a massive difference.

It fits with the intuition that codex is simply overfitted.

Yeah I meant it more like it is not intuitive to my why OpenAI would fumble it this hard. They have got to have tested it internally and seen that it sucked, especially compared to GPT-5.2

Re: The Codex App

#652

Earlier quoted context omitted.

But desktop C++ isn't difficult or slow to write... It seems odd to me that the software world has gone in the direction of "quick to write - slow to run". It should be the other way around. Things of quality (eg. paintings by Renaissance masters) took time to create, despite being quick to observe. It also seems proven that releasing software quickly ("fast iteration") doesn't lead to quality - see how many releases…

The part that takes time in UI isn’t wiring up components, it’s the small changes like something is a pixel to the right or that gap is two pixels wide. Changing those in a C++ project means recompiling and that adds up to significant overhead over a day of polishing the UI. If C++ was able to get builds out in less than a second, this wouldn’t be an issue. People value performance in their own tools more than the to…

In wxWidgets you use sizers, so you don't work on pixel-level alignments. I can understand if you're using an ancient framework like MFC, but even then I seem to recall there was a sizer equivalent system (or it is easy enough to write a class to do so, moving components).

I think it is a daft thing to move to shipping a colossal web framework and entire browser simply because of 1px UI alignments (which have been a solved problem for decades in C++ anyway).

Re: The Codex App

#653
i would like to see a mobile app for this to vibe code on the fly. currently the DIY options are good but clumsy UX wise as they’re workarounds. if i can open worktrees from an ios app it would be great.

Re: The Codex App

#654
post #438

Earlier quoted context omitted.

There are complaints and then users keep using these super popular and bloated apps. Techies make it seem like bloat is a capital sin but it isn't.

When given the option, I never use such apps. I am rarely given the option, however.

Q.e.d.

He who holds the purse strings, decides. The people who pay to have the apps made get to decide and they have decided that what geeks want doesn't matter.

And every time a geek tries to change that, he only wins for a short while and then we're back to the primordial soup.

Oh, and regular users obviously don't care enough.

Re: The Codex App

#655

Earlier quoted context omitted.

Professionals are doing what I am doing, only inside companies. They make custom software that solves ultra-specific problems of that one company. I don't quite understand the obsession with shipping fancy enterprise b2b saas solutions. That was the correct paradigm for back when developing custom code was expensive. Now it is cheap. Why pay for Salesforce when you only use 1% of Salesforce's features? Just vibe code…

Let me know when Stacy from HR vibe codes her own salesforce alternative, sounds very cool!

Supposedly Richard Stallman's secretaries knew how to code their own Emacs macros.

I don't expect any LLM to empower people as much as Emacs can, but they will definitely empower more people in total, just because LLMs are easier to use than Emacs.

Re: The Codex App

#656

Earlier quoted context omitted.

There's another benefit - you don't have to keep refactoring to keep up with "progress"!

Of course you do! Microsoft makes a new UI framework every couple of years, liquid glass from apple and gnome has a new gtk version every so often.

Microsoft gets largely pilloried on every UI rethink, Apple’s Liquid Glass just annoyed everyone I’ve heard comment on it, and, fwiw, YouTube Music asking if it feels outdated is an unnecessary annoyance.

Re: The Codex App

#657
I just downloaded and didn't give it access to my zsh shell. But it already had access. Have a feeling it has the ability to read my contents, any ideas?

It would suck if they got my project data to train, this way.

Re: The Codex App

#658
post #566

Earlier quoted context omitted.

Yes that was my point.

Not relevant point though. I was answering to this "I don't recall a single complain about RAM or disk usage of my Electron-based app to be reported in the past 10 years", I wasn't arguing that such apps don't make money.

[deleted]

Re: The Codex App

#659

It is baffling how these AI companies, with billions of dollars, cannot build native applications, even with the help of AI. From a UI perspective, these are mostly just chat apps, which are not particularly difficult to code from scratch. Before the usual excuses come about how it is impossible to build a custom UI, consider software that is orders of magnitude more complex, such as raddbg, 10x, Superluminal, Blende…

use to have thoughts like that until I realize, electron help the cross platform and its really polished

Re: The Codex App

#660
post #89

Looks like another Claude App/Cowork-type competitor with slightly different tradeoffs (Cowork just calls Claude Code in a VM, this just calls Codex CLI with OS sandboxing). Here's the Codex tech stack in case anyone was interested like me. Framework: Electron 40.0.0 Frontend: - React 19.2.0 - Jotai (state management) - TanStack React Form - Vite (bundler) - TypeScript Backend/Main Process: - Node.js - better-sqlite3…

wow where did you find the stack? how about claude app stack?
Post reply on HN