It's important to be aware of what challenges you might experience so you know how to face them together The post The 6 most common intimacy issues for sapphic couples and how to overcome them appeared first on .|
Whether you're looking for friendship or a partner, these tips are sure to help you connect The post Hate apps? Want to meet sapphics IRL? Here are 7 things you can try appeared first on .|
From the must-watch documentary Come See Me In The Good Light to Tommy Dorfman's directorial debut, there are a lot of upcoming releases to have on your radar The post SCREEN: Here’s what’s queer and coming out in November appeared first on .|
Find your next comfort series here! The post Watch these LGBTQIA+ shows this autumn appeared first on .|
DIVA sat down with Tessa Thompson, Nina Hoss, Imogen Poots and director Nia DaCosta to find out more The post (Exclusive) Meet the cast of Hedda: “I didn’t set out to make a queer Hedda” appeared first on .|
Threads without Locks| swtch.com
I have to confess, the first time I saw an AI platform come up with a slide deck, I was gobsmacked. It felt like I was looking into the future, and that the days of grappling with clumsy PowerPoint and Keynote formatting were finally behind us. There’s no question that artificial intelligence is everywhere right […] The post Should You Let AI Design Your Slides? appeared first on Body Talk.| Body Talk
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
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
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
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
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