Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Cheaper energy timing (Score 1) 347

There is another issue to consider: today electricity is cheaper in the evening, because businesses are using less energy so the grid has more spare capacity. But in a decade, when a significant portion of homes will have solar roofs, and there will be solar farms in the southern states, the timing of cost of energy will flip again: cheaper during the day (and summer) and more expensive during the night.

Will consumers want to readjust again?

m

Comment roof repair? (Score 1) 541

I noticed that they put the solar panels on rails on top of his roof. What happens when he needs to redo his shingles? This needs to be done every 10-15 years (at least in Toronto, where my parents live).

Who takes the panels down, the rails and then re-installs the whole thing? Or does the fact that the shingles get less exposure to the sun and snow mean that they won't have to be redone for a longer period of time? (which would be another savings)

m

Comment Measure first, improve second (Score 1) 321

You cannot improve your performance if you cannot measure it. I think that the metric of "time to resolution" is a bad first try, but the direction of thought isn't bad - if you aren't trying to game the system, you generally want to resolve issues quickly.

I think that what you really want is the length of time all tickets were opened. That way closing a ticket after resolving one minor issue only to open another one for the next minor issue does not give you an advantage.

You certainly want to divide that by the size of the group you are supporting. And you probably want to penalize issues that are affecting multiple people.

So something like: sum over all tickets (ticket_open_time * #of_people_affected^1.2) / size_of_group [ the 1.2 is a random # I pulled out of my a** ]

m

Comment Not surprising at all (Score 3, Informative) 509

If you had asked me about the distribution of first digits of prime #s yesterday I probably would have guessed logarithmic, regardless of base (except for binary, of course).

Think about it. We know that primary # are distributed logarithmically. A set of N digit #s has equal subsets of numbers starting with 1, 2, 3, etc. Those subsets are equal in size, exclusive and completely ordered with respect to each other. So it follows that the # of prime #s in consecutive subsets would be a logarithmic function. And if you add the sizes of prime subsets for each starting digit, you'll still get a logarithmic distribution.

Nothing to see here, move along.

m

The Internet

Submission + - Setting up a small ISP? 1

Mike_K writes: I live in a small condo building, and at our recent meeting we discussed the idea of sharing internet between the codos. The only problem is that we would rather not expose those actually providing the service to harassment from RIAA, MPAA, etc. The best idea I can come up with to solve this is to create a small ISP for our building and give everybody a static IP. I know enough about networking to be able to set this up, but I don't know anything about actually setting up an ISP. Can anybody help me with where to start looking? Would this ever be economical? Is there a better way to go? We are located in a big city with Comcast and Verizon being choices for consumer internet, and close to some big schools with lots of bandwidth, if you think that would help.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...