Slashdot Mirror


User: jader3rd

jader3rd's activity in the archive.

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

Comments · 1,626

  1. Re:So what is the way they want this done? on Chicago Public Schools Make Computer Science a Requirement For a HS Diploma · · Score: 1

    Not everybody needs this

    You can't justify most anything taught in school after the 4th grade if the bar is Everyone is going to Need this. Yet those things are still taught in school.

  2. You can't have it both ways, either you want secure devices, or you want insecure devices to support the police state.

    I believe the requirement of a public Writ signed off by a judge is what is making it rule of law with checks and balances, and not a police state.

  3. Re:Beta Test on Microsoft Telemetry Collection, Explained (theregister.co.uk) · · Score: 1

    Sure it's tested. But if their tests don't line up with customer experiences and behaviors, the tests are falling short. So by gathering telemetry, they can know what the end to end tests need to be testing.

  4. Re:Stop Writing Software for Windows on Microsoft Telemetry Collection, Explained (theregister.co.uk) · · Score: 1

    and clean up that Mono license

    What's wrong with the Mono license?

  5. Re:Change registry settings? on Microsoft Telemetry Collection, Explained (theregister.co.uk) · · Score: 1

    The length of the TechNet article is probably due to how this probably isn't some coordinate evil conspiracy from Microsoft leadership. Even though there's a push for One Microsoft, there's still plenty of places where each team and sub team is responsible for developing and testing their one thing, and so they create their one setting for it. As a result there are lots of settings. Plus lots of the work was probably under way before Windows 10, or the One Microsoft push.

    You may want one big switch to do all that you want, but Microsoft is going to have customers who don't. They want partial settings, knobs, levers, dials, and lots of them. Microsoft also has to provide solutions for those customers.

  6. the FBI has that firmware permanently and can re-use it at a later date on some other iPhone.

    Unless the firmware will only install if the device has a specific hardware ID.

  7. Can't Apple unlock this individual phone without providing the government a universal backdoor?

    Yes. They've already done it multiple times.

  8. Re:Why are we tolerating this? on Harvard: Prospective CS50 AP Teachers Must cc:Microsoft On Training Applications · · Score: 1

    We need to stop treating universities as job training mills.

    Oh yes, because no one goes to university to improve their chances of being employed once they leave university.

  9. Re:Why are we tolerating this? on Harvard: Prospective CS50 AP Teachers Must cc:Microsoft On Training Applications · · Score: 1

    Because no one else is stepping up to the plate?

  10. Re:Hitler was driving Mercedes on Kim Jong-Un Found To Be Mac User · · Score: 1

    But Hitlers power base wasn't based on not working with capitalist enterprises.

  11. Re:And? on Putin's Internet Czar Wants To Ban Windows On Government PCs · · Score: 1

    I'm actually surprised more companies aren't actively wondering just how much Microsoft and others can be controlled by the US government.

    It's probably because if you're a big enough player, Microsoft will let you go over any and all of the source code that it has. So if your people can't find an NSA backdoor in the Windows source, your people probably aren't going find one in any other OS's source.

  12. Re:What about other advertisers? on French Gov't Gives Facebook 3 Months To Stop Tracking Non-User Browsers · · Score: 1

    They have acces to an absurd amount of data compared to anyone else. That does not make the other harmless

    I don't believe that they have an absurd amount more, compared to Google.

  13. Re:So what should we do? on Jeep/Chrysler's New Gearshift Appears To Be Causing Accidents (roadandtrack.com) · · Score: 1

    and making confusing differences just to be "cool" and "edgy" is just going to cause problems like this.

    Is it possible that the standard layout is patented or some such nonsense, and they didn't want to get sued under a similar look and feel lawsuit?

  14. What about other advertisers? on French Gov't Gives Facebook 3 Months To Stop Tracking Non-User Browsers · · Score: 2

    What about all of the other advertisers? They certainly don't have users. As much as I dislike Facebook I don't think that they're doing anything that any other advertising platform isn't doing.

  15. Re:drop coding, do math on An Advanced Math Education Revolution Is Underway In the U.S. (theatlantic.com) · · Score: 1

    You don't think that an increase in grasping math could be a result of an increase in those students being apply to apply math concepts in programming?

  16. Re:A better use of educational dollars on Drag-and-Drop "CS" Tutorials: the Emperor's New Code? · · Score: 1

    What math concepts are they going to learn in a dumbed-down high school CS class that will help them enough to justify that kind of expense?

    Variables and functions. See http://xkcd.com/1050/. It's the one where an ex-student is proud of the fact that in 20 years no one has asked her to solve for 'x'. This comic wouldn't exist if people were actually seeing how they probably actually do use some basic algebra, but they just don't know it. And at least if they saw it very blatantly being used in programming, they could at least understand why it's part of their school curriculum.

  17. Re:A better use of educational dollars on Drag-and-Drop "CS" Tutorials: the Emperor's New Code? · · Score: 1

    it puzzles me why we're talking about spending so much money to teach a skill that most kids aren't going to use in their everyday lives

    1. It's becoming a somewhat regular part of the lives of more and more people.

    IMO. time spent teaching to code would be better spent on the 3 Rs

    2. Once you've mastered aRithmetic, then what? Should students keep doing speed timed multiplication tests in 7-12th grade? Lots of students struggle with math above arithmetic. They could see why arithmetic is useful, but anything above that? Not so much. So by having the students apply math concepts to accomplish something (ie programming), they'll improve in High School level maths.

  18. Depends on the grade on Drag-and-Drop "CS" Tutorials: the Emperor's New Code? · · Score: 3, Interesting

    I don't think that CS should be introduced until 7th grade. But other Slashdot users have mentioned that this drag and drop stuff is useful for the K-6 students. So hey, maybe it does help. Perhaps the drag and drop teaches some abstract logic skills that will help the students become a better thinker instead of a below average code monkey.

  19. Re:This proves there's plenty of bandwidth to go a on Verizon's Mobile Video Won't Count Against Data Caps -- but Netflix Will (arstechnica.com) · · Score: 1

    Perhaps they have only a little bit more room, and since their video service is used a little bit, that extra usage will fill in the gap.

  20. For me the difference comes down to if certain stated parties are limited to properties owned by the ISP. But once extended to properties beyond the control of the ISP, then it's word playing.

  21. As someone who supports net neutrality, I'm okay with this. If the agreement is "Pay to have access to our network, plus some internet" that's fine. But the second it would be something like "Pay to have access to our network plus Facebook (or whatever else)" that's not fine. That's against net neutrality.

  22. Re:More like hidden bug introducer on 7 Swift 2 Enhancements iOS Devs Will Love · · Score: 1

    It's not even that. The way it looks to me is that if you currently have two statements which are immediately after each other, and now you interject a defer, it'll work. But it's easy to break up how immediately statements follow each other when maintaining code. So one little misstep, and BAM, all of a sudden resources are getting cleaned up unexpectedly.

  23. Re:Next year on 7 Swift 2 Enhancements iOS Devs Will Love · · Score: 1

    I haven't used them much myself, but guards aren't just a synonym for if-not.

    You're right, guard is a synonym for if-not return.

  24. More like hidden bug introducer on 7 Swift 2 Enhancements iOS Devs Will Love · · Score: 1

    That defer keyword looks like the mother of all hidden bugs. If you end up finishing a statement, not in the way you intended, and all of a sudden resources are getting cleaned up before you used them. I'd stay away from that one.

    I get introducing repeat to replace do, but at the same time giving do a different meaning than the rest of the languages! There will be no end to confusion over that.

  25. Re:What a retarded concept on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    True, any field can trigger curiosity; but the overwhelming number of anecdotes which exist around programming show a level of drive that certainly hasn't been seen at that level, or at those numbers before.