Forgot your password?

typodupeerror

Comment: Re:Do companies really use Big Iron anymore? (Score 4, Informative) 230

by story645 (#39012903) Attached to: NASA Unplugs Its Last Mainframe

My mom keeps telling me that UPS is one of the world's largest users of DB2, a statement backed up in this article. They're not switching off for the same reason financial institutions don't; After pouring lots of money into alternatives, they found that mainframes have better performance.

Comment: Arduino LilyPads (Score 1) 153

by story645 (#38418528) Attached to: Ask Slashdot: Entry-Level Robotics Kits For Young Teenagers?

So they're not robots, but if the girls are into fashion it's a a great way to get them started on programming while still keeping their interests in mind, They can make funky pillows for their bedroom or keep out signs for their doors or I dunno something else that a 12 year old girl might actually want. http://www.arduino.cc/en/Main/ArduinoBoardLilyPad

Comment: Re:No need to help your competitors (Score 4, Interesting) 325

by story645 (#38340856) Attached to: Ask Slashdot: Open Vs. Closed-Source For a Start-Up

Willow Garage open sourced the software they use to run their PR2 robot

I think Willow Garage almost had to because they were using lots of open source tools in the first place. ROS is based on playerstage, which is GPL, and a lot of the heavy computer vision stuff is OpenCv, which itself was originally open-sourced by Intel. And the deal with everyone using ROS had a lot to do with development shifting from playerstage to ROS 'cause they were similar but ROS was saner, so they became the standard in large part 'cause they improved on the existing open source standard rather then trying to create some kind of large scale shift in the community. Plus, Willow Garage is as much experimental lab as company, so I don't know if it works as a good case study 'cause it sort of has a weird mix of end goals.

Willow Garage also gained a lot of cred by taking over OpenCV from intel and actively maintaining it, which isn't something a fledgling company can do but is worth considering. They adopted the library 'cause it was critical to their business and considered something of a standard in the vision community, which meant a lot of people were already using it, so it was popular enough that maintaining it was seen as a good thing.

Comment: Re:Subsidies inflate pricing. (Score 1) 1797

by story645 (#37821536) Attached to: Ron Paul Wants To End the Federal Student Loan Program

We need mechanics but we also need accountants.

But most people (even on student loans) don't get degrees in accounting (or engineering, or any of the fields that really need post-secondary school training), they get degrees in things like psych and business, which lead them to be qualified for all sorts of generic jobs that may not really need degrees to do.

Comment: Re:Thank you Westboro (Score 1) 699

by story645 (#37628042) Attached to: Phelps Clan Tweets Intent To Picket Jobs Funeral Via iPhone

** Why is God a guy? Why can't he be a she?

Cause writers/translators had to use some pronoun and most languages use the masculine pronoun as the gender neutral? Seriously though, God is genderless because he's not a physical being is one of those things Orthodox Jewish (and probably other religious) schools cover in kindergarten.

Comment: Re:Scratch (Score 1) 430

by story645 (#37287032) Attached to: How Do You Explain Software Development To 2nd Graders?

the risk is that the kids will concentrate on the pretty 3D graphics and miss the point of those funny little grey oblongs (and they probably won't be able to read the instructions if it's projected on a big screen).

So do an interactive presentation. The code being in blocks makes it really easy to have the kids code along 'cause you can point at a block and ask the room "so how many steps should he go" and "what should he do next" and run the code every time you add a block.

Comment: Re:Google Kids = Legal obligation/legal minefield (Score 1) 561

by story645 (#36419014) Attached to: Why Doesn't 'Google Kids' Exist?

I'm sure I'd like having access to some kind of sandboxed Internet service where they could access Sesame Street and Disney stuff (and whatever else) without risk of stumbling across porn.

K9 (and likely most other internet filtering software) have whitelist filtering so that the only internet accessible to the person on that account are the sites on the list. It's a bit annoying to configure and requires a few days to fine tune, but most of the filters are designed to be simple enough for none computer savvy people to use.

If a group of _N persons implements a COBOL compiler, there will be _N-1 passes. Someone in the group has to be the manager. -- T. Cheatham

Working...