Slashdot Mirror


User: DuckDodgers

DuckDodgers's activity in the archive.

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

Comments · 2,484

  1. Re:Business class is a misnomer on How Amazon Keeps Cutting AWS Prices: Cheapskate Culture · · Score: 3, Insightful

    Or lose her because she quits to work for a company that has less travel.

  2. Re:Not really, again see the phone companies on Why There Are So Few ISP Start-Ups In the U.S. · · Score: 1

    If you were correct in your analogy we would not have our current stagnation. At present, Compete.net decides to spend $10 million on lawyers and lobbyists to throw legal obstacles in front of potential adversaries to keep their effective regional monopoly and puts the other $55 million or $70 million it might have spent on network upgrades into profits, and lets their infrastructure continue to suck.

    We still need a mixed public/private solution - regulation to keep the playing field open, and then competition on that open playing field. Pure private and pure public both lead to stagnation (even if the pure private solution stagnation is actually accomplished by having the private companies influencing public policy).

  3. Re:correlation does not prove causation on Study: Exposure To Morning Sunlight Helps Managing Weight · · Score: 1

    The article says "independent of activity level, sleep, and eating habits", so even people who eat and sleep the same amount and went jogging later in the afternoon were heavier.

    But I think the study size is too small and the duration too short to mean anything.

  4. Re:I've implemented something similar on MIT Researchers Create Platform To Build Secure Web Apps That Never Leak Data · · Score: 1

    You won't see it implemented in free services for the reasons you describe. But it could work as a pay service. Most people will skip that in favor of free services that scrape their data, but some might.

    I'm tempted to rent a server from Amazon or DigitalOcean or whoever and put the application on it myself, so I can access my data from anywhere without dealing with advertisements and privacy concerns.

  5. Re:Javascript: the worst Internet development. on JavaScript Inventor Brendan Eich Named New CEO of Mozilla · · Score: 1

    He had nine days to invent the language. I doubt there are more than a handful of computer scientists in the world that could invent a good language that fast.

    And the reason C++ became so popular is the migration path from pure C code and the migration path for pure C developers. The reason Java became so popular is marketing and the syntactical similarities with C and C++. Javascript piggybacked on that, and now it's everywhere. We will never be rid of it, your dream of a superior replacement will never take off because there's no practical migration path from Javascript to wherever it is you want the world to go.

  6. Re:Standards? Standards anyone? on OpenSUSE 13.2 To Use Btrfs By Default · · Score: 1

    I'm sorry if my post was a little confusing - I don't consider ZFS experimental either. I meant that ZFS is a commonly used Unix filesystem that has more features than ext4, and it can't be part of the Linux kernel. btrfs is an attempt to bring ZFS to Linux without violating any software licenses.

    I didn't know about LVM snapshots, thanks for informing me. I also didn't realize LVM supports adding and removing storage devices to the volume while the system is live. I considered snapshots and growth and shrinking of storage the two killer btrfs features, and now I see that one can get those from LVM + ext4.

    Okay, I find the argument for adapting btrfs as a primary filesystem weaker. I hope there's something I'm missing.

  7. Re:An inspiring decision on OpenSUSE 13.2 To Use Btrfs By Default · · Score: 1

    Very cool, thanks for letting me know about that.

  8. Re: approximately the resolution of an adult eye @ on Oppo's New Phone Hits 538 PPI · · Score: 1

    Someone upthread made the comment that 300 dpi is the limit of human vision for detail [i]assuming the print is 24 inches or further away in a magazine or newspaper or screen[/i]. I think that explains the other person's confusion.

  9. Re: approximately the resolution of an adult eye @ on Oppo's New Phone Hits 538 PPI · · Score: 1

    I bought one of those comically large phones for exactly this reason. I want to be able to read it at arm's length, and I can. I figured if I had a smaller screen and spent too much time hunched over squinting at the thing, I would end up squatting in a corner somewhere muttering that some tricksy person stole the precious.

  10. Re: approximately the resolution of an adult eye @ on Oppo's New Phone Hits 538 PPI · · Score: 1

    I believe you, though I have no formal knowledge about this. To me the other specs are more interesting - cross-provider LTE, potentially the new standard bearer for best Android smartphone camera, first Android phone (to my knowledge) with 3GB of RAM.

    On the other hand, even with 300 dpi that puts the requirements for a screen pretty high, right? I mean the mainstream flagship Android phones these days have a 4.7 inch screen on bigger. If that's 2.5 inches horizontal and 4.0 inches vertical then 300 dpi requires just under 1280x800. For a screen with a 5.5 inch display to pass the 300 dpi threshold you need something between 1280x800 and 1920x1080. I'm not aware of many screens with non-standard display resolutions between those two points. So this 2560 by whatever may be marketing overkill for a phone this big, but full 1080p for phones with screens 5 inches or larger might actually make sense (?)

  11. Re:Standards? Standards anyone? on OpenSUSE 13.2 To Use Btrfs By Default · · Score: 1

    The ZFS filesystem from Solaris Unix has some features that ext4 does not, especially filesystem snapshots. That gives you the ability to take a filesystem snapshot at a certain date, and if the system has a filesystem problem in the future that is not from a hardware failure, you can instantly revert your filesystem to the snapshot. Here's a common use case: you take a snapshot, then apply a software upgrade to your system. If the upgrade goes well, you snapshot again. If the upgrade fails, you revert to the original snapshot and the system acts as if the failed upgrade never happened.

    This is one of the reasons so many big companies use Solaris Unix. Unfortunately, the software license of ZFS prevents it from being incorporated into the Linux kernel by default. You have to download and install it separately.

    Adding that feature to ext4 without completely rewriting it is impossible. That's why btrfs was created, to give many of the good features of ZFS to Linux. The thing is, btrfs needs to be battle-tested before businesses will use it on mission critical servers. You have to start somewhere. Maybe OpenSUSE 13.2 is too soon, maybe it needs another few years as alpha software. But maybe all of the people on this forum complaining about file corruption ran into bugs that have already been patched.

  12. Re:An inspiring decision on OpenSUSE 13.2 To Use Btrfs By Default · · Score: 1

    I can't speak to its reliability because I only used it a little bit. But in terms of features, from what I understand it the two killer features that slow btrfs down by make it so attractive (assuming it doesn't corrupt your files) are snapshots and live volume resizing. Those two things do what you might from the name - snapshots let you tag a certain point in time in the filesystem, and in the future you can revert your filesystem to look exactly as it did at that point in time. That is of course incredibly handy in the case of failed upgrades or accidental file deletions. Live volume resizing lets you grow and shrink partitions and I believe even add an additional storage device to an existing btrfs volume while the system is still mounted.

    I think the slowdown versus ext4 is measurable but not killer, 5-10%. I'm more concerned with the stability.

  13. Re:This could be good news... on Ubuntu's Mir Gets Delayed Again · · Score: 1

    I had not seen any assertion that Wayland would not work with Android GPU drivers. I don't understand the architecture of X, Wayland, and Mir. As I just wrote elsewhere, the only not-totally-vague explanation of technical differences between Wayland and Mir that I've seen is this: http://blog.cooperteam.net/201... If the author of that post is correct, then Mir has a resource management advantage over Wayland in resource-constrained environments. That doesn't matter if you're getting a $600 on-contract phone in the first world but it's a very big deal if Canonical is trying to enter the middle and low end first world market or any portion of the third world market with Ubuntu Touch.

    But again, I don't know if the writer is correct about the details - and it's possible Wayland has some other effectively equivalent way of handling resources.

  14. Re:This could be good news... on Ubuntu's Mir Gets Delayed Again · · Score: 1

    I don't understand enough of the technical differences between Mir and Wayland to make a real argument. The only technical post I read about Mir that wasn't too vague to be useful was this one: http://blog.cooperteam.net/201...

    I'm not saying Wayland cannot work well on ARM devices, if the Raspberry Pi can run X than certainly a Nexus 5 can run Wayland. But if that post isn't full of nonsense, then properly configured Mir will work more efficiently than Wayland in an environment like that.

  15. Re:wrong on Ubuntu's Mir Gets Delayed Again · · Score: 2

    Most of the supercomputers in the world are built using Linux. Are you saying that Linux is used in those machines strictly because of commercial Unix licensing costs?

  16. Re:wrong on Ubuntu's Mir Gets Delayed Again · · Score: 2

    What makes the commercial Unix's better for heavy iron back use? (That's a genuine question, not a challenge.) I understand that earlier versions of the Linux kernel didn't do multi-threading in an efficient way - too much locking, and they lacked asynchronous IO and a few other similar technologies that made them inefficient for huge multi-threaded tasks. But my understand is that these days, it can keep up with just about anything for efficiency and stability.

  17. Re:This could be good news... on Ubuntu's Mir Gets Delayed Again · · Score: 2

    Agreed. Wayland development appeared to accelerate after Ubuntu announced Mir. If the only thing that ever happens because of Mir is that it made the rest of the Linux community unite behind Wayland and speed its adoption, that's still a good thing.

    And Ubuntu started Mir because their engineers seem to believe Mir has fundamental performance advantages over Wayland in resource-constrained environments like phones. It's possible they're completely wrong, but if they're right then we need Mir for Linux on smart phones.

  18. Re:Interesting Math (like there's another variety) on Meat Makes Our Planet Thirsty · · Score: 3, Insightful

    Slash and burn farming the rainforests is not a form of modern western intensive agriculture.

  19. Re:worse than that, MS could CONTRIBUTE file X on Plan 9 From Bell Labs Operating System Now Available Under GPLv2 · · Score: 1

    Good point. I had not thought of that.

  20. Re:my thoughts on plan9 on Plan 9 From Bell Labs Operating System Now Available Under GPLv2 · · Score: 1

    That's not infringement that is the problem for companies, it's the patent license grant.

    I wish companies would use GPLv3, I think the patent license grant is a very good thing. But I can understand why they do not. I disagree with it, but I understand it.

  21. Re:Not long on Netflix Blinks, Will Pay Comcast For Network Access · · Score: 1

    That would be a fine argument if internet service providers were not natural monopolies. I live in a Philadelphia suburb in which my internet choices are Comcast, dialup, and wireless 3G service (no 4G towers near me). So if I want decent connection speed, I have only one choice.

    Now if I could choose between multiple different providers for high speed internet, then sure - let them set their own prices for bandwidth, and competition will drive the internet service providers to keep offering higher bandwidth at lower prices in a bid for customers. But that's not what most of the country has, so if the laws don't force net neutrality, we get screwed and we have no alternative.

  22. Re:If Comcast were Exxon on Netflix Blinks, Will Pay Comcast For Network Access · · Score: 1

    Lack of regulation leads to robber barons who bribe, extort, and blackmail lawmakers into doing what they want, which is just another path to regulatory capture. There has been no large scale successful implementation of libertarianism anywhere for this reason.

  23. Re:Nice to have the choice on Ubuntu 14.04 Brings Back Menus In Application Windows · · Score: 1

    In 2010 Ubuntu was the best shot the Linux community had at getting serious market penetration into desktop and laptop computers. With GNOME 2 it wasn't as pretty as Windows Aero but the user interface was similar enough that the switch was easy for regular home computer users.

    Then Canonical switches gears to Unity. The first few releases were very buggy, and even after it was quite stable the user interface changes annoyed people. So Ubuntu ceased to be the default suggestion for a Linux version to try to Linux newbies, and there really wasn't any new contender to replace it.

    Linux Mint gained popularity rapidly from that, as it offered user interfaces and customization options in line with what dissatisfied Ubuntu users wanted. But Mint doesn't have the same chance at capturing a significant piece of the standard desktop market. Their recommended upgrade process is still a fresh re-install ( see http://community.linuxmint.com... ), which means it only works for technically skilled users.

    Now, Ubuntu and Unity are open source software and Canonical is a business, so they have every right to change whatever they want for any reason or no stated reason at all. So I do not now and did not then hate Mark Shuttleworth or the Ubuntu developers or Canonical employees for the change. I just feel like a great opportunity for Linux to enter mainstream use was wasted and all that momentum that Canonical and Ubuntu built in user base and press support was splintered.

    The next great opportunity for Linux to reach user in mainstream desktop computers is probably SteamOS, and while I admit that I'll probably run it myself, I am not pleased that a proprietary digital rights managed software distribution platform may be the lever that makes Linux mainstream on home computers. ( Really, I should put my money where my mouth is and support one of the Ubuntu alternatives that could become equally good for new users with some work. Fedora? OpenSUSE? Debian? )

    And to be fair to Canonical and Ubuntu, I think mainstream (non power-user) computer users will be mostly on mobile in the future. So even if I dislike the Unity user interface, I can understand trying to invent some alternative to existing desktop environments that would work well on mobile devices. I understand where they're trying to go, even if I think the direction they took is a mistake.

  24. Re:my thoughts on plan9 on Plan 9 From Bell Labs Operating System Now Available Under GPLv2 · · Score: 1

    The GPLv3 has the new patent licensing terms. I am speculating wildly, but whenever the GPLv3 is discussed a few people - and not always the same one or two - chime in and say that their employer won't work with GPLv3 for fear those terms would force them to give up the right to file a patent-infringement lawsuit under certain conditions. e.g. Alcatel-Lucent releases Plan9 under GPLv3, it grants implicit rights to some patent in source file X, and then Red Hat Linux puts source file X into OpenStack so they can use the technology covered under that patent without fear of lawsuit.

    I agree with you on the rest of your comments. With respect to gaming, if we're lucky - and I'm not sure we will be, but if we are - in five years SteamOS (on top of Debian Linux, or Debian GNU/Linux if you prefer) will cover all of the games you want, and you won't need to run Windows. I run Windows at home too because of my kids' games, and because I don't want to make my wife resent me or free software by forcing her to switch. I boot into Linux when I'm using the computers for myself, and try to only get games that run well natively on Linux or through Wine.

  25. Re:MySQL/MariaDB is a bigger embarrasment on GNU Hurd Gets Improvements: User-Space Driver Support and More · · Score: 1

    Tell that to Google and Facebook.