Slashdot Mirror


User: Dr_Barnowl

Dr_Barnowl's activity in the archive.

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

Comments · 2,799

  1. Re:No surprise on How NSA Spies Stole the Keys To the Encryption Castle · · Score: 2

    Deniability.

    If they steal the keys, there's no public record that they have them.

    If they request them from the corporation, even if they use a national security letter, the corporation can announce that they have been requested, or use a warrant canary to stop confirming that they haven't.

  2. Re:Great if optimizing the wrong thing is your thi on HTTP/2 Finalized · · Score: 1

    Indeed. Someone needs to do a study of how harmful to the environment all the horrible marketing Javascript running on web pages is. It's about the only thing that pegs my CPU when my computer is in "normal" use now ( "normal" being "what normal people do with a computer", because "what programmers do with a computer" is often a little more intense.)

    I'm not someone who so far has joined with the ad-blocking movement, on the proviso that websites need *some* way to keep the server running, but I'm getting really close.

  3. Re:Caution: Whatsapp as business model cited in TF on What To Do After Robots Take Your Job · · Score: 1

    Only because the Scutters had a better union....

  4. Re:Is India As Dirty As People Say? on Uber Will Add Panic Button and Location/Journey Sharing In India · · Score: 2

    Yup, it's true.

    They even have campaigns against public shitting.

  5. Re:Not just unofficial hackers on Some Hackers Unknowingly Gathering Intel For the NSA · · Score: 1

    They all do this. It's illegal for them to spy on their own populace, so they have the intelligence agencies of other countries do it, and then "share intel".

  6. Re:Who's doing what now? on Greg KH Favors Rolling Release Distros · · Score: 1

    He's a kernel lieutenant. Which means that he's one of the guys that Linus Torvalds trusts to shepherd patches into the main line of the kernel. In other words, he's one mean code-farmer. Not your average user.

  7. Re:"Rolling Rease"? It's called CI somewhere else. on Greg KH Favors Rolling Release Distros · · Score: 1

    That was going to be my response... I think rolling release is probably a good idea, having lived through the nightmare of enormous organizations that spend 4 or 5 years upgrading from Windows XP / IE6 to Windows 7 and the huge inertia of all that. The shitty old mire of horrendous hacks that you have to dig through to move this sisyphean rock of organizational code, and then everything breaks anyway because no-one actually tests things *properly* when they do their migration plans.

    An environment that carefully migrated each change and made sure they all worked is clearly the alternative.. but it only works if you adopt practices like actually enforcing that *automated* tests are run for all the apps that your organization depends upon, if only for the reassurance value it provides to risk-averse upper management.

  8. They'll eat the other 79 species of mosquito in Florida that are NOT human disease vectors that will happily occupy the ecological niche departed by Anopholes

  9. Re:What's the point? on Microsoft Launches Outlook For Android and iOS · · Score: 1

    There must be an option for this, because it's set when you install the Inbox app, which offers to suppress your GMail notifiers (otherwise, same problem, two pings for everything).

  10. Re:What's the point? on Microsoft Launches Outlook For Android and iOS · · Score: 1

    The GMail app now lets you add servers for other protocols as separate accounts that get managed in the same app.

  11. Re: Why? on Microsoft Launches Outlook For Android and iOS · · Score: 2

    Exchange client on Android isn't horrible.

    This is because the ability of other apps to integrate with Exchange is getting too good.

    Just like if you understand the World of Warcraft protocols you can make your own WoW server, if you understand how to integrate with Exchange well, you could build a server that mimics it.

    That would be the end of a big cash cow for MS. Better that they have an Outlook app on platforms that they don't want to push than give up the revenue stream of Windows Server and Exchange Client Access Licenses. Once they have Outlook available for everything, they can subtly break the protocols for everything else, and when people complain, they can just point at the Outlook app.

  12. Re:Big on Microsoft Launches Outlook For Android and iOS · · Score: 1

    They just unified the front ends for mail into the GMail app.

    I use Exchange through the GMail front end now. Means I don't have to fiddle about running multiple apps and switching between windows.

    Likewise you can add IMAP servers, etc.

  13. Re:This guy hasn't done his research. on Justified: Visual Basic Over Python For an Intro To Programming · · Score: 1

    > difficult to dump a piece of data to the disk without converting it into text first

    Sounds like you need to add some pickle

  14. Re:instant disqualification on Justified: Visual Basic Over Python For an Intro To Programming · · Score: 1

    I won't use VB.NET because it would destroy my VB6 knowledge to use something almost, but not entirely, completely different.

  15. Re:instant disqualification on Justified: Visual Basic Over Python For an Intro To Programming · · Score: 1

    Nope, the default is machine code, p-code is an option.

    Older VBs compiled to bytecode (p-code) by default, but the compiler for VB6 produces proper executables. p-code is a selectable compile time option (along with some optimizations and the ability to disable some checks).

    What it does do it LINK to a runtime. Most of the datatypes are in there, the arrays are bounds checked, etc. The performance of VB datatypes are responsible for most of it's reputation as slow - in particular it's string handling (it lacks an inbuilt StringBuilder type).

    If you're aware of it's limitations, you can do some good stuff with it. It's ideal for small (or even large) GUI apps, with a few libraries to replace some it's more egregious emissions you'd even call it professional.

    What it's not is modern, object-oriented, possible to get documentation on the web (easily - the best source of documentation is the last MSDN Library disk set that contained it's docs).

  16. Re: There's nothing wrong now... on Windows 10: Can Microsoft Get It Right This Time? · · Score: 1

    The main thing you have to do is...

    * Turn on indexing service
    * Configure it to index unknown file types
    * Turn it off again (presuming you have it off)

    Now the basic file search will look in files with extensions it doesn't grok when searching for text. Insane that this option isn't in the advanced search panel.

  17. Re:Any chance of a non Chrome linux version? on Adobe Patches Nine Vulnerabilities In Flash · · Score: 1

    That's version 11.2

    Yes, they've fixed the bugs in it. But it's not the mainstream version, which is 16.

    There are plenty of sites that already depend on newer versions of Flash. Try running Card Hunter on Linux : you'll need Chrom(e|ium) with it's bundled Flash for that to work, and that's just over three minor versions (it requires 11.5)

    So for given use cases, Flash already stopped working in Firefox for Linux. Supporting PPAPI probably is the only way it will work again.

    But personally, I'd vote for "Long Gone". Why bother with Flash when you can do stuff like this directly in a modern browser?

  18. Re:Carbon not a source of heat on How Close Are We To Engineering the Climate? · · Score: 0

    Until the temperature goes up enough for all those frozen methane clathrates at the bottom of the ocean to destabilise... or some idiots go looking to disturb them for fun and profit. Oh, they are already.

    Then, whoof! Up it goes.

  19. Re:It is called good coding. on UK Government Department Still Runs VME Operating System Installed In 1974 · · Score: 1

    The requirements in those fields don't change.

    "Drop the bomb on the target" is a problem defined by the laws of physics. I've seen artillery pieces with old brass analog computers that still work perfectly.

    "Make a system that automates the processing of the asinine new rules for Job Seekers Allowance" is a moving target.

  20. Re:Does it still work? on UK Government Department Still Runs VME Operating System Installed In 1974 · · Score: 2

    Depends what the requirements are.

    Usually, this sort of thing happens because requirements are changing faster than the old system can be maintained to keep up.

    I wouldn't be surprised if this is to help automate the swingeing series of "sanctions" that are carried out to remove the benefits from job seekers in this country.

    Things like suspending their payments for...

    * Being late for an appointment at the job centre (by approx 2 minutes).... because they were attending a job interview
    * Not attending a job interview
    * Applying for 6 jobs one week, and 3 jobs the next, and not realising that the directive to apply for 4 jobs a week is not met by an *average*
    * Applying for jobs on Monday and Friday, then being sanctioned because the accounting is done Tuesday and the count of jobs on Monday wasn't high enough

  21. In Cape Town? Corruption... on Over 30 Uber Cars Impounded In Cape Town · · Score: 4, Insightful

    This is South Africa.

    The "delays" are more likely to do with the fact that Uber have failed to grease the right palms.

  22. Re:Charging time still issue on Toyota Opens Patents On Hydrogen Fuel Cell Technology · · Score: 1

    Indeed ; combine it with a cargo trailer and you have a sale : I have a small 2-door car that's a little snug when loaded with three people and their Christmas luggage. That Christmas trip is one of the few occasions I drive it more than 130 miles in a day. I'd happily rent a range-extending trailer with some cargo space in it for those occasions.

  23. Which oil industry shill bribed them? on Toyota Opens Patents On Hydrogen Fuel Cell Technology · · Score: 1

    As a post above points out, the hydrogen supply isn't up to it.

    The main supply of hydrogen today is ... yes, you guessed it, fossil fuels. Electrolytic production of hydrogren doesn't even come close. And it's ridiculously inefficient compared to battery electric vehicles.

    The only useful thing that hydrogen has going for it is a fast fill time. On every other metric, it sucks balls - range, complexity, safety, price of storage equipment, price of equipment to convert it into useful work, energy efficiency.

    This is a play by the fossil fuel industry aimed at either preserving some market for them or delaying the adoption of electric vehicles, they don't care which.

  24. Re:One way to look at it on Professor: Young People Are "Lost Generation" Who Can No Longer Fix Gadgets · · Score: 1

    This one is a King amongst toasters

    http://www.amazon.co.uk/Dualit...

  25. Re:speak for yourself. on Professor: Young People Are "Lost Generation" Who Can No Longer Fix Gadgets · · Score: 2, Insightful

    You're the second person to make this mistake in the thread.

    "Danielle". Not "Daniel."

    ie, a woman.

    Interesting bias. A professor of engineering has to be a man, right?