HN user

colejhudson

95 karma

https://colejhudson.com

[ my public key: https://keybase.io/colejhudson; my proof: https://keybase.io/colejhudson/sigs/wAI1c4C93JBFhqhDbw06VGzBuxzkmGaA37H3bkWmfio ]

meet.hn/city/us-Santa-Rosa

Posts1
Comments34
View on HN

re, iteration: Have you encountered ImGui [0]? It's basically standard when prototyping any sort of graphical application.

re, GUIs in statically typed languages: As you might expect, folks typically use a library. See Unreal Engine, raylib, godot, qt, etc. Sans that, any sort of 2D graphics library can get the job done with a little work.

You might also take a look at SwiftUI if you have an Apple device.

[0] https://github.com/ocornut/imgui

Procedural Tron 5 months ago

Congrats on your release! That said, please stop posting AI slop to Hacker News.

Doesn't the Fed do exactly that though? And without political influence? What would a different pro-labor system look like that could deal with national monetary crises?

Without the Fed, how would you advise the nation deal with events like the Great Depression, the Great Recession, or COVID? Would you disagree that the Feds actions shortened these events and thus helped the public in the process?

I'd be interested in learning more about your workflow. I've certainly used plaintext files (and similar such things) to aid in project planning, but I've never used paper beyond taking a few notes here and there.

iPhone Pocket 8 months ago

The recognition of any "status quo" is political.

Push back, as in this thread, can change which hierarchies are accepted and which aren't.

In particular, the use of "Greater China" normalizes corporate acquiescence to Beijing's explicitly revisionist policy preferences.

Taiwan is an independent nation. It isn't lost. And all free nations should intervene whenever the right to self-determination of another is threatened.

Say hi to the chairman for me.

Those are certainly benefits, but it's most likely a prophylactic move.

LLMs will be (are?) a critical piece of infrastructure. Commoditizing that infrastructure ensures that firms like Google and Meta won't be dependent on any other (OpenAI) for access to that infrastructure.

Meta in particular has had this issue wrt Ads on iOS. And Google wrt paying Apple to be the default search engine.

See also: Joel Spoelsky's famous Strategy Letter V [0].

[0] https://www.joelonsoftware.com/2002/06/12/strategy-letter-v/

Suspect that a core reason for Jerry's PoV is that the dynamics of the (zeitgeist-related) software industry do not currently favor small teams. That's counter to the ethos of Silicon Valley and it's guy-in-a-garage mythology.

Jerry would've been 14 around 1980, plus or minus a couple of years, which would've been in the heyday of personal computing. TRS-80s, Apple IIs, the IBM PC, its clones, etc.

Then, and for the next 40-odd years, software was king (read: capital-light). And anybody could write software.

LLMs are much less egalitarian.

Can anyone write an LLM? Yes.

Can anyone train an LLM that customers will want? A few. But most will need a few Ms, maybe even some Bs.

Hence the AppAmaGooSoft benefactors and Jerry's complaint about the status-quo.

Software-like economic dynamics will return, but it'll take a while, and until they do, it'll be much less morally satisfying to be a VC (in software) than it has over the last 40 years.

I mean, being a bit glib here, but a lot of programming is dealing with someone else's type system.

Moreover, for those of us who write C fairly often, the mnemonics here are familiar.

Actually, as custom type systems go, this one is pretty elegant. Reminds me of Rust.