Posts about uncategorized
Categories
- Feb 23 2022
Crossed Wires: Tech and the Movement for Black Lives
I remember sitting at my dorm room desk and reading the news that Trayvon Martin’s killer George Zimmerman was a free man. Trayvon was a couple of years younger than me, he still had the chubby cheeks of childhood. I didn’t really understand the term gutted before, but at that moment I felt hollow – […]
Continue ReadingCrossed Wires: Tech and the Movement for Black Lives - May 20 2021
Happy Global Accessibility Awareness Day! Resources for Getting Started with Digital Accessibility
Each year, on the third Thursday of May, millions across the globe come together to acknowledge and celebrate Global Accessibility Awareness Day (GAAD), an initiative started by Joe Devon and Jennison Asuncion. Devon and Asuncion created the day with the intention for people to gather and “learn about and experience digital accessibility.” Back in November […]
Continue ReadingHappy Global Accessibility Awareness Day! Resources for Getting Started with Digital Accessibility - Jan 28 2021
Path Forward: Our Commitment to the Movement for Black Lives
We’ve been quiet on here since last summer. We wanted to take some time to reflect on our engagement with the Black Lives Matter movement, and to advocate for it through various channels. As we prepare for the year ahead in the midst of white supremacist uprisings, we’d like to share our commitments to honoring […]
Continue ReadingPath Forward: Our Commitment to the Movement for Black Lives - Oct 22 2019
Launching Test262 Results on MDN Web Docs
We are excited to announce support for report embedding on test262.report, along with a new MDN collaboration to bring up-to-date information about ECMAScript feature conformance to MDN Web Docs. Starting today, you can view test results from Test262 Report, updated daily and embedded directly on MDN pages for the newest ECMAScript features where interoperability and […]
Continue ReadingLaunching Test262 Results on MDN Web Docs - Sep 26 2019
Introducing a JavaScript library for exploring Scratch projects: sb-util
Introduction We’re excited to introduce sb-util, a new JavaScript library that makes it easy to query Scratch projects via .sb3 files. This npm library allows developers (or even teachers and students) to parse and introspect Scratch projects for a range of purposes, from data visualization to custom tooling. Previously, working with Scratch project files required […]
Continue ReadingIntroducing a JavaScript library for exploring Scratch projects: sb-util - Aug 19 2019
Experiments in Faster Scratch 3 Loading with Texture Atlases
One of the best parts of the Scratch community is the diversity of Scratch projects. Community members have used the Scratch programming language to create many different kinds of interactive applications, from full game engines to music sequencers. One genre is especially unique: Multiple Animator Projects, or MAPs. These Scratch projects compile animations from many […]
Continue ReadingExperiments in Faster Scratch 3 Loading with Texture Atlases - Jul 22 2019
Lessons Learned from a Year of Testing the Web Platform
The web-platform-tests project is a massive suite of tests (over one million in total) which verify that software (mostly web browsers) correctly implement web technologies. It’s as important as it is ambitious: the health of the web depends on a plurality of interoperable implementations. Although Bocoup has been contributing to the web-platform-tests, or “WPT,” for […]
Continue ReadingLessons Learned from a Year of Testing the Web Platform - Jul 16 2019
Take the MDN Developer & Designer Needs Survey
Today, MDN announced their first-ever needs assessment survey for web developers and designers. The survey takes about 20 minutes and asks a variety of questions aimed at understanding the joys, frustrations, needs and wants of everyday web-makers. Mozilla have committed to making the results of the survey public later this year, and the survey itself […]
Continue ReadingTake the MDN Developer & Designer Needs Survey - May 30 2019
Widening the Web with ECMA-402: Our work on the Internationalization Extension to JavaScript
Inconsistencies across browser implementations have caused web authors and users headaches since the dawn of time (or at least Jan 1, 1970), but nowhere has that pain been felt more acutely than in the realm of language and regional internationalization and localization. We have an inclusion gap on the web. Web authoring tools structurally exclude […]
Continue ReadingWidening the Web with ECMA-402: Our work on the Internationalization Extension to JavaScript - Apr 11 2019
Test262 Helps Advance JavaScript Proposals to Standardization
Test262 is a conformance test suite for ECMAScript, the programming language on which JavaScript is based. Containing 36,103 individual tests at the time of this writing, Test262 ensures that different implementations of the language, such as the JavaScript engines in web browsers or stand-alone runtimes like Node.js or Moddable XS, agree on the minutiae of […]
Continue ReadingTest262 Helps Advance JavaScript Proposals to Standardization