HackerTrans
TopNewTrendsCommentsPastAskShowJobs

4k0hz

84 karmajoined 6 माह पहले

Submissions

$TLDC – Too Long; Didn't Code

cdbnk.github.io
1 points·by 4k0hz·पिछला माह·0 comments

comments

4k0hz
·कल·discuss
Quaaludes are maybe a better analogy since the original, strong ones are mostly gone and the pills being manufactured today are significantly weaker. And their effect on Wall Street's decision making is pretty comparable to AI's
4k0hz
·16 दिन पहले·discuss
It can suck but it doesn't always. It depends a lot on the calling language.
4k0hz
·16 दिन पहले·discuss
I think the target application is writing the same algorithm in multiple places with a guarantee that the logic will be based on a single source of truth. Not unlike Protocol Buffers work to standardize data layout across platforms.

It still feels overcomplicated compared to the standard solution of writing a library in a compiled language you like, exposing a C ABI compatible interface, and hooking it up to any language that can work with that (i.e. any language).
4k0hz
·17 दिन पहले·discuss
For now.. ;)
4k0hz
·19 दिन पहले·discuss
Is there a good reason not to use WebGL to render the scene and compute the character mapping? Even if you're dead set on outputting text to a `<pre>` you could write the ascii values out to a framebuffer and copy from that for a pretty significant speedup.
4k0hz
·19 दिन पहले·discuss
Why? What does Anthropic have that any other software company that's capable of putting MCP integration in a chat app doesn't?
4k0hz
·26 दिन पहले·discuss
To be fair, a lot of that revenue is from subscriptions that aren't necessarily fully utilized. OpenAI said in March [0] that they have 50 million subscribers. Assuming they're all on the $8/month plan, that's $4.8 billion a year, likely at a pretty low COR.

[0]: https://openai.com/index/accelerating-the-next-phase-ai/
4k0hz
·30 दिन पहले·discuss
> all those things aren't magical tasks that can only occur inside a human skull, they are a product of information processing

I agree but it's useful to remember that 1. brains and especially the human brain are enormous and 2. individual tokens carry significantly more meaning than individual tiny muscle twitches so even extremely primitive "cognition" can look like it's doing more work than it actually is.
4k0hz
·30 दिन पहले·discuss
Let the record reflect that I had this exact idea 2 years ago but never finished it, and remembered it this morning.
4k0hz
·पिछला माह·discuss
If you're the creator of the platform, you should post this under "Show HN" to make it clear that it's your own business.
4k0hz
·पिछला माह·discuss
This problem only exists because of the marketing move to call anything even slightly ML related "AI".

I see it as a double edged sword. People that want the category of AI to succeed can claim a victory when someone uses it to approximate protien folding and invent new drugs. But that also means the entire field is constantly being dragged down by low quality vibe coded sites, slop videos on social media, whatever horrific thing Grok is doing this week, etc.
4k0hz
·पिछला माह·discuss
[dead]
4k0hz
·पिछला माह·discuss
There's no branch in that code either way. The comparison operator outputs a value (which is arithmetic, not a branch), and that value is added unconditionally.
4k0hz
·पिछला माह·discuss
I doubt it. Desktops don't add substantial hardware features often or get damaged in the same way phones do.
4k0hz
·2 माह पहले·discuss
The author of this post works at OpenAI on the Codex team.
4k0hz
·2 माह पहले·discuss
Is HTML really that much worse to edit than MD?
4k0hz
·2 माह पहले·discuss
Elsevier is shitty to people doing stuff that (imo) should be allowed. Meta is making money doing the same thing and not getting the same shittiness from Elsevier.

Elsevier at least works within the (admittedly broken) system, Meta does not.
4k0hz
·2 माह पहले·discuss
Airlines were heavily regulated in the US and essentially operated as government contractors until 1978 [1]

[1] https://en.wikipedia.org/wiki/Civil_Aeronautics_Board
4k0hz
·3 माह पहले·discuss
At least on x86, multiple additions and multiplications can be done with a single `lea` instruction so it's preferable to XOR. Though I have no idea about other architectures, compiler implementations, any interpreters...
4k0hz
·3 माह पहले·discuss
Modern != brand new shiny hipster thing. Unless you're a devotee of rolling release or unconvential things like Nix, Mint is not obsolete.