HN user

supermatt

6,034 karma
Posts19
Comments1,865
View on HN
shapeofthesystem.com 25d ago

A Street of Good Houses - The Shape of the Whole

supermatt
1pts0
shapeofthesystem.com 26d ago

Engineering for Bounded Cognition

supermatt
126pts34
news.ycombinator.com 7mo ago

Ask HN: What email providers don't recycle email addresses?

supermatt
2pts9
www.youtube.com 2y ago

Block-based Coding with Facial Gestures (2021) [video]

supermatt
1pts0
imgur.com 2y ago

App Store search is so broken, you can't find apps by name

supermatt
4pts7
huggingface.co 3y ago

MPT-30B – Apache 2.0 licensed LLM

supermatt
3pts1
medium.com 3y ago

A Million WebSockets and Go (2017) - Memory optimisation strategies for golang

supermatt
2pts1
news.ycombinator.com 4y ago

Ask HN: Resources for “Learning” Manufacturing?

supermatt
149pts72
xr2021.facebookhackathons.com 4y ago

Facebook XR hackathon - give your IP to FB for free.

supermatt
1pts0
www.apple.com 4y ago

Apple unveils iPhone 13 Pro and iPhone 13 Pro Max – more pro than ever before

supermatt
19pts11
news.ycombinator.com 6y ago

Ask HN: Multi-Project Dev Setup

supermatt
1pts0
webrtchacks.com 6y ago

Does your video call have End-to-End Encryption? Probably not

supermatt
217pts138
news.ycombinator.com 6y ago

Ask HN: How to ship software as a physical device?

supermatt
2pts2
news.ycombinator.com 7y ago

UK Parliament petitions website down amid overwhelming brexit rejection

supermatt
47pts39
news.ycombinator.com 7y ago

Ask HN: What can I do about Facebook scam ads?

supermatt
2pts1
github.com 7y ago

CopyrightFilter – Open EU compliant content filtering library for node

supermatt
1pts0
news.ycombinator.com 11y ago

Ask HN: How do you version control your microservices?

supermatt
75pts52
news.ycombinator.com 12y ago

Ask HN: Help 3rd Party Registering my Common Law Trademark

supermatt
1pts3
www.kickstarter.com 12y ago

PrioVR: Get your ideas moving

supermatt
63pts38

It's not rocket science. If they want to revoke a license, they should buy it back at the price they sold it. Consumer law should dictate there be no permissible alternative, and should apply retroactively.

Personally, I dont like theses digital "purchase" licenses at all. The only "rights" DRM is used for is to restrict those of the consumer - a far cry from the transferable digital rights that big-media touted that resulted in them receiving overreaching protections for copyright in the first place.

Unless they are transferable, all digital licenses should be short term (<= 1mo) and marked clearly as a rental to avoid consumer confusion.

I am VERY clear that i use assistive AI with my writing. I dont believe it is "sloppyfying" - I believe it makes it much more readable than i would otherwise achieve, not least because I simply wouldn't publish it without.

Your prejudice/ableism in calling it "sloppyfying" is exactly the problem I mention with allowing it to be a flag.

Some of us use genAI as an accessibility tool. It enables people to write and publish work that otherwise wouldn't exist.

Some people already dismiss genuinely useful content solely based on the use of AI to assist in writing it - i am not sure what flagging would do other than to reinforce that prejudice.

I posted a couple of my articles here, and the one that got traction was generally well received (and also received some constructive feedback from those who acknowledged that is was AI assisted) - but it is evident across HN there is a vocal minority who outright dismiss content solely because it was "AI generated" completely disregarding the content itself. I appreciate this is personal taste, or LLM fatigue, or whatever, but its not really constructive.

If what you want to do is target the slop while not targeting the quality content, then that is what the voting mechanism already does. If people don't like something they can downvote it. Flagging content as AI generated is just a dogwhistle to those who want to downvote AI generated content. If anything, id rather see a rule that stops people commenting on stuff just to dismiss it as "LLM slop".

Its already trivial to avoid detection with fine-tuned humanisers [i] built on non-instruction-tuned models. That makes the flag mostly useless - or worse - a way of penalising any content you disagree with. I'd rather not hide what I am doing and have something that I feel reads well than hide it and sacrifice the message to satisfy a vocal minority.

[i] https://arxiv.org/abs/2605.19516

EDIT: downvotes, as expected. hope you see this anyway @dang. Downvotes kind of make my point for me.

Ive just been having a bit of fun with my homepage https://supermatt.com.

Made a talking head with some idle animation and visemes and some broken crt-like effects. The meat of it is only a few hundred kB - i can probably make it even smaller with making the graphics smaller.

A bit of post processing on some narration for extracting mouth shapes and it seems to work quite nice as a low-footprint retro talking head. Im thinking i'll make it some kind of chatbot interface.

Its very much a WIP, please don't be too critical - i am only sharing because it is fun :)

Yeah, although I think it's going to be weak compared to the Wii again due to the lack of an external reference for the controller. The bowling on Wii feels so much better to play because of this (and also has the fun animations that they decide to drop on switch). No doubt archery is going to be similar - your aim wont be anywhere representative of where the remote is actually pointing, just its angle.

