Slashdot Mirror


User: sqlrob

sqlrob's activity in the archive.

Stories
0
Comments
2,406
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,406

  1. The Windows repository now has about 4,400 active branches, with 8,500 code pushes made per day and 6,600 code reviews each day.

    I really, really hope those 1900 unreviewed pushes are all developers just wanting to make sure their code is backed up and are pushes to private branches.

  2. Visual Studio 2015 Update 2 is released software.

    What's your next excuse?

  3. Re:alt-f4 on Microsoft Removes the 'X' From Windows 10 Update Leaving No Way Out (theregister.co.uk) · · Score: 3, Informative

    Except it's not easy to disable the updates. I've had to disable it 3 or 4 times at a minimum because they keep re-enabling it.

    I go through the updates one by one making sure something isn't sneaking through, which is incredibly annoying to have to do. I've resorted to leaving my Windows 7 computer off until August.

  4. Name a browser that hasn't had a vulnerability that can be used to install malware (Hint: even Lynx as had them)

  5. "No CIA officer" on Director Brennan: CIA Won't Waterboard Again, Even If Ordered By Future President (msnbc.com) · · Score: 4, Insightful

    Later heard mumbling under his breath, contractors and extraordinary rendition are just fine.

  6. $231 Million? on Dissecting a $231 Million High-Tech Boondoggle · · Score: 4, Insightful

    For government projects, isn't $231M "never leaving the drawing board"?

  7. Re:Browsing with mosquitoes on Google Studies How Bad Interstitials Are On Mobile · · Score: 3

    It's a speed-bump in reading the website: stop, grab the mouse

    Not reading the article is bad, but not even reading the headline?

  8. Re:Wrong setup on Ask Slashdot: Is C++ the Right Tool For This Project? · · Score: 1

    Absolutely positively do not use a lot of #ifdefs, you're asking for a lot of hurt.

    Move the platform specific code into files, and then use abstractions in the main code, pull in the different implementations in the make file. You'll have just a few #ifdefs in the main code for the right header files.

    Do frequent compilation across the platforms, because you will screw it up. Make sure to have plenty of tests for the different behavior between platforms.

  9. Re:Click to play Flash on Editor-in-Chief of the Next Web: Adblockers Are Immoral · · Score: 2
  10. Re:Customers dont want obnoxious ads on Editor-in-Chief of the Next Web: Adblockers Are Immoral · · Score: 1

    The point of ads is to bring awareness of new stuff to customers, not show old stuff.

    No. The point of ads is to sell you stuff. If that's selling different stuff by showing new, well and good, but selling something "hey, I forgot I was going to get that" works too.

  11. Re:Click to play Flash on Editor-in-Chief of the Next Web: Adblockers Are Immoral · · Score: 5, Insightful

    You're assuming the browser doesn't have vulnerabilities as well. Bad assumption.

  12. Re:it's hard to patch hardware on Microsoft, Chip Makers Working On Hardware DRM For Windows 10 PCs · · Score: 1

    That depends on the break.It's easy to replace keys.

  13. Re:Preloaded Crapware? on Report: Samsung Replacing Its Apps With Microsoft's For Galaxy S6 · · Score: 1

    Cyanogenmod works great on an S3

  14. Re:Now you have the choice on Report: Samsung Replacing Its Apps With Microsoft's For Galaxy S6 · · Score: 1

    If you don't want to deal with MS in any way shape or form, Samsung wasn't the way to do it before.

    http://arstechnica.com/gadgets...

  15. Re:Already legal? on DMCA Exemption Campaign Would Let Fans Run Abandoned Games · · Score: 1
  16. Re:Windows should never have allowed spaces... on How Poor Punctuation Can Break Windows · · Score: 1

    So? Same problem exists in bash and friends too. Heck, there's a version of iTunes on Mac that would wipe your drive if you had a space in the volume name.

  17. Re:Quotes on How Poor Punctuation Can Break Windows · · Score: 1

    I wonder how many still have that subsystem, since it became optional. But then again, that's something that might reasonably be installed on a server. If I had it installed, I'd give it a try. .Net definitely fails on a normal system, I don't feel like fudging around enough to try NtCreateDirectory.

  18. Quotes on How Poor Punctuation Can Break Windows · · Score: 5, Insightful

    Quotation marks are used in the shell environment to make sure that the data inside the quotes is not interpreted by the program as a command.

    Except in the cases it triggers the exploit. IMHO, that's the newsworthy bit of this.

    Not quoting causes issues is news along the same level as "water is wet". Trying to be secure and breaking things? That's big. At least it's not possible with filenames.

  19. Re:I disagree on Why Apple Should Open-Source Swift -- But Won't · · Score: 2

    And they went running to another Open Source compiler. Your point?

  20. Re:Fk proprietary consoles. on Hackers Claim PlayStation Network Take-Down · · Score: 2
  21. Re:Reduced rights on Watch a Cat Video, Get Hacked: the Death of Clear-Text · · Score: 1

    A shell / powershell script is plain text.

  22. Re:How about... on Critics To FTC: Why Do You Hate In-App Purchasing Freedom? · · Score: 1

    I don't know that an average cost would actually show that much. With the articles about "whales", it seems that the average would be fairly low.

  23. It's an absolutely horrid idea on Ask Slashdot: Taking a New Tack On Net Neutrality? · · Score: 1

    It's a horrible and a sample of things that could potentially come in the future.

    That is exactly why I say do it. Implement it, and implement it well. The blow back will hopefully be huge and act as a precedent, both in a legal sense and a more informal sense where the entities trying to do it get hit hard in PR and profits.

    "The best way to get a bad law repealed is to enforce it strictly." - Abraham Lincoln

  24. Re:Welcome to your new walled garden on Google Starts Blocking Extensions Not In the Chrome Web Store · · Score: 1
  25. Well what do you know on The Flaw Lurking In Every Deep Neural Net · · Score: 3, Informative

    A dynamic non-linear system has some weird boundary conditions. Who could ever have predicted that? </s>

    Why wasn't this assumed from the beginning and it shown that it wasn't an issue?