This is the perfect way to turn up the heat on date nights The post So you want to use a couples vibrator in public? Here’s what you need to know appeared first on .|
Learn more about her golden teeth or friendship with Bessie Smith The post Did you know these facts about Ma Rainey? appeared first on .|
There are so many gorgeous films that are led by lesbian, sapphic and trans characters at this year's festival The post We need Iris Prize more than ever before appeared first on .|
Check out where your favourite icons are now The post Where can I see the cast of Twenties now? 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
Wallarm: DeepSeek Jailbreak and System Prompt Retrieval| www.openwall.com
A sex list is just what it sounds like – a shared list with things you’d like to try out in bed or are curious about, as well as including information about your needs and boundaries. The post Want to make a shared sex list with your partner? It’s a great way to spice up your love life appeared first on .|
It's been 11 years since the show first aired, and I still can't stop thinking about #Clexa The post The 100: Looking back on Clarke and Lexa’s love story appeared first on .|
The cast of this queer AF superhero show has some impressive acting credits The post Where have I seen the cast of Gen V before? appeared first on .|
Are you ready to flex those biceps? The post Don’t miss this “performative butch” contest happening in the UK appeared first on .|
Somewhere amid the parties, hungover lectures and late nights in the library, they’ve had their big gay awakening The post The rise of the queer fresher appeared first on .|
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
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
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