Hacker Newsnew | past | comments | ask | show | jobs | submit | samatman's commentslogin

I hadn't seen the NYT submarine, no.

Thanks. For me that's the conclusive piece of the puzzle: this is a work, not a shoot.

YMMV. I learned what I came here for.


Work vs. shoot? Can you explain?

From professional wrestling / carny language: a "work" is something staged for the crowd, whereas a "shoot" (straight shooting) is something that actually happened.

> This is easy to do with the proper support for monomorphized generics, see C++'s std::list. It is awkward in C, where the implementation has to be macro-generated.

Fairly pleasant in Zig, through abuse of @fieldParentPointer and a pinch of comptime.

https://github.com/mnemnion/zelda

It was a little nicer in the `usingnamespace` days. So it goes.

> The elements can be allocated on the heap, on the stack, in a global array (like "initholes" in the article), in a special arena, etc.

An "etc" worth mentioning specifically is a memory pool: they're useful for any same-sized struct which gets recycled a lot, but for linked lists there are further advantages. You don't have to cast the object to bytes and declare a link pointer, since it already has one: not really an advantage, casting is free, but: if you can arrange to give both sides of the list back, then recycling can be done on a per-list level by prepending the whole thing to the freelist.


Nothing at all. They're not designed to, so they don't. Change that, and they would.

The question is the wrong one. The right question: why aren't frontier models designed to work that way? The answer: it's slow and expensive.

The other answer: that's basically what you're selecting with "Medium", "High" and so on, how many tokens they'll blow on muttering to themselves before they get back to you with an answer. There's more to it, but not that much more.


Reasoning models will frequently backtrack and re-assess what they've said so far. That's one reason test-time scaling is so powerful.


It's in the user name: he's metalman.

He collects metals. Made of men.


Keeping in mind that I'm going strictly off the commit[0], a bit-packing layout is very much the kind of thing which is not subject to copyright in the first place. Neither are algorithms. Ideas, in general, are not subject to copyright: expression is.

So "lifting ideas from other engines", as you yourself put it, is entirely licit, no matter how you do it. _Should_ you credit others when so doing? I err on the side of yes, on that question. _Must_ you? No, there is no such requirement, this is not academic publishing. Does it constitute violation of license? Absolutely not. Straightforwardly, no. Furthermore, it _should not_, we would not like the result of that.

Think: SCO suing Linus Torvalds over his use of a.out: and winning. It would be bad. Even though I understand the reasons for it, it's still eerie to me to see hackers coming down hard on a side of an issue we spend decades passionately defending the other side of.

As I lead this post with: maybe there's something in the repo which is infringing, it's quite possible that commit doesn't tell the whole story. If so, keep in mind that I don't know that, and am able to change my opinion in the face of new evidence.

Based on what I _have_ seen, no: you do not get to lock down a bit-packing pattern just because you're the first to come up with it. Nor should you have that right.

[0]: https://github.com/adamtwiss/coda/commit/cd170a4ea9993cf8246...


You'll notice I didn't mention copyright, and that's because I don't think it's relevant. I think your analysis is correct. Keep in mind too that Stockfish – the engine I work on, although I wasn't at the time – was the subject of a high-profile defense of the GPL in Germany: https://stockfishchess.org/blog/2021/our-lawsuit-against-che.... That case was different as it involved wholesale copying of the source code, rather than porting ideas. Ideas shouldn't be copyrightable.

But copyright and plagiarism are orthogonal, and questions of morality are much more tied to the latter. It would be illegal (in the United States) for me to publish a copy of Nineteen Eighty-Four, but not immoral. It was not immoral, in my view, for Aaron Swartz to try to liberate JSTor articles.

That doesn't make plagiarism acceptable, either. And therefore, I'm willing to call it out when I see it.


[flagged]


It's a dog-eat-dog world, eh? :)

Anyway, I don't see how this relates to the original discussion. Nor do I think the irony is particularly deep: As far as I'm aware, Deep Blue didn't plagiarize Kasparov, and indeed alpha-beta search is quite different than how humans calculate. But yes, I'd have been very demoralized if I were Kasparov, although he seems to be doing well now.

Edit: Regarding being mean-spirited, sorry to say, but I don't particularly care for the feelings of someone who has been repeatedly dishonest and used LLMs to respond to people engaging in good faith. That latter path has been exhausted now.

To co-opt your conflation of legality and morality: free speech, mf!


No idea why you're getting downvoted. You're right.

> it's still eerie to me to see hackers coming down hard on a side of an issue we spend decades passionately defending the other side of

Yeah, it's surreal. It's not just intellectual property either, Hackers have already started complaining about automation now too.

Computers must have replaced tens of millions of jobs. It's the ultimate job destroyer, since it allows capital to do more with less. Automating me, a doctor, out of his job is essentially the holy grail of Hacker News.

