Hacker News new | past | comments | ask | show | jobs | submit | lawaaiig's comments login

Wouldn't know about 'pretty much anywhere', but assuming you're from the Netherlands you might want to reconsider: https://www.kimnet.nl/binaries/kimnet/documenten/rapporten/2...

EVs most definitely do not decelerate faster. Their increased weight leads to decreased braking capabilities, which, combined with their faster acceleration, makes them potentially harder to control and more deadly in collisions due to the greater force of impact.

The regenerative braking force is generally much stronger than engine braking in ICE vehicles, as long as the battery isn't full.


In a sudden stop event, assuming the driver does the same tasks (lifts foot off accelerator pedal, moves to brake, then presses brake) - an standard ICE vehicle simply stops accelerating (minimal engine braking). An EV starts decelerating as soon as the foot is lifted from the accelerator.

We're not talking EVs that are double the mass (usually 10% increase over ICE), so a 20% reduction in speed (probably more) on an impact is more important than that 10% weight increase (impact force is roughly equal to mass x speed).


Based on a cursory glance at google results, 10% is at the lower bound of weight increase, and in sudden stop scenarios I would assume tyre grip is the main factor in speed reduction potential, not engine/regenerative braking. I'm not aware of any convincing studies showing a clear advantage for EVs in these scenarios.

Petrol engines have a nontrivial amount of engine braking due to the throttle. If you have a manual car you can easily compare it to coasting by disengaging the clutch. Bicycles also naturally coast thanks to the freewheel. If you're used to a bicycle then the engine braking of a car is quite surprising.

It's a bit more complicated than that even.

While not going into details: 1. This only concerns liability for damages. 2. It is not necessarily the case that the cyclist is exempt from (fully) compensating the motorized driver for their damages, even if the cyclist is reimbursed for (a portion of) their own damages.

Also note that most cyclists are insured!


I recall systemd-resolved ignoring the resolv.conf order of preference of name servers. The native and thus relatively simple per-link DNS configuration is great though.

Addendum: https://news.ycombinator.com/item?id=15228940 This approach clearly deviates from widely expected behavior, whether it is in conformance with applicable RFCs or not.


Resolv.conf does not specify order of preference of name servers! All the servers configured here are supposed to return the same answers!

See, many people have misconceptions how it works; see the comments in thread you linked to. Add to it the fact that resolv.conf syntax cannot express what is expected of modern resolvers (not even with apple-like extension - `/etc/resolver/*`; it cannot react to links going up and down), it is basically just compatibility shim for broken applications (they are not supposed to use it directly); that's why systemd-resolved configures it to point to itself and handles the specifics for them.


Providing the same answers does not preclude an order (of preference). The man page clearly shows that such an order exists, though it does not explicitly label it as a preference. Whether you think it's right or wrong is irrelevant—the fact remains that the expectation of querying DNS servers in a specific order has been a common understanding for many. You're free to think systemd-resolved is the right way forward, but that's not an argument against the existence of the ordering in resolv.conf.


> the fact remains that the expectation of querying DNS servers in a specific order has been a common understanding for many.

That understanding has been wrong; it is an implementation detail of glibc and that's it. It could query them in random order, or round-robin them for each request; or time them how fast they respond and prefer the fastest, up until it starts timing out and then shake the order again. Some resolver stubs ask all of them and use the answer that arrives first. That's also valid. Since they all are returning the same answer, it doesn't matter. It also makes any argument for ordering superfluous.

So that "common understanding for many" is erroneous and those many should update it. The thread you linked to has exactly a discussion on this point, so in the years that passed since then, those affected many had ample time to fix up their assumptions.


That understanding is in line with using libresolv and the established behavior of the resolv.conf file, which accompanies the libresolv library. While it’s true that different implementations (e.g., some resolver stubs) might use various methods like round-robin, timing, or querying all servers simultaneously, this doesn’t invalidate the behavior outlined in resolv.conf.

Again, there can be other valid reasons for maintaining an order. Could be about latency, privacy etc.

I admit to not having read the full thread, and I apologize for any needless rehashing of arguments. It was just the first result confirming systemd-resolved breaking setups by its handling of what many (in that thread) consider expected behavior.

What I think you're primarily suggesting is that there are no formal standards prescribing glibc's behavior in terms of DNS resolution order. That is certainly true, and I don't disagree calling it an implementation detail.


Regarding the intermittent power cutoffs during boot it should be noted the drives pull power from the 5V rail on startup: comparable drives typically draw up to 1.2A. Combined with the maximum load of 25A on the 5V rail (Seasonic Platinum 860W), it's likely you'll experience power failures during boot if staggered spinup is not used.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: