Video by The Linux Cast via YouTube

The LUG returns. If you want to join in – https://meet.thelinuxcast.org/lug
Video by The Linux Cast via YouTube

The LUG returns. If you want to join in – https://meet.thelinuxcast.org/lug
Video by OpenAI via YouTube

See how the creative production plugin for Codex helps marketing teams move from product and campaign context to visual concepts, asset variations, and editable creative.
In this demo, Codex creates a campaign mood board, refines visual directions, generates a launch asset, and hands it off for final edits.
More than 5 million people now use Codex every week, with marketers, creators, operators, designers, researchers, investors, and bankers among the fastest-growing users.
Learn more: https://openai.com/index/codex-for-every-role-tool-workflow/
Try the plugin today: https://chatgpt.com/plugins/share/a826391706e14c90816f2ceba9cc8b49
Video by H2O.ai via YouTube
![[Webinar] TabH2O #2 Webinar Recording [Webinar] TabH2O #2 Webinar Recording](https://i4.ytimg.com/vi/cQEw6cpovxw/hqdefault.jpg)
Watch this hands-on workshop featuring TabH2O, H2O.ai’s foundation model for tabular data, and see how teams can generate predictions from enterprise data faster without the complexity of traditional machine learning workflows.
In this practical session, Andreea Turcu demonstrates how TabH2O can help teams move from raw data to predictions in minutes and showcase real-world use cases across forecasting, customer analytics, fraud detection, and more.
Video by Hugging Face via YouTube

As part of the Build Small hackathon we are inviting our partners to share their knowledge on how to get the most out of their platform.
Today we are joined by Modal who will walk us through some use-case for Modal’s cloud compute as well as taking questions from the community!
—
Build Small Hackathon: https://huggingface.co/build-small-hackathon
Modal resources: https://build-small-hackathon-field-guide.hf.space/partners/modal
Modal Website: https://modal.com/
Modal GitHub: https://github.com/modal-labs
Modal X: https://x.com/modal
Video by OpenCV via YouTube

OpenCV 5 is here, available now on opencv.org, and it has a whole host of major performance improvements. A big part of those improvements it he new-and-improved Hardware Abstraction Layer (HAL). OpenCV version 5 is the fastest version ever, especially on ARM, Qualcomm, and RISC-V chips. On this episode we’ll get into the details on how OpenCV 5 makes your code run faster than ever with OpenCV team members Gursimar and Abhishek.
OpenCV is a 501(c)(3) registered non-profit in the United States. See how you can support open source CV & AI: http://opencv.org/support/
Watch along for your chance to win during our live trivia segment, and participate in the live Q&A session with questions from you in the audience.
Become a paid member of the channel to help us make more episodes https://www.youtube.com/channel/UCkrcW82Y2kbgU-U9RaYfgxw/join
Got a cool project of your own? Send it to us and you may be featured https://www.jotform.com/form/233105358823151
Thumbnail by Natalia de la Rosa natdlrs.com
Video by NetApp Instaclustr via YouTube

In Cassandra 6, cursor-based companion reduces heap allocation and garbage collection overhead during compaction, a hugely important background process.
Watch the full Features video to learn more!
Video by FOSSASIA via YouTube

Build your own self-hosted AI copilot using 100% open source models and tools. In this hands-on session, you’ll learn how to deploy a private AI assistant that can securely answer questions about business, financial, or operational data—without sending data to external AI providers.
We’ll walk through containerizing an open source LLM, connecting it to a sample dataset, and exposing it through a simple API. Attendees will see a complete end-to-end implementation and gain practical experience with self-hosted AI, Retrieval-Augmented Generation (RAG), and production-ready deployment patterns.
Perfect for developers, DevOps engineers, and AI practitioners looking to build secure, open source AI applications with full data control.
FOSSASIA Summit 2026 held in Bangkok, is Asia’s leading Open Source tech conference featuring sessions on #AI, #Cloud, #DevOps, #Open Hardware, #Security, #Web #Mobile Technologies, #Web3, and #Databases. Learn more: http://summit.fossasia.org
Session Slide: https://eventyay.com/ev/88882f3e/talk/JRJ38C6BJ8QB/
#FOSSASIA #FOSSASIASummit #opensource #FOSS
How this was made
Video by CNCF [Cloud Native Computing Foundation] via YouTube

This is what KubeCon + CloudNativeCon looks like when you take insights back to your team.
Samia Khan, AWS DevOps Engineer, shares how the conference sparked an article on gen AI workloads and a roadmap for using Argo CD and Argo Workflows in her team’s production workflows.
#KubeCon #CloudNative #CNCF
Video by Meta Open Source via YouTube

Coding agents are writing more Python than ever, but in large projects, generated code is prone to type errors. In this video, we walk through a few tips for getting your agent to use Pyrefly so that every piece of generated code gets type checked automatically.
In this video we cover two approaches:
1️⃣ Agent Skills – Set up skill files and AGENTS.md directives so your agent knows to run pyrefly check before finishing any task.
2️⃣ CLI Hooks – Configure hooks on the Stop event so type checking runs every time the agent completes a task, with no manual prompting required.
Type checking is in the sweet spot for agents: it’s fast enough to iterate on, robust enough to catch real issues, and actionable enough for an agent to fix on its own.
🔗 Links & Resources:
get started with pyrefly: pip install pyrefly
Pyrefly website: https://pyrefly.org
Blog post (full walkthrough with code examples): https://pyrefly.org/blog/pyrefly-agentic-loop/
#Pyrefly #TypeChecking #Python #CodingAgents #AI #DeveloperTools #StaticAnalysis #ClaudeCode #AgenticWorkflows