Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Tomas SA2TMS (tomas@social.umeahackerspace.se), page 92

  1. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 18:14:31 EDT Tomas SA2TMS Tomas SA2TMS
    • fl0wn
    This is reminding me that I need to improve my PC <--> FT-817 interface so I can run more narrowband modes on HF/VHF
    In conversation Friday, 16-Mar-2018 18:14:31 EDT from social.umeahackerspace.se permalink
  2. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 18:13:08 EDT Tomas SA2TMS Tomas SA2TMS
    • D Dino
    We used to have that back in the Wicket days. You wrote the logic in Java and it would transpile to JS. If the user had JS enabled then it would run whatever it was on the browser, else via the server.
    In conversation Friday, 16-Mar-2018 18:13:08 EDT from social.umeahackerspace.se permalink
  3. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 18:10:23 EDT Tomas SA2TMS Tomas SA2TMS
    • pettter ✅
    Wouldn't that just be a traditional LETS just with a more visible ledger?
    In conversation Friday, 16-Mar-2018 18:10:23 EDT from social.umeahackerspace.se permalink
  4. Sir Bøøps (sirboops@mastodon.sergal.org)'s status on Friday, 16-Mar-2018 13:05:41 EDT Sir Bøøps Sir Bøøps

    .

    In conversation Friday, 16-Mar-2018 13:05:41 EDT from mastodon.sergal.org permalink Repeated by tomas
  5. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 13:45:02 EDT Tomas SA2TMS Tomas SA2TMS
    • Krzysztof Jurewicz
    That's one way yes. I depends I think
    In conversation Friday, 16-Mar-2018 13:45:02 EDT from social.umeahackerspace.se permalink
  6. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 11:55:37 EDT Tomas SA2TMS Tomas SA2TMS
    • Richard M. Stallman
    It's @rms's birthday! https://social.umeahackerspace.se/attachment/302128
    In conversation Friday, 16-Mar-2018 11:55:37 EDT from social.umeahackerspace.se permalink
  7. Official Hoofboy (masklayer@slime.global)'s status on Friday, 16-Mar-2018 10:07:46 EDT Official Hoofboy Official Hoofboy

    backup you're data

    In conversation Friday, 16-Mar-2018 10:07:46 EDT from slime.global permalink Repeated by tomas
  8. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 11:24:32 EDT Tomas SA2TMS Tomas SA2TMS
    • Krzysztof Jurewicz
    But black box interaction is what dealing with proprietary software is all about. Software licenses also can't apply to humans, for obvious reasons.. Or can they? Is a human computer subject to software licenses? Fun philosophical questions ahead. Someone get Vsauce in here :)

    I'll put forth that it is at least possible to write a license that makes an RPC using program a covered work. After all, why does it matter where the computation is actually performed? If from the users's perspective it's a function call either way, why does it matter if the piece of silicon it's running on is in the metal box under the user's desk or in a metal box halfway across the world?
    In conversation Friday, 16-Mar-2018 11:24:32 EDT from social.umeahackerspace.se permalink
  9. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 09:27:56 EDT Tomas SA2TMS Tomas SA2TMS
    • Krzysztof Jurewicz
    I went and read the entire text of AGPLv3. The bit about "intimate data communication" looks almost pertinent, but it only applies to the work itself and not other works making use of it. So the RPC loophole is probably not closed yet.
    In conversation Friday, 16-Mar-2018 09:27:56 EDT from social.umeahackerspace.se permalink
  10. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 08:41:11 EDT Tomas SA2TMS Tomas SA2TMS
    • Krzysztof Jurewicz
    Hmm. I guess we'll find out in time, if there are court cases. I skimmed through some FAQs on gnu.org and the answer seems to be "it depends"
    In conversation Friday, 16-Mar-2018 08:41:11 EDT from social.umeahackerspace.se permalink
  11. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 07:01:49 EDT Tomas SA2TMS Tomas SA2TMS
    • Krzysztof Jurewicz
    Yes and no. As a user I'm allowed to mix and match licenses however I please. If I provide the combination as a service to other users however, the combination may either be AGPL or illegal, depending on the licenses involved. Or that's what I suspect at least.

    A traditional comparison would be linking GPL code with proprietary libraries. The combination is not redistributable, but as a user I am of course allowed to infringe my own rights.

    Contrived AGPL example: Mastodon App as a Service (MAaaS). Transpile a Mastodon Android app to JS, maybe modify it to only work with one instance and add some features. Serve to users. I would argue the result is AGPL even if the app itself it GPL.
    In conversation Friday, 16-Mar-2018 07:01:49 EDT from social.umeahackerspace.se permalink
  12. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 06:35:19 EDT Tomas SA2TMS Tomas SA2TMS
    in reply to
    • Tomas SA2TMS
    Typo: "de facto AGPL" should have a question mark at the end
    In conversation Friday, 16-Mar-2018 06:35:19 EDT from social.umeahackerspace.se permalink
  13. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Friday, 16-Mar-2018 06:33:36 EDT Tomas SA2TMS Tomas SA2TMS
    I've had a thought about #AGPL. If a provider uses non-AGPL software to federate with one or more AGPL servers, does that software then become covered by the AGPL? Seems to me such a service would make what amounts to function calls to the AGPL server(s), similar to the RPC loophole the AGPL is designed to close.

    Put another way: is it possible to write an implementation of OStatus or ActivityPub that is not de facto AGPL. It most likely would have to interact with/make function calls to GNU Social, Mastodon, postActiv, PeerTube etc, all of which are AGPL
    In conversation Friday, 16-Mar-2018 06:33:36 EDT from social.umeahackerspace.se permalink
  14. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 18:35:23 EDT Tomas SA2TMS Tomas SA2TMS
    • Sir Bøøps
    😠
    In conversation Thursday, 15-Mar-2018 18:35:23 EDT from social.umeahackerspace.se permalink
  15. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 13:49:45 EDT Tomas SA2TMS Tomas SA2TMS
    • ThibG[uimauve]
    Because they're free software and they work
    In conversation Thursday, 15-Mar-2018 13:49:45 EDT from social.umeahackerspace.se permalink
  16. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 10:14:40 EDT Tomas SA2TMS Tomas SA2TMS
    in reply to
    • clacke
    @clacke Myeah, being on the receiving end of state oppression doesn't really foster as much gung-ho about the handing more power to the state as you may think
    In conversation Thursday, 15-Mar-2018 10:14:40 EDT from social.umeahackerspace.se permalink
  17. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 07:01:43 EDT Tomas SA2TMS Tomas SA2TMS
    in reply to
    • clacke
    @clacke The word I was looking for is manufactroversy
    In conversation Thursday, 15-Mar-2018 07:01:43 EDT from social.umeahackerspace.se permalink
  18. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 06:53:53 EDT Tomas SA2TMS Tomas SA2TMS
    in reply to
    • clacke
    @clacke Gay or trans people not wanting to be discriminated against is not some kind of nefarious plot. Hence why I say it's entirely one-sided - the side doing the culture warmongering in the U.S. is the power majority.
    In conversation Thursday, 15-Mar-2018 06:53:53 EDT from social.umeahackerspace.se permalink
  19. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 06:17:05 EDT Tomas SA2TMS Tomas SA2TMS
    in reply to
    • clacke
    • pettter ✅
    @clacke @pettter That polarization is pretty one-sided. It's just another round of U.S. right-wingers trying to create political wedges out of non-issues. Like Bill O'Reilly's conspiracy theory about a War on Christmas, only more stupid and damaging
    In conversation Thursday, 15-Mar-2018 06:17:05 EDT from social.umeahackerspace.se permalink
  20. Tomas SA2TMS (tomas@social.umeahackerspace.se)'s status on Thursday, 15-Mar-2018 04:43:05 EDT Tomas SA2TMS Tomas SA2TMS
    • Edgelord von Hresvelg
    I had a second thought about this one. So the daughter specifically set up for her to watch her mom bang her boyfriend? Like some weird cuckold incest thing? That's the real wtf here
    In conversation Thursday, 15-Mar-2018 04:43:05 EDT from social.umeahackerspace.se 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.