Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Mike Stone :ubuntumate: (mike@fosstodon.org), page 12

  1. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Thursday, 25-Oct-2018 10:35:43 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • MG

    @m3g5 Ha! I still build plenty of character then, just not for work. My kids have caused me to spend far more nights on the floor than work over the last ten years.

    In conversation Thursday, 25-Oct-2018 10:35:43 EDT from fosstodon.org permalink
  2. Ethan Hussong (ethan@fosstodon.org)'s status on Thursday, 25-Oct-2018 09:24:06 EDT Ethan Hussong Ethan Hussong
    • UBports

    Just ordered a Nexus 5 to try out @Ubports

    In conversation Thursday, 25-Oct-2018 09:24:06 EDT from fosstodon.org permalink Repeated by mike
  3. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Monday, 22-Oct-2018 18:54:16 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie They're really handy devices to be sure. I'm just not a fan of all the information they collect on us. I'd much rather control my own information and still have the same capabilities.

    Imagine a Mycroft system with an in house server, where all of your smart home and applicant functionality was covered, and all external requests were funneled through a VPN and TOR. You'd be able to have all the same functionality and still stay private. Have your cake and eat it too.

    In conversation Monday, 22-Oct-2018 18:54:16 EDT from fosstodon.org permalink
  4. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Friday, 28-Sep-2018 18:22:14 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:

    Take backsies? As a non-lawyer, I would understand it to be no. Maybe someone more experienced in legal matters can elaborate on the situation?

    "Can You 'Take Back' Open Source Code? | Hackaday"

    https://hackaday.com/2018/09/27/can-you-take-back-open-source-code/

    In conversation Friday, 28-Sep-2018 18:22:14 EDT from fosstodon.org permalink

    Attachments

    1. Can You “Take Back” Open Source Code?
      By Tom Nardi from Hackaday

      It seems a simple enough concept for anyone who’s spent some time hacking on open source code: once you release something as open source, it’s open for good. Sure the developer might decide that future versions of the project close up the source, it’s been known to happen occasionally, but what’s already out there publicly can never be recalled. The Internet doesn’t have a “Delete” button, and once you’ve published your source code and let potentially millions of people download it, there’s no putting the Genie back in the bottle.

      But what happens if there are extenuating circumstances? What if the project turns into something you no longer want to be a part of? Perhaps you submitted your code to a project with a specific understanding of how it was to be used, and then the rules changed. Or maybe you’ve been personally banned from a project, and yet the maintainers of said project have no problem letting your sizable code contributions stick around even after you’ve been kicked to the curb?

      Due to what some perceive as a forced change in the Linux Code of Conduct, these are the questions being asked by some of the developers of the world’s preeminent open source project. It’s a situation which the open source community has rarely had to deal with, and certainly never on a project of this magnitude.

      Is it truly possible to “take back” source code submitted to a project that’s released under a free and open source license such as the GPL? If so, what are the ramifications? What happens if it’s determined that the literally billions of devices running the Linux kernel are doing so in violation of a single developer’s copyright? These questions are of grave importance to the Internet and arguably our way of life. But the answers aren’t as easy to come by as you might think.

      Copyleft and Ownership

      The GPL is what’s known as a copyleft license, which is designed to add additional rights for the end users which would otherwise be limited by copyright laws. For example, it gives the user the right to duplicate and create derivative works. But an important distinction is that copyleft licences such as the GPL don’t actually replace the original copyright, they are merely supplemental. The original author of the code still holds the copyright, and is ultimately its sole owner.

      This allows for the concept of dual licensing: wherein the sole author of a program can chose to license a program under multiple licenses at the same time, one of which generally being more permissive than the other. For example, the Windows version of a program could be closed source, while the Linux version is open source; even if the actual code is identical. More often, this is used to provide one license that applies for commercial use of a program, and more permissive licensing for individuals.

      Some open source projects, generally large ones with corporate backing, occasionally have what’s known as a Contributor License Agreement. This document explains any additional requirements and rules for submitting source code to a project, and will usually have a clause explaining that the submitter is granting their copyright to the project’s parent entity. For example, here is the relevant section from Google’s “Individual Contributor License Agreement”:

      Subject to the terms and conditions of this Agreement, You hereby grant to Google and to recipients of software distributed by Google a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

      It’s worth noting that Linux does not utilize such an agreement, and the copyright for any submitted source code therefore remains the property of the original developer.

      Reputational Losses

      So if a developer is free to license their code in diametrically opposed ways (simultaneously closed and open source), and it’s acknowledged that in the absence of a Contributor License Agreement they retain the uncontested ownership of any code they write, the situation becomes tricky. Does it not follow that they have the right to walk back a promise to make their source code open, if a scenario presents itself in which the author feels it’s no longer appropriate?

      Eric S. Raymond

      Eric S. Raymond, one of the founders of the Open Source Initiative and author of The Cathedral and the Bazaar believes they may have that right. In a post to the Linux Kernel Mailing list, Eric specifically addresses the threat some developers have made about attempting to pull their code from the kernel:

      First, let me confirm that this threat has teeth. I researched the relevant law when I was founding the Open Source Initiative. In the U.S. there is case law confirming that reputational losses relating to conversion of the rights of a contributor to a GPLed project are judicable in law. I do not know the case law outside the U.S., but in countries observing the Berne Convention without the U.S.’s opt-out of the “moral rights” clause, that clause probably gives the objectors an even stronger case.

      Section 6 of the Berne Convention explains that the original author of a work, even if they have granted their rights to another entity, can object to its further use if they feel it has been utilized in a way which “would be prejudicial to his honor or reputation.” So in theory a disgruntled developer need only convince a judge that the maintainers of a project have damaged their reputation, say by publicly banning them for violating the Code of Conduct, and have a case for forcing the project to stop using their code regardless of preexisting licensing agreements.

      Critical Language

      But the question remains, can a developer actually “revoke” the rights given under the GPL? If we’re talking about the GPLv2 (which Linux is licensed under), the closest thing we find is Section 4:

      However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

      Interestingly, if we take a look at the GPLv3, we see relevant language was made much stronger:

      All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.

      Some believe the distinction here may prove to be critical. In a legal context, it’s generally understood that “revoke” means an agreement was retracted by the entity offering it (here, the original developer), while “terminate” simply means to end an agreement. This leaves room for interpretation, and one could potentially argue that since the GPLv2 does not specifically state the developer can’t retract the offer, it remains an option.

      Here Be Dragons

      Between the Eric S. Raymond’s assertion that a developer could claim divisive elements within the project are damaging to their reputation and the fact that the current licensing arrangement of Linux means there’s no specific language saying developers can’t withdraw their submissions, the situation becomes murky. The truth is, nobody is really sure yet. We’re in uncharted waters, and old assumptions may not hold up to legal scrutiny if it comes to it.

      It’s also worth mentioning that the concept of “Promissory Estoppel” could come into play; which essentially prevents an individual from going back on a promise if the other party took action based on that promise. In other words, if you told somebody they could use your code and they used it to produce a successful project, you can’t then go back on that promise because it would be to their detriment.

      Practically speaking, even if an individual built a case saying they wanted their chunk of code removed from Linux, it would be physically impossible. In lieu of being able to delete their code from the now-copyright-infringing devices, said developer would likely receive some monetary settlement. Which would still be a terrible precedent to set for the open source community: get mad, get paid.

      At the end of the day, talk of revoking open source licenses is misguided. To paraphrase the character of Ian Malcolm from Jurassic Park: angry developers are so preoccupied with whether or not they could, they haven’t stopped to think if they should. If legal precedent is set that a developer can take their source code back, it will be ruinous to the open source community. Its taken decades for free and open source software to rise to its current prominence in the software world, but the rash actions of a few unhappy developers could be enough to drag it back down to being little more than a wishful idea.

  5. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 19:00:23 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie You and me both! So, if there's anybody out there in the Fed just looking for two people they're willing to pay to try things, please let us know.

    In conversation Wednesday, 26-Sep-2018 19:00:23 EDT from fosstodon.org permalink
  6. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 18:31:12 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Heh, when I went to create an account, it wouldn't let me use my email address because it was already used. Reset the password on it, and low and behold I've tried this before. There's entries in there from 2012. Just test stuff though. Doesn't look like I used it for anything. I'll have to give it ANOTHER look. :)

    In conversation Wednesday, 26-Sep-2018 18:31:12 EDT from fosstodon.org permalink
  7. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 18:21:04 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Hmm, I'll have to give it a look see. Maybe I can integrate it into my workflow.

    In conversation Wednesday, 26-Sep-2018 18:21:04 EDT from fosstodon.org permalink
  8. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 18:05:25 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • codesections
    • lilo

    @lilo That does sound like something I would do!

    @codesections

    In conversation Wednesday, 26-Sep-2018 18:05:25 EDT from fosstodon.org permalink
  9. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 17:26:03 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:

    This is some crazy stuff right here. This doesn't look possible, but I haven't seen anybody claiming he's cheating. Amazing.

    https://geekologie.com/2018/09/vide-of-guy-setting-new-super-mario-bros.php

    In conversation Wednesday, 26-Sep-2018 17:26:03 EDT from fosstodon.org permalink
  10. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 17:23:22 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie I don't use Trello, but it looks interesting. What's your use case for it and the ButlerBot?

    In conversation Wednesday, 26-Sep-2018 17:23:22 EDT from fosstodon.org permalink
  11. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 17:06:37 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Great! It's been really speedy on my home computer, so I'm just assuming it's because my work computer sucks.

    In conversation Wednesday, 26-Sep-2018 17:06:37 EDT from fosstodon.org permalink
  12. Indie (indie@x0r.be)'s status on Wednesday, 26-Sep-2018 16:45:26 EDT Indie Indie

    One reason I love Mastodon: I don't feel like an outcast when I talk about software that I love.

    In conversation Wednesday, 26-Sep-2018 16:45:26 EDT from x0r.be permalink Repeated by mike
  13. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 16:37:25 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Me too! And pretty, pretty graphs..... Mmmmmm... graphs...

    In conversation Wednesday, 26-Sep-2018 16:37:25 EDT from fosstodon.org permalink
  14. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 16:30:28 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Cool. I switched over at work today too (I've been using the "suggested" work browser but I just couldn't stand it anymore). It was pretty slow this morning on my work computer (Windows 7 on a VPN to San Fran), but it's been really fast on my personal computer (Mint 19). Ironically, my personal system is several years older than my work computer. Take that for what you will.

    In conversation Wednesday, 26-Sep-2018 16:30:28 EDT from fosstodon.org permalink
  15. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 15:28:15 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • FOSS_boss :solus:
    • TimApp1e

    @fatboy Definitely, though names like "Google", "Bing", and "Yahoo!" aren't exactly "normal". They just make sense to us because they've been around for so long. Maybe in 10-15 years, DuckDuckGo or SwissCows will sound like normal words for us to say in conversation?

    @timapple

    In conversation Wednesday, 26-Sep-2018 15:28:15 EDT from fosstodon.org permalink
  16. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 15:11:14 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • FOSS_boss :solus:
    • TimApp1e

    @fatboy That's been something I've asked in the past too. There's part of me that likes these weird names, but there's another part that has to say them in meetings with executives.

    @timapple

    In conversation Wednesday, 26-Sep-2018 15:11:14 EDT from fosstodon.org permalink
  17. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 14:24:06 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Yea, there's a new version either yesterday or today. There's some new stuff in there. Might help the delay you're seeing too (dunno, just a guess).

    In conversation Wednesday, 26-Sep-2018 14:24:06 EDT from fosstodon.org permalink
  18. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 14:22:19 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • Indie

    @Indie Did you upgrade to the new version?

    In conversation Wednesday, 26-Sep-2018 14:22:19 EDT from fosstodon.org permalink
  19. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 14:15:30 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • TimApp1e

    @timapple Can honestly say I've never heard of that one before.

    In conversation Wednesday, 26-Sep-2018 14:15:30 EDT from fosstodon.org permalink
  20. Mike Stone :ubuntumate: (mike@fosstodon.org)'s status on Wednesday, 26-Sep-2018 14:13:44 EDT Mike Stone :ubuntumate: Mike Stone :ubuntumate:
    • codesections

    @codesections Probably not me. I've had sick kids home all week and part of the weekend too, so I've been a bit disconnected. Sorry if it's a bit repetitious.

    In conversation Wednesday, 26-Sep-2018 14:13:44 EDT from fosstodon.org permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.