I sold my switch sports a few months after getting it for this reason. We still play Wii sports (and resort) on the Wii-U.

Yeah, although I think it's going to be weak compared to the Wii again due to the lack of an external reference for the controller. The bowling on Wii feels so much better to play because of this (and also has the fun animations that they decide to drop on switch). No doubt archery is going to be similar - your aim wont be anywhere representative of where the remote is actually pointing, just its angle.

Your Claude subscription—which is a cheaper version of the Anthropic API—is restricted to use with the Claude Code CLI/Desktop, Claude CoWork, or @Claude in Slack.

Thats not true at all. You can use the Agent SDK [1], which uses your subscription [2]. I use it via ACP [3] with custom system prompts and tooling. I have found it very powerful and flexible. It has its own agent loop, of course, so maybe thats the limitation using it with opencode?

[1] https://code.claude.com/docs/en/agent-sdk/overview

[2] They were talking about giving credits for the SDK usage rather than it using your allowance directly, but that seems to have been put on hold for now. If and when that changes, I will likely jump ship, but I am more than happy with it right now.

[3] there isn't an official ACP wrapper - zed have one but its quite limited. its trivial to build one though, or you can just use the SDK directly and wire it into your interface of choice.

A lot of those tokens are traversal - either searching for code or following call-sites. Basically building enough context to be able to work on the task.

You can reduce a lot of the token use for traversal by giving your agent access to some form of LSP in addition to hierarchical direction with your AGENTS.md (or equivalent) for monorepos - but a spread-out codebase is always going to end up requiring some form of traversal to solve each task.

And that traversal isn't just token use - its repeated round trip latency (LLM (queue time -> prefill -> decode -> output) -> Agent (parsing -> tool call -> tool response) -> back to LLM) for EACH step (well, some can be done in parallel, but in practice its mostly sequential) - slowing down the task considerably.

Locality and structure are key when it comes to efficient use of agents. The context window is always bounded and attention across it is inconsistent.

Thanks for the honest feedback. I genuinely wish I was a better writer. The posts in particular are all quite formulaic, but the idea is that they just provide a narrative access to the manifesto itself which is where the real meat of the argument is.

I would please urge you to read further into the manifesto itself but would also recommend you start at the foreword so you can understand the reason for the use of AI assistance in my writing.

Alleged author here - on my regular account. Thanks for the feedback. I have been quite upfront about the use of AI in the foreword. I have severe inattentive ADHD and have used AI to take my writings and present them in a way in which I feel are much more coherent overall.

The actual criticisms you have about the content however, I'd like to challenge:

The "adding up to one" is just a simplified gloss over softmax. It's very possible it reads poorly, and thats on me - not LLM gibberish.

As for the incoherence - I have to totally disagree. You have merged the 2 things the post keeps apart - capacity and attention over it. That a model can swallow a schema and write code is a competence humans share. We have been doing it for decades. Besides, the claim was never about us sharing capacity (other than stating it is always bounded) - it was about our attention failing in eerily similar ways.

So, AI slop, no. AI assisted, absolutely. It's sad that some judge the "who" more important than the "what" - especially for this kind of writing. But it's fair feedback nonetheless. I'll see what else I can do with assisting my delivery.

Conveniently forgetting how they removed the jpeg-xl support from the chrome codebase despite overwhelming developer backlash that they then proceeded to ignore for over a year.

They literally tried to kill it - stating (nonsensical) reasons why it was obsolete and unneeded.

And since now the rest of the world have adopted it despite Google, they have crawled out of their slime pits praising themselves for its development with only a passing mention of cloudinary?

Sickening.

People bragging that they "dont touch code" and only "argue" with agents are reinventing the slowest possible IDE.

Obviously the agents are great at producing large chunks of code, but they often make minor and sometimes trivial mistakes which need amending.

Typing something like "in src/auth/session/token_manager.ts the refreshTokenExpiry variable should be refresh_token_expiry. update every reference and make sure nothing else changes" and waiting for the LLM to do its thing takes longer than opening the file and doing the rename yourself.

If you are describing microscopic edits in natural language you are not avoiding coding. You are coding through an extremely verbose, lossy interface with higher latency and lower precision.

EDIT: flagged?

3.4M Solar Panels 3 months ago

than I suspect they think it is.

Because he wants to tell you about his computer it means he doesn’t know how capable it is?

Figma invented its own primitives to make that work: components, styles, variables, props, and so on

Fireworks, Sketch, XD, Axure, etc all had these (or most of them) in some form before Figma even existed. Even illustrator, photoshop, etc have had the applicable ones for decades.

They already were on "1 big server" (a single VPS at digital ocean) and moved to another "1 big server" (a managed server at hertzner).

They saved money and lost nothing.

Now, if they so wish, they could use a portion of that to increase redundancy - but that wasn't the point of the article.

"shall not suffer interference from other states when in international waters"

The strait of hormuz is NOT international waters.

UNCLOS states that "straits used for international navigation" shall allow transit with impedance, which would include the strait of Hormuz, but Iran has never ratified the treaty (and neither has the USA).