HN user

rounce

512 karma
Posts3
Comments365
View on HN

The increase in healthcare costs is more a function of an aging population, rather than people (mis)using ambulances too much. However in these countries, although the rates are fairly low, misuse of ambulances is often heavily linked to poor levels of health literacy or lack of transportation options - though the caller often genuinely perceives it as an emergency - both of which can be improved through other programs such as education and public transport provisions. It’s almost as if providing good public education and transportation makes the population more productive and less wasteful.

I’ve run the open kernel module for some time and it seems to work well although I had to patch it to fix support for some VR hardware until upstream fixes it properly. What Vulcan extensions were you having issues with?

Ferrari Luce 2 months ago

Why do you see enjoying doing something, driving in this case, as being some sort way of “asserting dominance”? Some people just enjoy things because of all the activities and associations they have which involve that thing. I come from a place where we have both good public transport and a sizeable automotive enthusiast subculture, one doesn’t preclude the other. You seem to be pushing the idea that car enthusiasts enjoy cars because of the some status association, when most of the time people who are interested in car-as-status have little to no actual interest in cars beyond that.

Ferrari Luce 2 months ago

A GT4CLusso has 4 seats and a hatchback, yet looks reasonable as a Ferrari so it’s hardly unfamiliar territory.

Ferrari Luce 2 months ago

An XY scatter plot of g forces on its own isn’t very useful, this is why multichannel analysis tools like i2 exist so you can look at things like lateral g vs yaw rate or steering angle.

Ferrari Luce 2 months ago

I disagree, it still commits many sins of modern car design with regard to interior controls. After Ive making a big statement basically echoing what pretty much everyone has been saying for years about forcing touchscreens on drivers, he goes and slaps a big honking iPad on the dash.

Ferrari Luce 2 months ago

Though Pininfarina, Zagato and others have a long history of designing beautiful car bodies, many of which have more than stood the test of time.

Nitpick: eBPFs aren’t just for low level networking manipulations but also lots of other parts of the kernel. In fact the expanded version of the acronym is slightly confusing as it sort of implies being entirely to do with networking, which it isn’t.

More like, if you say “I hope this movie doesn’t suck” are you preemptively implying the movie is rubbish, or are you expressing your hope that it is worth witnessing? Taken out of context you can make a case for either. Luckily we have the rest of the post for that context so surely it’d be reasonable to base one’s interpretation on that.

why the sudden attack by EU lobbyists against VPNs?

Live sports, they’re already assaulting internet infrastructure in various EU member states (eg. La Liga forcing Spanish ISPs to block cloudflare IPs during matches). With this in mind it seems less a case of surveillance state and more a case of corporate state capture.

Go at least has a more capable standard library than Rust.

Many Golang projects I see in the wild will import a number of dependencies with significant feature overlap with sections of the standard library, or even be intended as a replacement for them. So it seems that having an expansive stdlib isn’t sufficient to avoid deep dependency trees, it probably helps to some degree but it’s definitely not a panacea.

This is related to a massive annoyance of mine: when I run a piece of software and the system is missing a required dependency, I want the software to *tell me* that dependency is missing so I can make a decision about proceeding or not. Instead it seems that far too often software authors will try and be “clever” by silently installing a bunch of dependencies, either in some directory path specific to the software, or even worse globally.

I run a distro that often causes software like this to break because their silent automatic installation typically makes assumptions about Linux systems which don’t apply to mine. However I fear for the many users of most typical distros (and other OS’ in general as it’s not just a Linux-only issue) who are subject to having all sorts of stuff foisted onto their system with little to no opportunity to easily decide what is being heaped upon them.

It isn't always exactly the same sound even when th-fronted, the manner of doing so is regionally distinct and in many cases, to a sensitive ear, a th-fronted 'th' can be clearly discerned from an 'f' based on sound alone. Some accents will make a stronger distinction by softening the 'th' and/or extending it into the subsequent vowel.

The Pilot in Command has ultimate legal responsibility over the operation of the flight, ICAO conventions explicitly state this. Whilst in practice the cabin crew will be the ones dealing with the passenger(s) and supplying information to the PIC , it won’t be them making the final decision.

Cursor 3 4 months ago

Why does nearly all product marketing these days have to be delivered via "personality led" marketing?

Linux kernel provides ways to observe from user space. The problem is that there’s nothing to stop someone running a kernel which neuters anticheat tools ability to observe using that functionality. As far as I’m aware the only way to mitigate that is via measured boot attestation and having signed kernel etc.