a broad concept article for open-source
POPULARITY
Categories
During the upcoming OWASP Global AppSec EU in Barcelona, Spyros Gasteratos, long-time OWASP contributor and co-founder of Smithy, to explore how automation, collaboration, and community resources are shaping the future of application security. Spyros shares the foundation of his talk at OWASP AppSec Global: building a DevSecOps program from scratch using existing community tools—blending technical guidance with a celebration of open-source achievements.Spyros emphasizes that true progress in security stems not from an ever-growing stack of tools, but from aligning the humans behind them. According to him, security failures often stem from fragmented information and misaligned incentives across teams. His solution? Bring the teams together with a shared, streamlined flow of information and automate wherever possible to reduce wasted cycles and miscommunication.At the core of Spyros' philosophy is the need to turn AppSec from a blocker into a builder. Rather than overwhelming developers with endless bug reports, or security leaders with red dashboards, programs need to reflect the actual risk appetite of the business—prioritizing issues dynamically based on impact, timing, and operational goals. He challenges the one-size-fits-all approach, advocating instead for tagging systems that defer certain risks and encode organizational priorities in automation logic.A major part of that transformation lies in Smithy, the platform he's helping build. It's designed to be “Zapier for security”—an automation engine rooted in open-source standards that allows for custom workflows without creating a tangle of fragile scripts. The idea is to let teams focus on what's unique to them, while relying on battle-tested components for the rest.Looking ahead, Spyros doesn't buy into the doom-and-gloom narrative about AI limiting developer creativity. On the contrary, he argues that AI-enabled coding frees up cognitive space for better architecture and secure design thinking. In his view, creativity doesn't die—it just shifts from syntax to strategy.This episode is more than a discussion—it's a blueprint for how teams can rally around a common goal, and how OWASP's community can be the catalyst. Tune in to hear how open-source, automation, and human alignment are redefining AppSec from the ground up.GUEST: Spyros Gasteratos | OpenCRE co-lead and Founder of smithy.security | https://www.linkedin.com/in/spyr/HOST: Sean Martin, Co-Founder at ITSPmagazine and Host of Redefining CyberSecurity Podcast | https://www.seanmartin.comSPONSORSManicode Security: https://itspm.ag/manicode-security-7q8iRESOURCESSpyros' Session: A completely pluggable DevSecOps programme, for free, using community resources (https://owasp2025globalappseceu.sched.com/event/1whCB/a-completely-pluggable-devsecops-programme-for-free-using-community-resources)Learn more and catch more stories from OWASP Global AppSec EU 2025 Conference coverage: https://www.itspmagazine.com/owasp-global-appsec-barcelona-2025-application-security-event-coverage-in-catalunya-spainCatch all of our event coverage: https://www.itspmagazine.com/technology-and-cybersecurity-conference-coverageWant to tell your Brand Story Briefing as part of our event coverage? Learn More
This week, we are revisiting a conversation between Lightspeed partner Michael Mignano and Anthropic's head of product, Mike Krieger. Mike is known for co-founding Instagram, one of the most beloved pieces of consumer technology, and now he has taken his talents to Anthropic. They discuss the challenges AI product builders face and the evolution of product innovation and draw parallels between two transformative eras: the social media revolution that gave birth to Instagram and today's AI renaissance. Episode Chapters: (00:00) Introduction(00:54) Mike Krieger's Journey to Anthropic(03:17) Building Product Strategy at Anthropic(07:43) Rapid Iteration and Safety(10:58) Differentiating AI Models and User Experience(17:57) Impact of AI on Consumer Products and Business Models(24:39) Enterprise vs. Consumer Product Strategy(29:19) AI in Personal Life Management(30:15) Open Source and Claude Integrations(33:09) AI-Assisted Product Development(37:13) Scaling Teams and Processes at Anthropic(42:17) Reflections on AI and Future ProspectsStay in touch:www.lsvp.comX: https://twitter.com/lightspeedvpLinkedIn: https://www.linkedin.com/company/lightspeed-venture-partners/Instagram: https://www.instagram.com/lightspeedventurepartners/Subscribe on your favorite podcast app: generativenow.coEmail: generativenow@lsvp.comThe content here does not constitute tax, legal, business or investment advice or an offer to provide such advice, should not be construed as advocating the purchase or sale of any security or investment or a recommendation of any company, and is not an offer, or solicitation of an offer, for the purchase or sale of any security or investment product. For more details please see lsvp.com/legal.
Maddy Montaquila (formerly Leger) is a Senior Product Manager at Microsoft and the product lead for Aspire. She's been building dev tools at Microsoft since 2018, working across the .NET mobile stack and helping bring .NET MAUI to life. Maddy has been obsessed with making developers' lives easier ever since her first dev tools internship, where she realized it perfectly combined her tech background with her passion for product development.These days, she's focused on making modern distributed app development suck a whole lot less. Maddy's an experienced speaker who's presented everywhere from local user groups to major keynotes, known for bringing great energy and a genuine love for dev tools to every talk.You can find Maddy on the following sites:BlueskyLinkedInXGitHubPLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin
Topics covered in this episode: git-flight-rules Uravelling t-strings neohtop Introducing Pyrefly: A new type checker and IDE experience for Python Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Michael #1: git-flight-rules What are "flight rules"? A guide for astronauts (now, programmers using Git) about what to do when things go wrong. Flight Rules are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures. [...] NASA has been capturing our missteps, disasters and solutions since the early 1960s, when Mercury-era ground teams first started gathering "lessons learned" into a compendium that now lists thousands of problematic situations, from engine failure to busted hatch handles to computer glitches, and their solutions. Steps for common operations and actions I want to start a local repository What did I just commit? I want to discard specific unstaged changes Restore a deleted file Brian #2: Uravelling t-strings Brett Cannon Article walks through Evaluating the Python expression Applying specified conversions Applying format specs Using an Interpolation class to hold details of replacement fields Using Template class to hold parsed data Plus, you don't have to have Python 3.14.0b1 to try this out. The end result is very close to an example used in PEP 750, which you do need 3.14.0b1 to try out. See also: I've written a pytest version, Unravelling t-strings with pytest, if you want to run all the examples with one file. Michael #3: neohtop Blazing-fast system monitoring for your desktop Features Real-time process monitoring CPU and Memory usage tracking Beautiful, modern UI with dark/light themes Advanced process search and filtering Pin important processes Process management (kill processes) Sort by any column Auto-refresh system stats Brian #4: Introducing Pyrefly: A new type checker and IDE experience for Python From Facebook / Meta Another Python type checker written in Rust Built with IDE integration in mind from the beginning Principles Performance IDE first Inference (inferring types in untyped code) Open source I mistakenly tried this on the project I support with the most horrible abuses of the dynamic nature of Python, pytest-check. It didn't go well. But perhaps the project is ready for some refactoring. I'd like to try it soon on a more well behaved project. Extras Brian: Python: The Documentary Official Trailer Tim Hopper added Setting up testing with ptyest and uv to his “Python Developer Tooling Handbook” For a more thorough intro on pytest, check out courses.pythontest.com pocket is closing, I'm switching to Raindrop I got one question about code formatting. It's not highlighted, but otherwise not bad. Michael: New course! Polars for Power Users: Transform Your Data Analysis Game Apache Airflow 3.0 Released Paste 5 Joke: Theodore Roosevelt's Man in the Arena, but for programming
Epicenter - Learn about Blockchain, Ethereum, Bitcoin and Distributed Technologies
We couldn't miss the Avalanche Summit where we sat down with Emin Gün Sirer, co-founder & CEO of Ava Labs, to discuss the evolution of Avalanche's ecosystem and how HyperSDK ushers in a scalable, interoperable, multi-chain future. Join us for a fascinating discussion on Avalanche's approach to decentralisation, scalability & interoperability, and learn why real-world applicability relies heavily on bespoke blockchain solutions.Topics covered in this episode:Gün x Epicenter bromanceHow the Avalanche ecosystem & community evolvedThe future vision for AvalancheScaling Avalanche and the HyperSDKInteroperability and the multi-chain futureDecentralising Avalanche L1sUse cases and institutional adoptionOn-chain privacyAvaCloudThe impact of AI in cryptoGün's focus in the near futureEpisode links:Emin Gun Sirer on XAvalanche on XAva Labs on XSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get started today at - gnosis.ioChorus One: one of the largest node operators worldwide, trusted by 175,000+ accounts across more than 60 networks, Chorus One combines institutional-grade security with the highest yields at - chorus.oneThis episode is hosted by Brian Fabian Crain.
Our 210th episode with a summary and discussion of last week's big AI news! Recorded on 05/23/2025 Hosted by Andrey Kurenkov and Jeremie Harris. Feel free to email us your questions and feedback at contact@lastweekinai.com and/or hello@gladstone.ai Read out our text newsletter and comment on the podcast at https://lastweekin.ai/. Join our Discord here! https://discord.gg/nTyezGSKwP In this episode: Google's Gemini diffusion technology showcases significant improvements in speed and efficiency for generating text, potentially revolutionizing the auto-regressive generation paradigm. Anthropic activates AI Safety Level 3 protections for Claude Opus 4, implementing robust measures such as bug bounties, synthetic jailbreak data, and preliminary egress bandwidth controls to mitigate bio-risk threats. OpenAI responds to the California Attorney General, refuting claims by the not-for-private-gain coalition and defending their controversial restructuring plans amidst ongoing criticism. Mistral delays the release of its Llama 4 Behemoth model due to training challenges, while Meta faces similar obstacles in rolling out its large-scale AI models, signaling difficulties in reaching frontier level performance. Timestamps + Links: (00:00:00) Intro / Banter (00:01:43) News Preview Tools & Apps (00:02:58) Anthropic's new Claude 4 AI models can reason over many steps (00:09:58) Google Unveils A.I. Chatbot, Signaling a New Era for Search (00:14:04) Google rolls out Project Mariner, its web-browsing AI agent (00:16:40) Veo 3 can generate videos — and soundtracks to go along with them (00:21:26) Imagen 4 is Google's newest AI image generator (00:23:15) Google Meet is getting real-time speech translation (00:25:36) Google's new Jules AI agent will help developers fix buggy code (00:26:43) GitHub's new AI coding agent can fix bugs for you (00:28:50) Mistral's new Devstral model was designed for coding Applications & Business (00:29:53) OpenAI Unites With Jony Ive in $6.5 Billion Deal to Create A.I. Devices (00:36:10) OpenAI's planned data center in Abu Dhabi would be bigger than Monaco (00:41:18) LM Arena, the organization behind popular AI leaderboards, lands $100M (00:45:21) Nvidia CEO says next chip after H20 for China won't be from Hopper series (00:46:39) Google's Gemini AI app has 400M monthly active users (00:51:15) AI Servers: End demand intact, but rising gap between upstream build and system production (2025.5.18) Projects & Open Source (00:53:46) Meta Is Delaying the Rollout of Its Flagship AI Model Research & Advancements (00:57:53) Gemini Diffusion (01:03:07) Chain-of-Model Learning for Language Model (01:09:16) Seek in the Dark: Reasoning via Test-Time Instance-Level Policy Gradient in Latent Space (01:15:38) Two Experts Are All You Need for Steering Thinking: Reinforcing Cognitive Effort in MoE Reasoning Models Without Additional Training (01:20:16) Lessons from Defending Gemini Against Indirect Prompt Injections (01:23:35) How Fast Can Algorithms Advance Capabilities? (01:30:20) Reinforcement Learning Finetunes Small Subnetworks in Large Language Models Policy & Safety (01:31:12) Exclusive: What OpenAI Told California's Attorney General (01:38:25) Activating AI Safety Level 3 Protections
Fresh off Red Hat Summit, Chris is eyeing an exit from NixOS. What's luring him back to the mainstream? Our highlights, and the signal from the noise from open source's biggest event of the year.Sponsored By:Tailscale: Tailscale is a programmable networking software that is private and secure by default - get it free on up to 100 devices! 1Password Extended Access Management: 1Password Extended Access Management is a device trust solution for companies with Okta, and they ensure that if a device isn't trusted and secure, it can't log into your cloud apps. Support LINUX UnpluggedLinks:
The Wayland-only future is screaming toward us, Mozilla pulls the plug on Pocket, and Steam OS releases Go Country. Microsoft Open Sources WSL; Edit; and more, Gnome needs help with documentation, and Ubuntu goes Chrony. For tips we have zrun for making your own zstd enabled program, more pw-cli howto, y-cruncher for setting number-crunching records, and lsmem and chmem just in case your system has hot-swappable ram. You can see the show notes at https://bit.ly/3H8Ax5P and have fun! Host: Jonathan Bennett Co-Hosts: Rob Campbell, Jeff Massie, and Ken McDonald Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
At KubeCon EU 2025 in London, Nirmal and I discussed the important (and not-so-important) things you might have missed. There's also a video version of this show on YouTube.Creators & Guests Cristi Cotovan - Editor Beth Fisher - Producer Bret Fisher - Host Nirmal Mehta - Host (00:00) - DDT Audio Podcast Edited (00:04) - Intro (01:24) - KubeCon 2025 EU Overview (03:24) - Platform Engineering and AI Trends (07:03) - AI and Machine Learning in Kubernetes (15:38) - Project Pavilions at KubeCon (17:05) - FinOps and Cost Optimization (20:39) - HAProxy and AI Gateways (24:00) - Proxy Intelligence and Network Layer Optimization (26:52) - Developer Experience and Organizational Challenges (29:23) - Platform Engineering and Cognitive Load (35:54) - End of Life for CNCF Projects You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
For episode 522, Brandon Zemp is joined by Jinx, Head of Operations at Pocket Network. Pocket Network's mission is to provide the world with unstoppable open-source infrastructure. They aim to empower developers with access to reliable, performant, and cost-effective data access. Their vision is a future where the world's most important digital infrastructure is owned and governed by its users. ⏳ Timestamps: 0:00 | Introduction1:20 | Who is Jinx?3:50 | What is Pocket Network?5:33 | Shannon Upgrade8:06 | What are Gateways?11:25 | $POKT Token13:31 | Ripple XRPL EVM Use-case16:07 | Future of Open Data19:05 | Disrupting centralized data21:32 | Will AI dominate data consumption?24:23 | Pocket Network Roadmap
KeywordsBitcoin, mining, payment mechanisms, FPPS, PPLNS, Tides, decentralization, mining pools, hash rate, eCashSummaryThis conversation delves into the complexities of Bitcoin mining, focusing on the various payment mechanisms and their implications for decentralization. The panel discusses innovations in mining pool architecture, contrasting traditional payout methods like FPPS and PPLNS with newer models such as Tides. The discussion highlights the centralization risks associated with current mining practices and emphasizes the need for open-source solutions to foster a more decentralized mining ecosystem.TakeawaysThe conversation highlights the importance of understanding how hash rates convert into Bitcoin.Innovative payment methods can significantly influence mining decisions.Ocean's approach to mining pools aims to reduce centralization risks.Tides represents a new, improved implementation of PPLNS.The panelists advocate for open-source mining pool architectures.Centralization in mining pools can lead to systemic risks for Bitcoin.Diversity in mining pool options can lead to evolutionary advancements.The future of mining may involve smaller, decentralized operations.Payout mechanisms directly impact miner behavior and pool dynamics.The need for more economical payout methods is crucial for the sustainability of mining.Chapters00:00 Introduction to Bitcoin Mining and Payout Mechanisms01:42 Innovations in Mining Pool Technologies04:53 Understanding Payout Mechanisms: FPPS vs. Tides08:05 Exploring HashPool and Accountless Mining10:57 The Future of Mining Pools and Decentralization13:44 Centralization Risks in Bitcoin Mining17:02 The Role of Open Source in Mining Technologies19:58 Economic Factors Influencing Mining Centralization22:46 Conclusion and Future Directions
In this episode, we dissect industry-shaping stories, debating CoreWeave's $35 billion IPO, AWS Transform: AI for legacy app modernisation, and the exciting intersection of quantum computing and AI and how much Nvidia is investing in the Market - are they becoming the new Microsoft, Apple or Google?Whether you're deep in tech, cloud services, AI innovation, or market dynamics, this episode delivers sharp analysis, insightful predictions, and essential context to stay ahead in a rapidly evolving technological landscape.Hosts:https://www.linkedin.com/in/jonathanshanks/https://www.linkedin.com/in/lewismarshall/
I use Zip Bombs to Protect my Server, Owning the Stack: Infrastructure Independence with FreeBSD and ZFS, Optimisation of parallel TCP input, Chosing between "it works for now" and "it works in the long term", Losing one of my evenings after an OpenBSD upgrade, What drive did I just remove from the system?, and more NOTES This episode of BSDNow is brought to you by Tarsnap (https://www.tarsnap.com/bsdnow) and the BSDNow Patreon (https://www.patreon.com/bsdnow) Headlines I use Zip Bombs to Protect my Server (https://idiallo.com/blog/zipbomb-protection) Owning the Stack: Infrastructure Independence with FreeBSD and ZFS (https://klarasystems.com/articles/owning-the-stack-infrastructure-independence-with-freebsd-zfs/?utm_source=BSD%20Now&utm_medium=Podcast) News Roundup Optimisation of parallel TCP input (https://www.undeadly.org/cgi?action=article;sid=20250508122430) Chosing between "it works for now" and "it works in the long term" (https://utcc.utoronto.ca/~cks/space/blog/sysadmin/WorksNowVsWorksGenerally) Losing one of my evenings after an OpenBSD upgrade (https://www.ncartron.org/losing-one-of-my-evenings-after-an-openbsd-upgrade.html) What drive did I just remove from the system? (https://dan.langille.org/2025/04/21/what-drive-did-i-just-remove-from-the-system/) Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Benjamin - Street PCs (https://github.com/BSDNow/bsdnow.tv/blob/master/episodes/613/feedback/Benjamin%20-%20street%20pcs.md) Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv (mailto:feedback@bsdnow.tv) Join us and other BSD Fans in our BSD Now Telegram channel (https://t.me/bsdnow)
Can Generative AI Be Secured? Amazon's Chief Security Officer Weighs In In this episode of Eye on AI, Amazon's Chief Security Officer Stephen Schmidt pulls back the curtain on how Amazon is using AI-powered cybersecurity to defend against real-world threats. From global honeypots to intelligent alarm systems and secure AI agent networks, Steve shares never-before-heard details on how Amazon is protecting both its infrastructure and your data in the age of generative AI. We dive deep into: Amazon's MadPot honeypot network and how it tracks adversaries in 90 seconds The role of AI in threat detection, alarm triage, and code validation Why open-source vs. closed-source models are a real security debate The critical need for data privacy, secure LLM usage, and agent oversight Amazon's $5M+ Nova Trusted AI Challenge to battle adversarial code generation Whether you're building AI tools, deploying models at scale, or just want to understand how the future of cybersecurity is evolving—this episode is a must-listen. Don't forget to like, subscribe, and turn on notifications to stay updated on the latest in AI, security, and innovation. Stay Updated: Craig Smith on X:https://x.com/craigss Eye on A.I. on X: https://x.com/EyeOn_AI (00:00) Preview (00:52) Stephen Schmidt's Role and Background at Amazon (02:11) Inside Amazon's Global Honeypot Network (MadPot) (05:26) How Amazon Shares Threat Intel Through GuardDuty (08:06) Are Cybercriminals Using AI? (10:28) Open Source vs Closed Source AI Security Debate (13:09) What Is Amazon GuardDuty (17:44) How Amazon Protects Customer Data at Scale (20:18) Can Autonomous AI Agents Handle Security? (25:14) How Amazon Empowers SMBs with Agent-Driven Security (26:18) What Tools Power Amazon's Security Agents? (29:25) AI Security Basics (35:34) Securing AI-Generated Code (37:26) Are Models Learning from Our Queries? (39:44) Risks of Agent-to-Agent Data Sharing (42:08) Inside the $5M Nova Trusted AI Security Challenge (47:01) Supply Chain Attacks and State Actor Tactics (51:32) How Many True Adversaries Are Out There? (53:04) What Everyone Needs to Know About AI Security
Mats Persson discusses how open-source content management can drive digital transformation—and what it takes to create modern web experiences that scale. Mats is CEO of Umbraco, a website builder and CMS for businesses and developers, built on Microsoft's .NET platform and used by over 250,000 people around the world. Prior to Umbraco Mats held leadership roles at PwC, IBM and Adform, among others. Host, Kevin Craine Want to be a guest? https://DigitalTransformationPodcast.net/guest Do you want to be a sponsor? https://www.digitaltransformationpodcast.net/sponsor
video: https://youtu.be/23-FYQvEqZQ In this episode, we discuss community feedback about the challenges of anti-cheat systems regarding privacy and security. Then we talk about Anduin OS and Linux distros that look a lot like Windows. Plus, the implications of Redis' licensing shift back to open source. Jill updates us on the Open Source Lab's successful funding campaign, and we share a lively discussion about "Floorp," a Firefox-based browser focused on customization and tracking protection. Forum Discussion Thread (https://destinationlinux.net/forum) Download as MP3 (https://aphid.fireside.fm/d/1437767933/32f28071-0b08-4ea1-afcc-37af75bd83d6/edb63036-e701-4eff-b9b7-32878acf4c67.mp3) Support the show by becoming a patron at tuxdigital.com/membership (https://tuxdigital.com/membership) or get some swag at tuxdigital.com/store (https://tuxdigital.com/store) Hosted by: Ryan (DasGeek) = dasgeek.net (https://dasgeek.net) Jill Bryant = jilllinuxgirl.com (https://jilllinuxgirl.com) Michael Tunnell = michaeltunnell.com (https://michaeltunnell.com) Chapters: 00:00:00 Intro 00:01:27 Community Feedback: Rootkits, Anti-Cheat, and Apple's Open Source Claims 00:07:20 When Anti-Cheat Starts Looking Like Malware 00:17:54 Sandfly Security 00:20:18 Preview: Red Hat Summit Coverage Plans 00:23:21 Distro Talk: Anduin OS, a Windows 11 Lookalike 00:28:24 Microsoft's Next Move? Nobody Knows, Not Even Microsoft 00:29:47 Imitating Windows 11: Helpful Onboarding or User Trap? 00:34:02 Please Add Clippy 00:35:23 Big Profits, Bigger Cuts: Microsoft's 3% Workforce Reduction 00:40:11 Final Thoughts on Anduin OS 00:41:24 Open Source Lab Reaches Funding Goal – What's Next 00:47:26 Redis Flips Back to Open Source – Too Little, Too Late? 00:54:43 Software Spotlight: Floorp – A Firefox-Based Browser 00:56:59 Judging Browsers by Their Websites—Because We Can 00:58:11 Sea Monkey Website Roast & Browser Tangents 00:58:44 Fun Fact: Floorp Powers Garuda's FireDragon Browser 00:59:04 SeaMonkey Browser: Stuck in Time, Just Like Its Website 00:59:46 Dial-Up Vibes Only: Exploring Netscape's Classic ISP Site 01:01:01 SeaMonkey Nostalgia: Childhood Pets That Didn't Do Much 01:02:05 Making Friends & Sea Monkey Sponsorship Pitch 01:03:13 SeaMonkey Browser: Channeling That Pet Shrimp Energy 01:04:17 Join the TuxDigital Discord—Your Next Linux Friend Awaits! 01:05:51 Membership Perks & Upcoming Merch Tease 01:07:13 Ryan's SeaMonkey Obsession—And He Doesn't Even Know What They Are 01:08:23 Outro 01:10:09 Post Show Links: https://www.anduinos.com/ (https://www.anduinos.com/) https://news.anduinos.com/post/2025/5/6/story-behind-anduinos-a-letter-from-anduin (https://news.anduinos.com/post/2025/5/6/story-behind-anduinos-a-letter-from-anduin) https://osuosl.org/blog/osl-future-update/ (https://osuosl.org/blog/osl-future-update/) https://osuosl.org/donate/ (https://osuosl.org/donate/) https://www.zdnet.com/article/redis-returns-to-open-source-with-agplv3-license-but-not-everyone-is-happy/ (https://www.zdnet.com/article/redis-returns-to-open-source-with-agplv3-license-but-not-everyone-is-happy/) https://floorp.app/en-US (https://floorp.app/en-US) https://www.seamonkey-project.org/ (https://www.seamonkey-project.org/) https://sea-monkeys.com/ (https://sea-monkeys.com/)
KeywordsBitcoin, open source, decentralization, mining, APIs, UTX Oracle, firmware, Bitcoin price, self-sovereignty, hardwareSummaryThis conversation delves into the significance of open source in Bitcoin mining, emphasizing its role in decentralization and innovation. The speakers discuss various open source projects aimed at improving mining efficiency, the challenges posed by current mining firmware, and the potential of the UTX Oracle in providing a crowdsourced Bitcoin price. They also explore the future of open source in Bitcoin mining hardware, highlighting the need for greater control and transparency in the mining process.TakeawaysBitcoin is a combination of many innovative ideas.Open source is crucial for the decentralization of Bitcoin.Bitcoin mining must also be open source to remain decentralized.PyASIC simplifies monitoring for Bitcoin miners.The UTX Oracle offers a more reliable Bitcoin price.Current mining firmware is poorly designed and limits control.Greater control over mining operations can enhance profitability.Crowdsourcing Bitcoin price through UTX Oracle is revolutionary.Self-sovereignty in Bitcoin mining is essential.Open source hardware faces significant challenges but is possible.Chapters00:00 Decentralizing Bitcoin Mining: An Introduction01:50 The Importance of Open Source in Bitcoin04:55 Innovative Tools for Bitcoin Miners08:06 Challenges with Current Mining Firmware10:52 Curtailment and Control in Mining Operations13:49 The Role of UTX Oracle in Bitcoin Pricing16:44 Crowdsourcing Bitcoin Price Data20:06 The Future of Open Source Hardware in Bitcoin Mining22:56 Community Engagement and Open Source Contributions
Highlights from this week's conversation include:Background of ClickHouse (1:14)PostgreSQL Data Replication Tool (3:19)Emerging Technologies Observations (7:25)Observability and Market Dynamics (11:26)Product Development Challenges (12:39)Challenges with PostgreSQL Performance (15:30)Philosophy of Open Source (18:01)Open Source Advantages (22:56)Simplified Stack Vision (24:48)End-to-End Use Cases (28:13)Migration Strategies (30:21)Final Thoughts and Takeaways (33:29)The Data Stack Show is a weekly podcast powered by RudderStack, the CDP for developers. Each week we'll talk to data engineers, analysts, and data scientists about their experience around building and maintaining data infrastructure, delivering data and data products, and driving better outcomes across their businesses with data.RudderStack helps businesses make the most out of their customer data while ensuring data privacy and security. To learn more about RudderStack visit rudderstack.com.
Discover how Rackspace Spot is democratizing cloud infrastructure with an open-market, transparent option for cloud servers. Kevin Carter, Product Director at Rackspace Technology, discusses Rackspace Spot's hypothesis and the impact of an open marketplace for cloud resources. Discover how this novel approach is transforming the industry. TIMESTAMPS[00:00:00] – Introduction & Kevin Carter's Background[00:02:00] – Journey to Rackspace and Open Source[00:04:00] – Engineering Culture and Pushing Boundaries[00:06:00] – Rackspace Spot and Market-Based Compute[00:08:00] – Cognitive vs. Technical Barriers in Cloud Adoption[00:10:00] – Tying Spot to OpenStack and Resource Scheduling[00:12:00] – Product Roadmap and Expansion of Spot[00:16:00] – Hardware Constraints and Power Consumption[00:18:00] – Scrappy Startups and Emerging Hardware Solutions[00:20:00] – Programming Languages for Accelerators (e.g., Mojo)[00:22:00] – Evolving Role of Software Engineers[00:24:00] – Importance of Collaboration and Communication[00:28:00] – Building Personal Networks Through Open Source[00:30:00] – The Power of Asking and Offering Help[00:34:00] – A Question No One Asks: Mentors[00:38:00] – The Power of Educators and Mentorship[00:40:00] – Rackspace's OpenStack and Spot Ecosystem Strategy[00:42:00] – Open Source Communities to Join[00:44:00] – Simplifying Complex Systems[00:46:00] – Getting Started with Rackspace Spot and GitHub[00:48:00] – Human Skills in the Age of GenAI - Post Interview Conversation[00:54:00] – Processing Feedback with Emotional Intelligence[00:56:00] – Encouraging Inclusive and Clear Collaboration QUOTESCHARNA PARKEY“If you can't engage with this infrastructure in a way that's going to help you, then I guarantee you it's not up to par for the direction that we're going. [...] This democratization — if you don't know how to use it — it's not doing its job.”KEVIN CARTER“Those scrappy startups are going to be the ones that solve it. They're going to figure out new and interesting ways to leverage instructions. [...] You're going to see a push from them into the hardware manufacturers to enhance workloads on FPGAs, leveraging AVX 512 instruction sets that are historically on CPU silicon, not on a GPU.”
We are happy to have Kayra Otaner as a special guest on the Absolute AppSec podcast. Kayra (kayraotaner on LinkedIn and X/twitter), the current Director of DevSecOps at Roche, brings over 15 years of cybersecurity leadership experience from New York and Wall Street. He's led DevSecOps and DevOps teams across a variety of organizations, including ADP, Voice, and adMarketplace, and has served as a trusted CTO advisor for Trendyol. His background also includes cybersecurity consulting for the Turkish Navy, where he helped develop a defense solution that was later deployed in NATO's Locked Shields cyber defense war games in Tallinn. Kayra is a frequent speaker at international DevSecOps conferences and serves on the Business and Computer Science Advisory Board at Middlesex County College in New Jersey. During this episode of the podcast Kayra discusses his journey into information security and spurs on his recent thoughts on authenticating open source developers through models similar to TSA PreCheck.
Aravind is Director of Developer GTM at CodeRabbit, a lifelong learner and passionate technologist who transforms complex challenges into clear, engaging narratives.As a mentor, speaker, and open-source advocate, he champions community-driven innovation and hands-on experimentation.You can find Aravind on the following sites:WebsiteXLinkedInGitHubBlueskyYouTubeHere are some links provided by Aravind:CodeRabbitCodeRabbit GitHubPLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin
O novo episódio do Podcast Canaltech traz uma conversa reveladora sobre a ascensão da DeepSeek, a startup chinesa que está chamando a atenção do mundo da tecnologia com seu modelo de Inteligência Artificial open-source e de baixo custo. Para analisar esse cenário e seus impactos no Brasil, recebemos Thelma Valverde, CEO da eMiolo, startup focada em desenvolver soluções inteligentes e customizadas para grandes corporações.Thelma comenta como a DeepSeek conseguiu desenvolver uma IA por apenas US$ 6 milhões, enquanto gigantes como OpenAI e Meta investem mais de US$ 500 milhões, e o que isso representa para o mercado global. Entre os temas discutidos estão: O avanço da China na corrida da Inteligência Artificial Oportunidades e riscos das IAs open-source para empresas brasileiras Privacidade, segurança e soberania digital em tempos de transformação acelerada Como o Brasil pode (ou não) se posicionar nesse novo ecossistema tecnológico Este podcast foi roteirizado e apresentado por Fernanda Santos e contou com reportagens de Lucas Parente, Vinicius Moschen, Emanuele Almeida e Paulinha Alves. A trilha sonora é de Guilherme Zomer, a edição de Jully Cruz e a arte da capa é de Erick Teixeira.See omnystudio.com/listener for privacy information.
Jim Grisanzio from Java Developer Relations talks with Ivar Grimstad, who is a Java Champion, a JCP Executive Committee Member, and a Jakarta EE Developer Advocate. Ivar is based in Sweden but travels to over 40 events a year talking about Java and Open Source with thousands of developers. He feels passionately about contributing to Java projects as the best way for young developers to learn Java and connect with the community, especially at Java conferences. Ivar has been working with Java professionally since 2000, but he's been solving problems with code since he was a little kid around 12 or 13 years old. "Java has been my go-to language for everything!" he says. "It's been here for 30 years and it'll probably be around for 30 more!" Ivar Grimstad https://x.com/ivar_grimstad https://bsky.app/profile/theguywiththeduketattoo.com https://www.linkedin.com/in/ivargrimstad/ Duke's Corner https://dukescorner.libsyn.com https://bsky.app/profile/dukescorner.bsky.social Jim Grisanzio https://x.com/jimgris https://www.linkedin.com/in/jimgris/ https://jimgrisanzio.wordpress.com/
Microsoft finally opens the source of WSL, Paolo Scanferla describes an inherent trade-off in TypeScript's type system, Alberto Fortin is taking a step back from heavy LLM use while coding, a pseudonymous hacker spent two weeks coding from their Android phone, and NLWeb might become the HTML of the open agentic web.
Topics covered in this episode: pre-commit: install with uv PEP 773: A Python Installation Manager for Windows (Accepted) Changes for Textual The Best Programmers I Know Extras Joke Watch on YouTube About the show Sponsored by NordLayer: pythonbytes.fm/nordlayer Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Brian #1: pre-commit: install with uv Adam Johnson uv tool works great at keeping tools you use on lots of projects up to date quickly, why not use it for pre-commit. The extension of pre-commit-uv will use uv to create virtual environments and install packages fore pre-commit. This speeds up initial pre-commit cache creation. However, Adam is recommending this flavor of using pre-commit because it's just plain easier to install pre-commit and dependencies than the official pre-commit install guide. Win-win. Side note: No Adam, I'm not going to pronounce uv “uhv”, I'll stick with “you vee”, even Astral tells me I'm wrong Michael #2: PEP 773: A Python Installation Manager for Windows (Accepted) via pycoders newsletter One manager to rule them all – PyManager. PEP 773 replaces all existing Windows installers (.exe “traditional” bundle, per-version Windows Store apps, and the separate py.exe launcher) with a single MSIX app called Python Install Manager (nick-named PyManager). PyManager should be mainstream by CPython 3.15, and the traditional installer disappears no earlier than 3.16 (≈ mid-2027). Simple, predictable commands. python → launches “the best” runtime already present or auto-installs the latest CPython if none is found. py → same launcher as today plus management sub-commands: py install, py uninstall, py list, py exec, py help. Optional python3 and python3.x aliases can be enabled by adding one extra PATH entry. Michael #3: Changes for Textual Bittersweet news: the business experiment ends, but the code lives on. Textual began as a hobby project layered on top of Rich, but it has grown into a mature, “makes-the-terminal-do-the-impossible” TUI framework with an active community and standout documentation. Despite Textual's technical success, the team couldn't pinpoint a single pain-point big enough to sustain a business model, so the company will wind down in the coming weeks. The projects themselves aren't going anywhere: they're stable, battle-tested, and will continue under the stewardship of the original author and the broader community. Brian #4: The Best Programmers I Know Matthias Endler “I have met a lot of developers in my life. Lately, I asked myself: “What does it take to be one of the best? What do they all have in common?”” The list Read the reference Know your tools really well Read the error message Break down problems Don't be afraid to get your hands dirty Always help others Write Never stop learning Status doesn't matter Build a reputation Have patience Never blame the computer Don't be afraid to say “I don't know” Don't guess Keep it simple Each topic has a short discussion. So don't just ready the bullet points, check out the article. Extras Brian: I had a great time in Munich last week. I a talk at a company event, met with tons of people, and had a great time. The best part was connecting with people from different divisions working on similar problems. I love the idea of internal conferences to get people to self organize by topic and meet people they wouldn't otherwise, to share ideas. Also got started working on a second book on the plane trip back. Michael: Talk Python Clips (e.g. mullet) Embrace your cloud firewall (example). Python 3.14.0 beta 1 is here Congrats to the new PSF Fellows. Cancelled faster CPython https://bsky.app/profile/snarky.ca/post/3lp5w5j5tws2i Joke: How To Fix Your Computer
Our 209th episode with a summary and discussion of last week's big AI news! Recorded on 05/16/2025 Hosted by Andrey Kurenkov and Jeremie Harris. Feel free to email us your questions and feedback at contact@lastweekinai.com and/or hello@gladstone.ai Read out our text newsletter and comment on the podcast at https://lastweekin.ai/. Join our Discord here! https://discord.gg/nTyezGSKwP In this episode: OpenAI has decided not to transition from a nonprofit to a for-profit entity, instead opting to become a public benefit corporation influenced by legal and civic discussions. Trump administration meetings with Saudi Arabia and the UAE have opened floodgates for AI deals, leading to partnerships with companies like Nvidia and aiming to bolster AI infrastructure in the Middle East. DeepMind introduced Alpha Evolve, a new coding agent designed for scientific and algorithmic discovery, showing improvements in automated code generation and efficiency. OpenAI pledges greater transparency in AI safety by launching the Safety Evaluations Hub, a platform showcasing various safety test results for their models. Timestamps + Links: (00:00:00) Intro / Banter (00:01:41) News Preview (00:02:26) Response to listener comments Applications & Business (00:03:00) OpenAI says non-profit will remain in control after backlash (00:13:23) Microsoft Moves to Protect Its Turf as OpenAI Turns Into Rival (00:18:07) TSMC's 2nm Process Said to Witness ‘Unprecedented' Demand, Exceeding 3nm Due to Interest from Apple, NVIDIA, AMD, & Many Others (00:21:42) NVIDIA's Global Headquarters Will Be In Taiwan, With CEO Huang Set To Announce Site Next Week, Says Report (00:23:58) CoreWeave in Talks for $1.5 Billion Debt Deal 6 Weeks After IPO Tools & Apps (00:26:39) The Day Grok Told Everyone About ‘White Genocide' (00:32:58) Figma releases new AI-powered tools for creating sites, app prototypes, and marketing assets (00:36:12) Google's bringing Gemini to your car with Android Auto (00:38:49) Google debuts an updated Gemini 2.5 Pro AI model ahead of I/O (00:45:09) Hugging Face releases a free Operator-like agentic AI tool Projects & Open Source (00:47:42) Stability AI releases an audio-generating model that can run on smartphones (00:50:47) Freepik releases an ‘open' AI image generator trained on licensed data (00:54:22) AM-Thinking-v1: Advancing the Frontier of Reasoning at 32B Scale (01:01:29) BLIP3-o: A Family of Fully Open Unified Multimodal Models-Architecture, Training and Dataset Research & Advancements (01:05:40) DeepMind claims its newest AI tool is a whiz at math and science problems (01:12:31) Absolute Zero: Reinforced Self-play Reasoning with Zero Data (01:19:44) How far can reasoning models scale? (01:26:47) HealthBench: Evaluating Large Language Models Towards Improved Human Health Policy & Safety (01:34:10) Trump administration officially rescinds Biden's AI diffusion rules (01:37:08) Trump's Mideast Visit Opens Floodgate of AI Deals Led by Nvidia (01:44:04) Scaling Laws For Scalable Oversight (01:49:43) OpenAI pledges to publish AI safety test results more often
I recently had a chat with Kairo about a project he maintains called Repository Service for TUF (RSTUF). We explain why TUF is tough (har har har), what RSTUF can do, and some of the challenges around securing repositories. The show notes and blog post for this episode can be found at https://opensourcesecurity.io/2025/2025-05-rstuf-with-kairo-de-araujo/
Microsoft finally opens the source of WSL, Paolo Scanferla describes an inherent trade-off in TypeScript's type system, Alberto Fortin is taking a step back from heavy LLM use while coding, a pseudonymous hacker spent two weeks coding from their Android phone, and NLWeb might become the HTML of the open agentic web.
Canonical is giving back through thanks.dev, AMD is Hiring for Ryzen Linux work, and Rust celebrates 10 years! Then There's the End of Ten project, a Flatpak update, and AMD really hitting it out of the park with Laptop processors. Elementary OS shines, KDE does better HDR, and Live Upgrade Orchestrator is posed to be a whole new way to update your kernel. For tips we have vipe for editing piped data, pw-cli for managing remote clients, taskset for managing which CPU core a process runs on, and a quick primer on capabilities for using priveleged ports. You can find the show notes at https://bit.ly/433AdOk and see you next week! Host: Jonathan Bennett Co-Hosts: Ken McDonald, Rob Campbell, and Jeff Massie Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
ROI! Return On Investment? Ritual Of Indulgence? Robust Oral Idol? ROI Podcast™ hosted by Law Smith @LawSmithWorks and Eric Readinger... Here's the episode description fo sho fo sho wrote Law Smith and Eric Readinger piggyback off the previous episode hitting the back walls about hilarious chaos behind Tampa's 2 Bears 5K race. Law shares his adventures sprinting through Raymond James Stadium in American flag speedos, awkward celebrity run-ins with comedians Bert Kreischer and Tom Segura, and funny mishaps you won't hear anywhere else. Expect wild stories, comedic insights, and candid celebrity gossip—all served with ROI's signature humor. Buckle up comedy fans, this one's a ride. N.O.R.E. Noreaga, Comedian Meat Dave's Dave Williamson, Dean Akers, Jason Kelce, Bo Allen, Former All Pro and former Buccaneer Ryan Jensen, Buccaneer OG Cody Mauch, Buccaneer C Graham Barton, All Pro Buccaneer OT Tristian Wirfs, Barstool's Frank The Tank, Kevin KFC Clancy, John Feitelberg, Mike Calta, Por Osos Vodka, 2 Bears 1 Cave, Spartan Race, Oddsox, Alexis Fawx. Host Law Smith shares an unforgettable encounter with the genuinely gracious Alexis Fawx. Dive into candid, hilarious reflections on dating app mishaps, eyebrow disasters, and navigating today's relationship minefields. Laugh, learn, and improve your emotional intelligence by decoding life's subtle absurdities—only on ROI Podcast®. Episode sponsored by @ZUPYAK https://www.Zupyak.com → promo code → SWEAT @Flodesk -50% off https://flodesk.com/c/AL83FF @Incogni remove you personal data from public websites 50% off https://get.incogni.io/SH3ve @SQUARESPACE website builder → https://squarespacecircleus.pxf.io/sweatequity @CALL RAIL call tracking → https://bit.ly/sweatequitycallrail @LINKEDIN PREMIUM - 2 months free! → https://bit.ly/sweatequity-linkedin-premium @OTTER.ai → https://otter.ai/referrals/AVPIT85N Hosts' Eric Readinger & Law Smith
In this episode of 'Cybersecurity Today', host Jim Love is joined by panelists Laura Payne from White Tuque and David Shipley from Beauceron Security to review significant cybersecurity events over the past month. The discussion covers various impactful stories such as the disappearance of a professor, a data breach at Hertz, and government officials using a commercial app during a conflict. They dive deep into the ransomware attack on PowerSchool and its implications for K-12 schools in North America. The conversation also highlights the vulnerability of critical infrastructures, including the food supply chain and the importance of robust cybersecurity measures. Finally, the panel touches upon the progression towards post-quantum encryption by major tech companies like AWS and Google, signaling advancements in securing future technologies. 00:00 Introduction and Panelist Welcome 00:20 Major Cybersecurity Incidents of the Month 02:04 PowerSchool Data Breach Analysis 04:11 Ransomware and Double Extortion Tactics 12:20 4chan Security Breach and Its Implications 16:31 Hertz Data Loss and Retail Cybersecurity 17:44 Critical Infrastructure and Cyber Regulation 27:03 The Importance of CVE Database 27:54 Debate on Vulnerability Scoring 30:17 Open Source Software and Geopolitical Risks 31:43 The Evolution and Challenges of Open Source 37:17 The Need for Software Regulation 46:50 Signal Gate and Compliance Issues 54:08 Post-Quantum Cryptography 56:10 Conclusion and Final Thoughts
video: https://youtu.be/BPO50JSnLCU Comment on the TWIL Forum (https://thisweekinlinux.com/forum) This week in Linux, we have a ton of news. In fact, sometimes I have to push stuff off a week, but we're going to do something a little different. We're going to do a bunch of extra topics. We're going to start off with Nobara 42 release. We also have a beta release of KDE Plasma's next version with Plasma 6.4. Then we have some stuff to talk about related to the Deepin desktop and OpenSUSE. And also we have some news for the installer for Arch Linux, as well as a bunch of other things, including whether or not Steam had a data breach. All of this and more on This Week in Linux, the weekly news show that keeps you up to date with what's going on in the Linux and Open Source world. So let's jump right into Your Source for Linux GNews. Download as MP3 (https://aphid.fireside.fm/d/1437767933/2389be04-5c79-485e-b1ca-3a5b2cebb006/1092b02e-4c36-4706-a400-4472d1808b55.mp3) Support the Show Become a Patron = tuxdigital.com/membership (https://tuxdigital.com/membership) Store = tuxdigital.com/store (https://tuxdigital.com/store) Chapters: 00:00 Intro 00:58 Nobara 42 Released 03:56 Housekeeping 05:38 KDE Plasma 6.4 Beta 12:15 Removal of Deepin Desktop from openSUSE 16:15 Arch Linux Installer Adds Labwc & Niri Wayland Compositor Options 19:13 Sandfly Security, agentless Linux security 21:52 Steam Data Breach and Valve's Response 26:03 Steam Deck gets a Battery Charge Limit control in the in the latest Beta 28:19 SteamOS Compatibility Rating System 31:42 Podman 5.5 Released 35:42 10 Years of the Rust Language 38:12 Kdenlive 25.04 Video Editor Released 41:40 Shotcut 25.05 Video Editor Released 45:06 Outro Links: Nobara 42 https://nobaraproject.org/2025/05/13/may-132025/ (https://nobaraproject.org/2025/05/13/may-132025/) KDE Plasma 6.4 Beta https://kde.org/announcements/plasma/6/6.3.90/ (https://kde.org/announcements/plasma/6/6.3.90/) https://kde.org/announcements/changelogs/plasma/6/6.3.5-6.3.90 (https://kde.org/announcements/changelogs/plasma/6/6.3.5-6.3.90) Removal of Deepin Desktop from openSUSE https://security.opensuse.org/2025/05/07/deepin-desktop-removal.html (https://security.opensuse.org/2025/05/07/deepin-desktop-removal.html) Arch Linux Installer Adds Labwc & Niri Wayland Compositor Options https://github.com/archlinux/archinstall/releases/tag/3.0.5 (https://github.com/archlinux/archinstall/releases/tag/3.0.5) https://www.phoronix.com/news/Archinstall-3.0.5-Released (https://www.phoronix.com/news/Archinstall-3.0.5-Released) Sandfly Security https://thisweekinlinux.com/sandfly (https://thisweekinlinux.com/sandfly) Steam Data Breach and Valve's Response https://steamcommunity.com/games/593110/announcements/detail/533224478739530146 (https://steamcommunity.com/games/593110/announcements/detail/533224478739530146) https://www.gamingonlinux.com/2025/05/heres-a-statement-from-valve-on-the-reported-steam-data-breach/ (https://www.gamingonlinux.com/2025/05/heres-a-statement-from-valve-on-the-reported-steam-data-breach/) Steam Deck Beta gets a Battery Charge Limit control https://store.steampowered.com/news/app/1675200/view/529845510803030569 (https://store.steampowered.com/news/app/1675200/view/529845510803030569) https://www.gamingonlinux.com/2025/05/steam-deck-gets-a-battery-charge-limit-control-in-the-latest-beta/ (https://www.gamingonlinux.com/2025/05/steam-deck-gets-a-battery-charge-limit-control-in-the-latest-beta/) SteamOS Compatibility Rating System https://steamcommunity.com/groups/steamworks/announcements/detail/532097310616717411 (https://steamcommunity.com/groups/steamworks/announcements/detail/532097310616717411) https://www.gamingonlinux.com/2025/05/valve-announce-steamos-compatibility-ratings-an-extension-of-steam-deck-verified-for-more-devices/ (https://www.gamingonlinux.com/2025/05/valve-announce-steamos-compatibility-ratings-an-extension-of-steam-deck-verified-for-more-devices/) Podman 5.5 https://podman.io/ (https://podman.io/) https://github.com/containers/podman/releases/tag/v5.5.0 (https://github.com/containers/podman/releases/tag/v5.5.0) 10 Years of the Rust Language https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/ (https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/) Kdenlive 25.04 https://kdenlive.org/news/releases/25.04.0/ (https://kdenlive.org/news/releases/25.04.0/) Shotcut 25.05 https://www.shotcut.org/blog/new-release-250511/ (https://www.shotcut.org/blog/new-release-250511/) Support the show https://tuxdigital.com/membership (https://tuxdigital.com/membership) https://store.tuxdigital.com/ (https://store.tuxdigital.com/)
This week on Linux Out Loud, Wendy is joined by Bill and Neal from the SUDO Show to share their latest open source adventures. From resurrecting old hardware to attending conferences, expanding solar setups, and testing the latest Linux desktops, the crew dives into the intersection of tech, creativity, and community. Find the rest of the show notes at https://tuxdigital.com/podcasts/linux-out-loud/lol-111/ Contact info: Matt (Twitter @MattTDN (https://twitter.com/MattTDN)) Wendy (Mastodon @WendyDLN (https://mastodon.online/@WendyDLN)) Nate (Website CubicleNate.com (https://cubiclenate.com/)) Bill (Discord: ctlinux, Mastodon @ctlinux) Neal (Mastodon @neal@social.gompa.me) Special Guests: Bill and Neal.
Epicenter - Learn about Blockchain, Ethereum, Bitcoin and Distributed Technologies
Blockchain architecture is constantly being forced to adapt to new technologies, as well as to meet new demands from users and builders. While the idea of apps building their own chains was first explored by Cosmos, it lacked the support and tooling to see it succeed. Later on, rollups also took the centerstage of Ethereum's scaling roadmap, but due to their general purpose design, it led to a cannibalistic ecosystem. Initia learned from these 2 models and combined the best of both worlds: it built a full-stack framework for a seamless DevEx from the get-go and, more importantly, it designed its tokenomics in order to ensure maximum incentive alignment for its appchains. While the former decision removed the need for each separate chain to reinvent the wheel and risk ending up ‘a jack of all trades, master of none', the latter ensured that appchains would not extract value away from the L1.Topics covered in this episode:Ezaan's backgroundFrom building on Terra to InitiaHow Initia is rewriting the appchain thesisInitia's enshrined liquidity & vested interest program (VIP)Metrics & Initia's bet on crypto innovationSolving liquidity fragmentationDelphi's involvement in InitiaFuture roadmapEpisode links:Ezaan Mangalji on XJose Maria Macedo on XAnil Lulla on XInitia on XDelphi Digital on XDelphi report on InitiaSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get started today at - gnosis.ioChorus One: one of the largest node operators worldwide, trusted by 175,000+ accounts across more than 60 networks, Chorus One combines institutional-grade security with the highest yields at - chorus.oneThis episode is hosted by Brian Fabian Crain.
In this episode, we're bringing you a curated selection of conversations from the KubeCon EU 2025 showfloor. We'll be diving into the rise of platform engineering, exploring some cutting-edge technologies, getting updates on core Kubernetes components, and hearing some truly unique user stories, like using Kubernetes on a dairy farm! Do you have something cool to share? Some questions? Let us know: - web: kubernetespodcast.com - mail: kubernetespodcast@google.com - twitter: @kubernetespod - bluesky: @kubernetespodcast.com News of the week CNCF Blog - Announcing the Automated Governance Maturity Model Kubernetes Blog CNCF Blog - Understanding Kubernetes Gateway API: A Modern Approach to Traffic Management Open Observability Summit Links from the interview NAIS at NAV, with Hans Kristian Flaatten and Audun Fauchald Strand Audun Fauchald Strand Hans Kristian Flaatten NAV (Norwegian Labor and Welfare Administration) Kubernetes Podcast 216: NAIS, with Johnny Horvi and Frode Sundby NAIS KubeCon EU 2025 Keynote: Adventures of Building a Platform as a Service for the Government - Hans Kristian Flaatten, Lead Platform Engineer, NAV & Audun Fauchald Strand, Principal Software Engineer, NAV GKE release notes Platform Engineering, with Max Körbächer and Andreas (Andi) Grabner Max Körbächer Andreas (Andi) Grabner Book: “Platform Engineering for Architects: Crafting modern platforms as a product” by Max Körbächer, Andreas Grabner, and Hilliary Lipsig Cloud Native Summit Munich Kubernetes at LinkedIn, with Ahmet Alp Balkan and Ronak Nathani Ahmet Alp Balkan Ronak Nathani Kubernetes Podcast 249: Kubernetes at LinkedIn, with Ahmet Alp Balkan and Ronak Nathani Ahmet's Blog Introducing Multi-Cluster Orchestrator: Scale your Kubernetes workloads across regions LLMs on Kubernetes, with Mofi and Abdel KubeCon EU 2025 talk: Yes You Can Run LLMs on Kubernetes - Abdel Sghiouar & Mofi Rahman, Google Cloud About the Gateway API Gateway API Inference Extension Deploy GKE Inference Gateway SIG etcd with Ivan Valdes Ivan Valdes etcd.io SIG etcd on GitHub Open Source Kubernetes, with Jago Macleod Jago Macleod Google Open Source: Kubernetes Schedmd Slurm Ray Run:ai from Nvidia Medium blog: “Deploy Slurm on GKE” by Abdel Sghiouar AI-Hypercomputer, xpk XPK (Accelerated Processing Kit, pronounced x-p-k) is a command line interface that simplifies cluster creation and workload execution on Google Kubernetes Engine (GKE). XPK generates preconfigured, training-optimized clusters and allows easy workload scheduling without any Kubernetes expertise. Cursor AI Editor Dairy Farm Automation & Banking with Kubernetes, with Clément Nussbaumer Clément Nussbaumer Talos Linux Cluster-api Cluster API is a Kubernetes subproject focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. KubeCon EU 2025 Talk: “Day-2'000 - Migration From Kubeadm+Ansible To ClusterAPI+Talos: A Swiss Bank's Journey” - Clément Nussbaumer, PostFinance Kubeadm Kubeadm is a tool built to provide kubeadm init and kubeadm join as best-practice "fast paths" for creating Kubernetes clusters. Being a First-Time KubeCon Attendee, with Nick Taylor Kubernetes The Hard Way K3s - “The certified Kubernetes distribution built for IoT & Edge computing” Kubernetes Ingress Controllers Kubernetes Up and Running Kubernetes Docs KubeCon EU 2025 Sponsored Keynote: The Science of Winning: Oracle Red Bull Racing's Formula with Open Source, Kubernetes and AI - Sudha Raghavan, SVP of OCI Developer Platform, Oracle
Today, Bob and Randy are rejoined by Tom Lawrence of Lawrence Systems, an open-source advocate and YouTuber. They discuss the benefits and challenges of open-source solutions, particularly in comparison to VMware and other commercial software. Tom shares his experiences with open-source storage solutions for large-scale applications and offers insights into consulting on high-stakes IT projects, including data center rebuilding post-crisis. The conversation also touches on the rapid growth of AI technologies, challenges in AI model training, and the potential for AI to reshape various industries. Additionally, the hosts delve into personal stories, talk about the importance of tech community events, and reflect on the role of content creation in tech careers. The episode wraps up with a fun discussion on sci-fi shows and movies, from 'Black Mirror' to 'Star Wars: Andor.'
GhostBSD: From Usability to Struggle and Renewal, Why You Can't Trust AI to Tune ZFS, Introducing bpflogd(8): capture packets via BPF to log files, What I'd do as a College Freshman in 2025, FreeBSD and KDE Plasma generations, Improvements to the FreeBSD CI/CD systems, FreeBSD as a Workstation, and more NOTES This episode of BSDNow is brought to you by Tarsnap (https://www.tarsnap.com/bsdnow) and the BSDNow Patreon (https://www.patreon.com/bsdnow) Headlines GhostBSD: From Usability to Struggle and Renewal (https://freebsdfoundation.org/our-work/journal/browser-based-edition/downstreams/ghostbsd-from-usability-to-struggle-and-renewal/) Why You Can't Trust AI to Tune ZFS (https://klarasystems.com/articles/why-you-cant-trust-ai-to-tune-zfs/?utm_source=BSD%20Now&utm_medium=Podcast) News Roundup Introducing bpflogd(8): capture packets via BPF to log files (http://undeadly.org/cgi?action=article;sid=20250425074505) What I'd do as a College Freshman in 2025 (https://muratbuffalo.blogspot.com/2025/04/what-id-do-as-college-freshman.html) FreeBSD and KDE Plasma generations (https://euroquis.nl//freebsd/2025/03/02/kde5.html) Improvements to the FreeBSD CI/CD systems (https://freebsdfoundation.org/blog/improvements-to-the-freebsd-ci-cd-systems/) FreeBSD as a Workstation (https://darknet.sytes.net/wordpress/index.php/2025/03/16/freebsd-as-a-workstation/) Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Effie - FreeBSD as a Workstation (https://github.com/BSDNow/bsdnow.tv/blob/master/episodes/611/feedback/effie%20-%20freebsd%20as%20a%20workstation.md) Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv (mailto:feedback@bsdnow.tv) Join us and other BSD Fans in our BSD Now Telegram channel (https://t.me/bsdnow)
Peter Pistorius, co-creator of RedwoodJS, talks about the evolution from RedwoodJS GraphQL to the new Redwood SDK, a React framework built for Cloudflare. They dive deep into serverless architecture, React Server Components, durable objects, AI-assisted development, and the challenges of modern deployment and hosting. Learn how Redwood SDK is empowering developers to focus on building and shipping, instead of managing infrastructure. Links https://rw-sdk.com http://peterp.org https://github.com/peterp https://bsky.app/profile/p4p8.bsky.social https://x.com/appfactory https://cursor.sh https://neon.tech Resources https://rwsdk.com We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket's Galileo AI watches user sessions for you and surfaces the technical and usability issues holding back your web and mobile apps. Understand where your users are struggling by trying it for free at LogRocket.com (https://logrocket.com/signup/?pdr).
On the podcast today we have Wes Tatters, and he's here to discuss the evolution of the internet, from early tech days and community-building on platforms like CompuServe, to the emergence of open-source projects and the rise of WordPress. Wes reflects on the transition from closed platforms to owning content and highlights the importance, and challenges, of online communities. He touches on the impacts of social media, AI, and the self-correcting nature of internet communities, while examining the strengths and growing pains within the WordPress ecosystem. The conversation underscores the enduring value of openness, collaboration, and listening. If you're interested in how the history of the internet directly shaped WordPress, the open web, and the communities we build today, this episode is for you.
What if the world's most connected tech investor handed you his mental playbook? Elad Gil, an investor behind Airbnb, Stripe, Coinbase and Anduril, flips conventional wisdom on its head and prioritizes market opportunities over founders. Elad decodes why innovation has clustered geographically throughout history, from Renaissance Florence to Silicon Valley, where today 25% of global tech wealth is created. We get into why he believes AI is dramatically under-hyped and still under-appreciated, why remote work hampers innovation, and the self-inflicted wounds that he's seen kill most startups. This is a masterclass in pattern recognition from one of tech's most consistent and accurate forecasters, revealing the counterintuitive principles behind identifying world-changing ideas. Disclaimer: This episode was recorded in January. The pace of AI development is staggering, and some of what we discussed has already evolved. But the mental models Elad shares about strategy, judgment, and high-agency thinking are timeless and will remain relevant for years to come. Approximate timestamps: Subject to variation due to dynamically inserted ads. (2:13) - Investing in Startups (3:25) - Identifying Outlier Teams (6:37) - Tech Clusters (9:55) - Remote Work and Innovation (11:19) - Role of Y Combinator (15:19) - The Waves of AI Companies (20:24) - AI's Problem Solving Capabilities (26:13) - AI's Learning Process (30:41) - Prompt Engineering and AI (32:00) - AI's Role in Future Development (34:37) - AI's Impact on Self-Driving Technology (40:16) - The Role of Open Source in AI (43:23) - The Future of AI in Big Players (44:23) - Regulation and Safety Concerns in AI (49:11) - Common Self-Inflicted Wounds (51:34) - Scaling the CEO and Avoiding Conventional Wisdom (55:21) - Workplace Culture (58:39) - Patterns Among Outlier CEOs (1:15:50) - Remote Work and its Implications (1:18:47) - The Impact of Clusters and Exceptional Individuals (1:25:41) - Investing in Defense Technology (1:27:38) - Business Model Shift in the Defense Industry (1:31:46) - Changes in Warfare SHOPIFY: Upgrade your business and get the same checkout I use. Sign up for your one-dollar-per-month trial period at shopify.com/knowledgeproject NORDVPN: To get the best discount off your NordVPN plan go to nordvpn.com/KNOWLEDGEPROJECT. Our link will also give you 4 extra months on the 2-year plan. There's no risk with Nord's 30 day money-back guarantee! Newsletter - The Brain Food newsletter delivers actionable insights and thoughtful ideas every Sunday. It takes 5 minutes to read, and it's completely free. Learn more and sign up at fs.blog/newsletter Upgrade — If you want to hear my thoughts and reflections at the end of the episode, join our membership: fs.blog/membership and get your own private feed. Watch on YouTube: @tkppodcast Learn more about your ad choices. Visit megaphone.fm/adchoices
ABOUT ANUSH ELANGOVANAnush Elangovan leads the Artificial Intelligence Group (AIG) as Corporate Vice President of AI software and solutions.Anush has 23 years of industry experience in AI, computer science, compilers, network security, operating systems, math, and its materialization on complex hardware systems. This co-founder and Chief Executive Officer of Nod.ai oversaw product strategy and the overall business until AMD acquired Nod.ai (see related article here) today.Anush will lead the acceleration of deploying AI solutions optimized for AMD products while aligning with AMD's AI growth strategy centered on an open software ecosystem. In the near term, he and his team will introduce the code generation (CodeGen) capabilities from the Nod.ai flagship software, Shark, to unlock customer engagements via the ROCm™ and Vitis™ AI platforms. Over time, Anush will lead the contributions of the Nod.ai team to the AMD Unified AI Stack.Before starting Nod.ai, Anush was instrumental in the graphics stack on the first ARM Chromebook. He led the movement of the Chrome operating system from Debian to Gentoo Linux to enable Google to gain full control of the shipping software. Previously, he was Principal Engineer for Agnilux, which Google acquired. The Agnilux team became crucial to the Chrome OS team, building a fusion of Android and Chrome OS.Previously, Anush was a technical lead at Cisco Systems in its Datacenter Group, creating the first distributed virtual switching platform. He has also been an early member of FireEye, where he led in-memory taint-check analysis for networking and security in virtualized environments. He started his career in an earlier stint at Cisco, contributing to metro Ethernet initiatives.Anush holds a Master of Science in computer science from Arizona State University and a Bachelor of Engineering in computer science from the Mepco Schlenk Engineering College at Madurai Kamaraj University in India. He has earned 10 patents. In his spare time, he enjoys skiing, mountaineering, and trail running. Anush lives with his family, including three children and two dogs, in the East Bay of the San Francisco Bay Area.This episode is brought to you by Side – delivering award-winning QA, localization, player support, and tech services for the world's leading games and technology brands.For over 30 years, Side has helped create unforgettable user experiences—from indies to AAA blockbusters like Silent Hill 2 and Baldur's Gate 3.Learn more about Side's global solutions at side.inc. SHOW NOTES:AMD's AI hardware + software strategy, explained (2:24)From startup founder to leading AI software at AMD (3:50)How AMD is unifying hardware through a shared AI stack (6:01)What the VP of AI Software @ AMD owns across software & customer enablement (7:17)AMD's daily standup and real-time prioritization rituals (10:32)Strategies for building a unified AI ecosystem from first principles (13:06)How to approach building for complex technical workflows (15:38)Navigating hardware ecosystem requirements & aligning AI software (17:48)Challenging legacy software assumptions & why AI requires a new mindset for software development (19:38)AMD's integration of community contributors into product cycles (21:21)AMD's approach to cultivating an open-source ecosystem & community experience (22:48)Open-source & AMD's ecosystem strategy: Building trust by building in public (26:57)How AMD collects and acts on user feedback fast within a community ecosystem (29:24)AI's impact on everyday human experiences (32:15)Rapid fire questions (34:50) This episode wouldn't have been possible without the help of our incredible production team:Patrick Gallagher - Producer & Co-HostJerry Li - Co-HostNoah Olberding - Associate Producer, Audio & Video Editor https://www.linkedin.com/in/noah-olberding/Dan Overheim - Audio Engineer, Dan's also an avid 3D printer - https://www.bnd3d.com/Ellie Coggins Angus - Copywriter, Check out her other work at https://elliecoggins.com/about/
Paul Stack is an infrastructure coder and has spoken at various events throughout the world about his passion for continuous integration, continuous delivery and good operational procedures and why they should be part of what developers and system administrators do on a day to day basis. He believes that reliably delivering software is more important as its development. Paul's passions are the DevOps and Continuous Delivery movements and how they help the entire business and its customers.You can find Paul on the following sites:LinkedInXHere are some links provided by Paul:System InitiativePLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin
William Woodruff discussed his project, Zizmor, a security linter designed to help developers identify and fix vulnerabilities within their GitHub Actions workflows. This tool addresses inherent security risks in GitHub Actions, such as injection vulnerabilities, permission issues, and mutable tags, by providing static analysis and remediation guidance. Fresh off the heels of the tj-actions/changed-files backdoor, this is a great topic with some things everyone can do right away. The show notes and blog post for this episode can be found at https://opensourcesecurity.io/2025/2025-05-securing-github-actions-william-woodruff/
In this episode of the FINOS Open Source in Finance webinar series, Karl Moll hosts an engaging panel discussion with Tyler Warden from Sonatype and Aaron Erickson from Nvidia. The topic is 'The Unexpected Risks of AI in Finance,' covering hidden and novel security risks in AI-driven financial systems, the importance of hardware in AI security, and regulatory approaches to AI compliance. The panelists delve into common misconceptions, real-world examples of AI risks, software supply chain issues, and actionable advice for securing AI pipelines. They also discuss the fundamental role of human accountability and the importance of collaboration between security and engineering teams.00:00 Welcome and Introduction03:40 Panelist Introductions05:43 Common Misconceptions in AI Security08:37 Hidden Risks of AI in Finance16:52 Regulatory Approaches to AI Risks23:54 Advice for Compliance Teams30:56 The Importance of Fundamentals in AI31:37 AI's Role in Speeding Up Reaction Times32:56 Building Security into AI Pipelines36:02 Operational Collaboration for AI Security43:07 Designing User-Centric AI Systems48:40 Rapid Fire Q&A on AI Security55:23 Final Thoughts and RecommendationsFind more info about FINOS:On the web: https://www.finos.org Open Source in Finance Forum (OSFF Conference): https://www.finos.org/osff-2025 2024 State of Open Source in Financial Services Download: https://www.finos.org/state-of-open-source-in-financial-services-2024 FINOS Current Newsletter Here: https://www.finos.org/newsletterLinkedIn: https://www.linkedin.com/company/finosfoundation Twitter: https://twitter.com/FINOSFoundation About FINOSFINOS (The Fintech Open Source Foundation) is a nonprofit whose mission is to foster the adoption of open source, open standards, and collaborative software development practices in financial services. It is the center for open source developers and the financial services industry to build new technology projects that have a lasting impact on business operations. As a regulatory compliant platform, the foundation enables developers from these competing organizations to collaborate on projects with a strong propensity for mutualization. It has enabled codebase contributions from both the buy- and sell-side firms and counts over 50 major financial institutions, fintechs and technology consultancies as part of its membership. FINOS is also part of the Linux Foundation, the largest shared technology organization in the world. Get involved and join FINOS as a Member.
Your network is talking behind your back—but Pi-hole is listening. Join The Audit as Pi-hole co-founders Dan Schaefer and Adam Warner reveal how their open-source DNS sinkhole technology has become the secret weapon for over 200,000 privacy-conscious users worldwide. In this episode, we discuss: How Pi-hole evolved from a simple ad blocker to a critical network security tool Why DNS-level filtering stops threats before they reach any of your devices The performance benefits that make browsing noticeably faster Setting up Pi-hole on everything from Raspberry Pi to enterprise hardware How the global development team maintains this powerful security shield Protecting vulnerable IoT devices from malicious traffic The future roadmap for Pi-hole and opportunities to contribute Don't miss this deep dive into the technology that's reclaiming control of digital footprints one DNS request at a time. Connect with the Pi-hole community at discourse.pi-hole.net and discover why cybersecurity professionals consider this an essential defensive tool. Like, share, and subscribe for more cutting-edge cybersecurity insights and expert analysis! #pihole #DNSfiltering #networksecurity #adblocking #privacytools #cybersecurity #opensource #infosec
Epicenter - Learn about Blockchain, Ethereum, Bitcoin and Distributed Technologies
As society evolves, so do its values and principles, but is that desirable for technology that seeks to build the most reliable, trustless and censorship resistant global settlement layer? Ever since the rise in popularity of Solana with its inflow of retail capital in a memecoin gold rush, Ethereum became even more criticized for sticking true to its core values despite the completely divergent demands of market participants. Moreover, the rollup centric scaling roadmap seemed to further silo attention and cause liquidity fragmentation, driving away value from Ethereum mainnet. As institutional demand is expected to grow with the introduction of staking ETFs, a new executive leadership took charge of Ethereum foundation to help steer the protocol's narrative at the intersection between community demands and Ethereum's ethos.Topics covered in this episode:Hsiao-Wei's & Tomasz' backgroundsHow they became co-executive directors of Ethereum FoundationEthereum Foundation's role moving forwardDecision making in Ethereum FoundationShaping Ethereum's narrativeThe layer 2 landscapeScaling Ethereum as the global settlement layerShardingRollup scalability & their trade-offsWhat values drive adoptionL2 interoperabilityFuture goalsEpisode links:Hsiao-Wei Wang on XTomasz Stanczak on XEthereum Foundation on XEthereum on XSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get started today at - gnosis.ioChorus One: one of the largest node operators worldwide, trusted by 175,000+ accounts across more than 60 networks, Chorus One combines institutional-grade security with the highest yields at - chorus.oneThis episode is hosted by Friederike Ernst.
"Vous avez quoi entre les mains ?" "De l'or !"Et ça, les trois milliardaires les plus en vogue l'ont bien compris.Xavier Niel (Free), Rodolphe Saadé (CMA-CGM) et Eric Schmidt (Google) ont financé à hauteur de 300 millions d'euros le laboratoire de recherche ouverte (open source) à but non lucratif dirigé par Patrick Perez, chercheur en IA appliquée.Patrick est à la tête de Kyutai, fondé en 2023, qui est déjà l'un des leaders français en IA, avec plusieurs outils disponibles : Moshi, leur IA vocale conversationnelle ; Hibiki, pour la traduction en live ; et MoshiVis, pour l'analyse d'images.Au programme de cet épisode : taxis autonomes, erreurs inhérentes à l'IA, entraînement des modèles par les humains, problème des contenus synthétiques… et là où l'IA est la plus lucrative.Avant de fonder Kuytai, Patrick a navigué entre recherche académique et industrie. Il a dirigé la stratégie IA chez Valeo, travaillé sur le traitement d'images chez Technicolor, et il a aussi mené des travaux chez Microsoft et à l'INRIA, deux références en innovation technologique.Ce parcours lui permet aujourd'hui de s'attaquer à l'un des sujets les plus prometteurs du moment : la multimodalité en IA — une approche qui combine texte, image et audio pour créer des outils plus puissants et plus intuitifs.Et bonne nouvelle, c'est la nouvelle vague de recherche qui sera à l'origine des prochaines grandes percées dans le domaine.Cet épisode est un point d'étape pour vraiment comprendre où en est la recherche en IA et comment se positionne la France.Entre fantasmes et réalités, Patrick explique comment fonctionne l'IA et comment elle capte peu à peu les signaux du monde réel — et pourquoi c'est une révolution.TIMELINE:00:00:00 : La beauté des mathématiques appliquées rendue accessible grâce à l'IA00:11:17 : Vers une IA vraiment multimodale : comprendre sans passer par le texte00:21:20 : Donner des yeux et des oreilles à l'IA00:30:17 : La rencontre entre IA et robotique : des robotaxis à Paris ?00:48:09 : Les prochaines avancées de l'IA vont TOUT changer00:55:20 : GPT se trompe encore… et c'est une bonne chose !01:00:51 : Quand la machine devient professeur pour d'autres machines01:08:33 : L'intervention des humains dans l'entraînement des IAs est encore nécessaire01:21:33 : Le problème des contenus synthétiques qui ne se présentent pas comme tels01:34:07 : Deviendrons-nous débiles en déléguant trop à l'IA ?01:42:40 : Là où l'IA est la plus lucrative01:53:09 : Convaincre des géants : Xavier Niel, Rodolphe Saadé, Eric Schmidt02:07:36 : L'IA pour coder : où en est-on ?02:15:59 : Ce qu'on peut faire avec l'IA et le coût des GPULes anciens épisodes de GDIY mentionnés : #450 - Karim Beguir - InstaDeep - L'IA Générale ? C'est pour 2025#397 - Yann Le Cun - Chief AI Scientist chez Meta - L'Intelligence Artificielle Générale ne viendra pas de Chat GPT#267 - Andréa Bensaïd - Eskimoz - Refuser 30 millions pour viser le milliard#418 - Clément Delangue - Hugging Face - 4,5 milliards de valo avec un produit gratuit à 99%#414 - Florian Douetteau - Dataiku - La prochaine grande vague de l'IA : l'adopter ou périr ?Nous avons parlé de :KYUTAIMoshi (l'IA de Kyuntai)Inria : Institut national de recherche en sciences et technologies du numériqueStéphane MallardTest des taxis autonomes Weymo : vidéo InstaDocumentaire aux USHibiki (outil de traduction)Allen Institute for Artificial IntelligenceVous pouvez contacter Patrick sur Linkedin et sur Bluesky.Vous souhaitez sponsoriser Génération Do It Yourself ou nous proposer un partenariat ?Contactez mon label Orso Media via ce formulaire.Distribué par Audiomeans. Visitez audiomeans.fr/politique-de-confidentialite pour plus d'informations.
OpenBSD 7.7, ZFS Orchestration Tools – Part 2: Replication, Switching customers from Linux to BSD because boring is good, Graphed and measured: running TCP input in parallel, Introducing an OpenBSD LLDP daemon, Hardware discovery: ACPI & Device Tree, The 2025 FreeBSD Community Survey is Here, and more NOTES This episode of BSDNow is brought to you by Tarsnap (https://www.tarsnap.com/bsdnow) and the BSDNow Patreon (https://www.patreon.com/bsdnow) Headlines OpenBSD 7.7 (https://OpenBSD.org/77.html) ZFS Orchestration Tools – Part 2: Replication (https://klarasystems.com/articles/zfs-orchestration-tools-part-2-replication/?utm_source=BSD%20Now&utm_medium=Podcast) News Roundup Switching customers from Linux to BSD because boring is good (https://www.theregister.com/2024/10/08/switching_from_linux_to_bsd/) Graphed and measured: running TCP input in parallel (http://undeadly.org/cgi?action=article;sid=20250418114827) Introducing an OpenBSD LLDP daemon (http://undeadly.org/cgi?action=article;sid=20250425082010) Hardware discovery: ACPI & Device Tree (https://blogsystem5.substack.com/p/hardware-autoconfiguration) The 2025 FreeBSD Community Survey is Here (https://freebsdfoundation.org/blog/the-2025-freebsd-community-survey-is-here/) Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Brad - new users (https://github.com/BSDNow/bsdnow.tv/blob/master/episodes/610/feedback/brad%20-%20new%20users.md) Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv (mailto:feedback@bsdnow.tv) Join us and other BSD Fans in our BSD Now Telegram channel (https://t.me/bsdnow)
Epicenter - Learn about Blockchain, Ethereum, Bitcoin and Distributed Technologies
Taiko is a decentralized, Ethereum-equivalent (type I) rollup scaling solution which uses ZK technology. Taiko's goal is to scale Ethereum efficiently while maintaining security and decentralization. Being a type I zkEVM, Taiko retains full Ethereum equivalence, which creates a seamless DevEx, although this comes at the expense of UX as slower proof generation is the main trade-off. Moreover, in order to stay true to its decentralised ethos, Taiko operates as a based rollup, meaning that transaction sequencing is performed by L1 validators.Topics covered in this episode:Joaquin's backgroundLoopring and Taiko's beginningsThe 4 types of zkEVMsTaiko's zk circuits vs. Polygon'sBased sequencingData availability and blob commitmentEthereum's role in the futureThe L2 landscape and its compromisesSequencer security modelDealing with MEVBased preconfirmations & Taiko ecosystem UXEpisode links:Joaquin Mendes on XTaiko on XLoopring on XSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get started today at - gnosis.ioChorus One: one of the largest node operators worldwide, trusted by 175,000+ accounts across more than 60 networks, Chorus One combines institutional-grade security with the highest yields at - chorus.oneThis episode is hosted by Friederike Ernst.