HN user

Joeboy

5,481 karma

http://www.joebutton.co.uk/

Posts8
Comments1,923
View on HN

I think the closest thing to an actual "standard" is AES5-2018, "Recommended practice for professional digital audio".

Abstract:

A sampling frequency of 48 kHz is recommended for the origination, processing, and interchange of audio programs employing pulse-code modulation. Recognition is also given to the use of a 44.1-kHz sampling frequency related to certain consumer digital applications, the use of a 32-kHz sampling frequency for transmission-related applications, and the use of a 96-kHz sampling frequency for applications requiring a higher bandwidth or more relaxed anti-alias filtering. This revision further quantifies the preferred choices for higher sampling frequencies.

Edit: From my personal perspective, 44.1kHz is a legacy minor annoyance

I also have a tendency to say "Last century", thinking it comedically suggests "a long time ago" without it actually being that long ago. But as time goes by it obviously becomes legitimately a long time ago, and I suspect young people wouldn't see the attempted irony at all.

The big IP films got better distribution and marketing, but there hasn't really been a shortage of original films produced over the last decade. The big franchise movies are a small proportion of films produced.

If you're talking about introducing it somewhere where there's currently no social safety net, sure. Where I live if you were to replace the existing safety net with say £1k a month (the level of our state pension, which is widely considered a time bomb of unaffordability), that's like a million instant homeless people.

Rotten Dot Com 2 months ago

My recollection from this era is there was a common argument that provocation and boundary pushing were the way to ensure an uncensored internet. To me, it seems like that argument has been defeated by reality, but I've never seen much discussion of it. Maybe it's a last-year's-war now anyway.

Because it's Ubuntu policy to replace some foundational part of the system with some janky unfinished experiment in every release.

I agree with you that that's more the story here than "OMG, somebody wrote Rust code with bugs in it".

Maybe not what they meant, but Rust sometimes makes it tempting to just copy things rather than fighting the borrow checker. Whereas in C++ you're free to just pass pointers around and not worry about it until / unless your code crashes or gets exploited.

Speaking authoritatively from my position as an incompetent C++ / Rust dev.

Don't know if it counts, but my London cinema listings website just uses static json files that I upload every weekend. All of the searching and stuff is done client side. Although I do use sqlite to create the files locally.

Total hosting costs are £0 ($0) other than the domain name.

I find it a bit odd how much people talk up the Rust aspect of Tauri. For most cases you'll be writing a Typescript frontend and relying on boilerplate Rust + plugins for the backend. And I'd think most of the target audience would see that as a good thing.

In the context of the Epstein files, I think Schmidt's actual quote looks pretty good ("If you have something that you don't want anyone to know, maybe you shouldn’t be doing it in the first place").

The problem is that even if Schmidt didn't do anything wrong (I don't know but all the link says is he may have been invited to a dinner but probably didn't attend), he nevertheless had something to fear.

I'm fairly agnostic to the headline question of whether social media should be banned for under 16s. The part that seems interesting to me is whether this will entail linking online activity to real world identity for the rest of us. It doesn't have to, but in practice I guess that's probably what'll happen. Unfortunately all the debate is "but freedom of speech" vs "but think of the kids" vs, and nobody will be lobbying for a better (or less worse) implementation.

Is this not the job of the operating system or its supporting parts, to deal with audio from various sources

I think that's the point? In practice the OS (or its supporting parts) resample audio all the time. It's "under the hood" but the only way to actually avoid it would be to limit all audio files and playback systems to a single rate.