Slashdot Mirror


User: plover

plover's activity in the archive.

Stories
0
Comments
7,233
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,233

  1. Re:I thought CS is being outsourced on Arkansas Declares a High School CS Education State of Emergency · · Score: 1

    Because those jobs are not staying overseas. Some of the companies that tried outsourcing their entire IT departments are now feeling the competitive disadvantage of not having the same amount of control they would get by owning custom systems. Sending a bunch of requirements to a contractor and getting a crusty system eight months later just doesn't cut it in today's business world.

  2. Re:Emergency probably has legal meaning on Arkansas Declares a High School CS Education State of Emergency · · Score: 1

    Even in a big school in an affluent community in Minnesota (a really good public school with over 2000 students) seems to have had fairly low interest in CSci. When my son went, they had an AP computer science class that had 18 students. The next year, they had 15, and then the next there wasn't enough demand to hold the class. The sole qualified teacher in the school moved out of state about the same time my son graduated, and I don't know if or when they hired a replacement.

    That said, it's a few month course for a teacher to become certified to teach AP CSci. If there is a critical shortage, it could be fixed by the start of the next school year if they act now.

  3. Re:After that sweet sweet income tax on Arkansas Declares a High School CS Education State of Emergency · · Score: 1

    It's like squeezing blood from a stone. They're not going to get it from business taxes, that's for sure.

    You don't think Walmart's lobbyists from Bentonville aren't earning their keep in Little Rock? The Waltons are not about to share a dime they don't have removed from their pockets at gunpoint.

  4. Re:Longer sentences on Swatting 19-Year-Old Arrested in Las Vegas · · Score: 1

    Why blame the kid? Perhaps because he was attempting to murder other people?

    There isn't a technical,fix for a sociopath, other than to remove the sociopath from society. The only utility you can get from this idiot is to show other people that SWATting will be met with disastrous, life-ruining consequences in hopes of dissuading them of copying the crime.

  5. Re:Longer sentences on Swatting 19-Year-Old Arrested in Las Vegas · · Score: 4, Insightful

    This is nothing short of attempted murder. He may have intended it as a prank, but putting a dozen adrenaline-fueled heavily armed cops in the house of someone who might not be expecting an armed intrusion, and who might be prepared for one, is throwing gas on a fire. People could die if any tiny little thing goes wrong.

    Nope, this is pure cowardly violence. Stuff this idiot in a cell for 20-25 years. Let some non-violent offenders out if you don't have room.

  6. There's a lot - you need a plan on Ask Slashdot: What Tools To Clean Up a Large C/C++ Project? · · Score: 1

    I'm assuming you're here because this code is critical to your business, it works well enough today, and it can't be easily replaced. You need to keep it working as you go, but you desperately need to modernize it. There's a lot you can do to set yourself up for success, and it's not just tools.

    First, get it building in the most current environment available. Is it Visual Studio? Port it to VS2013. Is it Eclipse? Get it into 4.4. Is it not even in an IDE? Get it into one - they're a great timesaver. Pick a refactoring tool, too, something that will help automate common refactoring activities like "extract method." You're going to do that a lot.

    Next, get it checked into your source control system, and building on your team's build server. This would also be a good time to revisit the packaging of the deliverables. If you don't already have a task and bug management system like Jira, Mylyn, TFS, Bugzilla, or whatever, get one that integrates into your workflow and your IDE. You have a lot of work to do, and you don't want to waste it filling out Excel spreadsheets. You really need your tools to be as unobtrusive as possible.

    There is no sense starting with sub-optimal tools, or fighting a crappy build or development environment. Your time is best spent on coding, and is wasted on everything else.

    Now that you're almost ready to get working, build a small suite of automated integration tests before moving on to addressing the architecture. They'll be ugly tests, but you need to know the code is still working as you begin making changes. Make sure the build machine can launch your tests and tell you when they fail.

    Now you can dig into the code base. Identify the underlying architecture. Is it event based? Does it closely model MVC? MVVM? Once you clearly define the architecture, break the solution into individually compilable libraries that represent the layers (controller, business logic, data accessors, etc.) Move the existing modules to the most appropriate library project. (Some won't fit cleanly, so you'll end up splitting those into parts later.) For now, make sure it builds and the tests run successfully.

    Pick one of the layers to work on first, perhaps the UI, perhaps the data access layer. Get it compiling clean, with no warnings, and turn on the compiler switch to enforce "treat warnings as errors." Run a static code analysis tool (Coverity, Klocwork, Fortify, /Analyze, lint, or anything, really) and fix whatever warnings it gives you.

    Tolerate no bugs. As you go through the code, when you find a bug, fix it then and there. Your QA staff will no doubt be finding plenty of bugs on their own, but you need to keep the project as clean as you can.

    Next, start refactoring the chosen layer into appropriate subdivisions, such as a controller, business layer interface, etc. You'll want to do a bunch of other housekeeping work here: get rid of globals and singletons, push stray business logic down into the business layer, pull stray UI interactions from the business layer up to the UI layer, etc. This would be a good time to introduce some automated unit tests to the logic you extract and move around. Unit tests force you to make the code testable; things like dependencies on databases, services, files, etc., cause problems with tests, so you start treating them with dependency injection. The primary outcome is that by making your code testable, you make it modular and readable. Plus, you get a few more tests under your belt.

    Run a complexity metric across the layer, and look for the highest complexity modules. Start chipping them down. Again, look to adding some unit tests to prove that the code you're isolating does what you claim, and that you're making your logic stateless.

    Decide on an exception handling strategy, and make your exception handling consistent. Pick the one appropriate to your app and technology: SEH, try/catch, C-style return codes, whatever, just apply it consistently as you go. Sim

  7. Re:Be careful how you define Troll on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 1

    You could tag the tweets you don't like as "Censored by tacokill". I'll tag the tweets I don't like as "Censored by plover". People who like the way you tag trolls and not dissenters can employ filters that get rid of everything you dislike. People who like the way I tag trolls would filter out anything I think is bad. They could subscribe to both of our sets of tags, or neither. I promise I'd filter out the Westboro idiots, but maybe you think they're dissenters, so you would stop filtering based on my recommendations.

    Instead of the retweet system, it's more similar to slashdot's "friends and foes" system, and suppressing all messages from anyone who you or your friends dislike. I would imagine this would spawn the growth of "professional friends" services, who are essentially offering a trustworthy filtering service that gets rid of the worst trolls.

  8. Re:Be careful how you define Troll on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 1

    There's a cure for that. Instead of reading the whole stream, you could subscribe to filters that are tagged by their producers. Got some censors who call normal conversations trolls? Ignore those filters. Once you've built up a list of censors you trust, you no longer get messages from the trolls you disagree with.

    This was done over 20 years ago with the cancelmoose. There's no reason it couldn't be resurrected by Twitter.

  9. Re:Be careful how you define Troll on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 2

    That's the ultimate social problem of the web, and something we've lost with the failings of broader outlets such as city newspapers. There are too many completely politicized sites where people are only exposed to their own groupthink. The Democrats gather on democratsRus.com, the Christians gather on christiansRus.com, the Seahawks fans gather on seahawksRus.com, etc. They fuel their own fires, and don't accept news or input that challenges their opinions. Anyone who stops by with a dissenting opinion has virtually no option for rational discourse, so they don't stick around, so the one-sided people remain one-sided.

    I believe there was a brief period of time with some city newspapers (before Rupert Murdoch bought and overlaid them with his personal brand of yellow journalism) where they would employ a spectrum of reporters. They may not have had the ability to completely override the editor's politics, but they generally weren't all in lockstep, either. There was at least a chance you could get exposed to a slightly broader spectrum of opinions. But today, you can subscribe to the Huffington Post and close your mind to anyone who might reasonably think taxes should have limits, or you can read only Fox News and ignore anyone who thinks that people in need aren't just lazy. The only place where opposing sides seem to have real debates anymore is in the courtrooms, which have become the battleground instead of the houses of Congress. Besides, we all know how well Congress does at representing people's opinions (at least the opinions of those that were bought and paid for by special interests.)

  10. Re:Be careful how you define Troll on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 1

    And nothing of value was lost.

  11. Re:slashdot? on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 5, Insightful

    Slashdot moderation isn't web scale ;)

    It's a damn sight better than the nothing that exists today.

  12. Re:Be careful how you define Troll on Twitter CEO: "We Suck" At Dealing With Trolls, Vows To Kick Them Out · · Score: 4, Insightful

    I'd rather lose those few (allegedly) "good" posts than read any more trolls. If it's too hard tell the difference between an semi-literate rant over "how angles save my sole" and a troll, the world isn't any worse off for not having the rant.

    Despite the apparent similarities, Twitter is not a legally protected soap box in the public square. It's a private service, and they can censor anyone they want for any reason. Trolls can run off and join trolltalk.com if they want their own voice.

  13. Re:Luckily for me, my real name is... on New Chinese Regulations Require Real Name On Internet · · Score: 2

    My real name is Fake Steve Jobs. Now what do I do?

  14. Re:Snow Slot on Study Predicts 9% Drop In Salaries of New CS Grads This Year · · Score: 1

    I've lived my whole life in the Minneapolis area, and with global warming plus all the skyways connecting the downtown buildings, weather is almost a non-factor for most of the time. Snow happens here like it does in most of the country, only we're better prepared so it isn't a big deal to us. I'm tapping this on a warm bus on my way home, and while traffic is bad ...

    Oh, my. The bus just passed a wreck where the fire department and state patrol are prying some guy out of an SUV that he wrapped around a snow covered guard rail.

    Holy shit, there goes my whole argument about how great this place is to live.

  15. Re:Eating itself? on Don't Sass Your Uber Driver - He's Rating You Too · · Score: 1

    I think the question of long-term stability is only relevant if you're thinking of investing in one of these companies. It in no way impacts me as a rider as I'm not establishing a long-term relationship with any of them. I don't care who picks me up and drives me to the airport. I don't care if the next guy to pick me up at the airport and bring me home works for the same company who drove me to the airport. And from the quotes I've gotten, Uber isn't a bargain, so they're not even differentiating themselves from livery companies on price. All other things being equal, I'll choose a regulated company over an unregulated company (for the same reasons you listed.)

    I consider Uber and Lyft to be almost ephemeral: they exist today, they might not exist tomorrow. I know Uber is trying to establish a brand image of a company that is reliable and safe and app-enabled and cool and trendy. But because of the way I use taxis, their stability is unimportant to me.

  16. Re:Don't let perfection be the enemy of good enoug on Test Shows Big Data Text Analysis Inconsistent, Inaccurate · · Score: 1

    They could certainly send 50 times as many messages, but they'll improve their return on investment if they target all of them at people who are more susceptible to their message in the first place. Given the cost of the Big Data systems they may only be able to afford to send 10 times as many instead of 50 times, but as long as their message is 5% effective instead of 0.1%, it's still a vast improvement on ROI.

  17. Re:Don't let perfection be the enemy of good enoug on Test Shows Big Data Text Analysis Inconsistent, Inaccurate · · Score: 1

    That's a great question. Do you think 80% accuracy is good enough for medical use? If you're a doctor facing an unfamiliar situation, and your data says treatment X helped 40% of patients it was tried on, treatment Y helped 35% of them, and all other treatments (Z, W, etc.) helped no more than 30%, but you know the data might only be 80% accurate, what treatment do you choose? Are those ratios even meaningful in the presence of so many errors?

    Consider the case where the patient's condition is critical, and you don't have time for additional evaluation. Is X always the best choice? What if your specialty makes you better than average at treatment Y? Maybe that 20% inaccuracy works in favor of the doctor who has the right experience.

    It could it be used for ill, too. What if you know you'll get paid more by the insurance company for all the extra tests required to do treatment Y? You could justify part of your decision based on the uncertainty of the data.

    In the end, historical data is just one factor out of many that goes into each of these decisions. Inaccurate data may lead to suboptimal decisions, so it can't be the only factor.

  18. Re:Color me surprised on Test Shows Big Data Text Analysis Inconsistent, Inaccurate · · Score: 1

    You seem to be belaboring this mistaken impression that analyzing Big Data somehow replaces thinking in the board room. It does not. Big Data is a tool that can help provide evidence of what people have done in the past, statistically correlated to potential causes. Big Data doesn't decide "hey, let's buy GM." People make those decisions, and they try to make them based on the information they have -- and Big Data can be a good source of that info. But people can be idiots, they can be talented, they can be anywhere on the spectrum. Do not blame the tool, or the accuracy of the tool, just because it's capable of being swung by an unqualified, incompetent idiot.

    As a friend of mine is wont to say, "A fool with a tool is still a fool."

  19. Re:Color me surprised on Test Shows Big Data Text Analysis Inconsistent, Inaccurate · · Score: 2

    When you're dealing with statistics, you ought to recognize that 92% accuracy is a huge improvement over a random distribution. You do not use big data to select a target for a sniper rifle, you use it to point a shotgun.

    And just like your faulty GM CEO analogy (I assume you felt the need to apply a car analogy for the benefit of the slashdot crowd) only an idiot would send someone off in the woods blindfolded and have him fire his shotgun in a random direction hoping to bring home some kind of food animal. You still have to know what you're hunting for, you still have to know how to hunt, you still have to make wise decisions. It's just a tool, not a sage.

  20. Don't let perfection be the enemy of good enough on Test Shows Big Data Text Analysis Inconsistent, Inaccurate · · Score: 5, Insightful

    The difference between "92% accurate" and "accurate enough for my task" are profound.

    If you were using these kind of analytics to bill your customers, 92% would be hideously inaccurate. You'd face lawsuits on a daily basis, and you wouldn't survive a month in business. So the easy answer is, "this would be the wrong tool for billing."

    But if you're advertising, you know the rates at which people bite on your message. Perhaps only 0.1% of random people are going to respond, but of people who are interested, 5.0% might bite. If you have the choice between sending the message to 10000 random people, or to 217 targeted people (only 92% of whom may be your target audience), both groups will deliver the same 10 hits. Let's say the cost per message is $10.00 per thousand views. The first wave of advertising cost you $100. The second costs you $2.17. Big Data, with all of its inaccuracies, still improves your results by a wide margin.

    Way too often people like this point out that perfection is impossible. They presume that "because it's not perfect, it's useless." The answer is not always to focus on becoming more accurate, but to choose the right tool for the job, and to learn how to recognize when it's good enough to be usable. At that point you learn how to cope with the inaccuracy and derive the maximum benefits possible given what you have.

  21. Re:Tools make it easier to accomplish tasks. on Can Students Have Too Much Tech? · · Score: 1

    I don't think this is related to the difference between special purpose use, or general purpose use. I think the problem is like anything else in education - parental involvement will increase children's learning. If the parent works with them to learn how to use the device, I'd bet their scores would go up, similar to a parent who reads to their child or helps them with math homework.

    If the parent says "I don't have to teach them anything, the school gave them a computer for that", or "I can't teach them how to use the computer because I don't know how to use it", that child's education is going to suffer. Being computer-illiterate might simply be the current excuse for parents to ignore their children.

  22. Re:Somebody please explain on Fixing Verizon's Supercookie · · Score: 1

    Money. More specifically, revenue from advertisers. Once they had the motive, it's pretty easy to justify the means to the end.

  23. Re:TERRIBLE on Fixing Verizon's Supercookie · · Score: 1

    Verizon is completely nuts if they don't think there will be a backlash!!!!!!!!

    From who? Thirteen enraged nerds on Slashdot? Their average customer doesn't understand the difference between their phone and their browser; they certainly won't get up in arms over a "super-cookie".

    Verizon could easily afford to piss off every paranoiac on the planet, and they'd still have so much money they'll need to buy another dump truck to haul this month's profit to the bank. They have no real reason to change, so I'd recommend a strategy other than OMGPANIC!

  24. Re:Is Encase worried yet? on US Army Releases Code For Internal Forensics Framework · · Score: 3, Insightful

    Yeah, the more I dig into it, the more it looks like an investigative tool than an evidence analysis tool. That's pretty cool, but as you say, it looks a lot like Wireshark. Still, when you're facing an unknown attacker, it may not hurt to have a couple different views on the problem.

  25. Is Encase worried yet? on US Army Releases Code For Internal Forensics Framework · · Score: 1

    Being produced by the Army, this has the chance to be taken seriously enough by companies that are currently beholden to Encase. I know Autopsy and the Forensic Toolkit have been around for quite a while, but I haven't seen them really take off as a serious competitor.