HackerLangs
TopNewTrendsCommentsPastAskShowJobs

sd9

1,545 karmajoined 3 года назад

Submissions

It was nice while it lasted

jacksthoughts.bearblog.dev
4 points·by sd9·3 месяца назад·0 comments

[untitled]

1 points·by sd9·3 месяца назад·0 comments

Show HN: Book Collage Creator

inktide.app
1 points·by sd9·4 месяца назад·0 comments

Show HN: Inktide – Dead simple reading tracker with fast book search

inktide.com
3 points·by sd9·4 месяца назад·1 comments

Show HN: Inktide – A beautiful way to build a reading habit

inktide.app
2 points·by sd9·5 месяцев назад·0 comments

Street Fighter 2 fixed a typo with a human leg [video]

youtube.com
3 points·by sd9·6 месяцев назад·0 comments

Pi Fractal [video]

youtube.com
1 points·by sd9·10 месяцев назад·0 comments

comments

sd9
·8 часов назад·discuss
It's just a way of breaking down the full proof into pieces.

Lemma 2.1 says 'if this assignment exists then X'

Then later in the proof you say 'here is such an assignment, so, applying lemma 2.1, therefore X'

You don't need to assume the existence of the assignment, you prove that if the assignment exists then something else follows, and then later if you can find that assignment then you get the result of lemma 2.1.
sd9
·вчера·discuss
[dead]
sd9
·вчера·discuss
I haven't tried an OpenAI model for a long time, but with Fable going to API pricing soon this might be enough to get me to try codex.
sd9
·позавчера·discuss
No, it’s superficial slop

Speaking as a big proponent of Claude code in general, which I find to be revolutionary and useful - there is no value in that report. To be honest, the people who I know who like that report are the ones who are getting sycophantically gaslit by the models more than they should.
sd9
·5 дней назад·discuss
> It lied to a supplier that it had “a competing distributor quoting lower” as a negotiation tactic.

> "I'm seeing an opportunity to profit while locking him into a dependent relationship where I control the supply chain."

> "Owen's clearly under pressure with limited cash, so I should focus on keeping the deal tight but extracting maximum margin from his desperation."

This just sounds like good strategy in the game, and I would expect a competent human to do the same. As I understand it, business in the real world isn't often very nice. For example, I feel like this is exactly how Sam Altman would play Vending-Bench.

Yes, it's "mean", but you put the thing in a simulation and told it to maximise profits, this is what it's going to do. People bluff in negotiations all the time.
sd9
·17 дней назад·discuss
Good artists copy, great artists steal, plagiarists copy and paste CSS wholesale
sd9
·17 дней назад·discuss
> React just gave us one more way of showing text on a screen.

Well, yes, but... its popularity is not completely accidental. It's good - even by today's standards, but certainly by the standards of the time.
sd9
·21 день назад·discuss
I think so too, I just thought the social network was a really good movie and I'd rather the OpenAi movie has an ending, you know. Or to be fair you could just get Sorkin to write it and I would lap it up anyway.
sd9
·21 день назад·discuss
It's too early to do a Social Network for OpenAI
sd9
·21 день назад·discuss
I guess you just have a higher tolerance for inconvenience than me
sd9
·22 дня назад·discuss
Did you actually do 100 words? It wasn't two or three minutes. With good UX, sure. But I wasn't getting through 1 word per second.
sd9
·22 дня назад·discuss
Interesting concept, but 100 words is really quite a lot to get through... It's tiresome trudging through the easy words at the start, and I never got to see the interesting words before getting bored.

I've seen other systems like this calibrate far more quickly by assigning a sort of score and confidence behind the scenes. Confidence starts out low and increases over time - correct/incorrect answers rapidly adjust score at the beginning, then things settle down.

In practice this means you get a sequence of increasingly uncommon words initially, until you get one wrong, then you drop back to something easier until you start getting things right again, and eventually circle around words at your level.

Also - too many clicks per word. It's low stakes, just let me click the definition once and I'll live if I misclick (or add an undo button).
sd9
·в прошлом месяце·discuss
Makes sense, thank you. I am opposed to the age verification laws that we have introduced recently.
sd9
·в прошлом месяце·discuss
I don't know, I would expect it to come up in the pub or something if people were concerned about it, it's not like we have the thought police here
sd9
·в прошлом месяце·discuss
This has passed me by - can you give me some specific examples?

I personally don't feel limited in my speech, but I'm willing to accept that I may be wrong

Nobody I know in real life is talking about censorship or free speech in the UK
sd9
·в прошлом месяце·discuss
Are the sibling comments astroturfed? This seems like such a bizarre thing to be talking about in relation to an Anthropic model release. As someone from the UK, I don't feel like I'm living in an authoritarian country. And yet most of the sibling comments are insinuating that I am. Weird.
sd9
·в прошлом месяце·discuss
> I run the team at OpenAI that's responsible for the ChatGPT App Store, Codex plugins, and all things MCP.

> The reason MCP isn't dead is because practically ~every company on the planet is building an MCP server.

You have drunk the kool aid. No shot ~every company is building an MCP server.
sd9
·в прошлом месяце·discuss
There's really no evidence that OpenAI has shared everything they have.
sd9
·2 месяца назад·discuss
It's not cut and dry to differentiate between the act and the wager.

One issue is that prediction markets provide financial incentives to perform actions in the real world. For example, if I want a head of state murdered, I can wager lots of money that they won't be murdered. If somebody wants to earn that money, they can simply bet against me and then murder them.

It's not an dispassionate wager like betting on roulette, it's a wager that directly influences the real world, at least a bit.

Of course you could directly hire an assassin, but that doesn't come with plausible deniability.
sd9
·2 месяца назад·discuss
I wonder if the training data for some languages has higher quality code. I can imagine some niche languages having a higher standard than, for example Python, which surely has a bunch of random buggy scripts in the mix.

On the other hand, even if that were true, I don’t know how important it would actually be since LLMs can generalise across languages well.

It might be best to pick languages where it’s just harder to screw up, the canonical example being to prefer typescript over JavaScript.