HN user

boutell

288 karma
Posts20
Comments137
View on HN
apostrophecms.com 3mo ago

How to be more productive with Claude Code without shipping slop

boutell
2pts0
aws.amazon.com 3mo ago

AWS has climbed on the AI-in-space bandwagon with more bad science

boutell
2pts2
aws.amazon.com 3mo ago

AWS joins mass delusion that space based data centers make sense

boutell
2pts3
apostrophecms.com 4mo ago

How to be more productive with Claude Code, Part 1 (it's just a little bit YOLO)

boutell
2pts0
github.com 6mo ago

Try out Apple's ML-sharp 2d photo to 3D converter on your own computer

boutell
1pts1
github.com 6mo ago

Easily create and view 3D splat files from 2D images with Apple's ML Sharp model

boutell
4pts0
status.linode.com 11mo ago

Big trouble at Linode's Newark data center

boutell
3pts2
apostrophecms.com 1y ago

Useful open source tools: the little things add up

boutell
3pts0
github.com 2y ago

Proposed "au" unit for CSS provides for styling on an astronomical scale

boutell
19pts4
github.com 2y ago

tome text editor: progress update

boutell
3pts1
github.com 2y ago

Show HN: Tome, aka Tom's Editor – a new command-line text editor

boutell
131pts91
evpov.com 3y ago

Simple way to find out when new EV chargers pop up along your route (US)

boutell
3pts1
www.youtube.com 4y ago

Watch 12 years of EV charging stations roll out across the USA (2010-2022)

boutell
3pts0
medium.com 6y ago

Live-debugging Node.js apps at the command line

boutell
2pts0
www.npmjs.com 8y ago

Using ApostropheCMS as a Headless Node.js CMS for Apps

boutell
4pts0
punkave.com 8y ago

What makes a good programmer? A barcamp conversation

boutell
1pts0
apostrophecms.org 9y ago

Apostrophe 2.x: a friendly, open-source and mature Node.js CMS framework

boutell
5pts0
github.com 11y ago

Improbably easy data storage and locking for command line Node.js utilities

boutell
2pts0
justjs.com 12y ago

JavaScript's "this" keyword considered harmful (sometimes)

boutell
2pts0
www.boutell.com 12y ago

Measuring snowfall with an android tablet and PHP

boutell
1pts0
Qwen 3.8 3 days ago

I'm making good use of the next button on original replies, but it's true that walking back through the parent button is a long walk sometimes.

I thought that this was just an initial translation to unsafe rust in which they haven't actually gained any of those benefits yet, although presumably they can go there quickly now.

Thank you. Among other important points there:

"That said, Japan isn't the only country pursuing lithium recovery. In the US, Redwood Materials – the recycling company founded by former Tesla CTO JB Straubel – says it's already recovering 95% of lithium from the equivalent of about 250,000 EVs per year."

EV batteries are too large and valuable to wind up in landfills, although I'm sure it has happened somewhere. I do like that Japan is is making it harder to just throw out smaller lithium batteries. That strikes me as a more probable source of waste.

Claude Sonnet 5 22 days ago

Until now we've been using Sonnet 4 to power an editing agent in ApostropheCMS. Sonnet is a good price/quality/speed compromise, but sometimes when giving it a large set of instructions it would miss half of them. At least until we told it to go back and try again.

In my early tests tonight, Sonnet 5 is a LOT better out of the box. It's one-shotting complex instructions. It also recovered independently from bad instructions that led to an uninformative 400 error by using its schema-fetching tool to figure out there were was too much input.

If I have to gripe about something: it interpreted another impossible instruction by quietly discarding the input in question. But, the way it did it is... kinda exactly what anybody else would do, if they weren't in a position to change the implementation.

This is, obviously, early days but I'm impressed.

Yeah it is ugly. I'm not convinced binding future leadership with corporate docs is even possible. Unless the shares are controlled by other reputable organizations from the start? Maybe?

Everybody who understands the technical problems is proposing a government fix. There is another option, foundations / NGOs could do this. Of course, openai has shown how quickly that can pivot into something completely different.

If weights can't be looked at almost instantly in bulk, it just doesn't work. It's a different problem from distributing file downloads.

I THOUGHT I WAS THE ONLY ONE!

I actually nuked my music library off my Mac to mitigate this problem, but it's still a nuisance when the app launches.

Thank you for sharing this!

Recently I got a PR that is (1) genuinely correct and useful, and (2) not from someone who uses the software in question at all. A happy outcome, but clearly the economics of open source contribution have changed.

Although I no way suspect this particular individual of anything untoward, of course it's always possible it could be part of one of the long-term goodwill-generation campaigns mentioned by the Ladybird team. Generating credibility by making seemingly difficult genuine contributions over a long period, then abusing that credibility. But in our particular project we're not in the habit of delegating approval authority, so I'm less concerned about that.

I wonder about this too. The other objections miss the point: if it's faster, and otherwise the same, and doesn't require different hardware, then why not just announce that the standard tier of MiMo-v.25-Pro is now ridiculously fast and raise the price? What does "limited high speed resources" mean if it runs on the same hardware as the rest of their pool?

I think the answer is that there's a tradeoff here where additional throughput for a single person can be achieved only by tying up more resources than a normal request would, even when you take into account the fact that the normal request takes longer to finish. I'm not an expert, but some of the optimizations they describe, particularly the parallel prediction stuff, sound like they could take up extra resources.

In 1994 I was 2 years out of school. I'd written one windows shareware application and a whole lot of unix-y things. People were excited about the internet but most people didn't have access. Unix shell accounts via dialup were common though.

One day I was encouraged to write a Windows Sockets emulation layer for ordinary dial-up shell accounts like those offered by netcom. The idea was to allow the use of the recently released Mosaic browser without an actual internet connection. I figured sure, no problem. I'll use curl or some other tool in the shell account to do the actual fetching of URLs, transfer styles over zmodem, and simulate all the tcp/ip calls in the DLL.

I couldn't even get started. The reason is that I couldn't understand how the different Windows applications could all share memory allocated at runtime in the winsock.dll.

I asked a highly experienced ex Microsoft person, and he just said what are you talking about. There's no API to allocate shared memory.

So I gave up. 6 months later someone else did it.

Around then I realized the truth: Windows 3.1 had no memory protection at all. Specifically all global variables in DLLs were shared by default. The hard part wasn't sharing memory among users of a DLL. If anything, the hard part was having good discipline to avoid sharing it.

Since I'd only used multiuser Unix in school, and I knew Windows supported multitasking (even if only the cooperative kind), I just couldn't wrap my head around the idea that I'm multitasking operating system could exist without memory protection.

You're right that it's not literally frontier. But like recent Qwen releases, it is a lot more capable than anybody thought models of this size could be a year ago, like capable enough to set a ceiling on what you can charge for AI for certain applications. Others still clearly justify a stronger model, but this trend may continue, etc.

Chuwi Minibook X 2 months ago

Me: I want this

Also me: just a month ago I bought a Bluetooth keyboard and mouse for my phone because they are completely sufficient for the work emergency use case along with the termux app

Chuwi Minibook X 2 months ago

The thing about a diagonal measurement is it doesn't tell you if it's going to fit on a shitty airline tray table or not. Some laptops with a larger diagonal measurement are not too deep. Others are way too deep.

Chuwi Minibook X 2 months ago

How about the Panasonic Let's Note? Still made, although not for the American market. A little thicker so that it can have an adequate battery and be small at the same time. I love it, but I didn't know it existed until my recent trip to Japan, and I didn't come across quite the right used machine before coming home.

Chuwi Minibook X 2 months ago

Oh man. I have a ThinkPad L14 as my personal, beater, okay to take on the plane to Japan or whatever machine. And I hate it because it's too big. But I'm also hooked on it because it has pretty decent performance, excellent battery life with the third party battery I put in it, acceptable keyboard, acceptable trackpad.

I read this review with mounting excitement until I got to the part about the things he doesn't like. And yeah, those things would drive me up the wall too.

Although it might be fine if that touchy keyboard works well for touch typists. For me, that's everything.

I'm pretty sure eval time is token generation time where it's actually outputting new tokens. If you're getting a thousand per second on that, I'd love to know on what.