Forgot your password?
typodupeerror

Comment Re:Oh look the grifters are back (Score 1) 78

Switching facilities are expensive, but you can design grids such that they are able to break into smaller grids, and that does get continually cheaper. Restarting and synchronizing grids can be difficult, but the more battery storage you've got, the easier that gets. So what we'll more likely wind up with is a grid with more compartmentalization, with a lot of people left in weird and unreliable sectors of the network with unreliable power because nobody will force the providers to actually provide them with power reliably.

Comment Re:Out of control demand for power (Score 1) 78

Solar uses space

There's a lot of space available because it doesn't need it all to itself. There's a lot of desert nobody is using, a lot of canals and reservoirs we could cover, a lot of nice safe flat commercial roofs, a lot of commercial glass, a lot of car parks. So since that's not a real problem, can we just legislate it and move on?

Wind is going to be seen as a loser in so many ways

Because so many lies are being told about it, yes.

Comment Re:Remotely downloaded code (Score 1) 19

Are the benefits of using tools like composer worth these risks? Why is that still the norm, rather than the exception?

Because 1) handling exceptions is hard and 2) keeping everything updated from the myriad of sources is hard too.

Whether the benefits are worth the risks is surely complicated, but if it means updates get done that otherwise wouldn't (and it does) then there's at least a reasonable chance that it's a net positive overall.

Comment Re:Life Expectancy Study. (Score 1) 104

I'm down with practically anything, or at least just about anything practical, over NCM. It just has issues on every level from political to technical.

I've got my fingers crossed for sodium, but sure, nickel-iron would seem to make sense for stationary applications. I'm hoping though that they can come up with a sodium battery that wouldn't be toxic even if you blew it up.

Comment Re:Remotely downloaded code (Score 4, Informative) 19

What, exactly, is the point or purpose of including code in your program that is downloaded from a third-party website every time you execute the program?

No, npm is literally the opposite of that.

If you want to include a function or subroutine or library in your program, why wouldn't you just download it and use that?

I run Drupal and it uses composer, which does basically the same thing. But then I want some javascript libraries that you can't get through composer repos itself, you need to get them from npm. So every time there's one of these npm exploit stories I say oh shit, some more shit I need to read. Luckily I'm only pulling in literally two packages from there. But I don't need to do this, I only do it specifically for the purpose of not having my site refer to some other site for those javascript libraries. That way, someone else changing their library doesn't automatically screw up my site, or more plausibly since I am not running any javascript on the server side, start back dooring other people who visit there. So npm is exactly the kind of thing you think people should be using, except with less oversight which is why we keep hearing about loads of compromised packages.

Comment Re:still bummed about SG-U (Score 1) 96

Disagree on this. That's like saying only shows that trek through the stars should be called Star Trek - and yet the best Star Trek series ever made was Deep Space Nine.

Yeah, they had B5 to crib from.

The Stargate is just part of the premise of the followup shows, not a required defining characteristic of them

If you're putting it in the title, yes it is.

Comment Re:8-1 decision (Score 2) 72

Dear friend,

We make certain rules so that we can live in the same nation together. For example, we must to a reasonable extent unify our motor vehicle requirements so that you can reasonably travel to other states without onerous additional inspections and harassment. Alas, with rights come responsibilities.

Signed,
Srsly

Slashdot Top Deals

The road to ruin is always in good repair, and the travellers pay the expense of it. -- Josh Billings

Working...