Slashdot Mirror


User: RobinH

RobinH's activity in the archive.

Stories
0
Comments
1,599
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,599

  1. Re:Can't wait to get this installed in my house on Tesla Announces Home Battery System · · Score: 1

    I also live in Ontario and did a calculation for that based on prices of Chinese lithium ion batteries at the time (6 months ago). Back of the napkins said it would be greater than 10 years to get a payback, but the prices are still dropping. I'd say this kind of stuff is going to happen soon. I recently installed a whole home power monitor for interest sake, and honestly for $3500 even if it paid itself back to break-even over the 10 year warranty period it would be an interesting project to take on. Still I imaging the switching equipment you need to install along with this is pretty serious cost, and I don't think this comes with a charger/inverter either.

  2. Exactly what kind of support are they getting? Just telephone type "my cup holder broke"? Seems like internal IT could handle most of that. Or are they actually fixing Windows XP bugs for them?

  3. Re:The third factor on Can High Intelligence Be a Burden Rather Than a Boon? · · Score: 1

    There is some truth to this. I am a "successful" programmer (in my opinion, since I get paid to do it and people are generally happy with the results). My job every day consists of a series of frustrating problems where the solution is not obvious, but I'm sure it should be possible to solve it. A 3rd party library causes a heap corruption about once a week, or customers refuse to send data files in a consistent format. The print spooler service keeps stopping.

    People come to me with the *simplest* of problems, and they can't even be bothered to type their question into Google, let alone *read* the results that come up! Most people aren't even willing to try it or learn for themselves, just waiting for someone's permission, I guess.

    "It just doesn't work" is such a commonly repeated phrase, right next to "the Internet's not working". What doesn't work? Did you try doing it like this? Did it work yesterday? Has it ever worked? Can anyone else get it to work? Don't you want to know how it works? Do you even want it to work, or are you just relieved that you have something external to blame for why you couldn't get your work done?

    Seriously, the key to success is just not giving up when you know something's possible.

  4. Difference on The Upsides of a Surveillance Society · · Score: 3, Interesting

    There's a difference between a "surveillance society" which is where a small class of people or organizations owns or has access to all the surveillance, or just a "public society" where lots of private individuals have cameras, phones, etc., and decent means of communication. In the latter case, it's the people (society) who actually have the power. It's much more democratic, i.e. "I'm publicly shaming this person because the vast majority of people feel their behavior is unacceptable." In the former, it's about centralized power, i.e. "Make this person's life miserable because they're a threat to my power." I'm all for distributed cameras and communications, I just wish people would keep the data local by default, and not provide it so willingly to 3rd parties to aggregate it.

  5. Discrimination? on US Dept. of Education Teams With Microsoft-Led Teach.org On Teacher Diversity · · Score: 1

    Wouldn't it be discrimination (against the teacher) to have black teachers teaching in predominantly black schools and white teachers teaching in predominantly white schools?

  6. Re:Erm.. Why a computer? on Allegation: Lottery Official Hacked RNG To Score Winning Ticket · · Score: 1

    It's not like a machine filled with pingpong balls can't be hacked either. True, it might be easier for a layperson to detect tampering, and that's worth it right there.

  7. What about CNC milled parts? on 3D Printed Guns Might Lead To Law Changes In Australia · · Score: 1

    Why are 3D printed firearm parts any different than CNC milled firearm parts? The CNC milled ones are likely more accurate too.

  8. Re:"Knowledge-based" questions are really bad on Sign Up At irs.gov Before Crooks Do It For You · · Score: 1

    I guess I wasn't clear when I posted. These questions weren't things I'd entered, it sent me to a 3rd party site to validate me, like Equifax or something. Also, now that I think about it a bit more, it was a Canada Revenue site some time last year (2014), not my bank. Hmmm, very disturbing.

  9. "Knowledge-based" questions are really bad on Sign Up At irs.gov Before Crooks Do It For You · · Score: 5, Informative

    I was signing up for something through my bank, and it was asking me some of these questions like, "Which of these employers did you previously work for?" Unfortunately none of them were correct (this wasn't a huge surprise because I had already tried to correct my credit report information... they seem to have me confused with someone else). That meant I couldn't continue, but it turns out if you start the test over again, it gives you the same question but randomly selects the "wrong" answers. All I had to do was remember what the original multiple-choice answers were, and pick the one that didn't change. Basically that means there's almost zero security with this method of authentication.

  10. Re:Why SSD in a "do-nothing" PC ? on Micron and Intel Announce 3D NAND Flash Co-Development To Push SSDs Past 10TB · · Score: 4, Interesting

    I have upgraded 4 computers from HDD to SSD's since Christmas. They were all from 2 to 5 years old, and all of them run like they're a brand new computer. They boot amazingly fast, and they launch programs really fast. Compiling is much, much better too. I wouldn't ever go back to a rotating hard drive for anything other than long term archival storage now. Maybe I'd do a hybrid drive, but really around $100 or so for 240GB is a really nice sweet spot at the moment.

  11. Stop with the sending my data elsewhere on Dueling Home Automation Systems at SXSW (Video) · · Score: 1

    I've been doing home automation stuff on and off for about 10 years now. It seems like every new device in the past few years has to have a connection to the internet and be controlled through a web-connected app. In some ways I kind of understand this: so many people have a smartphone, and they already know how to get it online, so if you connect your "IoT" device to the internet then you kind of get your remote control for free.

    However, the whole idea of broadcasting data from the inside of my house to some 3rd party server on the internet is such a crazy idea. I recently installed a whole home energy monitor (it monitors the incoming feed and a bunch of the main branch circuits). It does come with software that I was running on a local PC, but the main way that they recommend to use it is to sign up for an online service (around $2/month) and have it upload your data there. Since their software wasn't great, I was tempted to do that... for about 10 seconds. Do you realize how much personal information that would mean transmitting to a 3rd party?When your stove, microwave, dishwasher, and washer/dryer runs? No way! Looking at the data it's pretty easy to pinpoint when we're there and when we aren't. In the end, I opted to write my own logging and reporting software, and that gave me the ability to add some useful features, like emailing me if the backup sump pump turns on (meaning my main sump pump has stopped working for some reason). Still, most people just have to take what's offered, and I think that's pretty scary.

    Also consider the nest thermostat, which has an occupancy sensor, or the Xbox 360 which has a camera that's reportedly "on" all the time looking at your living room. This isn't a good idea.

  12. Re:From a simpler era on South Korea Begins To Deprecate ActiveX · · Score: 1

    To be fair, comparing ActiveX to Java is incorrect. The counterpart in the Java world of ActiveX is the "Java Applet" which, along with ActiveX, really needs to go away. Writing a self-hosted Java program is no different than a .NET program, and neither one are going away any time soon. JavaScript, however, only had one serious competitor: VBScript. JavaScript won. It's the best thing we have for rich client functionality, and it's not going away any time soon, even though, I think, HTML5 is going to absorb some of the heavy lifting that JavaScript is doing. Going forward it should all be JavaScript and browser makers need to take JavaScript sandboxing seriously.

  13. Re:It'll message home when you're running low on Elon Musk Pledges To End "Range Anxiety" For Tesla Model S · · Score: 2

    It said over-the-air so it would have to be a flying drone, not a pickup truck.

  14. Correlation? on LAPD Police Claim Helicopters Stop Crimes Before They Happen · · Score: 1

    Wouldn't the amount of downtime you have be reduced when there are more crimes happening? These variables are already linked because the amount of police helicopter hovering time is based on the amount of crimes happening. I'm not sure we should trust these stats.

  15. Arduino has not boards in stock anyway on Fight Over Arduino Name Pits Originators Against Contract Manufacturer · · Score: 1

    If you look at the Buy Arduino Boards section of the Arduino site, all the boards are out of stock except for a couple of LilyPads. Also, the UNO Rev3 on that site lists for 20 euros. If you go to AliExpress you can find a clone for $6 with free shipping, including a USB cable, and if you want you can also get a clone for $3 (with free shipping) if you're willing to trade the FTDI USB-serial chip for a CH340G chip. From comments online the latter works fine, it just requires a different driver, and a lot of people are figuring we shouldn't be supporting FTDI either after what they did when they made their drivers bricks clones of their own chips. That's just one board. In my experience, the difference between prices of Arduino Mega boards and the clones are even worse.

    I get that we want to support the official organization and I own 2 or 3 official boards. However, the price difference is sometimes too much to ignore. I spend a good deal of my time writing Arduino-compatible software and releasing it for free under an open source license on the internet. Lots of people have downloaded it and use it, and I am happy to answer their questions and help them with their projects for free. I don't expect to get paid a dime for that. A lot of people are doing similar stuff and we're all contributing to one big Arduino ecosystem in our own way. The fact that there are clones is a *good* thing. It's only the fact that clone-makers are using the Arduino trademark that's wrong. Also, if they say Arduino-compatible, then I think that's OK. Some of you might be too young to remember the birth of the PC, but IBM made the PC and then the clone-makers came along and made a whole bunch of cheaper and better *IBM-compatible* PCs. Look where that lead us.

  16. Re:Diamond Age on Lauren Ipsum: A Story About Computer Science and Other Improbable Things · · Score: 2

    I thought immediately of that book as well. In fact, the "primer" referenced in the title is a book written for a little girl, and the man (uncle? grandfather?) who commissions the book tries to get the would-be author to consider what it means to be "subversive". This reminds me very much of the book in the summary... it is... subversive. (Maybe)

  17. So it wasn't available long on 1950s Toy That Included Actual Uranium Ore Goes On Display At Museum · · Score: 1

    I remember the years between 1951 and 1952 really flew by.

  18. Re:You sunk my battleship on Will Submarines Soon Become As Obsolete As the Battleship? · · Score: 1

    Technically that's precision. Accuracy would be if they were within the correct 150 m radius.

  19. Re:Jeavon's Paradox on Pew Survey: Tech Increases Productivity, But Also Time Spent Working · · Score: 1

    Deregulation here is specifically about banking deregulation, and I think that's been documented well enough. Also called "predatory lending".

  20. Re:How fast to charge. on Chevrolet Unveils 200-Mile Bolt EV At Detroit Auto Show · · Score: 1

    This is pretty obviously meant to be a "second vehicle" aka "grocery getter". Our 5-person family has a minivan, plus a Ford Focus as a second vehicle, which I drive to work and to run errands but never take on long trips. I can't actually fit the whole family-of-five in the Focus, but it works as a second vehicle. This Bolt would also work exactly as well.

  21. Re:If your decision is.... on Publications Divided On Self-Censorship After Terrorist Attack · · Score: 1

    This is an odd situation. This isn't a Streisand effect. The cartoons aren't information that they're trying to suppress, they're just viewed as offensive, the same way we would view cartoons of someone dismembering a baby as offensive. (Note that I would still support publication of any of those cartoons, even if I found them offensive.) If journalists wrote about the horrific things ISIS was doing and those journalists were attacked for criticizing ISIS then the proper response is to make sure that information gets out there. On the other hand, if I put up a sign pointed at my neighbor's house with (hand-drawn) pictures of dead babies and he over-reacted and shot me, I think he should be charged with murder, but I don't think the response from the neighborhood should be to put up more such signs. I'm pretty sure freedom of speech is about informing other people about stuff, not about yelling in someone's face continually when they've indicated they've long since stopped listening.

  22. Re:Jeavon's Paradox on Pew Survey: Tech Increases Productivity, But Also Time Spent Working · · Score: 2

    Yeah, but it's backwards. We've been making individuals (even unskilled ones) much more productive, and total productivity is going up, but interestingly that's not driving higher demand for unskilled labor (since about the 70's). It does seem to be driving some demand for skilled labor. That plus deregulation is what's driving income inequality. I would have thought the Jevons paradox thing should be increasing demand for unskilled labor.

  23. Great on Curiosity's Mars Crater Was Once a Vast Lake · · Score: 2, Insightful

    So why is it so hard to find fossilized evidence of previous life then?

  24. Already doing it some places on US Treasury Dept: Banks Should Block Tor Nodes · · Score: 2

    I setup a Raspberry Pi as a tor *relay* (not a tor exit node) just as a weekend project this year. Within a couple of days, we couldn't log into our bank (TD Canada Trust). I was able to log in by VPN'ing into my work PC. I took the tor relay offline, and within a couple of days I could log into my bank again from home. Both relays and exit node IPs are public knowledge, but I still think it's wrong to block relays.

  25. Re:Utilities will be the biggest users on Why Elon Musk's Batteries Frighten Electric Companies · · Score: 1

    Are you saying all those Tesla car batteries only have a lifetime of 2 to 4 years?