Slashdot Mirror


User: ReluctantRefactorer

ReluctantRefactorer's activity in the archive.

Stories
0
Comments
20
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 20

  1. Force secure boot on unconditionally? on Intel Planning To End Legacy BIOS Support By 2020, Report Says (phoronix.com) · · Score: 5, Insightful

    As long as the user can always install their own platform key, so they retain ultimate control of their own computer, then this isn't such a big deal. But there needs to be a standardised interface for installing platform keys in the UEFI settings.

  2. Users' best interests... on Google Returns As Default Search Engine In Firefox (techcrunch.com) · · Score: 5, Insightful

    Surely if Mozilla really had users' best interests in mind they'd make DuckDuckGo the default search option?

  3. The "silly" part of my comment was referring to the subject of this article: The inability in Windows 10 S to change the default browser from Edge. https://tech.slashdot.org/stor...

  4. Windows RT Mark 2 on You Can't Change the Default Browser or Switch To Google Search In Windows 10 S (betanews.com) · · Score: 5, Insightful

    Windows 10 S is the walled-garden edition, so this is not surprising (but still a silly move from MS). I predict Windows 10 S will fail for the same reason that Windows RT failed: The inability to run "legacy" (desktop) Windows programs.

  5. Re: If ever a company and its people deserved to on Anti-Piracy Firm Rightscorp Will Hijack Pirates' Browsers Until a Fine is Paid (torrentfreak.com) · · Score: 5, Informative

    It's worked for Jaguar, copying Aston Martin ... save on those design and prototyping costs.
    So, instead of having a $200k Aston, you get an $80k Jag.

    The chief designer at Jaguar is Ian Callum, who previously designed for Aston Martin.

  6. What's new? on Microsoft Announces Device Guard For Windows 10 · · Score: 1

    Doesn't Windows have this already? If the installer isn't signed with a "trusted" certificate, you get a scary warning message. Or is the "hardware technology and virtualization" the new bit?

    As long as the user has the option to override the warning and install anyway, you'll still get malware being installed.

    This feature however seems more aimed at IT departments so they can lock down their users' machines to only run their definition of trusted software. How will it apply to standone or home users?

  7. Re:Driver in video was unfamiliar with the car on Jaguar and Land Rover Just Created Transparent Pillars For Cars · · Score: 1

    There are clearly rainspots on the windscreen. He never touches the right stalk. The XJ has rain-sensing wipers.

  8. Re:Okay, that's the U.S. But what about Iran? on Iran Developing 'Halal' Domestic Intranet · · Score: 1

    The Jews are "Palestinians" too you know. There has have been a continuous Jewish presence there since, er, Biblical times. It's where they originated. But of course you know that, and are being disingenuous when you talk of them as only recent arrivals. They are the "de-facto indigenous people of the region".

    The Jews that migrated to Palestine before world war two did so mostly legally. They didn't invade or misappropriate or trick the land from the incumbents (unlike say, the European settlers in the Americas). Sometimes they paid over the odds for marginal land that the current owners had no use for.

    You state that "The Palestinians never migrated anywhere" but there has been Arab migration to the area now called Israel since the seventh century.

  9. Not the end of the world if you backed HDDVD... on Paramount to Drop HD DVD? · · Score: 1

    At least you'll probably be able to buy up existing HDDVD titles cheap pretty soon, and you can rip and transcode them all to mpeg4 or whatever before throwing away your player/putting it in the attic.

    I did however buy an XBOX HDDVD player which cost me less than £100. If I'd spend £400+ on a stand alone player I might be a bit more bovvered.

  10. Re:For now. Maybe. on The First HD DVD Movie Hits BitTorrent · · Score: 1
    Give it a year, and you will probably not even think twice about transfering 20 Gigs
    I take it you don't live in the UK?
  11. Re:Where's the free Windows Mobile IDE? on Windows CE Device Emulator Goes Shared Source · · Score: 1

    It's also a PITA compared to VS2005

  12. Re:Hardly Closed on Microsoft Makes Surprise CE 6 Release · · Score: 1

    CE is also currently suported by VS.NET 2005, though not on the native C++ side

    Er, of course native C++ development for CE is supported in Visual Studio 2005.

    If you're talking application development for Windows Smartphone and Pocket PC, VS2005 supports C++, ATL and COM development. Pocket PC adds MFC support.

    By the way, it's not called Visual Studio.NET 2005, they've dropped the .NET part.

  13. Re:FP? on Bunk Camp - Apple Gets It Wrong? · · Score: 1

    No need to apologise - just having a laugh

  14. Re:FP? on Bunk Camp - Apple Gets It Wrong? · · Score: 1

    Has all that malware on your XP box disabled your return key?

  15. Re:FP? on Bunk Camp - Apple Gets It Wrong? · · Score: 5, Insightful

    It seems to me that if you play PC games a lot, you'll be booting into Windows more and more as time goes on, since what incentive is there to port PC games to OS X if you can run the PC version so easily on the Mac via BootCamp?

    If BootCamp takes off, I predict the already small Mac-native games market will wither even further.

  16. Re:Crappy IDE on Visual Studio Hacks · · Score: 1

    Thanks, If I were doing .NET dev, I'd certainly give that a look. At the moment though I'm doing "old school" C++/MFC/ATL development.

  17. Re:Windows programming is purposely vague.. on Visual Studio Hacks · · Score: 1

    You're having a laugh aren't you? Windows developers have got fantastic documentation/help/sample code (MSDN, Codeproject to name but two)

    If you want vague and non-documented, you should try developing on Symbian (*shudders*)

  18. Re:Crappy IDE on Visual Studio Hacks · · Score: 1

    Which version are you refering to?

    All versions after 1.5 are pretty bloated for sure, but version 6 + service packs I have found to be very stable. About the only consistent way I found to crash it was conditional breakpoints watching memory locations. Guaranteed blow-up after a few iterations. Maybe they've fixed it in SP6?

    Of course, Visual Studio 7.1 is a different kettle of fish. Very buggy and quite nasty. And they've ruined the IDE by making it too "VB friendly" and actually removing some of the useful features in 6

  19. Re:The right tool for the job on What Is The Future Of Programming Languages? · · Score: 1

    You've just described C#

  20. PIGSWILL! was: HOGWASH! was: Multiple factors. on What Did Objective-C Do Wrong? · · Score: 1
    4. The world hadn't (yet) decided that C++ was a bad idea.

    A bit of a sweeping statement, don't you think? Care to elaborate?

    "...the programming world discovered the true horror of multiple inheritance, templates, and all the other landmines that lurk beneath the surface of C++. "

    Hmm, if you don't like those features of C++, or don't understand them, just don't use them. Lots of programmers have used those features very successfully in C++ programs. Quite a few may have met disaster using them too though ;-)