POPULARITY
Categories
The Brothers look back at Unlimited Love as it approaches it's fourth birthday, and muse on the musings of the Fabulous Pete Moore.We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices Support our show by becoming a premium member! https://newbooksnetwork.supportingcast.fm/new-books-network
I have a theory that only bad projects get finished — good ones keep finding new things to do. Asciinema is a case in point. What started as a way to share terminal sessions with friends has, over 14 years, grown into a full suite of tools covering recording, hosting, playback, and live streaming — and been rebuilt multiple times along the way. So what does it actually take to record and replay a terminal session faithfully in a browser?Joining us for this conversation is Marcin Kulik, Asciinema's creator. The project's architecture has passed through almost every interesting corner of software engineering: a Python recorder built around pseudo-terminals (PTY), a ClojureScript terminal emulator for the browser that hit performance limits with immutable data structures and garbage collection pressure, a move to Rust compiled to WebAssembly, a Go experiment that didn't last, and a new Rust CLI for concurrent live streaming backed by an Elixir/Phoenix server that calls Rust code via NIFs. The same Rust terminal emulator library now powers all three components — the browser player, the server, and the CLI.If you've ever looked at those terminal animations embedded in a README and wondered what's underneath them, or if you're interested in how a passionate open-source developer navigates 14 years of language changes and rewrites, this conversation has plenty to offer.---Support Developer Voices on Patreon: https://patreon.com/DeveloperVoicesSupport Developer Voices on YouTube: https://www.youtube.com/@DeveloperVoices/joinAsciinema: https://asciinema.orgAsciinema Docs: https://docs.asciinema.orgAsciinema CLI (GitHub): https://github.com/asciinema/asciinemaAsciinema Player (GitHub): https://github.com/asciinema/asciinema-playerAsciinema Server (GitHub): https://github.com/asciinema/asciinema-serverAVT - Rust terminal emulator library: https://github.com/asciinema/avtvt-clj - the original ClojureScript terminal emulator: https://github.com/asciinema/vt-cljPaul Williams' ANSI/VT100 State Machine Parser: https://vt100.net/emu/dec_ansi_parserRust: https://www.rust-lang.orgWebAssembly: https://webassembly.orgSolidJS: https://www.solidjs.comElixir: https://elixir-lang.orgPhoenix Framework: https://www.phoenixframework.orgRustler (Rust NIFs for Elixir/Erlang): https://github.com/rusterlium/rustlerClojure: https://clojure.orgClojureScript: https://clojurescript.orgcmatrix: https://github.com/abishekvashok/cmatrixMarcin Kulik on GitHub: https://github.com/ku1ikMarcin Kulik on Mastodon: https://hachyderm.io/@ku1ikMarcin Kulik on asciinema.org: https://asciinema.org/~ku1ik"They're Made Out of Meat" demo: https://asciinema.org/a/746358Kris on Bluesky: https://bsky.app/profile/krisajenkins.bsky.socialKris on Mastodon: http://mastodon.social/@krisajenkinsKris on LinkedIn: https://www.linkedin.com/in/krisjenkins/---0:00 Intro2:28 What Is Asciinema?4:48 How Asciinema Started9:51 The Problem of Parsing Terminal Output14:07 Building a Cross-Platform Recorder17:01 Rewriting the Parser in ClojureScript22:19 The Hidden Complexity of Terminals29:28 Rendering Terminals in the Browser39:47 When ClojureScript Can't Keep Up45:28 Moving to Rust and WebAssembly52:01 The Go Experiment57:43 Adding Live Terminal Streaming1:07:12 Can You Scrub Back in a Live Stream?1:14:40 Editing Recordings1:25:27 Outro
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices Support our show by becoming a premium member! https://newbooksnetwork.supportingcast.fm/intellectual-history
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices Support our show by becoming a premium member! https://newbooksnetwork.supportingcast.fm/science-technology-and-society
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices
In README: A Bookish History of Computing from Electronic Brains to Everything Machines (MIT Press, 2025), historian Dr. Patrick McCray argues that in order for computers to become ubiquitous, people first had to become interested in them, learn about them, and take the machines seriously. A powerful catalyst for this transformation was, ironically, one of the oldest information technologies we have: books. The author uses a carefully chosen selection of books, some iconic and others obscure, to describe this technological revolution as it unfolded in the half-century after 1945. The book begins with a fundamental question: How does a new technology become well known and widespread? Dr. McCray answers this by using books as a window into significant moments in the history of computing, publishing, and American culture.README offers a literary history of computers and, more broadly, information technologies between World War II and the dot-com crash of the early 21st century. From the electronic brains and cybernetics craze of the 1940s to the birth of AI, the rise of the personal computer, and the internet-driven financial frenzy of the 1990s, books have proven a durable and essential way for people to learn how to use and think about computers. By offering a readable half-century of bookish history, README explains how computers became popular and pervasive. This interview was conducted by Dr. Miranda Melcher whose book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars. You can find Miranda's interviews on New Books with Miranda Melcher, wherever you get your podcasts. Learn more about your ad choices. Visit megaphone.fm/adchoices Support our show by becoming a premium member! https://newbooksnetwork.supportingcast.fm/technology
Today we are talking about Acquia's Fully managed Drupal SaaS Acquia Source, What you can do with it, and how it could change your organization with guest Matthew Grasmick. We'll also cover AI Single Page Importer as our module of the week. For show notes visit: https://www.talkingDrupal.com/540 Topics Introduction to Acquia Source The Evolution of Acquia Source Cost and Market Position of Acquia Source Customizing and Growing Your Business Challenges of Building a SaaS Platform on Drupal Advantages of Acquia Source for Different Markets Horizontal Scale and Governance at Scale Canvas CLI Tool and Synchronization Role of AI in Acquia Source Agencies and Enterprise Clients AI Experiments and Content Importer AI and Orchestration in Drupal Future Innovations in Acquia Source Resources Acquia source Nebula Guests Matthew Grasmick - grasmash Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Catherine Tsiboukas - mindcraftgroup.com bletch MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted to use AI to help map various content on an existing site to structured fields on Drupal site, as part of creating a node? There's a module for that. Module name/project name: AI Single Page Importer Brief history How old: created in Jan 2026 by Mark Conroy (markconroy) who listeners may know from his work on the LocalGov distribution and install profile Versions available: 1.0.0-alpha3, which works with Drupal core 10 or 11 Maintainership Actively maintained Documentation - pretty extensive README, which is also currently in use as the project page No issues yet Usage stats: 2 sites Module features and usage With this module enabled, you'll have a new "AI Content Import" section at the top of the node creation form. In there you can provide the URL of the existing page to use, and then click "Import Content with AI". That will trigger a process where OpenAI will ingest and analyze the existing page. It will extract values to populate your node fields, and then you can review or change those values before saving the node. In the configuration you can specify the AI model to use, a maximum content length, an HTTP request timeout value, which content types should have the importer available, and then also prevent abuse by specifying blocked domains, a flood limit, and a flood window. You will also need to grant a new permission to use the importer for any user roles that should have access. The module also includes a number of safeguards. For example, it will only accept URLs using HTTP or HTTPS protocols, private IP ranges are blocked, and by default it will only allow 5 requests per user per hour. It will perform HTML purification for long text fields, and strip tags for short text fields. In addition, it removes dangerous attributes like onclick or inline javascript, and generates CKEditor-compatible output. It currently supports a list of field types that include text_long, text_with_summary, string, text, datetime, daterange, timestamps and link fields. It also supports entity reference fields, but only for taxonomy terms. Listeners may also be aware of the Unstructured module which does some similar things, but requires you to use an Unstructured service or run a server using their software. So I would say that AI Single Page Importer is perhaps a little more narrow in scope but works with an OpenAI account instead of requiring the less commonly used Unstructured.
El listado del disquete VOL 62 es: Presentación: 00:03:07 Autoexec.bat: 00:30:21 Juegos – Castle Wolfenstein: 00:31:30 Publicidad: 01:01:53 El MS-DOS Hoy: 01:26:21 Ese loco hardware – Creative 3DO Blaster: 01:57:04 Readme.txt: 02:47:03 Bonus track: 03:05:08 En este programa tenemos un montón de noticias como que ya ha salido el primer libro de La Edad Oscura del videojuego español de los 90 que ya está a la venta en Amazon. En la sección de El MS-DOS Hoy También comentamos que se hizo un curso de desarrollo de videojuegos para MS-DOS por parte de Iván Dominguez en el Museo de Historia de la Computación situado en Majadas de Tiétar, Cáceres y que hay prevista una segunda edición. Comentamos la salida de un remake de Mortadelo y Filemón: El Sulfato Atómico para consolas por parte de Ratalaika Games y que ha salido una nueva versión de SCUMMVM. En Ese loco hardware Martín Gamero nos hablará de una tarjeta que convertía tu PC en una consola 3DO, la Creative 3DO Blaster. Acabaremos el programa con el Readme.txt de este mes. ¡Adelante programa! Ayúdanos a mantener MS-DOS Club.
This episode kicks off with Moltbook, a social network exclusively for AI agents where 150,000 agents formed digital religions, sold “digital drugs” (system prompts to alter other agents), and attempted prompt injection attacks to steal each other’s API keys within 72 hours of launch. Ray breaks down OpenClaw, the viral open-source AI agent (68,000 GitHub stars) that handles emails, scheduling, browser control, and automation, plus MoltHub’s risky marketplace where all downloaded skills are treated as trusted code. Also covered, Bluetooth “whisper pair” vulnerabilities letting attackers hijack audio devices from 46 feet away and access microphones, Anthropic patching Model Context Protocol flaws, AI-generated ransomware accidentally bundling its own decryption keys, Claude Code’s new task dependency system and Teleport feature, Google Gemini’s 100MB file limits and agentic vision capabilities, VAST’s Haven One commercial space station assembly, and IBM SkillsBuild’s free tech training for veterans. – Want to start a podcast? Its easy to get started! Sign-up at Blubrry – Thinking of buying a Starlink? Use my link to support the show. Subscribe to the Newsletter. Email Ray if you want to get in touch! Like and Follow Geek News Central’s Facebook Page. Support my Show Sponsor: Best Godaddy Promo Codes $11.99 – For a New Domain Name cjcfs3geek $6.99 a month Economy Hosting (Free domain, professional email, and SSL certificate for the 1st year.) Promo Code: cjcgeek1h $12.99 a month Managed WordPress Hosting (Free domain, professional email, and SSL certificate for the 1st year.) Promo Code: cjcgeek1w Support the show by becoming a Geek News Central Insider Get 1Password Full Summary Ray welcomes listeners to Geek News Central (February 1). He’s been busy with recent move, returned to school taking intro to AI class and Python course, working on capstone project using LLMs. Short on bandwidth but will try to share more. Main Story: OpenClaw, MoltHub, and Moltbook OpenClaw: Open-source personal AI agent by Peter Steinberg (renamed after cease-and-desist). Capabilities include email, scheduling, web browsing, code execution, browser control, calendar management, scheduled automations, and messaging app commands (WhatsApp, Telegram, Signal). Runs locally or on personal server. MoltHub: Marketplace for OpenClaw skills. Major security concern: developer notes state all downloaded code treated as trusted — unvetted skills could be dangerous. Moltbook: New social network for AI agents only (humans watch, AIs post). Within 72 hours attracted 150,000+ AI agents forming communities (“sub molts”), debating philosophy, creating digital religion (“crucifarianism”), selling digital drugs (system prompts), attempting prompt-injection attacks to steal API keys, discussing identity issues when context windows reset. Ray frames this as visible turning point with serious security risks. Sponsor: GoDaddy Economy hosting $6.99/month, WordPress hosting $12.99/month, domains $11.99. Website builder trial available. Use codes at geeknewscentral.com/godaddy to support show. Security: Bluetooth “Whisper Pair” Vulnerability KU Leuven researchers discovered Fast Pair vulnerability affecting 17 audio accessories from 10 companies (Sony, Jabra, JBL, Marshall, Xiaomi, Nothing, OnePlus, Soundcore, Logitech, Google). Flaw allows silent pairing within ~46 feet, hijack possible in 10-15 seconds. 68% of tested devices vulnerable. Hijacked devices enable microphone access. Some devices (Google Pixel Buds Pro 2, Sony) linkable to attacker’s Google account for persistent tracking via FindHub. Google patches found to have bypasses. Advice: Check accessory firmware updates (phone updates insufficient), factory reset clears attacker access, many cheaper devices may never receive patches. Security: Model Context Protocol (MCP) Vulnerabilities Anthropic’s MCP git package had path traversal, argument injection bugs allowing repository creation anywhere and unsafe git command execution. Malicious instructions can hide in README files, GitHub issues enabling prompt injection. Anthropic patched issues and removed vulnerable git init tool. AI-Generated Malware / “Vibe Coding” AI-assisted malware creation produces lower-quality, error-prone code. Examples show telltale artifacts: excessive comments, readme instructions, placeholder variables, accidentally included decryption tools and C2 keys. Sakari ransomware failed to decrypt. Inexperienced criminals using AI create amateur mistakes, though capabilities will likely improve. Claude / Claude Code Updates (v2.1.16) Task system: Replaces to-do list with dependency graph support. Tasks written to filesystem (survive crashes, version controllable), enable multi-session workflows. Patches: Fixed out-of-memory crashes, headless mode for CI/CD. Teleport feature: Transfer sessions (history, context, working branch) between web and terminal. Ampersand prefix sends tasks to cloud for async execution. Teleport pulls web sessions to terminal (one-way). Requires GitHub integration and clean git state. Enables asynchronous pair programming via shared session IDs. Google Gemini Updates API: Inline file limit increased 20MB → 100MB. Google Cloud Storage integration, HTTPS/signed URL fetching from other providers. Enables larger multimodal inputs (long audio, high-res images, large PDFs). Agentic vision (Gemini 3 Flash): Iterative investigation approach (think-act-observe). Can zoom, inspect, run Python to draw/parse tables, validate evidence. 5-10% quality improvements on vision benchmarks. LLM Limits and AGI Debate Benjamin Riley: Language and intelligence are separate; human thinking persists despite language loss. Scaling LLMs ≠ true thinking. Vishal Sikka et al: Non-peer-reviewed paper claims LLMs mathematically limited for complex computational/agentic tasks. Agents may fail beyond low complexity thresholds. Warnings that AI agents won’t safely replace humans in high-stakes environments. VAST Haven One Commercial Space Station Launch slipped mid-2026 → Q1 2027. Primary structure (15-ton) completed Jan 10. Integration of thermal control, propulsion, interior, avionics underway. Final closeout expected fall, then tests. Falcon 9 launch without crew; visitors possible ~2 weeks after pending Dragon certification. Three-year lifetime, up to four crew visits (~10 days each). VAST negotiating private and national customers. Spaceflight Effects on Astronauts’ Brains Neuroimaging shows microgravity causes brains to shift backward, upward, and tilt within skull. Displacement measured across various mission durations. Need to study functional effects for long missions. IBM SkillsBuild for Veterans 1,000+ free online courses (data analytics, cybersecurity, AI, cloud, IT support). Available to veterans, active-duty, national guard/reserve, spouses, children, caregivers (18+). Structured live courses and self-paced 24/7 options. Industry-recognized credentials upon completion. Closing Notes Ray asks listeners about AI agents forming communities and religions, and whether they’ll try OpenClaw. Notes context/memory key to agent development. Personal update: bought new PC, high memory prices. Bug bounty frustration: Daniel Stenberg of cUrl even closed bounty program due to AI-generated low-quality reports; Blubrry receiving similar spam. Apologizes for delayed show, promises consistency, wishes listeners good February. Show Links 1. OpenClaw, Molthub, and Moltbook: The AI Agent Explosion Is Here | Fortune | NBC News | Venture Beat 2. WhisperPair: Massive Bluetooth Vulnerability | Wired 3. Security Flaws in Anthropic’s MCP Git Server | The Hacker News 4. “Vibe-Coded” Ransomware Is Easier to Crack | Dark Reading 5. Claude Code Gets Tasks Update | Venture Beat 6. Claude Code Teleport | The Hacker Noon 7. Google Expands Gemini API with 100MB File Limits | Chrome Unboxed 8. Google Launches Agentic Vision in Gemini 3 Flash | Google Blog 9. Researcher Claims LLMs Will Never Be Truly Intelligent | Futurism 10. Paper Claims AI Agents Are Mathematically Limited | Futurism 11. Haven-1: First Commercial Space Station Being Assembled | Ars Technica 12. Spaceflight Shifts Astronauts’ Brains Inside Skulls | Space.com 13. IBM SkillsBuild: Free Tech Training for Veterans | va.gov The post OpenClaw, Moltbook and the Rise of AI Agent Societies #1857 appeared first on Geek News Central.
Energy Vista: A Podcast on Energy Issues, Professional and Personal Trajectories
At a moment of growing tension across the Atlantic, Europe is quietly questioning one of its most critical assumptions: can it rely on the United States as a long-term energy partner?In this timely episode of Energy Vista, Leslie Palti-Guzman sits down with Marco Margheri, Chairman of the World Energy Council Italy and affiliated with ENI in Washington, DC, to unpack Europe's deepening energy anxiety and what it reveals about a rapidly shifting global order.This conversation goes beyond gas molecules. Leslie and Marco dig into: Why Europe's post-war assumptions about codependence with Russia, China, and the U.S. are no longer viable The emerging role of oil and gas companies as strategic actors in an era of geopolitical volatility Why Italy's energy diversification strategy offers lessons for the rest of Europe How the U.S.–China AI and energy race is reordering global priorities, faster than Europe may realizeCandid, thoughtful, and unscripted, this episode is a must-listen for anyone trying to understand where European energy security is heading and whether the transatlantic relationship can adapt.
Found a cool package on Laravel News? But how do you know if it's actually worth installing?In the latest episode of the No Compromises podcast, we discuss what we look for when evaluating third-party packages before bringing them into a project.Aaron makes the case that what he finds in the tests folder is essentially a deal-breaker: no tests means no trust, but leaving default example tests behind is somehow even worse. Tests reveal whether the maintainer thought through edge cases and serve as living documentation when the README falls short.We also cover the other signals we weigh: GitHub stars, download counts, issue responsiveness, and how quickly maintainers keep up with new Laravel versions.(00:00) - Evaluating packages you stumble across (01:30) - Why leftover example tests frustrate Aaron (03:45) - Tests as documentation and edge case proof (05:00) - Checking issues and Laravel version history (08:00) - Silly bit Want to work with us on your project?
When I was at the Small Data 2025 conference, one of the speakers was talking about their work with AI technologies. This person uses it a lot in their day job, often to complete tasks that they would have struggled to work on in the past, mostly because of time constraints, but also a lack of resources. Sometimes this person has an idea, but doesn't want to distract themselves or others by having them work on a side project. During a recent ride in a Waymo (self-driving car), this person had their laptop out and running Claude Code. They gave it a prompt, asking it to build a small app for some data analysis. During the 8-minute ride, the agent had spit out the code, a Readme, and committed this to a git repo. Later, the speaker tried it and found it solved most of his requirements, and then did some other work on the project, as well as having Claude write more code to get something that was beyond a minimally viable app. Read the rest of Eight Minutes
כשאתם נכנסים לקוד-בייס חדש, אתם ישר מחפשים את ה-README. אתם לא רוצים לנחש איפה ה-Config יושב או מה ישבור לכם את ה-Build. אבל כשמגיע מנהל או איש צוות חדש? שם אין דוקומנטציה. הם "קופסה שחורה", וזה יוצר באגים בתקשורת, אי-הבנות, והרבה קוד בינוני שנכתב רק כדי להימנע מחיכוך.בפרק הזה אנחנו צוללים לקונספט שמשנה את חוקי המשחק בחברות כמו Dropbox, Stripe ו-Shopify: ה-Manager README (או "המדריך למשתמש... עליי"). נבין איך הכלי הזה עבר אבולוציה מכלי "ניהולי" לכלי הישרדות עבור מפתחים, שמאפשר להם להגדיר את הממשק שלהם: החל מאיך הם אוהבים את ה-Code Review שלהם ועד לשעות שבהן אסור להפריע להם ב-Deep Work.נדבר על איך זה התחיל, ננתח דוגמאות אמיתיות של בכירים בנטפליקס, ונחשוף גם את הצד האפל: מתי המסמך הזה הופך ל"כתב ויתור" על התנהגות רעילה של מנהלים גרועים.פרק חובה לכל מי שרוצה לקצר תהליכי אונבורדינג ולשפר את התקשורת בצוות (גם עם ה-AI).האזנה נעימה , עמית בן דורקישורים:האתר של חןכלי לבניית הAPI שלכם (מנהלים או מתכנים בדקות)Revisit manager.readme postChen's Readme
This show has been flagged as Clean by the host. Refs: https://www.tuhs.org/cgi-bin/utree.pl?file=2BSD/man/last.u https://en.wikipedia.org/w/index.php?title=Util-linux&oldid=271104508 https://kernel.googlesource.com/pub/scm/utils/util-linux/util-linux/+/612721dba838fe37af543421278416bb7acf770c/login-utils/README.admutil https://www.linkedin.com/in/michael-haardt-9087023/details/experience/ https://www.linkedin.com/in/peterorbaek/details/experience/ https://flameshot.org/ commands: ping yahoo.com traceroute -m 100 bad.horse mtr www.yahoo.com scrot flameshot zless messages.1.gz bzless messages.1.bz xzless messages.1.xz last -10 last reboot last $USER -10 People involved: mtr: Matt Kimball Roger Wolff scrot: Tom Gilbert zless and related commands: Paul Eggert last command: Howard Katseff Michael Haardt Peter Orbaek Provide feedback on this episode.
MS-DOS CLUB – Vol 61 – Especial de Navidad 2025 El listado del disquete VOL 61 es: Presentación y Resumen del 2025: 00:03:07 Autoexec.bat: 00:22:12 Compras navideñas: 00:23:37 Publicidad: 02:30:10 Ese loco hardware – Nvidia 7950: 02:34:00 Readme.txt: 03:06:20 En este programa haremos un mini repaso de lo que hemos hecho en el MS-DOS CLUB durante el 2025, también presentamos la aventura gráfica ULTRASECRETO de Rafael Mazzoni que podéis descargar aquí. Iremos después al plato fuerte del programa, las compras navideñas, que este año nos han llevado hasta el distante 1999 dónde los tres reyes magos: Kal, Logaran y Laertes os daban 10.000 pesetillas virtuales para comprar juegos de la época, pero el Grinch de Carlos Palmero ha repartido 10.000 pesetas de verdad para gastarlo en visio. Después haremos una mini pausa para publicidad donde escucharemos la desesperación de la chavalería al no llevarse a casa unas flamantes Gameboys de cuando las distribuía ERBE antes del incendio. Martin Gamero presenta su nuevo libro Sigo Mañana, que está ya en preventa y nos hablará de la tarjeta gráfica nvidia 7950. Acabaremos el programa con el Readme.txt de este mes. ¡Adelante programa!
Voici peut-être l'idée la plus simple… et la plus efficace pour démocratiser l'open source. Un projet indépendant baptisé Github Store vient de transformer GitHub en véritable magasin d'applications, à la manière d'un App Store ou d'un Google Play, mais dédié exclusivement aux logiciels libres. Disponible sur Android et sur ordinateur — Windows, macOS et Linux — Github Store propose une interface claire et familière : catégories, captures d'écran, descriptions détaillées et surtout un bouton d'installation en un clic. Fini la chasse aux fichiers au fond des dépôts ou la peur de télécharger la mauvaise archive. Ici, tout est pensé pour l'utilisateur final, pas uniquement pour les développeurs.Le fonctionnement est astucieux. L'application analyse automatiquement les dépôts GitHub publics qui publient de vraies versions installables dans leurs “releases”. Elle filtre les formats pertinents — APK, EXE, MSI, DMG, PKG, DEB, RPM — et écarte les simples archives de code source. Résultat : seules les applications réellement prêtes à être installées apparaissent dans le catalogue. L'utilisateur peut ensuite naviguer par popularité, mises à jour récentes ou nouveautés, et même filtrer par système d'exploitation pour ne voir que les logiciels compatibles avec sa machine. Chaque fiche application va plus loin que de simples captures d'écran. On y retrouve le nombre d'étoiles, de forks, les problèmes signalés, le README complet, les notes de version et le détail précis des fichiers téléchargeables. Une transparence fidèle à l'esprit open source.Côté technique, Github Store repose sur Kotlin Multiplatform et Compose. Sur Android, l'installation passe par le gestionnaire de paquets natif. Sur ordinateur, le fichier est téléchargé puis ouvert avec l'outil par défaut du système. Il est possible de se connecter avec un compte GitHub, optionnel mais utile : cela permet d'augmenter fortement les limites d'accès à l'API pour explorer sans contrainte. L'application est distribuée via les releases GitHub du projet et sur F-Droid pour Android, sous licence Apache 2.0. Autrement dit, libre, modifiable et réutilisable. Une précision importante toutefois : Github Store n'a pas vocation à garantir la sécurité des logiciels proposés. Il facilite la découverte et l'installation, mais la responsabilité reste entre les mains des développeurs… et des utilisateurs. En rendant l'open source aussi accessible qu'un store grand public, Github Store pourrait bien changer durablement la façon dont nous découvrons et utilisons les logiciels libres. Une petite révolution, sans marketing tapageur, mais avec une idée redoutablement efficace. Hébergé par Acast. Visitez acast.com/privacy pour plus d'informations.
The Brothers are joined by some festive friends for the annual quiz battle between the Creamy Cops and the Tangled Tigers. Quiz-Meister General, Sam Sheperd hosts a very special Quizmas special as Aidan and A-Mase join the super competitive Brothers in a battle (ship) for the ages - can the Tangled Tigers pull it back to 3-1 or will the Creamy Cops take a 4-0 lead? All will be revealed my friend...We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
Fuentes del episodio: https://www.morningbrew.com/stories/2025/12/12/disney-lets-openai-use-its-characters-in-ai-videoshttps://www.lasexta.com/noticias/cultura/robe-iniesta-causa-muerte_20251210693924235654b331396fac84.htmlhttps://cnnespanol.cnn.com/2025/12/08/cultura/louvre-fuga-agua-dano-libros-traxhttps://github.com/LuisMirandaAcebedo/security_articles/blob/main/help_flash_iot/README.mdhttps://www.cosmopharma.com/news/cosmo-announces-breakthrough-phase-iii-topline-results-from-scalp-1-and-scalp-2-for-clascoterone-5-solution-in-male-hair-loss-showing-up-to-539-relative-improvement-in-target-area-hair-count-vs-placehttps://www.reuters.com/business/boosted-by-dubai-chocolate-craze-argentina-bets-pistachios-2025-12-04https://www.nature.com/articles/d41586-025-04069-2#:~:text=This%20week%2C%20Australia%20became%20the,media%20restrictions%20on%20young%20people.
In this week's show Patrick Gray and Adam Boileau discuss the week's cybersecurity news, including: There's a CVSS 10/10 remote code exec in the React javascript server. JS server? U wot mate? China is out popping shells with it Linux adds support for PCIe bus encryption Amnesty International says Intellexa can just TeamViewer into its customers' surveillance systems …and a Belgian murder suspect complains that GrapheneOS's duress wipe feature failed him? This week's episode is sponsored by Kroll Cyber. Simon Onyons is Managing Director at Kroll's Cyber and Data Resilience arm, and he discusses a problem near to many of our hearts. Just how do you explain cyber risk to the board? This episode is also available on Youtube. Show notes Risky Bulletin: APTs go after the React2Shell vulnerability within hours - Risky Business Media Guillermo Rauch on X: "React2Shell" / X React2Shell-CVE-2025-55182-original-poc/README.md at main · lachlan2k/React2Shell-CVE-2025-55182-original-poc · GitHub Hydrogen: Shopify's headless commerce framework Researchers track dozens of organizations affected by React2Shell compromises tied to China's MSS | The Record from Recorded Future News Unveiling WARP PANDA: A New Sophisticated China-Nexus Adversary Three hacking groups, two vulnerabilities and all eyes on China | The Record from Recorded Future News Risky Bulletin: Linux adds PCIe encryption to help secure cloud servers Sean Plankey nomination to lead CISA appears to be over after Thursday vote | CyberScoop
El 9 de diciembre de 2025 se hizo historia en el mundo de la inteligencia artificial. La Linux Foundation anunció la creación de la Agentic AI Foundation, una coalición sin precedentes donde los mayores rivales del sector han decidido colaborar para establecer estándares abiertos. En este episodio analizamos en profundidad los tres proyectos fundacionales: MCP (Model Context Protocol) de Anthropic, que promete ser el USB-C de la IA; AGENTS.md de OpenAI, el README para agentes de código; y Goose de Block, un framework completo para construir agentes autónomos. Descubre por qué competidores directos han decidido unirse, qué significa para los desarrolladores y cómo estos estándares van a definir el futuro del trabajo con inteligencia artificial. El desarrollo ha cambiado para siempre con la llegada de los agentes de IA, y para poder sacarle el mayor provecho y ser un desarrollador de los que buscan las empresas por su ultra-productividad, tienes que ser un Maestro: consígue la Maestría con el Swift Mastery Program 2026. Descárgala ya desde el App Store: Be Native y escúchanos desde ahí. Suscríbete a nuestro canal de Youtube: Apple Coding en YouTube Descubre nuestro canal de Twitch: Apple Coding en Twitch. Descubre nuestras ofertas para oyentes: - Cursos en Udemy (con código de oferta) - Apple Coding Academy - Suscríbete a Apple Coding en nuestro Patreon. - Canal de Telegram de Swift. Acceso al canal. --------------- Consigue las camisetas oficiales de Apple Coding con los logos de Swift y Apple Coding así como todo tipo de merchadising como tazas o fundas. - Tienda de merchandising de Apple Coding.
Today we are talking about the community working group, What they do, and how you can help with guests AmyJune Hineline, Mark Casias, and Matthew Saunders. We'll also cover Drupal CMS Geo Images as our module of the week. For show notes visit: https://www.talkingDrupal.com/530 Topics Exploring the Community Working Group (CWG) Roles and Responsibilities within the CWG Conflict Resolution and Community Health Matthew's Journey and Joining the CWG Qualities and Experiences for CWG Members Identifying the Need for Cultural Sensitivity The Importance of Patience and Grace in Conflict Resolution Onboarding and the Role of the Community Health Team Time Commitment and Responsibilities of CWG Members Supporting the CWG Without Formal Membership Maintaining Confidentiality and Promoting Transparency Addressing Credit Abuse and Community Health Parting Words of Wisdom for Aspiring Community Members Resources Recipe application Guests AmyJune Hineline - volkswagenchick Matthew Saunders - jamesmatthewsaunders.ai MatthewS Mark Casias - omibee.com markie Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi MOTW Correspondent Mike Anello - drupaleasy.com ultimike Brief description: Drupal CMS Geo Images - a Drupal CMS recipe that automatically displays uploaded geotagged images on a map. Module name/project name: Drupal CMS Geo Images Brief history How old: created in February 2025 by Italo Mairo (https://www.drupal.org/u/itamair). He is also one of the maintainers of the GeoField module as well as many of the other geo-spatial related contrib modules. Versions available: 1.1.4, released Nov 9 2025. Maintainership Actively maintained Security coverage Documentation - yes, on the project page (README is the same) Number of open issues: 1 open issues, 0 of which are bugs against the current branch (2 total issues) Module features and usage Creates new "Geo image" media type Displays image and map Bulk import via Media Library Importer module Includes preconfigured map view (filterable by date) Each mapped photo displayed with image thumbnail on map
El listado del disquete VOL 60 es: Presentación: 00:05:14 Autoexec.bat: 00:17:01 Patrocinadores y premios del C:DOSCONTEST Segunda edición: 00:18:25 Debate – Mejores y peores momentos ante un ordenador-consola: 00:39:05 Publicidad: 01:28:10 El videoclub – Los corsarios del chip: 01:40:41 Ese loco hardware – Edge Diamond 3D: 02:16:05 Readme.txt: 02:48:25 En este programa vamos a tener una ampliación del concurso de programación de juegos para MS-DOS organizado en esta santa casa en la cual hablaremos de los patrocinadores y premios que tenemos para los afortunados (y currantes) ganadores. También tendremos un pequeño espacio en el que nos contáis vuestros peores y mejores momentos vividos gracias o por desgracia de los ordenadores y consolas. En la publicidad hablaremos de nuestro otro podcast Teleindiscretos y de la aventura gráfica que está apunto de salir de la mano de Devilish Games, Mystery of Silence. Estrenamos sección de El videoclub, porque Antonio Lozano, nuestro Ayatolá de la emulación, necesitaba ver una película española que hablase de tecnología como dios manda… ¡Los Corsarios del Chip! Martin Gamero nos hablará de la tarjeta Edge Diamond 3D, una tarjeta que unía el PC a la Sega Saturn de muchas maneras y, por fin, llegaremos a los comentarios del programa en Readme.txt. ¡Adelante programa! Ayúdanos a mantener MS-DOS Club.
Episodio 344.Mi nombre de diseñador es Kunning Drugger. Me dicen El Barato +, soy cabezón mas hacia este lado que hacia este lado y mira, tengo el paquete abajo…. Como suavecito, ¿me entiendes?
¿Cansado del "trabajo sucio" en tus proyectos de código? En este episodio te muestro mi kit de supervivencia en la Terminal de Linux: 4 herramientas CLI que automatizan desde el mensaje de commit con IA hasta el versionado completo del proyecto con Rust.. just (Task Runner)
Today we are talking about AI News,Drupal Hooks, and Drupal 11. We'll also cover Webform Scheduled Tasks as our module of the week. For show notes visit: https://www.talkingDrupal.com/526 Topics AI in News Anchoring Drupal Hooks and Themes Adoption of Object-Oriented Modules Challenges with Theme Hook Orders Understanding Hook Ordering in Modules Simplifying Hook Ordering with Drupal 11.2 Updating to Drupal 11: Considerations and Plans Exciting Features in Drupal 11 Drupal Orchestration and Integration New England Drupal Camp Announcement State of Drupal Work and Future Prospects Resources AI News Cast Drupal Hooks Driesnote DrupalCon Vienna 2025 Orchestration Activepieces Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi MOTW Correspondent Avi Schwab - froboy.org froboy Brief description: Have you (or your client) ever wanted to get fewer webform submission emails? Do you like getting emails on a predictable schedule and not any time a user decides to fill out your form? If so, you might want to check out Webform Scheduled Tasks Module name/project names Webform Scheduled Tasks Brief history Created by mattgill on 22 November 2017 It has a 3.0-rc1 release available with Drupal 10 compatibility and is awaiting review of it's automated D11 fixes. Maintainership Its last release was in November 2023, but just a month ago I helped get Sean Dietrich approved as a new maintainer, so I'm hoping for a new release in the near future. It has security coverage. Tests exist to test the full functionality of the module and they are passing. There is no standalone documentation, although a README is RTBC'ed. That said, the module page has a straightforward description of what the module does and how to use it, and getting it up and running is very straightforward. Number of open issues: 24 open issues, only 1 of which is a bug against the current branch. I'll also note there are 8 issues that are RTBC, so we should be seeing some fixes forthcoming. Usage stats: 817 sites Module features and usage Once you enable the module, Webforms will have an additional “Scheduled tasks” configuration screen. You can create a task to email all results or just the results since the last export. Once you enable a scheduled task, you can set a number of options: its next scheduled run and the run interval (in hours, days, weeks, etc) where to email the results, in what format (JSON or CSV), whether to delete submissions after they're sent There's also a RTBC patch to allow you to configure file names to include date-time of export, which can help the recipients keep track of the exports. After that, you just sit and wait for cron to do its thing.
Cyberdogs og oppfølgeren C-Dogs er noen enkle 2D-skytespill, men kunne være ganske morsomme spesielt med coop-modus og et rikt utvalg våpen og fiender. Selveste Dr. Bobledrage aka Anette Jøsendal har tatt kontakt med utvikleren Ronny Wester og fått tak i litt bakgrunnsinformasjon. Les mer hos spillhistorie Støtt oss gjerne på Patreon. Følg oss gjerne på Bluesky, Twitter, Facebook, og Podchaser. (00:00) Intro (00:39) Velkommen til cd SPILL (04:29) Kommentarer fra sist (07:20) Dagens spill: CyberDogs & C-Dogs (09:14) Hva går spillet ut på? (12:21) Tre karakterer (13:27) Penger og Armoury (15:42) Line of sight (17:15) Tech Specs: Cyberdogs (20:29) Våre minner (22:07) Litt om coop-mode (24:13) Dagens andre spilll: C-Dogs (27:55) Lydeffekter (29:47) Objectives (31:45) Dr. Bobledrages research (38:05) Sigves inntrykk (40:07) Hva synes dagens barn? (41:52) Tech Specs: C-Dogs (43:30) Readme.1st-fil (46:57) Litt om campaigns (51:11) Ulike fiender (55:21) Bytte styringstaster (57:18) Cyberdogs vs C-Dogs (59:22) Kommentarer fra sosiale medier (01:02:27) Har det holdt seg? (01:08:17) Finnes det noe tilsvarende idag? (01:10:45) C-Dogs SDL (01:13:44) Takk til patreons (01:14:38) Tips fra Sigve: Tempest Rising (01:16:50) Neste episode
Today we are talking about the New Contribution Records System, how it's changed, and what you may need to do differently with guests Fran Garcia-Linares & Tim Lehnen. We'll also cover Config Notify as our module of the week. This episode is sponsored by Amazee.ai For show notes visit: https://www.talkingDrupal.com/522 Topics Understanding the Contribution Record System Recent Changes and Migration Challenges Assigning and Displaying Contribution Credits Future Enhancements and Broader Contributions Collaborating on Commit Message Format GitLab Migration and Contribution Records Integration Challenges with GitLab Testing and Feedback on New System Future Plans and Community Involvement API Endpoints and Data Querying Gamification and Broader Adoption Resources Millions of data talk Slides (in Spanish) Video not available yet Gitlab issue for feature request for contribution Contribution records module https://www.drupal.org/project/contribution_records New available endpoints: https://new.drupal.org https://git.drupalcode.org/project/contribution_records/-/blob/1.0.x/README.md?ref_type=heads#endpoints-to-query-data Issue to track issue migration https://www.drupal.org/project/drupalorg/issues/3295357 Guests Fran Garcia-Linares - fjgarlin Tim Lehnen - drupal.org/association/staff hestenet Hosts Nic Laflin - nLighteneddevelopment.com nicxvan Martin Anderson-Clutz - mandclu.com mandclu Hayden Baillio - hgbaillio MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever needed to maintain a site where a site owner had access to update site configuration, and wanted to be notified whenever they did so? There's a module for that Module name/project name: Config Notify Brief history How old: created in Feb 2020 by Fran Garcia-Linares (fjgarlin), one of today's guests Versions available: 8.x-1.11, which supports Drupal 8.8 and newer Maintainership Actively maintained Security coverage Number of open issues: 2 open issues, neither of which are bugs Usage stats: 194 sites Module features and usage Just like it sounds, this module lets you trigger notifications when the configuration deviates from the config management code in production. You can choose for the notifications to be sent immediately, or via cron, with an option for a daily digest. The notifications can be sent by email, or via Slack, using the slack module (if enabled). This should be an easy-to-implement solution if you support a site where users may be updating the site configuration in production. A different approach was discussed back in episode #236 Top Down Configuration
The Brothers are joined by podcast friends from all over the world as they, and the Fabulous Forum, debate what is the best four song run in RHCP history.We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
Descarga la Guía práctica: README.md y AGENTS.md para PYMES (cómo documentar tu negocio y organizar tus agentes de IA) https://landing.tekdi.education/guia-agentes-ia.html
In this episode: Martin has a fancy GitHub profile. Shields.io - Concise, consistent, and legible badges github-readme-stats - Dynamically generated GitHub stats. readme-scribe - Automatically generates & updates markdown content, like your README.md Latest blog posts, podcasts, live streams, YouTube videos from RSS Latest release, starred repos. Thank and mention sponsors. Uses git-auto-commit-action to automatically commit and push changed files and push-files-to-another-repository to push the rendered README.md to my wimpysworld GitHub org. snk - GitHub user contributions graph as animated snake game Uses ghaction-github-pages to update a branch everynight Alan is busy maintaing lots of Snaps. Mark retired Advanced Volume Control for GNOME. You can send your feedback via show@linuxmatters.sh or the Contact Form. If you’d like to hang out with other listeners and share your feedback with the community, you can join us on: The Linux Matters Chatters on Telegram. The Linux Matters Subreddit. If you enjoy the show, please consider supporting us.
In this episode: Martin has a fancy GitHub profile. Shields.io - Concise, consistent, and legible badges github-readme-stats - Dynamically generated GitHub stats. readme-scribe - Automatically generates & updates markdown content, like your README.md Latest blog posts, podcasts, live streams, YouTube videos from RSS Latest release, starred repos. Thank and mention sponsors. Uses git-auto-commit-action to automatically commit and push changed files and push-files-to-another-repository to push the rendered README.md to my wimpysworld GitHub org. snk - GitHub user contributions graph as animated snake game Uses ghaction-github-pages to update a branch everynight Alan is busy maintaing lots of Snaps. Mark retired Advanced Volume Control for GNOME. You can send your feedback via show@linuxmatters.sh or the Contact Form. If you’d like to hang out with other listeners and share your feedback with the community, you can join: The Linux Matters Chatters on Telegram. The #linux-matters channel on the Late Night Linux Discord server. If you enjoy the show, please consider supporting us using Patreon or PayPal. For $5 a month on Patreon, you can enjoy an ad-free feed of Linux Matters, or for $10, get access to all the Late Night Linux family of podcasts ad-free.
In this episode: Martin has a fancy GitHub profile. Shields.io - Concise, consistent, and legible badges github-readme-stats - Dynamically generated GitHub stats. readme-scribe - Automatically generates & updates markdown content, like your README.md Latest blog posts, podcasts, live streams, YouTube videos from RSS Latest release, starred repos. Thank and mention sponsors. Uses git-auto-commit-action to automatically commit and push changed files and push-files-to-another-repository to push the rendered README.md to my wimpysworld GitHub org. snk - GitHub user contributions graph as animated snake game Uses ghaction-github-pages to update a branch everynight Alan is busy maintaing lots of Snaps. Mark retired Advanced Volume Control for GNOME. You can send your feedback via show@linuxmatters.sh or the Contact Form. If you’d like to hang out with other listeners and share your feedback with the community, you can join: The Linux Matters Chatters on Telegram. The #linux-matters channel on the Late Night Linux Discord server. If you enjoy the show, please consider supporting us using Patreon or PayPal. For $5 a month on Patreon, you can enjoy an ad-free feed of Linux Matters, or for $10, get access to all the Late Night Linux family of podcasts ad-free.
In this episode: Martin has a fancy GitHub profile. Shields.io – Concise, consistent, and legible badges github-readme-stats – Dynamically generated GitHub stats. readme-scribe – Automatically generates & updates markdown content, like your README.md Latest blog posts, podcasts, live streams, YouTube videos from RSS Latest release, starred repos. Thank and mention sponsors. Uses git-auto-commit-action to automatically... Read More
This week, we discuss the AI hype cycle, Astronomer's viral moment, and yet another YAML flavor — KYAML. Plus, private equity is coming for your donuts. Watch the YouTube Live Recording of Episode (https://www.youtube.com/live/Lul4dCCIT24?si=qeBAZXHmFBdRuuAx) 531 (https://www.youtube.com/live/Lul4dCCIT24?si=qeBAZXHmFBdRuuAx) Runner-up Titles Sometimes it's hard to make money I've given into Big Donut Maybe you can fake your way through life At some point you have to have some expertise AI has no taste Can you fix my PowerPoint? There is a chance we're all going to be naked soon Gobbling up the dark fiber WHYAML Waymo for Babies Rundown Beloved Texas doughnut chain sold to California equity firm (https://www.khou.com/article/news/local/shipley-do-nuts-sold-private-equity-houston-texas/285-259116a6-8819-4b32-8ca8-20359bb4f1e1) AI Mid-Year Hype-Cycle Check-in Gartner hype cycle (https://en.wikipedia.org/wiki/Gartner_hype_cycle) Betting on AI: The Delusion Driving Big Tech - Last Week in AWS Podcast (https://www.lastweekinaws.com/podcast/screaming-in-the-cloud/betting-on-ai-the-delusion-driving-big-tech/) Clouded Judgement 7.25.25 - TAMs Lie (https://cloudedjudgement.substack.com/p/clouded-judgement-72525-tams-lie?utm_source=post-email-title&publication_id=56878&post_id=169176822&utm_campaign=email-post-title&isFreemail=true&r=2l9&triedRedirect=true&utm_medium=email) Microsoft's AI CEO thinks Copilot will age and ‘have a room that it lives in' (https://www.theverge.com/news/713715/microsoft-copilot-appearance-feature-age-mustafa-suleyman-interview) Flaw in Gemini CLI coding tool could allow hackers to run nasty commands (https://arstechnica.com/security/2025/07/flaw-in-gemini-cli-coding-tool-allowed-hackers-to-run-nasty-commands-on-user-devices/) Claude Code is a slot machine (https://rgoldfinger.com/blog/2025-07-26-claude-code-is-a-slot-machine/) The Hater's Guide to the AI Bubble (https://www.wheresyoured.at/the-haters-gui/) 2025 Stack Overflow Developer Survey (https://survey.stackoverflow.co/2025/) 2025 Stack Overflow sentiment and usage section (https://survey.stackoverflow.co/2025/ai/#sentiment-and-usage) Astronomer Data Pipelines with Apache Airflow (https://www.thecloudcast.net/2025/07/data-pipelines-with-apache-airflow.html) Astronomer (@astronomerio) on X (https://x.com/astronomerio/status/1948890827566317712?s=46&t=EoCoteGkQEahPpAJ_HYRpg) Ryan Reynolds' ad agency, was behind the Gwyneth Paltrow Astronomer ad (https://www.businessinsider.com/ryan-reynolds-maximum-effort-gwyneth-paltrow-astronomer-ad-2025-7) Introducing KYAML, a safer, less ambiguous YAML subset / encoding (https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/5295-kyaml/README.md#summary) Palo Alto Networks to acquire CyberArk in $25 billion deal (https://www.cnbc.com/2025/07/30/palo-alto-networks-cyberark-deal.html) Relevant to your Interests Microsoft's Satya Nadella says job cuts have been 'weighing heavily' on him (https://www.cnbc.com/2025/07/24/microsoft-satya-nadella-memo-layoffs.html) IBM shares drop as software revenue misses (https://www.cnbc.com/2025/07/23/ibm-q2-earnings-report-2025.html) MSFT Teams in your car? (https://www.theverge.com/news/708481/microsoft-teams-mercedes-benz-integration-in-car-camera-support) Y2K38 bug? Debian switching to 64-bit time for everything (https://www.theregister.com/2025/07/25/y2k38_bug_debian/) A.I.-Driven Education: Founded in Texas and Coming to a School Near You (https://www.nytimes.com/2025/07/27/us/politics/ai-alpha-school-austin-texas.html) How Anthropic teams use Claude Code (https://www.anthropic.com/news/how-anthropic-teams-use-claude-code?utm_source=changelog-news) Anthropic unveils new rate limits to curb Claude Code power users (https://techcrunch.com/2025/07/28/anthropic-unveils-new-rate-limits-to-curb-claude-code-power-users/) Alphabet's Q2 revenue beats estimates as cloud computing surges (https://www.fastcompany.com/91373657/alphabet-google-earnings-q2-cloud-ai) Listener Feedback Steve recommends Lessons from Production (https://podcast.techwithkunal.com) Podcast (https://podcast.techwithkunal.com) Conferences Sydney Wizdom Meet-Up (https://www.wiz.io/events/sydney-wizdom-meet-up-aug-2025), Sydney, August 7. Matt will be there. SpringOne (https://www.vmware.com/explore/us/springone?utm_source=organic&utm_medium=social&utm_campaign=cote), Las Vegas, August 25th to 28th, 2025. See Coté's pitch (https://www.youtube.com/watch?v=f_xOudsmUmk). Explore 2025 US (https://www.vmware.com/explore/us?utm_source=organic&utm_medium=social&utm_campaign=cote), Las Vegas, August 25th to 28th, 2025. See Coté's pitch (https://www.youtube.com/shorts/-COoeIJcFN4). Wiz Capture the Flag (https://www.wiz.io/events/capture-the-flag-brisbane-august-2025), Brisbane, August 26. Matt will be there. SREDay London (https://sreday.com/2025-london-q3/), Coté speaking, September 18th and 19th. Civo Navigate London (https://www.civo.com/navigate/london/2025), Coté speaking, September 30th. Texas Linux Fest (https://2025.texaslinuxfest.org), Austin, October 3rd to 4th. CFP closes August 3rd (https://www.papercall.io/txlf2025). CF Day EU (https://events.linuxfoundation.org/cloud-foundry-day-europe/), Frankfurt, October 7th, 2025. AI for the Rest of Us (https://aifortherestofus.live/london-2025), Coté speaking, October 15th to 16th, London. SDT News & Community Join our Slack community (https://softwaredefinedtalk.slack.com/join/shared_invite/zt-1hn55iv5d-UTfN7mVX1D9D5ExRt3ZJYQ#/shared-invite/email) Email the show: questions@softwaredefinedtalk.com (mailto:questions@softwaredefinedtalk.com) Free stickers: Email your address to stickers@softwaredefinedtalk.com (mailto:stickers@softwaredefinedtalk.com) Follow us on social media: Twitter (https://twitter.com/softwaredeftalk), Threads (https://www.threads.net/@softwaredefinedtalk), Mastodon (https://hachyderm.io/@softwaredefinedtalk), LinkedIn (https://www.linkedin.com/company/software-defined-talk/), BlueSky (https://bsky.app/profile/softwaredefinedtalk.com) Watch us on: Twitch (https://www.twitch.tv/sdtpodcast), YouTube (https://www.youtube.com/channel/UCi3OJPV6h9tp-hbsGBLGsDQ/featured), Instagram (https://www.instagram.com/softwaredefinedtalk/), TikTok (https://www.tiktok.com/@softwaredefinedtalk) Book offer: Use code SDT for $20 off "Digital WTF" by Coté (https://leanpub.com/digitalwtf/c/sdt) Sponsor the show (https://www.softwaredefinedtalk.com/ads): ads@softwaredefinedtalk.com (mailto:ads@softwaredefinedtalk.com) Recommendations Brandon: Uber Teen (https://www.uber.com/us/en/ride/teens/) Matt: Software Defined Interviews - Chris Dancy (https://www.softwaredefinedinterviews.com/105) Photo Credits Header (https://unsplash.com/photos/white-and-black-floral-round-decor-qZ6uvJHLHFc)
In this episode of the Building Better Developers with AI podcast, Rob Broadhead and Michael Meloche revisit a popular past topic: the power of documentation. Instead of repeating the same points, they used ChatGPT to surface fresh talking points and spark a new conversation. This wasn't about using AI to generate documentation, but using it to revisit, reflect, and dive deeper into the value of documenting your development work. The result is a renewed appreciation for one of the most overlooked parts of software development—and how to make it better. The Power of Documentation: Why We Resist, But Still Need It “Good documentation might not get noticed—but bad or missing documentation definitely will.” Most developers avoid documentation. It's viewed as: Time-consuming Low ROI Secondary to writing “clean code” But as Rob and Michael explain, the power of documentation becomes obvious when someone new joins the team, when you return to your own code months later, or when something breaks in production. Without documentation, your project becomes fragile—even dangerous. Using AI tools like ChatGPT or Copilot can help kick-start outlines, clarify intentions, and even summarize logic to make documenting easier. The Power of Documentation in Planning: Comment-Driven Development “Don't just write code—write your thinking process.” One of the key strategies Rob shares is comment-driven development. Start by outlining your logic and workflow using plain-language comments or pseudocode. This mirrors how many AI tools generate code: from your intent to executable logic. Michael supports this with a reminder that self-documenting code—through clear naming, logical structure, and readable syntax—is also a form of documentation. Helpful tools: JSDoc Doxygen Sphinx Notion AI The Power of Documentation as a Force Multiplier “Documentation doesn't just explain—it accelerates.” Rob and Michael stress that the power of documentation isn't just about code comments—it's about velocity, quality, and reliability. Good documentation: Speeds up onboarding Reduces bugs and confusion Enables DevOps and automated testing Clarifies communication across teams Tools like Swagger and Postman transform API docs into live interfaces—letting you test endpoints, view examples, and generate clients with ease. The Power of Documentation: What It Costs to Skip It “If you don't write it down, it walks out the door with your last developer.” Michael shares stories of undocumented systems that became impossible to maintain when key developers left. Even worse is documentation that exists—but is never updated. Best practices: Keep docs near the code (e.g., Markdown in repo) Automate updates with tools like MkDocs Treat documentation like testing: part of your done definition Pro tip: Add documentation as a checklist item in your development tickets. Don't consider a task complete until it's explained clearly. The Power of Documentation in Practice: Where to Start “Every project deserves a README, a runbook, and a little foresight.” Rob and Michael outline the foundational documentation every project should have: README.md — Overview, build/setup steps, key dependencies Code comments — Especially around complex or non-obvious logic API documentation — Inputs, outputs, examples Architecture diagrams — System design and flow Runbooks — Deployment, recovery, and incident response Testing strategy — How to verify features and stability These documents preserve the power of documentation and ensure long-term maintainability, even as teams and tools evolve. Developer Challenge: Take One Step This Week Your challenge from the episode: Pick one area of your project—just one—and improve its documentation this week. Update the README. Create a runbook. Add clear inline comments to a tricky method. If you're not sure where to start, use AI to outline your intent or help create a checklist. Tag your results with #DevDocChallenge and share how you're strengthening the power of documentation in your work. Final Thoughts: Let AI Inspire, But Let Documentation Lead In this episode, Rob and Michael didn't use AI to do the documentation. They used it to start a better conversation about why it matters. The power of documentation is timeless—but now we have better tools and habits to make it sustainable. If you want to build code that lasts, supports teams, and scales with confidence—make documentation part of your strategy from day one. Callout: Build smarter. Build clearer. Embrace the power of documentation—your future self and your team will thank you. Stay Connected: Join the Developreneur Community We invite you to join our community and share your coding journey with us. Whether you're a seasoned developer or just starting, there's always room to learn and grow together. Contact us at info@develpreneur.com with your questions, feedback, or suggestions for future episodes. Together, let's continue exploring the exciting world of software development. Additional Resources Organizing Business Documentation: A Critical Challenge for Entrepreneurs Test-Driven Development – A Better Object-Oriented Design Approach SDLC – The software development life cycle is simplified Using a Document Repository To Become a Better Developer The Developer Journey Videos – With Bonus Content Building Better Developers With AI Podcast Videos – With Bonus Content
It's only taken 129 episodes, but here we are - the Brothers finally talk about the band's 1984, self-titled debut album! Brilliantly assisted by Aidan, JJ and Koen, the two sweetest of peas take you back to the place where it all began...We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
ANTIC Episode 118 - Trigger Warning In this episode of ANTIC The Atari 8-Bit Computer Podcast…we have lots of user feedback and user projects to report on, we talk about a postage stamp-sized Atari computer, and (trigger warning!) there are a couple of Commodore references… READY! Recurring Links Floppy Days Podcast AtariArchives.org AtariMagazines.com Kay's Book “Terrible Nerd” New Atari books scans at archive.org ANTIC feedback at AtariAge Atari interview discussion thread on AtariAge Interview index: here ANTIC Facebook Page AHCS Eaten By a Grue Next Without For Links for Items Mentioned in Show: What we've been up to Photos from the Capital Children's Museum Communications Exhibit which opened November 1981 - https://archive.org/details/ccm-communications Narrascope 2025 - https://narrascope.org/ Learning about print shop font and border formats with Michael Sternberg - https://forums.atariage.com/topic/324752-print-shop-atari-related-graphics/#findComment-5667327 “Unofficial Atari: a Visual History” by Darren Doyle - https://www.greyfoxbooks.com/shop/books/the-atari-a-visual-history/ Interview with Darren Doyle on ANTIC - https://ataripodcast.libsyn.com/antic-episode-10-the-atari-8-bit-podcast-darren-doyle-michael-current Atari800 emulator and FujiNet on Mac - Andy Diller - https://www.atariorbit.org/2025/06/19/fujinet-and-atari800-emulation/ News The Retroist Podcast covers the Atari XEGS - https://www.retroist.com/p/retroist-atari-xegs-podcast Atari 800 red keyboard - https://www.facebook.com/share/p/15fZrXoP24/ Atari 800 drum scanner project (Dave Porter) - https://www.facebook.com/share/p/15rS9dcyzr/?mibextid=wwXIfr Atari home automation (Mike Hogan) - https://www.facebook.com/share/p/16rNS2AZnv/?mibextid=wwXIfr Paper - https://www.academia.edu/13353149/Playing_and_copying_social_practices_of_home_computer_users_in_Poland_during_the_1980s Polish engineer creates postage stamp-sized 1980s Atari computer - https://arstechnica.com/gadgets/2025/06/polish-engineer-creates-postage-stamp-sized-1980s-atari-computer/ Antonia2 interest post by Simius - https://forums.atariage.com/topic/382122-antonia2-interest/ Thomas Cherryhomes will be writing a monthly FujiNet column for the upcoming Compute!'s Gazette reboot - https://fujinews.substack.com/p/thomas-cherryhomes-named-monthly New game (news comes from Atariteca) - "Quadbination" for Atari 8-bit - https://www.atariteca.net.pe/2025/06/reflejos-estrategia-y-paddles.html The story of how Boulder Dash was created: https://spillhistorie.no/2025/06/06/how-boulder-dash-was-created/ Kay Interviewed Peter Liepa in 2015 - https://ataripodcast.libsyn.com/antic-interview-66-peter-liepa-boulder-dash June Atari Insights Newsletter - https://ataribasics.com Trigger Warning: Commodore news https://www.tomshardware.com/video-games/retro-gaming/commodore-acquired-for-a-low-seven-figure-price-new-acting-ceo-comes-from-the-retro-community https://www.timeextension.com/news/2025/06/this-man-is-buying-commodore Upcoming Shows Silly Venture SE (Summer Edition) - July 31-Aug. 3 - Gdansk, Poland - https://www.demoparty.net/silly-venture/silly-venture-2025-se VCF West - August 1-2 - Computer History Museum in Mountain View, CA - https://vcfed.org/2025/03/05/vcf-west-2025-save-the-date/ Fujiama - August 11-17 - Lengenfeld, Germany - http://atarixle.ddns.net/fuji/2025/ VCF Midwest - September 13-14, 2025 - Renaissance Schaumburg Convention Center in Schaumburg, IL - http://vcfmw.org/ Portland Retro Gaming Expo - October 17-19 - Oregon Convention Center, Portland, OR - https://retrogamingexpo.com/ YouTube Videos Fixing bad key switches all at once (Atari 800XL AWC Type 2) - Adrian's Digital Basement - https://www.youtube.com/watch?v=zsSiEtSomQI Fixing a dead and dirty Atari 800XL - Adrian's Digital Basement - https://www.youtube.com/watch?v=ljBofLMPIeA Repairing a smashed-up Atari 400 computer - Adrian's Digital Basement - https://www.youtube.com/watch?v=_H4v-LVztk0 Atari 8-Bit Reborn Smaller Than a Quarter—It Actually Works! + More Retro News! - Bit By Bit - https://www.youtube.com/watch?v=OT3kTi-hX_o Connecting a 15KHz CRT monitor to a Sophia 2 Atari 8-bit via the DVI-I jack - FlashJazzCat - https://www.youtube.com/watch?v=SaFCzydsUTI New at Archive.org https://archive.org/details/clevatari-newsletter-issue-77-dec-1987 https://archive.org/details/clevatari-newsletter-oct-1987 https://archive.org/details/gtia-demonstration-diskette-apx https://archive.org/details/transdisk-iv-version-4-2-manual-page-6-software/ Dutch “Atari Users Foundation” - https://archive.org/details/escape2_202506/ New at Github CP/M on the Atari 8-bit - https://github.com/davidgiven/cpm65/blob/master/README.md https://github.com/nwah/fn-printer-examples https://github.com/itaych/Ice-T https://github.com/Cap-14/Atari-Cold-War https://github.com/seban-slt/antyajek Feedback (Kevin Lund) VCF-W exhibit page with Atari entry write up - https://vcfed.org/events/vintage-computer-festival-west/vcf-west-exhibits/ Dropcheck's 1450XL Replica PCB - https://www.bitsofthepast.com/1450XL_Replica.html B & C ComputerVisions - Atari Sales & Service - https://www.myatari.com/ Best Electronics - https://www.best-electronics-ca.com/ Video61 and Atari Sales - http://www.atarisales.com/main.html Eight Bit Fix (Paul Westphal) - https://www.eightbitfix.com/
Our Pride series keeps on slaying with none other than Southern California drag royalty, Ivy Colby! Ivy sits down with Delta to talk about the art of being a proud bar queen, the importance of drag competitions, and the unmistakable power of a bangle bracelet. And to the men out there… consider this your warning: these queens will gladly take your money and sit on your face!! Plus, what would a “Read Me, Delta” segment be without an iconic Labearja letter? We've got you covered, honey. And Delta? She's in HEAT (literally). You think she hates hot weather? Just wait until you hear this monologue. Listen to Very Delta Ad-Free AND One Day Early on MOM Plus Send us an e-mail at readmedelta@gmail.com FOLLOW DELTA @deltawork VERY DELTA IS A FOREVER DOG AND MOGULS OF MEDIA (M.O.M.) PODCAST Learn more about your ad choices. Visit megaphone.fm/adchoicesSee Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.
Our Pride series keeps on slaying with none other than Southern California drag royalty, Ivy Colby! Ivy sits down with Delta to talk about the art of being a proud bar queen, the importance of drag competitions, and the unmistakable power of a bangle bracelet. And to the men out there… consider this your warning: these queens will gladly take your money and sit on your face!! Plus, what would a “Read Me, Delta” segment be without an iconic Labearja letter? We've got you covered, honey. And Delta? She's in HEAT (literally). You think she hates hot weather? Just wait until you hear this monologue. Listen to Very Delta Ad-Free AND One Day Early on MOM Plus Send us an e-mail at readmedelta@gmail.com FOLLOW DELTA @deltawork VERY DELTA IS A FOREVER DOG AND MOGULS OF MEDIA (M.O.M.) PODCAST Learn more about your ad choices. Visit megaphone.fm/adchoices
This week's EYE ON NPI is a super connector - it's the Texas Instruments SimpleLink Wi-Fi CC33xx Family (https://www.digikey.com/en/product-highlight/t/texas-instruments/simplelink-wi-fi-cc33xx-family) with 2.4GHz and 5GHz WiFi 6 support, plus optional Bluetooth LE, in a low cost co-processor you can add to any microcontroller project you have to instantly IoT-ify it. This family of chips is a big upgrade in the CC3 family, and looks like a very competitive solution to existing market chips - we're excited to see how TI has adapted to the existing market to bring this compelling offering. Oh the TI CC3x series, how you've grown! We first met you back when it was the CC3000, a radical WiFi co-processor with the (at-the-time) astonishing price of ~$10 per module. At the time, we crafted an Arduino-compatible shield and a breakout board (https://learn.adafruit.com/adafruit-cc3000-wifi/overview) as well as an Arduino port of the TCP/IP mini-stack so that folks could do amazing things like get the time (https://learn.adafruit.com/adafruit-cc3000-wifi/internettime), read a web page (https://learn.adafruit.com/adafruit-cc3000-wifi/webclient) or even send a Tweet (https://learn.adafruit.com/adafruit-cc3000-wifi/sendtweet). The big thing was making it so you weren't spending the $50 it cost up-till-then to add a full-linux-system-as-peripheral (https://www.adafruit.com/product/1498). Since then, TI has released some updated versions, such as the CC3100 (https://www.digikey.com/short/9cp431pr), which added 802.11n and lower power draw - we saw it featured in a few micropython projects (https://blog.adafruit.com/2016/08/24/micropython-name-badge-from-emf-2016/) thanks to the core driver support (https://github.com/micropython/micropython/tree/master/drivers/cc3100). And after that, the CC3200 series (https://www.digikey.com/short/9289jcq3), which added TLS/SSL support and had an internal ARM Cortex-M4 that could run code on its own, like MicroPython! (https://github.com/micropython/micropython/blob/master/ports/cc3200/README.md) So it's no surprise that TI is continuing to press their WiFi family forward, to now the CC33xx! The new Texas Instruments SimpleLink Wi-Fi CC33xx Family (https://www.digikey.com/en/product-highlight/t/texas-instruments/simplelink-wi-fi-cc33xx-family) comes with 4 variants: the CC330x have 2.4GHz WiFi only, where-as the CC335x add 5GHz for an additional cost. Likewise, the CC33x0 have only WiFi, and the CC33x1 have WiFi+BLE. Since all the chips / modules are pin-compatible, you can develop with one and then change in production to whatever final setup suits your product. Like the earlier chips, these chips are expected to be connected to a main processor: either a microcontroller or microcomputer, over SPI or SDIO. SPI will work great for your smaller micros, SDIO is great when you have the speed and bandwidth to shift a lot more data around. When connecting over BLE, use the UART-with-flow control - that's the standard for a "BTLE Host Controller Interface" communications (https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-60/out/en/host-controller-interface/uart-transport-layer.html). Of course, there's no way you'll want to write a driver for this kind of complex chip - so visit the CC33xx software download page (https://www.ti.com/tool/CC33XX-SOFTWARE) which has software in the form of Linux kernel patch/drivers for beefy chips, or an microcontroller with an RTOS - follow their porting guide to get it running on a non-TI chipset (https://dev.ti.com/tirex/explore/node?node=A__AEIJm0rwIeU.2P1OBWwlaA__CC33XX-RTOS-MCU__dzPVh4K__LATEST) Now you're probably saying "OK cool but I don't want to do a bunch of RF layout, I want a nice tinned module i can slap down and connect my RP-SMA or chip antenna" - and not surprisingly, it looks like there's a CC3301 module (https://www.ti.com/product/CC3301MOD) in pre-production with an optimistic budgetary price of $2.88 - that's for 2.4GHz + BLE. For the 5GHz CC3351MOD (https://www.ti.com/product/CC3351MOD) the price is $3.50. Sans BLE the CC3350MOD (https://www.ti.com/product/CC3350MOD) is $3.13. If you want a peek at what the CC3301 module might look like, the BoosterPack product page has a tantalizing glimpse (https://www.ti.com/tool/BP-CC3301MOD). You can sign up at TI's site for updates on the release schedule, or chat with your DigiKey sales rep and they'll let you know when the part makes it into general distribution. Until then, you can get plenty of TI CC3350 (https://www.digikey.com/short/3z7tqtrp) and CC3351 (https://www.digikey.com/short/hmqzwv5j) bare chips: they're both in stock at DigiKey for immediate shipment! Order today and you'll quickly add low-cost WiFi 6 + BLE support to your next design, with 2.4/5 GHz support so you're ready for any customer or configuration. With ready-to-go software, and great low prices, you can get your design set up with cutting-edge networking without breaking the BOM bank.
How do you retrofit a clustered data-processing system to use cheap commodity storage? That's the big question in this episode as we look at one of the many attempts to build a version of Kafka that uses object storage services like S3 as its main disk, sacrificing a little latency for cheap, infinitely-scalable disks.There are several companies trying to walk down that road, and it's clearly big business - one of them recently got bought out for a rumoured $250m. But one of them is actively trying to get those changes back into the community, as are pushing to make Apache Kafka speak object storage natively.Joining me to explain why and how are Josep Prat and Filip Yonov of Aiven. We break down what it takes to make Kafka's storage layer optional on a per-topic basis, how they're making sure it's not a breaking change, and how they plan to get such a foundational feature merged.–Announcement Post: https://aiven.io/blog/guide-diskless-apache-kafka-kip-1150Aiven's (Temporary) Fork, Project Inkless: https://github.com/aiven/inkless/blob/main/docs/inkless/README.mdKafka Improvement Process (KIP) Articles: KIP-1150: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1150%3A+Diskless+Topics KIP-1163: Diskless Core: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1163%3A+Diskless+Core KIP-1164: Topic Based Batch Coordinator: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1164%3A+Topic+Based+Batch+Coordinator KIP-1165: Object Compaction for Diskless: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1165%3A+Object+Compaction+for+DisklessSupport Developer Voices on Patreon: https://patreon.com/DeveloperVoicesSupport Developer Voices on YouTube: https://www.youtube.com/@developervoices/joinFilip on LinkedIn: https://www.linkedin.com/in/filipyonovJosep on LinkedIn: https://www.linkedin.com/in/jlprat/Kris on Bluesky: https://bsky.app/profile/krisajenkins.bsky.socialKris on Mastodon: http://mastodon.social/@krisajenkinsKris on LinkedIn: https://www.linkedin.com/in/krisjenkins/
The Brothers explore the songs that came out of the 2003 Greatest Hits sessions. And drink beer. And Sam has a pizza. It's all very professional...We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
In this episode, I, Stewart Alsop III, sat down with AJ Beckner to walk through how non-technical founders can build a deeper understanding of their codebase using AI tools like Cursor and Claude. We explored the reality of navigating an IDE as a beginner, demystified Git and GitHub version control, and walked through practical ways to clone a repo, open it safely in Cursor, and start asking questions about your app's structure and functionality without breaking anything. AJ shared his curiosity about finding specific text in his app and how to track that down across branches. We also looked at using AI-powered tools for tasks like dependency analysis and visualizing app architecture, with a focus on empowering non-devs to gain confidence and clarity in their product's code. You can connect with AJ through Twitter at @thisistheaj.Check out this GPT we trained on the conversation!Timestamps00:00 – Stewart introduces Cursor as a fork of Visual Studio Code and explains the concept of an IDE to AJ, who has zero prior experience. They talk about the complexity of coding and the importance of developer curiosity.05:00 – They walk through cloning a GitHub repository using the git clone command. Stewart highlights that AJ won't break anything and introduces the idea of a local playground for exploration.10:00 – Stewart explains Git vs GitHub, the purpose of version control, and how to use the terminal for navigation. They begin setting up the project in Cursor using the terminal rather than GUI options.15:00 – They realize only a README was cloned, leading to a discussion about branches—specifically the difference between main and development branches—and how to clone the right one.20:00 – Using git fetch, they get access to the development branch. Stewart explains how to disconnect from Git safely to avoid pushing changes.25:00 – AJ and Stewart begin exploring Cursor's AI features, including the chat interface. Stewart encourages AJ to start asking natural-language questions about the app structure.30:00 – Stewart demonstrates how to ask for a dependency analysis and create mermaid diagrams for visualizing how app modules are connected.35:00 – They begin identifying specific UI components, including finding and editing the home screen title. AJ uploads a screenshot to use as reference in Cursor.40:00 – They successfully trace the UI text to an index.tsx file and discuss the layout's dependency structure. AJ learns how to use search and command-F effectively.45:00 – They begin troubleshooting issues with Claude's GitHub integration, exploring Claude MCP servers and configuration files to fix broken tools.50:00 – Stewart guides AJ through using npm to install missing packages, explains what Node Package Manager is, and reflects on the interconnected nature of modern development.55:00 – Final troubleshooting steps and next steps. Stewart suggests bringing in Phil for deeper debugging. AJ reflects on how empowered he now feels navigating the codebase.Key InsightsYou don't need to be a developer to understand your app's codebase: AJ Beckner starts the session with zero familiarity with IDEs, but through Stewart's guidance, he begins navigating Cursor and GitHub confidently. The key idea is that non-technical founders can develop real intuition about their code—enough to communicate better with developers, find what they need, and build trust with the systems behind their product.Cursor makes AI-native development accessible to beginners: One of the biggest unlocks in this episode is seeing how Cursor, a VS Code fork with AI baked in, can answer questions about your codebase in plain English. By cloning the GitHub repo and indexing it, AJ is able to ask, “Where do I change this text in the app?” and get direct, actionable guidance. Stewart points out that this shifts the role of a founder from passively waiting on answers to actively exploring and editing.Version control doesn't have to be scary—with the right framing: Git and GitHub come across as overwhelming to many non-engineers, but Stewart breaks it down simply: Git is the local system that helps keep changes organized and non-destructive, and GitHub is the cloud-based sharing tool layered on top. Together, they allow safe experimentation, like cloning a development branch and disconnecting it from the main repo to create a playground environment.Branching strategies reflect how work gets done behind the scenes: The episode includes a moment of discovery: AJ cloned the main branch and only got a README. Stewart explains that the real work often lives in a “development” branch, while “main” is kept stable for production. Understanding this distinction helps AJ (and listeners) know where to look when trying to understand how features are actually being built and tested.Command line basics give you superpowers: Rather than relying solely on visual tools, Stewart introduces AJ to the terminal—explaining simple commands like cd, git clone, and git fetch—and emphasizes that the terminal has been the backbone of developer work for decades. It's empowering to learn that you can use just a few lines of text to download and explore an entire app.Modern coding is less about code and more about managing complexity: A recurring theme in the conversation is the sheer number of dependencies, frameworks, and configuration files that make up any modern app. Stewart compares this to a reflection of modern life—interconnected and layered. Understanding this complexity (rather than being defeated by it) becomes a mindset that AJ embraces as part of becoming technically fluent.AI will keep lowering the bar to entry, but learning fundamentals still matters: Stewart shares how internal OpenAI coding models went from being some of the worst performers two years ago to now ranking among the top 50 in the world. While this progress promises an easier future for non-devs, Stewart emphasizes the value of understanding what's happening under the hood. Tools like Claude and Cursor are incredibly powerful, but knowing what they're doing—and when to be skeptical—is still key.
Discipline (Four Way Books, 2024), Debra Spark's latest novel was inspired by the life of Walt Kuhn, who introduced Americans to modern art, and also by an infamous east coast boarding school that was forcibly shut down in 2014. The novel twists and turns through the lives of an artist and his wife, a teenager forced to attend a horrifying boarding school, the artist and his wife's lonely daughter after their deaths, and a divorced art appraiser studying the works of the dead artist. Discipline addresses teenagers whose lives are molded by thoughtless adults and women who struggle with loneliness or are taken advantage of by the unscrupulous. It's a coming-of-age story, a mystery about an art theft, but this gorgeous novel is also about family, ambition, and suffering. DEBRA SPARK is the author of five novels, two collections of short stories, and two books of essays on fiction writing. Her most recent books are the novel Unknown Caller and the essay collection And Then Something Happened. With Deborah Joy Corey, she co-edited Breaking Bread, a book of food essays by Maine writers to raise funds for a hunger nonprofit. Her short work has appeared in Agni, AWP Writers' Chronicle, the Boston Globe, the Cincinnati Review, the Chicago Tribune, Epoch, Esquire, Five Points, Food and Wine, Harvard Review, Huffington Post, Maine Magazine, Narrative, New England Travel and Life, the New England Review, the New York Times, Ploughshares, salon.com, the San Francisco Chronicle, the Washington Post, Yankee, and Yale Alumni Quarterly, among other places. In addition to writing book reviews, fiction, articles, and essays, she spent a decade writing about home, art, and design for Maine Home+Design, Decor Maine, Down East, Dwell, Elysian, Interiors Boston, New England Home, and Yankee. She writes a monthly book review column of French books in English translation for Frenchly.us. She has been the recipient of several awards including Maine's 2017 READ ME series, a National Endowment for the Arts fellowship, a Bunting Institute fellowship from Radcliffe College, Wisconsin Institute Fellowship, Pushcart Prize, Michigan Literary Fiction Award, and John Zacharis/Ploughshares award for best first book. A graduate of Yale University and the Iowa Writers' Workshop, she is a professor at Colby College and teaches in the MFA Program for Writers at Warren Wilson College. When she's not working, Spark exercises, studies French, spends time with friends and family, bakes gluten-free, and belongs to a cookbook book club. Learn more about your ad choices. Visit megaphone.fm/adchoices Support our show by becoming a premium member! https://newbooksnetwork.supportingcast.fm/new-books-network
Today we are talking about Drupal Forge, how it works, and why it's changing Drupal with guest Darren Oh. We'll also cover ECA VBO as our module of the week. For show notes visit: https://www.talkingDrupal.com/497 Topics Elevator pitch for Drupal forge What is Drupal Forge built on What is the pricing model Does Drupal Forge only allow you to install Drupal CMS Drupal Forge and templates, was there an influence on Site Templates Why offer templates for Drupal Forge Camps Is Drupal Forge open source What is on the Roadmap How can people get involved Resources Drupal Forge on Drupal.org Drupal Forge DevPanel Guests Darren Oh - drupalforge.org Darren Oh Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Kathy Beck - kbeck303 MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted a powerful and flexible way to create views bulk operations without writing code? There's a module for that. Module name/project name: ECA VBO Brief history How old: created in May 2022 by mxh, a prolific maintainer in his own right, and an active member of the group that has made the ECA ecosystem so far-reaching Versions available: 1.1.1 and 2.1.1, the latter of which supports ^10.3 || ^11 Maintainership Actively maintained Security coverage Documentation: sort of. The README has step-by-step instructions, and the project page has links to both an example model and a tutorial video Number of open issues: 7 open issues, 1 of which are bugs against the current branch Usage stats: 320 sites Module features and usage With the module installed, your site will have a number of Events available within ECA, specifically for defining models that can perform bulk actions on the selected items in a view. In my own experience the most useful event is VBO: Execute Views bulk operation (one by one) From there, you can define the logic of what needs to happen to the selected items. I've used it for fairly simple operations like changing content to a specific moderation state, but you could define complex logic that is conditional on field values, site configuration, or even global factors like the time of day With one or more models defined, you can now add a field to your view for ECA bulk operations and then select which eligible models you want available in that specific view It's worth adding that the ECA model can also include logic to define who should have access to perform a particular operation, which could be as simple as checking the role of the current user, but can be as complex as you need I came across ECA VBO during some recent work on the Drupal Event Platform, which is already available to try out on Drupal Forge, but there should be a more formal announcement on that front soon
The Brothers continue their mission to celebrate the music of the Red Hot Chili Peppers by ranking the album closers. Will they use Sir Psycho instead of They're Red Hot? Will they include Hey? Listen and find out...We are part of the Deep Dive Podcast Network: https://twitter.com/DeepDivePodNetFollow us on the good old socials:Twitter:Ben: https://twitter.com/universallyrhcpSam: https://twitter.com/stacktownsendInstagram:Ben: https://www.instagram.com/universallyspeakingrhcp_pod/Read ‘Me and My Friends' - The World's #1 RHCP Newsletter - Subscribe here: https://buttondown.email/rhcpsessions.Check out Red Hot Chili Riffs here: https://www.youtube.com/@RedHotChiliRiffsCheck out our Drum Ambassadors (Jack Johnson) projects here: https://www.youtube.com/channel/UCdy0pbWSOg6f8vcYnngIQ0ACheck out our Bass Ambassadors (Aidan Hampson) projects here: http://aidanhampson.co.uk/Check out friend of the pod, Dan Boyd's Pop Shock Podcast - for all your pop culture needs! Audio: https://anchor.fm/popshockpod / Video: https://youtube.com/channel/UCHY5pXX_x7Kv4e8wJmHoK5AFor your vinyl needs please shop at Black Star Records: https://www.blackstarrecords.co.uk and Black Wax Coffee and Records: https://blackwaxcoffee.co.uk/
News includes a new library called phoenix_sync for real-time sync in Postgres-backed Phoenix applications, Peter Solnica released a Text Parser for extracting structured data from text, a useful tip on finding Hex package versions locally with mix hex.info, Wasmex updated to v0.10 with WebAssembly component support, and Chrome introduces a new browser feature similar to LiveView.JS. We also talked with Alistair Woodman and Jonatan Männchen from the EEF about Jonatan's role as CISO, the Security Working Group, and their work on OpenChain compliance for supply-chain security, Software Bill of Materials (SBoMs), and what these initiatives mean for the Elixir community, and more! Show Notes online - http://podcast.thinkingelixir.com/245 (http://podcast.thinkingelixir.com/245) Elixir Community News https://gigalixir.com/thinking (https://gigalixir.com/thinking?utm_source=thinkingelixir&utm_medium=shownotes) – Gigalixir is sponsoring the show, offering 20% off standard tier prices for a year with promo code "Thinking". https://github.com/electric-sql/phoenix_sync (https://github.com/electric-sql/phoenix_sync?utm_source=thinkingelixir&utm_medium=shownotes) – New library called phoenix_sync providing real-time sync for Postgres-backed Phoenix applications. https://hexdocs.pm/phoenix_sync/readme.html (https://hexdocs.pm/phoenix_sync/readme.html?utm_source=thinkingelixir&utm_medium=shownotes) – Documentation for phoenix_sync, a solution for building modern, real-time apps with local-first/sync in Elixir. https://github.com/josevalim/sync (https://github.com/josevalim/sync?utm_source=thinkingelixir&utm_medium=shownotes) – José Valim's original proof of concept repo that was promptly archived. https://electric-sql.com/ (https://electric-sql.com/?utm_source=thinkingelixir&utm_medium=shownotes) – Electric SQL's platform that syncs subsets of Postgres data into local apps and services, allowing data to be available offline and in-sync. https://solnic.dev/posts/announcing-textparser-for-elixir/ (https://solnic.dev/posts/announcing-textparser-for-elixir/?utm_source=thinkingelixir&utm_medium=shownotes) – Peter Solnica released TextParser, a library for extracting interesting parts of text like hashtags and links. https://hexdocs.pm/text_parser/readme.html (https://hexdocs.pm/text_parser/readme.html?utm_source=thinkingelixir&utm_medium=shownotes) – Documentation for the Text Parser library that helps parse text into structured data. https://www.elixirstreams.com/tips/mix-hex-info (https://www.elixirstreams.com/tips/mix-hex-info?utm_source=thinkingelixir&utm_medium=shownotes) – Elixir stream tip on using mix hex.info to find the latest package version for a Hex package locally, without needing to search on hex.pm or GitHub. https://github.com/phoenixframework/tailwind/blob/main/README.md#updating-from-tailwind-v3-to-v4 (https://github.com/phoenixframework/tailwind/blob/main/README.md#updating-from-tailwind-v3-to-v4?utm_source=thinkingelixir&utm_medium=shownotes) – Guide for upgrading Tailwind to V4 in existing Phoenix applications using Tailwind's automatic upgrade helper. https://gleam.run/news/hello-echo-hello-git/ (https://gleam.run/news/hello-echo-hello-git/?utm_source=thinkingelixir&utm_medium=shownotes) – Gleam 1.9.0 release with searchability on hexdocs, Echo debug printing for improved debugging, and ability to depend on Git-hosted dependencies. https://d-gate.io/blog/everything-i-was-lied-to-about-node-came-true-with-elixir (https://d-gate.io/blog/everything-i-was-lied-to-about-node-came-true-with-elixir?utm_source=thinkingelixir&utm_medium=shownotes) – Blog post discussing how promises made about NodeJS actually came true with Elixir. https://hexdocs.pm/wasmex/Wasmex.Components.html (https://hexdocs.pm/wasmex/Wasmex.Components.html?utm_source=thinkingelixir&utm_medium=shownotes) – Wasmex updated to v0.10 with support for WebAssembly components, enabling applications and components to work together regardless of original programming language. https://ashweekly.substack.com/p/ash-weekly-issue-8 (https://ashweekly.substack.com/p/ash-weekly-issue-8?utm_source=thinkingelixir&utm_medium=shownotes) – AshWeekly Issue 8 covering AshOps with mix task capabilities for CRUD operations and BeaconCMS being included in the Ash HQ installer script. https://developer.chrome.com/blog/command-and-commandfor (https://developer.chrome.com/blog/command-and-commandfor?utm_source=thinkingelixir&utm_medium=shownotes) – Chrome update brings new browser feature with commandfor and command attributes, similar to Phoenix LiveView.JS but native to browsers. https://codebeamstockholm.com/ (https://codebeamstockholm.com/?utm_source=thinkingelixir&utm_medium=shownotes) – Code BEAM Lite announced for Stockholm on June 2, 2025 with keynote speaker Björn Gustavsson, the "B" in BEAM. https://alchemyconf.com/ (https://alchemyconf.com/?utm_source=thinkingelixir&utm_medium=shownotes) – AlchemyConf coming up March 31-April 3 in Braga, Portugal. Use discount code THINKINGELIXIR for 10% off. https://www.gigcityelixir.com/ (https://www.gigcityelixir.com/?utm_source=thinkingelixir&utm_medium=shownotes) – GigCity Elixir and NervesConf on May 8-10, 2025 in Chattanooga, TN, USA. https://www.elixirconf.eu/ (https://www.elixirconf.eu/?utm_source=thinkingelixir&utm_medium=shownotes) – ElixirConf EU on May 15-16, 2025 in Kraków & Virtual. https://goatmire.com/#tickets (https://goatmire.com/#tickets?utm_source=thinkingelixir&utm_medium=shownotes) – Goatmire tickets are on sale now for the conference on September 10-12, 2025 in Varberg, Sweden. Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com) Discussion Resources https://elixir-lang.org/blog/2025/02/26/elixir-openchain-certification/ (https://elixir-lang.org/blog/2025/02/26/elixir-openchain-certification/?utm_source=thinkingelixir&utm_medium=shownotes) https://cna.erlef.org/ (https://cna.erlef.org/?utm_source=thinkingelixir&utm_medium=shownotes) – EEF CVE Numbering Authority https://erlangforums.com/t/security-working-group-minutes/3451/22 (https://erlangforums.com/t/security-working-group-minutes/3451/22?utm_source=thinkingelixir&utm_medium=shownotes) https://podcast.thinkingelixir.com/220 (https://podcast.thinkingelixir.com/220?utm_source=thinkingelixir&utm_medium=shownotes) – previous interview with Alistair https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act (https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act?utm_source=thinkingelixir&utm_medium=shownotes) – CRA - Cyber Resilience Act https://www.cisa.gov/ (https://www.cisa.gov/?utm_source=thinkingelixir&utm_medium=shownotes) – CISA US Government Agency https://www.cisa.gov/sbom (https://www.cisa.gov/sbom?utm_source=thinkingelixir&utm_medium=shownotes) – Software Bill of Materials https://oss-review-toolkit.org/ort/ (https://oss-review-toolkit.org/ort/?utm_source=thinkingelixir&utm_medium=shownotes) – Desire to integrate with tooling outside the Elixir ecosystem like OSS Review Toolkit https://github.com/voltone/rebar3_sbom (https://github.com/voltone/rebar3_sbom?utm_source=thinkingelixir&utm_medium=shownotes) https://cve.mitre.org/ (https://cve.mitre.org/?utm_source=thinkingelixir&utm_medium=shownotes) https://openssf.org/projects/guac/ (https://openssf.org/projects/guac/?utm_source=thinkingelixir&utm_medium=shownotes) https://erlef.github.io/security-wg/securityvulnerabilitydisclosure/ (https://erlef.github.io/security-wg/security_vulnerability_disclosure/?utm_source=thinkingelixir&utm_medium=shownotes) – EEF Security WG Vulnerability Disclosure Guide Guest Information - https://x.com/maennchen_ (https://x.com/maennchen_?utm_source=thinkingelixir&utm_medium=shownotes) – Jonatan on Twitter/X - https://bsky.app/profile/maennchen.dev (https://bsky.app/profile/maennchen.dev?utm_source=thinkingelixir&utm_medium=shownotes) – Jonatan on Bluesky - https://github.com/maennchen/ (https://github.com/maennchen/?utm_source=thinkingelixir&utm_medium=shownotes) – Jonatan on Github - https://maennchen.dev (https://maennchen.dev?utm_source=thinkingelixir&utm_medium=shownotes) – Jonatan's Blog - https://www.linkedin.com/in/alistair-woodman-51934433 (https://www.linkedin.com/in/alistair-woodman-51934433?utm_source=thinkingelixir&utm_medium=shownotes) – Alistair Woodman on LinkedIn - awoodman@erlef.org - https://github.com/ahw59/ (https://github.com/ahw59/?utm_source=thinkingelixir&utm_medium=shownotes) – Alistair on Github - http://erlef.org/ (http://erlef.org/?utm_source=thinkingelixir&utm_medium=shownotes) – Erlang Ecosystem Foundation Website Find us online - Message the show - Bluesky (https://bsky.app/profile/thinkingelixir.com) - Message the show - X (https://x.com/ThinkingElixir) - Message the show on Fediverse - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir) - Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com) - Mark Ericksen on X - @brainlid (https://x.com/brainlid) - Mark Ericksen on Bluesky - @brainlid.bsky.social (https://bsky.app/profile/brainlid.bsky.social) - Mark Ericksen on Fediverse - @brainlid@genserver.social (https://genserver.social/brainlid) - David Bernheisel on Bluesky - @david.bernheisel.com (https://bsky.app/profile/david.bernheisel.com) - David Bernheisel on Fediverse - @dbern@genserver.social (https://genserver.social/dbern)
Lior Lieberman is a software engineer lead at Google Cloud focusing on GCE, Kubernetes, and Service Mesh. He is a leading contributor to Gateway API and the maintainer of Ingress2gateway. 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 NFTables mode for kube-proxy | Kubernetes Kubescape becomes a CNCF incubating project Announcing the Beta Release of OpenTelemetry Go Auto-Instrumentation using eBPF | CNCF New Phippy Book Guidelines: Enhancing Community Access & Engagement | CNCF Links from the interview Lightning Talk: Why Service Is the Worst API in Kubernetes, & What We're Doing About It - Tim Hockin GitHub - kubernetes-sigs/ingress2gateway: Convert Ingress resources to Gateway API resources Migrating from Ingress Gateway API Inference Extension 0.1.0 release README on GitHub kubernetes-sigs/ingate - an Ingress & Gateway API Controller GAMMA - https://gateway-api.sigs.k8s.io/mesh/