But when hackers are automated away, then suddenly it's a crime against humanity.


I think that's true, but I'm not sure if this would characterize itself as "lifting ideas". I mean, it's one thing to personally take the idea and re-implement it yourself elsewhere. But I have to believe there could be an argument, that having an inference algorithm take the original source and re-implement it in the context of your engine might count as derivative work.

A particular work is deliberately supplied at inference time so the system can recreate or adapt it for another environment. It resembles commissioning a translation, port, or derivative adaptation through an automated tool, even where the output is not verbatim, so it seems it could hold a candle in court.

You have a few scenarios now up for legal debate:

    1. Is training a model using copyrighted material fair use?
    2. A model outputting chunks of identical coryrighted code from it's training material
    3. A model being given in it's prompt copyrighted source code, and asked to implement the same in a new source code.
I think #1 and #2 have open legal battles on it, but #3, which seems to be this scenario, is new to me, and I feel it could have legal ground for being considered infringing on the copyright.

Sidenote: how is your account "samatman" and created "April 24, 2010", that's a really funny coincidence


Whatever the legal outcome, whether it's ultimately decided that people can or can't "get away" with using LLMs to license-launder code, it's undoubtedly a dick move.


Without acknowledgment and credit, I totally agree. Also, I think it might be patentable, just not copyrightable, though it can be pretty tricky to get a patent in software approved.


True story: I have a moisture issue in my furnace, such that it needs vacuuming out. This involved detaching a length of tubing, but that puts stress on said tubing, sometimes knocks other things out of alignment, and involves completing the seal between the wetvac and the tubing with my hand.

I also have a 3D printer. I also have a ChatGPT subscription, and some OpenSCAD chops. I came up with a part which would go into the top of the down tube to the drainage pump, and mostly-seal the down tube itself, with an opening on the side to vacuum out the moisture. This was purely prooompted, I took some measurements, printed bits of the part, refined the shape, and you know what?

It works! I can stick it down there, turn on the (very loud) wet vac, and go upstairs. On a 1.5Ah battery it sucks for a bit less than ten minutes, which turns out to be plenty of time.

So: who made that?

Don't care. I'm waking up warm at night.

Also: me, obviously. ChatGPT doesn't have a fucking furnace.


Would have said cool story but you're an ass, so.

Cool story bro


Not really. They're an AI company: they develop AI and sell it. There's some room for pulling off flashy marketing stunts, but not all that much.

This is division of labor, and it's a good thing. I'm sure OpenAI employees, who are very well paid, donate some money from their salaries to others working on the areas you're citing: probably more than you think, I say that from having attended some EA parties back in the day.

But that isn't my point: my point is that a company which makes brushless motors should put most of its time and money into solving the "make and sell brushless motors" problem, and if they or their investors feel like they need to do more for the world, give money to the people who have the time and ability to do things about that. There are a lot of quality-of-life improvements which need brushless motors.

Next question is how useful their product (OpenAI, I mean) is to more focused do-good-in-the-world professionals. I'm sure that varies quite a bit. For getting the homeless off the street? I conjecture, not very useful. For 'complete the transition off fossil fuels'? Extremely useful, no one in that field knows how to do their job without AI in summer 2026. I'm certain of this.


If the Judeo-Bolshevist theses were true, then Operation Barbarossa was the logical thing to do, and everything which came with it.

Powerful word, `if`. "You're not only wrong you're a fulminating psychopath" is a perfectly valid response to getting it wrong like a fulminating psychopath.


You may want to read this comment again and really evaluate it as if you didn't write it. Maybe shop it around. Ask your wife, or better some random people with the names scrubbed so they don't know it's you, to tell you who is the asshole and exactly why.


"The one that was wrong about soimething, and then when shown, doubled down and blamed everyone else."

"The one than said everyone else disappoints them, and doing that while being in error themselves is just an extra shovel full."

I'll cop to my own smarminess, but that came later, as reaction, not an action.


I don't care if the cat is black or white, so long as it catches mice.

Translation: if this nails-on-chalkboard LLM spew identifies a kernel bug, which is then patched, its aesthetic qualities do not interest me in the slightest.


Unfortunately, the kernel bug would need to be understood to be patched, and the developed patch itself would need to be reviewed before being accepted, which seems... very hard, to put it mildly, using the nails-on-chalkboard LLM spew report.


Yes, the word 'if' was in that sentence.

The only people who have a need to judge the quality of the report (not aesthetically, I mean) are those few who know enough about the subsystems of the kernel it implicates to do something about it.

My point: does it lead to a bugfix? Good. No? Bad.

Do you have an answer to that question? I believe it's a bit early, no?


At least it is a report. It says hey, there's a bug vaguely like this in this general area. Not too dissimilar from the average user report.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: