Slashdot Mirror


User: martyn1807

martyn1807's activity in the archive.

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

Comments · 10

  1. Re:No problem on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 1

    Except access to:

    * Serial Ports
    * Parallel Ports
    * USB Devices
    * Firewire Devices

    (..obviously differs based on hypervisor chosen...)

    With PCI devices, it may even be possible to do passthrough in some cases.
    He's probably on nootropics, you should probably try some ;-)

  2. Re: It's not arrogant, it's correct. on AT&T Exec Calls Netflix "Arrogant" For Expecting Net Neutrality · · Score: 1

    Netflix are evil themselves. Sounds like epic justice to me. This is the same Netflix that wants DRM to be part of HTML5. Forcing open source of web standards....

  3. Re: Please.... on Google Sued Over Children's In-App Android Purchases · · Score: 1

    Children aren't authorised to use Google Wallet in the first place. If a parent wants to lie about who is using the phone, consequences are deserved. You need to be 18 or older to link a credit/debit card, justices have already said if it's impossible to legitimately purchase a digital product that liability for copyright infringement is limited; so why not get the APK from Aptoide instead and not use in-game purchases?

  4. Re:Seriously? on Ask Slashdot: How Can I Prepare For the Theft of My Android Phone? · · Score: 1

    Bad idea. The unencrypted key is plaintext in RAM. An attacker need only extract the key from RAM and (s)he has access to everything. Instead, get a Blackberry Curve 9300, store minimal data on it and use encryption. When locked, the encryption key is wiped from RAM, meaning the freezer trick won't work.

  5. Really? REALLY? on Computing a Winner, Fusion a Loser In US Science Budget · · Score: 2

    Seriously? Computing can handle itself. Just don't piss off the community which is willing to output most research for free. The US government should be looking at curtailing copyright laws so that people can study and learn from older technologies, in order to produce better, more stable technology for the future. These increases in budget are modest at best anyway. If the USA were serious, they'd cut the defense budget, quit threatening countries they don't belong in and start contributing to the ivory tower in a more meaningful way by reallocating those funds to real research.

  6. Bullshit! on Google Won't Enable Chrome Video Acceleration Because of Linux GPU Bugs · · Score: 5, Informative

    Simply enable it for NVIDIA users by default. It works the same across every distribution, and in fact, every OS. Google are just as cowardly as Adobe were.

    For those who want faster flash and faster Chrome, try this:

    * Go to chrome://flags

    * Override software rendering list -> Enable

    Welcome to a faster Flash and faster Chrome :)

  7. Re:First blacks, on Apple Urges Arizona Governor To Veto Anti-Gay Legislation · · Score: 1

    I bet those representatives have no problem looking hip by buying products designed by fashion-conscious gay people either :p

  8. Re:Having used both on Ford Dumping Windows For QNX In New Vehicles · · Score: 1

    Does that mean now we removed the big kernel lock that we could just merge a lot of CONFIG_PREEMPT_RT?

  9. Re:No on Does Relying On an IDE Make You a Bad Programmer? · · Score: 1

    A good language is easily writable without an IDE. I can do PHP in a text editor; there's no way I can do ASP.NET without an IDE like Visual Studio. Poorly-designed languages/frameworks require IDEs because they mix server-side templating and programming logic, while languages like PHP allow you to see plain as days what is going on through a single, simple-to-understand tag. Unlike ASP.NET, where ID and id mean two different things and client-side HTML is mixed with proprietary properties like runat="server".

  10. Even Mavericks sucks! on Ubuntu 14.04 Brings Back Menus In Application Windows · · Score: 2

    Application folders are as poorly thought out as Program Files was. Here's why:

    Path inconsistency - Crack open a terminal and try to run your app from there. I'm sure environment variables have a length restriction, even if it's really long ;-)
    Lack of security - try to patch all those apps using the same non-core shared libraries, you'll have one hell of a time as you'll need to either manually copy files or wait on the vendor!
    Disk space wastage - see above! :D
    Power-user hell - let's say you can do a little bit of coding, enough to work around a few small bugs; tried compiling larger XCode projects without manually replicating the dev environment?

    Now for other flaws in modern OS X:

    App Store - This is a poor man's APT/YUM repository. You can't mirror it so if your Internet is unavailable you can't install apps, plus you need to hand over personal info to use it!
    Global menus - Modern systems have many applications running at one time, you need to activate the window before you can access the menu, thus increasing click count if multitasking.
    Style inconsistency - OS X apps are inflexibly styled; so when the designers of OS X change fashion, the apps don't match. Compare this to most GTK/Qt apps, centrally rethemed easily!
    Single mouse pointer - Linux and Windows can use multiple mice/tablets/touchpads independently with each having their own mouse pointers. Mac OS X assumes one pointer even today!