Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Christine Lemmer-Webber (cwebber@octodon.social), page 35

  1. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Monday, 20-Aug-2018 11:56:03 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • Jacky Alciné

    @jalcine So "web of trust" has gotten a bad rap because most people associate "web of trust" with PGP's hyper-nerds-only model. And keep in mind, we need to survive a system where there isn't a global "one true name" for every person. Ie, you shouldn't confuse me with Chris Webber the basketball player, but neither myself nor the basketball player should be able to establish a monopoly on that name. But the petnames system described in https://github.com/cwebber/rebooting-the-web-of-trust-spring2018/blob/petnames/draft-documents/making-dids-invisible-with-petnames.md is designed for this:

    In conversation Monday, 20-Aug-2018 11:56:03 EDT from octodon.social permalink

    Attachments

    1. Invalid filename.
      cwebber/rebooting-the-web-of-trust-spring2018
      from GitHub
      rebooting-the-web-of-trust-spring2018 - RWOT6 in Santa Barbara, California
  2. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Monday, 20-Aug-2018 08:25:35 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    The other day I saw "bread in a can" at the grocery store. Too weird to not buy and try. Well, it didn't taste too bad, closer to cake than bread. Very molasses'y, sticky, sweet.

    Digesting it was another matter though. I literally lost sleep over it.

    I guess that's what I get for buying and trying a nightmarish sounding "food" product.

    In conversation Monday, 20-Aug-2018 08:25:35 EDT from octodon.social permalink
  3. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Sunday, 19-Aug-2018 19:02:48 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    Okay anyway I said a lot of things here... but here's the general idea: current federation rollout assumes:

    - there's one you
    - there's one path to get to you
    - one naming authority should get to define our names
    - when it comes to breadth vs depth, popularity is more important than deep relationships

    But these assumptions comes from surveillance capitalism social networks. Reverse all of these and things get interesting.

    In conversation Sunday, 19-Aug-2018 19:02:48 EDT from octodon.social permalink
  4. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Sunday, 19-Aug-2018 18:19:40 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    in reply to

    I should be clear, the reason current popular rollouts of activitypub are doing imo identity wrong is *not the fault* of the people building it, in the sense that they are building activitypub based on what's currently well understood patterns for developing things. So I get why it's happened.

    In conversation Sunday, 19-Aug-2018 18:19:40 EDT from octodon.social permalink
  5. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Sunday, 19-Aug-2018 18:16:47 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    it frustrates me that I believe that the way we're handling identity and social relationships on the current iteration of the fediverse is Very Wrong, but it's just a lot of talk from me until I can demo with real code I guess

    I hope we don't get locked into dangerous antipatterns before it's too late to shift the direction of the network

    In conversation Sunday, 19-Aug-2018 18:16:47 EDT from octodon.social permalink
  6. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Sunday, 19-Aug-2018 18:08:23 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    if you aren't worried about privacy because you have "nothing to hide", given that state violation of privacy usually happens to minority and high at-risk groups, you should be aware that having "nothing to hide" is a heck of a lot of privilege

    In conversation Sunday, 19-Aug-2018 18:08:23 EDT from octodon.social permalink
  7. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Sunday, 19-Aug-2018 07:58:57 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    So I see a lot of new people on here interested in ActivityPub who want to explore it but don't know where to get started.

    Actually a great place to get started is the ActivityPub spec itself! We included a little "tutorial" in the Overview section of the spec that should help you get your feet wet. https://www.w3.org/TR/activitypub/#Overview

    In conversation Sunday, 19-Aug-2018 07:58:57 EDT from octodon.social permalink
  8. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Wednesday, 15-Aug-2018 10:19:36 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • dave stranding

    @dthompson So Lux is really cool! It's basically "big-bang for grownups" (where big-bang is Racket's builtin game engine for middle schoolers).

    The answer to "does it use opengl" is "yes, optionally" but not in the way most game engines say that. The core of the functional game engine actually doesn't specify the input/output system, which is provided by a "chaos". One chaos comes bundled which uses Racket's canvas drawing and GUI input events, but you can plug in others

    (cotd ...)

    In conversation Wednesday, 15-Aug-2018 10:19:36 EDT from octodon.social permalink
  9. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Tuesday, 14-Aug-2018 20:02:37 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    It's 8pm here. Self challenge which I'll live blog: can I implement a version of tetris in Racket by 10pm? Let's see if I can... I'm gonna live blog it here.

    In conversation Tuesday, 14-Aug-2018 20:02:37 EDT from octodon.social permalink
  10. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Friday, 10-Aug-2018 15:28:55 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    I ought to say some things about json-ld, because I think a lot of people aren't familiar with the details of it.

    - You can play with json-ld live here: https://json-ld.org/playground/
    - JSON-LD lets you have extensions but map them to local "compacted" shorthands, while still allowing to expand out into unambiguous form.
    - JSON-LD does allow converting to a RDF graph, but it's not required. (It is interesting, though.)

    (cotd ...)

    In conversation Friday, 10-Aug-2018 15:28:55 EDT from octodon.social permalink
  11. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Tuesday, 07-Aug-2018 18:51:55 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    Take care of each other. Listen to each other. Try to consider the impact of your words. Try to consider whether if you disagree, you can at least come to some understanding.

    Otherwise you may tear down the foundations of all those things you wanted to build...

    In conversation Tuesday, 07-Aug-2018 18:51:55 EDT from octodon.social permalink
  12. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Tuesday, 07-Aug-2018 09:54:26 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    so uh

    if we don't do something about the environment we're all gonna die

    just fyi

    In conversation Tuesday, 07-Aug-2018 09:54:26 EDT from octodon.social permalink
  13. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Monday, 06-Aug-2018 12:56:43 EDT Christine Lemmer-Webber Christine Lemmer-Webber

    Fucking pissed at white dudes in free software prioritizing exercising their free speech by showing "look, I can make jokes which affect people not like me" and then being like "free software is a movement for everyone"

    Nobody has ever questioned whether *I* belong. But I've tried to bring in plenty of other people who left because they didn't feel welcome.

    I believe in free software, I want it to be a movement for everyone. Most of these people would say "I do too".

    SO FUCKING ACT LIKE IT.

    In conversation Monday, 06-Aug-2018 12:56:43 EDT from octodon.social permalink
  14. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Tuesday, 31-Jul-2018 18:11:11 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    in reply to
    • dansup

    @dansup Yeah... dang! It's hard to believe just how much happened this year :O

    In conversation Tuesday, 31-Jul-2018 18:11:11 EDT from octodon.social permalink
  15. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Saturday, 28-Jul-2018 15:16:05 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • clacke@libranet.de ❌

    Whew... just got done with an interview with @notclacke for Hacker Public Radio... we promised ourselves it would be less than an hour this time and I think we ended up at almost exactly an hour anyway. Oops! Looking forward to it coming out anyway though :)

    In conversation Saturday, 28-Jul-2018 15:16:05 EDT from octodon.social permalink
  16. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Saturday, 21-Jul-2018 11:55:11 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • Ⓐ☭⛤Cute Side of the Dark Side

    @codeawayhaley I hope this movie doesn't end up as a propaganda piece to try to shut down Tor :<

    In conversation Saturday, 21-Jul-2018 11:55:11 EDT from octodon.social permalink
  17. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Saturday, 21-Jul-2018 11:53:35 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • Ⓐ☭⛤Cute Side of the Dark Side

    @codeawayhaley "dark web" is the worst term

    In conversation Saturday, 21-Jul-2018 11:53:35 EDT from octodon.social permalink
  18. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Saturday, 21-Jul-2018 11:39:53 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • lovecraft in brooklyn

    @amphetamine compels on fate aspects could work for that

    In conversation Saturday, 21-Jul-2018 11:39:53 EDT from octodon.social permalink
  19. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Friday, 20-Jul-2018 12:03:19 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • Bob Mottram 🔧 ☕ ✅
    • Dewoo Alt

    @bob @dwaltiz it's great that Zot is tackling these things. Though I'm looking at the permission system for the first time... looks like it's RBAC'ish / ACL'ish... I bet there's some confused deputy attacks open here, because there usually are with that approach...

    In conversation Friday, 20-Jul-2018 12:03:19 EDT from octodon.social permalink
  20. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Friday, 20-Jul-2018 11:54:26 EDT Christine Lemmer-Webber Christine Lemmer-Webber
    • แทกโนมันซี

    @technomancy because that would be heckin' cool

    In conversation Friday, 20-Jul-2018 11:54:26 EDT from octodon.social 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.