Slashdot Mirror


User: adiposity

adiposity's activity in the archive.

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

Comments · 263

  1. Re:Are you kidding? on Improving UI and UX: Changing the "Open Source Is Ugly" Perception (opensource.com) · · Score: 1

    I was dumbstruck when I saw VLC was on his list. I will do anything to avoid using VLC, in spite of its good support for so many codecs, simply because it has such an annoying interface. Media Player Classic is far superior, and it mostly just tries to act like a 15 year old version of Windows Media Player.

  2. Re:This guy should be a lawyer on Volvo Will Accept Liability For Self-Driving Car Crashes (bbc.com) · · Score: 1

    What if "obstacle B" is a cardboard cutout of Mickey Mouse and "obstacle A" is a person? Maybe you actually could make a better decision sometimes.

    Actually, the idea that computers always will make a better decision than a person is hilariously optimistic. Sure, they will make a faster decision, which most of the time will avoid both obstacles, but that's not always the same as better.

    There's no doubt in my mind that self-driving cars will improve traffic immeasurably, because of quicker reaction times, but computer-based systems frequently do really stupid things that no human would do. Putting one in a car doesn't make them flawless.

  3. Re:Copyright has a good side on The Great Canadian Copyright Giveaway: Copyright Extension For Sound Recordings · · Score: 2

    You joke, but a shorter copyright would actually encourage U2 to keep making music forever!

    So, in spite of long copyright terms, U2 kept making music. These long terms didn't even solve the one problem that could have benefited consumers.

  4. Re:They should be doing the opposite on The Great Canadian Copyright Giveaway: Copyright Extension For Sound Recordings · · Score: 2

    Yeah, well maybe next time he won't make people wait 6 years for the next book. ;)

  5. Re:Because K9 sucks like most on Cyanogen Partners With Microsoft To Replace Google Apps · · Score: 1

    Touchdown was ok for Exchange.

    I am using Mailwise, currently. It does threading and works with Exchange, my two requirements.

  6. Re:Competition rules (or lack thereof) on Chess Grandmaster Used iPhone To Cheat During Tournament · · Score: 1

    Lots of time between moves.

  7. Just give it up on Microsoft Finally Allows Customers To Legally Download Windows 7 ISOs · · Score: 3, Insightful

    Just let anyone download it. The ISOs are everywhere already, the key is the only security you have anyway, and you should rather people get it from the official source rather than a torrent.

    I have MSDN so I can download it as many times as I want without specifying any key (even though I have limited keys I can install it with).

    The first time someone's legitimate key doesn't let them download it, your plan has failed.

  8. Re:From the draft... on HTTP/2 Finalized · · Score: 1

    "HTTP/2... also introduces unsolicited push of representations from servers to clients."

    Seriously? Do we need yet ANOTHER way for a server to push unwanted code and malware onto our client systems?

    Yes, we do.

    What you're missing here is that this is pushing content that the browser was going to request in a few hundred milliseconds anyway. Why was the browser going to request it? Because the web page included a link to it.

    Well, that sounds to me like my ad-blocking software won't work as well, because stuff that it would have stopped my browser from downloading will be pushed to me whether I request it or not :(

  9. Re:Simple on Why Didn't Sidecar's Flex Pricing Work? · · Score: 1

    Maybe the drivers aren't interested in being the commodity that's pricing is in a race to the bottom, though.

  10. Simple on Why Didn't Sidecar's Flex Pricing Work? · · Score: 2

    It didn't work because drivers quickly realized they would be forced down to the lowest price that someone was willing to pay, and they can make more working for Uber.

  11. Would be nice if it supported GWT plugin on Mozilla Launches Browser Built For Developers · · Score: 1

    We still use a Firefox 24 install for debugging GWT.

    http://www.gwtproject.org/miss...

  12. Assault on Chimpanzee "Personhood" Is Back In Court · · Score: 1

    Are we going to put them in prison when they assault someone?

  13. Re:Mind boggling on Now That It's Private, Dell Targets High-End PCs, Tablets · · Score: 2

    I think they mean competitive at producing the highest quality devices. Trying to turn the maximum profit does not typically result in the highest end devices, but rather the most profitable ones, which are typically mid-range products with last year's components.

  14. Re:Submitter should have read this article from 20 on Lots Of People Really Want Slideout-Keyboard Phones: Where Are They? · · Score: 1

    I read this before. I think it pretty much sums up the situation. Sadly.

  15. Re:Not Odd on Lots Of People Really Want Slideout-Keyboard Phones: Where Are They? · · Score: 1

    The bluetooth keyboard sliders are pieces of garbage. If samsung made one and wanted to charge $100 for it, I'd pay it. But read some of the reviews--those keyboards are crap.

    My Droid 4 keyboard is the best miniature keyboard I've ever used.

  16. Still using my Droid 4 on Lots Of People Really Want Slideout-Keyboard Phones: Where Are They? · · Score: 1

    Waiting for another qwerty slider to buy a new phone.

  17. Re:If I wanted a Chrome interface, I'd use Chrome on Firefox 29: Redesign · · Score: 1

    userChrome stuff will break, at least partly. The coloring of the tabs appears to be uncontrollable through CSS now without having your own SVG file.

    Kind of a pain.

  18. What's Next on Google Plus Now Minus Chief Vic Gundotra · · Score: 2

    Not having to post this sort of thing in Google Plus.

  19. Re:Libre is the new Open on Not Just a Cleanup Any More: LibreSSL Project Announced · · Score: 2

    I had the same idea. But I was actually serious.

    I think they could called it "ClosedSSL."

    "You are still using OPEN ssl? Are you crazy? Used this CLOSED ssl to keep hackers out."

  20. Re:I wonder how much damage... on Apache OpenOffice Reaches 100 Million Downloads. Now What? · · Score: 1

    I agree that Excel is superior, but Outlook is "better" at certain things. Namely, working with Exchange and its integrated contacts, calendar, and mail. Fix that problem and I could be talked into rewriting ever single Excel Macro my company uses!

  21. Re: 35 GB of uncompressed audio? on Measuring the Xbox One Against PCs With Titanfall · · Score: 1

    Don't worry, the pirated version will have this option.

  22. Re:Pretty ridiculous on Facebook To Pay City $200K-a-Year For a Neighborhood Cop · · Score: 1

    When a citizen is attempting to effect the arrest, it is much easier for the person being arrested to simply claim they were being assaulted and fought back and there is no simple way to determine who is right.

    But with a police officer, there is a simple way to determine who is right: the officer.

  23. AVC-LAN on Your Next Car's Electronics Will Likely Be Connected By Ethernet · · Score: 1

    What about AVC-LAN (what Toyota uses)?

    Not that I would suggest it has the bandwidth of ethernet!

  24. Re: The more simple you make it the less complex i on Ask Slashdot: Why Are We Still Writing Text-Based Code? · · Score: 1

    system("...")

    What you are describing is using a bunch of shell programs to achieve a simple task. Up to a certain level of complexity, these prewritten programs are the best way to accomplish such tasks. Thankfully, most programming languages both have many such predefined functions, as well as being able to call the system shell.

    But yes, the shell is an environment where it is easy to get certain things done without the overhead of most languages. Heck, it is easier to write your script at the command line than to save it as a shell script (a type of programming language). Does that mean anything?

    Use the right tool for the job. A hammer is simpler than a jackhammer. It can't easily accomplish what the other can, though. If you want to write a "program" that does the above sort, write it in sh, or bash. Oh wait, you already did!

  25. Re:Another webkit is irrelevent on Former Dev Gives Gloomy Outlook On Linux Support For the Opera Browser · · Score: 2

    While as a developer, I appreciated the diversity in rendering engines Opera brought to the table, as a user, I don't think I would care. If Opera was better than Chrome with Presto, it could be better with Blink--with the added benefit of lots of obscure sites actually working.

    How many Opera users actually celebrated that Opera worked on less websites than Chrome as a good thing?

    Now, if Presto was faster (which it could be, at times), then that's another argument. But diversity wasn't what made them fans, IMO.