HackerLangs
TopNewTrendsCommentsPastAskShowJobs

benatkin

8,111 karmajoined 19 lat temu
https://ristretto.codeberg.page/ https://codeberg.org/macchiato/ristretto/ https://notebook.resources.co/ https://gitlab.com/bat https://github.com/ResourcesCo https://benatkin.com/ https://fosstodon.org/@bat https://x.com/benatkin

Submissions

Hitting the High Notes (2005)

joelonsoftware.com
1 points·by benatkin·4 miesiące temu·0 comments

Software Survival 3.0

steve-yegge.medium.com
6 points·by benatkin·5 miesięcy temu·0 comments

Cursor may be switching from Solid to React

cursor.com
3 points·by benatkin·6 miesięcy temu·1 comments

Paul Graham Ate Breakfast

web.archive.org
2 points·by benatkin·7 miesięcy temu·0 comments

-tucky (2023)

languagelog.ldc.upenn.edu
49 points·by benatkin·7 miesięcy temu·39 comments

Debugging Ruby, the Hard Way

ephemeral.cx
2 points·by benatkin·7 miesięcy temu·0 comments

Make Webbly Things

github.com
1 points·by benatkin·8 miesięcy temu·0 comments

Glitch to shut down access at end of 2025

2 points·by benatkin·8 miesięcy temu·0 comments

comments

benatkin
·przedwczoraj·discuss
Fortunately the site is right next to the title, and so HN regulars can see it's a Simon Willison post about it. And like many expect, it isn't merely reporting, but offers interesting thoughts on it, including some not in the HN discussion you mentioned.
benatkin
·przedwczoraj·discuss
That isn't what dupe means here.
benatkin
·4 dni temu·discuss
I disagree. "Benefit society" means something that can't be defined or tracked so easily. And consumer behavior is heavily biased by things that aren't optimized to benefit society. I have in mind this book, Hooked by Nir Eyal: https://www.nirandfar.com/hooked/
benatkin
·7 dni temu·discuss
I don't think it matters if it's silly. I think it's highly successful, and that the success is continued. CryptoPunks is a clear example of genuine use of NFTs that still is an elite thing today, but another example is needed. I'll use this: if you go to Bored Apes and sort by recently sold, and look through them, you can see that there would have to be a lot of manipulation to have them rated in quality like they are. It just isn't plausible to me that a huge amount of those are self-dealing. If people were self-dealing, there would be a bunch of less cool ones with high prices, in order to try and get people to pay more for them. https://opensea.io/collection/boredapeyachtclub?sortDirectio...
benatkin
·7 dni temu·discuss
I think the brand Clawd belongs to OpenClaw now. It didn't start there but it landed there, until Anthropic tried to kill the fun. Anthropic hardly uses that name, it's mostly an anonymous mascot.

https://www.google.com/search?q=%22clawd%22+site%3Aclaude.ai https://www.google.com/search?q=%22clawd%22+site%3Aanthropic...

Since Anthropic clearly maintains copyright over the mascot itself (though it is so simple it feels like a stretch to me) I prefer not to see it referred to as Clawd...

Edit: props to Anthropic for bringing more attention to Claude Shannon

Edit 2: this repo does show very well the dimensions of the Claude Mascot at rest - it's only 12x8 https://github.com/afspies/ClawdMoji#the-pixel-grid It's both impressive and seems independently discoverable. How many symmetric 12x8 patterns are there?
benatkin
·7 dni temu·discuss
It's something to avoid for everything. They've gone further with nastiness than the other FAANGs IMO. Though alternatives may be hard to see, they exist, including for PyTorch. In many places it's zero sacrifice like with React.
benatkin
·7 dni temu·discuss
They should rewrite it in GraphQL, that's turing complete, right? <ducks>
benatkin
·9 dni temu·discuss
The request would need to be done from their service, so as not to expose the API key, and because it just makes sense. They could probably directly proxy it and Wireshark couldn't catch it, due to everything being HTTPS. But people could probably catch it by decompiling, so it would make more sense to have the server make the request as part of a GLM request. Not that I think this is plausible - I'm not sure.
benatkin
·9 dni temu·discuss
Moxie doesn't trash NFTs or Web3 in that article. He just points out some limitations of the ecosystem.

Also, ipfs directly fixes one of the bigger issues:

> Instead of storing the data on-chain, NFTs instead contain a URL that points to the data.

If it's ipfs, it points to the content. If it's ipns, it points to a changeable link to the content, but one that is made consistent through the network, preventing the trick of making it differ based on the referrer.
benatkin
·16 dni temu·discuss
It's not not purely prepaid. It is purely prepaid through I might favor another way of saying it that specifically says that they don't offer any services on a postpaid basis. But even if you define purely prepaid differently from me, it doesn't work so well as a correction because the comment being replied to didn't use the term "purely prepaid" or something highly similar.
benatkin
·16 dni temu·discuss
It's inaccurate to say that it isn't purely prepaid, because that could be taken to mean that some services are available to be postpaid, with a due date. Here you can see that a negative balance isn't the same sort of thing as having a postpaid bill due: https://support.bunny.net/hc/en-us/articles/8726637076124-My...
benatkin
·17 dni temu·discuss
It's not an accurate correction. It's prepaid with an ability to incur a small amount of negative balance, partly for protection against downtime or data loss and partly so the systems can have some time to shut off (it would be hard to suspend service immediately across all services). However it is purely prepaid in that they don't provide a postpaid option.
benatkin
·18 dni temu·discuss
I think perhaps they'll crash more than others because they aren't AI enough. It's more of an AI financing bubble than an AI bubble.
benatkin
·18 dni temu·discuss
That is an opinion framed as a fact. There's plenty to rub a coder the wrong way, such as the sigil in builtin functions like @import, the dot syntax in structures (.{}, Timestamp{ .seconds = 0, .nanos = 0, };), triple slash comments (///), and multiline strings (beginning each with \\ - good luck grepping for escaped backslashes). However, that is just like any programming language - none is immune to this criticism.
benatkin
·23 dni temu·discuss
Need an update from Elon about what he meant when he said "Midjourney is not mid" and what he thinks now https://x.com/minchoi/status/1766131045177409784
benatkin
·w zeszłym miesiącu·discuss
The way they talked it up, having both legs on one side of the bike is like walking to the car wash
benatkin
·w zeszłym miesiącu·discuss
Valkey continues to be the real redis, released under a permissive open source license like redis originally was. The fork of redis known as redis because those that decided to fork it had the trademark at first wasn't under an OSI-certified open source license and now is under a non-permissive OSI-certified open source license.

I'm taking liberties with the concept of forking.
benatkin
·w zeszłym miesiącu·discuss
Indeed. I have my agent edited files in podman in Lima, under two layers, and it's fine, because I do most stuff within my podman VMs. (I have shared volumes so I can review things before pushing the changes to my forge in separate containers that the agent can't access. When I need stuff on my mac, which is the exception, not the rule, I just copy them, putting them in a tar or zip if it's a lot of files.
benatkin
·w zeszłym miesiącu·discuss
> LLMs don’t care about UX

Many parts of the LLM care about UX, and you unlock it with your feedback loop, which is a good way to unlock it but one of many ways.

One way to show that LLMs care about UX is to have one tutor you about UX. If they weren't trained to care about it, they couldn't do a decent job. But I've asked dozens of questions about UX to LLMs and they have a great deal of insight.
benatkin
·w zeszłym miesiącu·discuss
That looks pretty good, but it isn't quite there yet, for me. If you try to delete the opening fence, the closing fence turns into a closing fence, and the abstraction leaks in tables.