Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Nolan (nolan@toot.cafe), page 33

  1. Nolan (nolan@toot.cafe)'s status on Saturday, 17-Mar-2018 19:08:38 EDT Nolan Nolan
    • Crom, Kobold King

    @vahnj Ah, that's good to know! :) Let's just make a full GitHub repo out of this then. I'll write up a quick README. Thanks!

    In conversation Saturday, 17-Mar-2018 19:08:38 EDT from toot.cafe permalink
  2. Nolan (nolan@toot.cafe)'s status on Saturday, 17-Mar-2018 19:03:09 EDT Nolan Nolan
    • Peter O'Shaughnessy

    Browser vendors should be incredibly grateful to those tireless souls who debug tricky compat issues and file actionable bugs! Nice work here: https://medium.com/confrere/gone-in-1100-seconds-hunting-bugs-on-the-edge-of-webrtc-132a186c45dd /ht @peter

    In conversation Saturday, 17-Mar-2018 19:03:09 EDT from toot.cafe permalink

    Attachments

    1. Invalid filename.
      Gone in 1100 seconds — The weirdest bug I have ever met
      from Medium
      A story of hunting bugs on the Edge of WebRTC.
  3. Peter O'Shaughnessy (peter@toot.cafe)'s status on Saturday, 17-Mar-2018 18:10:48 EDT Peter O'Shaughnessy Peter O'Shaughnessy

    “Gone in 1100 seconds — The weirdest bug I have ever met. A story of hunting bugs on the Edge of WebRTC"
    https://medium.com/confrere/gone-in-1100-seconds-hunting-bugs-on-the-edge-of-webrtc-132a186c45dd

    In conversation Saturday, 17-Mar-2018 18:10:48 EDT from toot.cafe permalink Repeated by nolan

    Attachments

    1. Invalid filename.
      Gone in 1100 seconds — The weirdest bug I have ever met
      from Medium
      A story of hunting bugs on the Edge of WebRTC.
  4. Nolan (nolan@toot.cafe)'s status on Monday, 12-Mar-2018 12:45:58 EDT Nolan Nolan

    "Reddit and the Quest to Detoxify the Internet" https://www.newyorker.com/magazine/2018/03/19/reddit-and-the-quest-to-detoxify-the-internet

    Good read. Content moderation is hard.

    In conversation Monday, 12-Mar-2018 12:45:58 EDT from toot.cafe permalink
  5. Nolan (nolan@toot.cafe)'s status on Friday, 02-Mar-2018 15:41:28 EST Nolan Nolan

    Great talk from Jake Archibald about how the browser event loop works. This stuff can be really hard to grok, but his visualizations are great. https://youtu.be/cCOL7MC4Pl0

    In conversation Friday, 02-Mar-2018 15:41:28 EST from toot.cafe permalink

    Attachments

    1. Invalid filename.
      Jake Archibald: In The Loop - JSConf.Asia 2018
      By JSConf from YouTube
  6. Nolan (nolan@toot.cafe)'s status on Friday, 02-Mar-2018 11:28:24 EST Nolan Nolan

    For Mastodon, we added an explicit user setting for "prefers reduced motion" (https://github.com/tootsuite/mastodon/pull/5393), but this is cumbersome and isn't scalable across the entire web. Nobody's going to configure NYTimes and The Guardian and every other website to do this.

    Imagine if users could just do a one-time setting in their browser, and have a reasonable expectation that websites would honor this setting. And imagine if web authors could just use a single CSS media query to support it.

    In conversation Friday, 02-Mar-2018 11:28:24 EST from toot.cafe permalink

    Attachments

    1. Invalid filename.
      Add option to reduce motion by nolanlawson · Pull Request #5393 · tootsuite/mastodon
      from GitHub
      This is a partial fix of #5355. It adds a new option to reduce motion, which is disabled by default: So far, this setting disables these animations: the favorite star spin animation the post priv...
  7. Nolan (nolan@toot.cafe)'s status on Friday, 02-Mar-2018 11:20:00 EST Nolan Nolan

    This is a good example of why WebKit is right and we need the prefers-reduced-motion CSS media feature: https://source.opennews.org/articles/motion-sick/

    Background on the standard: https://webkit.org/blog/7551/responsive-design-for-motion/. Basically it allows users to configure their browser to tell websites that they prefer reduced motion.

    In conversation Friday, 02-Mar-2018 11:20:00 EST from toot.cafe permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Responsive Design for Motion
      By James Craig from WebKit
      Responsive Design for Motion
  8. Nolan (nolan@toot.cafe)'s status on Friday, 23-Feb-2018 13:15:18 EST Nolan Nolan

    It's been neat to watch PWAs go from this weird thing the Chrome team was pushing, to a handful of "hello world" apps, to some impressive apps for emerging markets like Flipkart and Konga, to a mainstream thing that all browsers are embracing and big players like Twitter and Instagram are building for as well.

    BTW fun fact: every Mastodon instance is its own PWA. 😁

    In conversation Friday, 23-Feb-2018 13:15:18 EST from toot.cafe permalink
  9. Nolan (nolan@toot.cafe)'s status on Tuesday, 20-Feb-2018 14:00:41 EST Nolan Nolan

    One neat thing I noticed about writing e2e tests: it kind of forces you to get a11y right. If something isn't observable for your tests, it probably isn't observable to an AT.

    In conversation Tuesday, 20-Feb-2018 14:00:41 EST from toot.cafe permalink
  10. Nolan (nolan@toot.cafe)'s status on Friday, 16-Feb-2018 13:35:20 EST Nolan Nolan

    "The Tyranny of Convenience" by Tim Wu https://www.nytimes.com/2018/02/16/opinion/sunday/tyranny-convenience.html

    Centralized systems will always be more convenient to use than decentralized systems. Maybe the trick is rebranding the decentralized alternatives as a "hobby" or "lifestyle choice."

    In conversation Friday, 16-Feb-2018 13:35:20 EST from toot.cafe permalink
  11. Nolan (nolan@toot.cafe)'s status on Friday, 16-Feb-2018 12:46:29 EST Nolan Nolan

    "I've never felt less in control of my own hardware" https://kimonote.com/@mildbyte/ive-never-felt-less-in-control-of-my-own-hardware-14804/

    Reminds of something I believe Tim Wu said, about how it feels like today's computing devices are "half for us, and half against us."

    In conversation Friday, 16-Feb-2018 12:46:29 EST from toot.cafe permalink
  12. Baldur Bjarnason (baldur@toot.cafe)'s status on Friday, 16-Feb-2018 11:26:34 EST Baldur Bjarnason Baldur Bjarnason

    “Finding the Exhaust Ports | Jon Gold’s blog”
    https://jon.gold/2018/02/exhaust-ports/

    In conversation Friday, 16-Feb-2018 11:26:34 EST from toot.cafe permalink Repeated by nolan

    Attachments

    1. Invalid filename.
      Finding the Exhaust Ports
      from Jon Gold’s blog
      The internet I love is hidden behind layers of the internet that I detest. Often I doubt if the internet I love still exists at all — I…
  13. J Davis (supergoose@toot.cafe)'s status on Thursday, 15-Feb-2018 15:22:12 EST J Davis J Davis

    WFH today (I'm a software developer), and my son, who has taken an interest in "functions and variables" comes to ask what I'm currently doing. This is the exchange:

    Son: "Hey dad... whatcha doin now?"
    Me: "Well, the last thing I did... see how that has a period?"
    Son: "Yeah"
    Me: "See how that doesn't?"
    Son: "Yeah"
    Me: "Well, it shouldn't have one, so I removed it"
    Son: *pauses for a moment*...Then, thoughtfully: "And you get paid for this?"

    In conversation Thursday, 15-Feb-2018 15:22:12 EST from toot.cafe permalink Repeated by nolan
  14. Nolan (nolan@toot.cafe)'s status on Thursday, 15-Feb-2018 16:00:38 EST Nolan Nolan
    • Wolf480pl
    • GCU Prosthetic Conscience

    @Wolf480pl @gcupc This is also a thing that browsers do, yeah. Although it's less about "worst-performing JS" and more about "stuff the user is probably not interested in right this very moment," e.g. background tabs, cross-origin iframes (ads), etc.

    Every browser has different mitigations in place for this, but a good place to get a feel for what's been implemented is the "interventions" repo: https://github.com/wicg/interventions

    In conversation Thursday, 15-Feb-2018 16:00:38 EST from toot.cafe permalink

    Attachments

    1. Invalid filename.
      WICG/interventions
      from GitHub
      A place for browsers and web developers to collaborate on user agent interventions.
  15. JP Mens (jpmens@mastodon.social)'s status on Thursday, 15-Feb-2018 08:32:22 EST JP Mens JP Mens

    "immutability is the real strength of email" https://blog.fastmail.com/2018/02/14/email-is-your-electronic-memory/

    In conversation Thursday, 15-Feb-2018 08:32:22 EST from mastodon.social permalink Repeated by nolan

    Attachments

    1. Invalid filename.
      Email is your electronic memory | FastMail Blog
      from FastMail Blog
      From the CEO’s desk.
  16. ColinTheMathmo (colinthemathmo@mathstodon.xyz)'s status on Wednesday, 14-Feb-2018 18:54:55 EST ColinTheMathmo ColinTheMathmo

    Web designers need to know of this exchange between my parents:

    Father: Ah - they've updated their web site!

    Mother: Oh no.

    Father: It looks good ...

    Mother: Can you find the things we need?

    ... (long pause) ...

    Father: No ...

    In conversation Wednesday, 14-Feb-2018 18:54:55 EST from mathstodon.xyz permalink Repeated by nolan
  17. rowan (rowan@toot.cafe)'s status on Thursday, 15-Feb-2018 08:58:02 EST rowan rowan

    What the shit is the Shadow DOM anyway?
    #development

    https://blog.rowan.website/2018/02/15/what-the-shit-is-the-shadow-dom-anyway/

    In conversation Thursday, 15-Feb-2018 08:58:02 EST from toot.cafe permalink Repeated by nolan
  18. Nolan (nolan@toot.cafe)'s status on Wednesday, 14-Feb-2018 20:12:03 EST Nolan Nolan
    • GCU Prosthetic Conscience

    @gcupc lol I hate to put things so bluntly, but… yeah. Kinda this. 🙃

    And yet, the web as a platform is still amazing, and getting better all the time! Somehow this beautiful, monstrous thing keeps lurching forward.

    In conversation Wednesday, 14-Feb-2018 20:12:03 EST from toot.cafe permalink
  19. Nolan (nolan@toot.cafe)'s status on Wednesday, 14-Feb-2018 20:07:03 EST Nolan Nolan
    • 💫 Lena ✨​​

    @Vann Things have been getting a bit better. Chrome has the concept of "origin trials" now, which is a big improvement over vendor prefixes: https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/README.md

    Unfortunately a lot of the problems are low-level: subtle inconsistencies between implementations, unspecced behavior, "living specs" that update too fast, etc. Luckily that's slowly getting better too: https://www.youtube.com/watch?v=ipfPyM-Kwyk I'm cautiously optimistic. 🙂

    In conversation Wednesday, 14-Feb-2018 20:07:03 EST from toot.cafe permalink

    Attachments

    1. Invalid filename.
      BlinkOn 6 Day 1 Talk 5: Web Platform Predictability
      By BlinkOn from YouTube
  20. Eugen (gargron@mastodon.social)'s status on Wednesday, 14-Feb-2018 16:13:17 EST Eugen Eugen
    • TheKinrar

    Yo admins! In preparation for a better joinmastodon.org sign-up wizard, https://instances.social directory now lets you set a category for your instance, in the admin area.

    The categories are: art, music, books, activism, sports, games, tech, academia. It's ok to not have a category, too, like for example octodon.social is just a general purpose instance. But if yours is themed, you better categorize it.

    If you think a crucial category is missing, tag @TheKinrar

    In conversation Wednesday, 14-Feb-2018 16:13:17 EST from mastodon.social permalink Repeated by nolan
  • 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.