Forgot your password?
typodupeerror

Comment Re:The real problem with adoption (Score 1) 204

This is complete BS from start to finish.

A level 2 NACS charger will cost around $250-500 plus installation. If you already have a standard 220V dryer port in your garage you don't need to install anything. If you need an electrician, the costs are likely to be around $100 unless there's genuinely no 220V supply within range of your garage in which case you might be looking at $500.

Trickle charging can take the car from 20 to 80% charged if done for 20 hours. Not ideal, but given the car has a range of 200 miles, and most people don't drive for more than 50 miles a day, you're more looking at charging constantly from 55% to 80% each day, essentially more than covered by an overnight charge. So for most people, trickle charging is fine. And what the hell are you talking about "spend an extra 15 minutes sitting in the grocery store parking lot"? Why would anyone need to do that? Do you think electric cars that are short on power somehow work better if left idle for 15 minutes?

For 99% of people the specs are fine even with trickle charging. Less than 50 miles a day is more than covered, and the occasional trip that takes longer will be covered by fast chargers en-route.

Comment Re:I love the idea of the Slate but price concerns (Score 1) 204

I must confess I love the idea of hand cranked windows as they were when I was younger. Why? I've never had a car where the electric windows didn't fail at some point, and it was never a cheap repair to fix them. Ford, Toyota, and Honda.

So, call me weird, but I'd consider it a feature, even if there are some minor disadvantages like not being able to operate anything other than the window next to you when driving.

Comment Re:I love this (Score 1) 204

It's more of a cultural thing. Americans generally seem to like "trucks" more than "cars". It's not logical, minivans are safer and cheaper to run and more utilitarian than SUVs, for instance, but Americans love SUVs and treat minivans as belonging to some other culture.

So, yes, you're right, this isn't an ideal commuter vehicle, but it's an ideal vehicle to sell to Americans who need a commuter vehicle but would otherwise buy something far more expensive, polluting, and generally crappy. It gives them a high seating position, an air of utility (which, TBH, it has) for non-commuting applications, and will, nonetheless, take them to their 45-minutes-away workplace and back in an efficient manner.

Comment I love this (Score 2, Insightful) 204

About the only negative I see is the 2000lb towing capacity. Whether that matters or not is whether you'd actually buy a pick-up/SUV for towing boats and trailers. Otherwise it's a very inexpensive vehicle with a huge amount of utility that'll work as a commuter vehicle for 99% of the population.

Insert that jackass here who always insists that nobody should be allowed to build or buy such a vehicle because it can't drive across the entire country without recharging and needs to be able to carry 15 sheets of dry wall, a fridge, and a large family at the same time. (Most US families are two car - this'll work perfectly for the person who needs to commute to work, with the other being a minivan.)

Comment Re:Before someone says it (Score 1) 134

True, misinformation coming from "trusted" sources is much more damaging than some idiot with a blog posting nonsense, simply by the fact that it's framed as something trusted by so many others.

False dichotomy. Nobody here is talking about an idiot with a blog posting nonsense.

False information coming from sources that "look" trustable but are actually not are very damaging - on purpose, as that is literally the intent.

Incomplete/biased information from trustable sources that are not deliberately attempting to mislead (as in sources that adhere to the ethics of not presenting information that is factually false, even if the picture is not "complete" as you suggest) is a slight wrong, and has existed since the dawn of the printed word - it's editorial in nature - but its effects on creating social problems pales in comparison to weaponized disinformation campaigns.

Hand-wringing about the later as if it's some kind of new thing, or something most people don't know about strikes me as super naive. The insidiousness of the former is simply that people don't appreciate the scale to which it's happening.

Comment Re:You'll end up with an empty repository (Score 1) 170

> The people at Debian who chose to adopt systemd with less than the usual amount of debate, and at other distributions as well. I thought you participated in these discussions at the time? Guess not.

You thought what? Are you trolling? You're claiming you saw me, karmawarrior, on the Debian mailing list?

> sysvinit has never stopped me from booting, but systemd has. In fact I got into a situation where in order to troubleshoot booting, I would have had to use a debugger. That's when I noped out forever.

You've had super (and unusual) good luck with sysvinit then (and the bad luck to use systemd prematurely I guess.) sysvinit is literally why virtually every Linux distribution has had rescue disks since the beginning. Even Windows doesn't come with one.

Literally an NFS mount not mounting in /etc/fstab because the network didn't come up properly has stopped sysvinit from booting my system. And that's EXACTLY what you'd expect from sysvinit, because it's shit. It's literally a bunch of shell scripts hacked together.

> sysvinit with startpar and the LSB-derived daemon management boilerplate is more than adequate. If you want to use another init system, feel free, but there is absolutely no justification for deprecating sysvinit.

The entire Unix world disagees that a set of fragile shell scripts is a great way to boot an operating system. That's why Mac OS X uses LaunchD/SystemStarter, and why the majority of BSDs have switched from a tightly written non-modular shell script intended (bypassing sysvinit altogether) to OpenRC, and why Solaris uses SMF, and why most of the systemd holdouts have switched to OpenRC rather than try to continue hacking on sysvinit.

There's a reason for that. Your anecdotal evidence that systemd once crashed on you but you somehow never ever had an unbootable Linux system with sysvinit suggests you've never actually maintained a serious Unix-like system with any complexity.

sysvinit became unmanageable when ubiquitous networking was created. It's embarrassing the Linux world hung on to it for so long.

Comment Re:You'll end up with an empty repository (Score 1) 170

> The primary advantage claimed was that it eliminated init scripts

Claimed by whom?

The primary advantage of systemd is it deals with dependencies in a more sane way than sysvinit. There are other alternatives to sysvinit, systemd is the one that happened to take off.

sysvinit has been responsible for a number of unbootable environments over the years personally speaking, while I've always been able to log into a systemd system I've set up and been able to ensure daemons start at the right times, without needing to hack together sleep commands or anything like that.

There are other init systems that can also do that, but systemd is, for whatever reason, the one we standardized on. Alas it turns out the maintainers are pro-fascism. Which you'd expect given systemd is part of the corporatization of GNU/Linux lead by IBM and Canonical, like GNOME, Wayland, etc are as well.

So we need to switch to something similarly capable. Maybe this fork. Maybe OpenRC or something similar. (Disclaimer: I have no investigated OpenRC, but I gather it's a project with similar aims.)

Pick something. Just not sysvinit. The latter hasn't been appropriate since the 1990s, it's ridiculous we continued using it as long as we did.

Slashdot Top Deals

I put up my thumb... and it blotted out the planet Earth. -- Neil Armstrong

Working...