How can you build Python code with Bazel? Why would you even want to do that? This is the topic of a short talk I gave at PyCon IL this year. Below are the …| ohadravid.github.io
The pattern language does not tell you how to design anything| perl.plover.com
This is the best season for cosy dates! The post Love Autumn? Here are 7 seasonal date ideas for sapphics appeared first on .|
We take a look at some of the past and present stars waving the rainbow flag high The post Here are some of England’s LGBTQIA+ female cricket players appeared first on .|
Kein Softwarepaket ohne nicht ganz so offensichtliche Funktionen, die euch Zeit sparen. Das gilt auch für die Google Office-Suite Google Docs/Office. Wir haben für euch einige Tricks herausgesucht, die euch eine Menge Zeit sparen können! Dokumentenstatistiken anzeigen Meist könnt ihr euch beim Schreiben frei austoben, je länger ein Dokument ist,…| Jörg Schieb | Digital und KI
Courtesy of Amazon Prime Video| blog.selfshadow.com
Two recent talks (one on Buddhist themes in my work and one on bioelectricity and biomedicine) and the downloadable slides.| Forms of life, forms of mind
Abstract for my session Talkin’ Tables: This session will walk through the basics of how to construct an HTML table. More than basic structure, it will talk about support and how it is exposed to screen readers in particular. With that foundation it will walk through patterns for responsive tables,…| Adrian Roselli
Get premium slides of 50 content facts for 2025 when you subscribe to Content Science Review. Topics include consumption, operations, AI, and more.| Content Science Review
Download a 3.6MB tagged PDF of my slides or try the embedded view if your browser displays PDF inline. The text in the slides is set in Atkinson Hyperlegible. The PDF is exported from PowerPoint, after confirming reading order and alternative text. The PDF itself has had no editing. Not…| Adrian Roselli
I spoke at the 2024 Web Accessibility in Mind Conference (in partnership with PopeTech). As soon as the video is available I will embed it. This post is a stub to hold the links during my talk and will be updated sometime within a few days after my talk with…| Adrian Roselli
These slides are available for use under a CC-by-SA Creative Commons License. Contact me if you need a less restrictive license or to tell me how you’re using this content. Enjoy!| Empowered Law
I delivered this talk about chaos engineering at CIVO Navigate North America. It felt great to deliver this talk back in my hometown, at the alumni center of The University of Texas at Austin.| Nathan Peck
The slides of a presentation I held about git.| blog.dbrgn.ch
Download a 4.4MB tagged PDF of my slides or try the embedded view if your browser displays PDF inline. The text in the slides is set in Atkinson Hyperlegible. The outdoor images are generated from Midjourney. The PDF is exported from PowerPoint, after confirming reading order and alternative text and…| Adrian Roselli
I recently made a trip to LLVM in Brussels and ACCU in Bristol. It was a busy week. I gave a talk at both conferences on the topic of the future of AST Matchers-based refactoring. As usual, the ‘hallway track’ also proved useful at both conferences, leading to round-table discussions at the LLVM conference with […]| Steveire's Blog
Last week I flew to Brussels for EuroLLVM followed by Bristol for ACCU. At both conferences I presented the work I’ve been doing to make it easier for regular C++ programmers to perform ‘mechanical’ bespoke refactoring using the clang ASTMatchers tooling. Each talk was prepared specifically for the particular audience at that conference, but both […]| Steveire's Blog
I delivered a talk about writing a refactoring tool with Clang Tooling at code::dive in November. It was uploaded to YouTube today: The slides are available here and the code samples are here. This was a fun talk to deliver as I got to demo some features which had never been seen by anyone before. […]| Steveire's Blog
When creating clang-tidy checks, it is common to extract parts of AST Matcher expressions to local variables. I expanded on this in a previous blog. auto nonAwesomeFunction = functionDecl( unless(matchesName("^::awesome_")) ); Finder->addMatcher( nonAwesomeFunction.bind("addAwesomePrefix") , this); Finder->addMatcher( callExpr(callee(nonAwesomeFunction)).bind("addAwesomePrefix") , this); Use of such variables establishes an emergent extension API for re-use in the checks, or in […]| Steveire's Blog
Download a 2.6MB tagged PDF of my slides or try the embedded view if your browser displays PDF inline. I was invited Malmö, Sweden to present two talks at Øredev. Well, they asked me to do one but then suggested that hey, since I’m already there and stuff, how about…| Adrian Roselli
Download a 5.3MB tagged PDF of my slides or try the embedded view if your browser displays PDF inline. I was invited Malmö, Sweden to present two talks at Øredev. Well, they asked me to do one but then suggested that hey, since I’m already there and stuff, how about…| Adrian Roselli
I created and gave this presentation for Compute Evolved Week at the AWS New York Loft Downloads Building 12 factor app microservices.pptx (0 kb)| Nathan Peck
Last week UX2 were fortunate to be invited back to present at the Scottish UPA’s regular meeting. Having introduced our project and the work we were doing at an event last year, this was a gr…| Researching Usability