52 Weeks of Cloud

52 Weeks of Cloud

Podcast door Noah Gift

A weekly podcast on technical topics related to cloud computing including: MLOPs, LLMs, AWS, Azure, GCP, Multi-Cloud and Kubernetes.

Probeer 7 dagen gratis

€ 9,99 / maand na proefperiode.Elk moment opzegbaar.

Probeer gratis

Alle afleveringen

213 afleveringen
episode Pragmatic AI Labs Interactive Labs Next Generation artwork
Pragmatic AI Labs Interactive Labs Next Generation

PRAGMATICA LABS PODCAST: INTERACTIVE LABS UPDATE EPISODE NOTES ANNOUNCEMENT: UPDATED INTERACTIVE LABS * New version of interactive labs now available on the Pragmatica Labs platform * Focus on improved Rust teaching capabilities RUST LEARNING ENVIRONMENT FEATURES * Browser-based development environment with: * Ability to create projects with Cargo * Code compilation functionality * Visual Studio Code in the browser * Access to source code from dozens of Rust courses PRAGMATICA LABS RUST COURSE OFFERINGS * Applied Rust courses covering: * GUI development * Serverless * Data engineering * AI engineering * MLOps * Community tools * Python and Rust integration UPCOMING TECHNOLOGY COVERAGE * Local large language models (Olamma) * Zig as a modern C replacement * WebSockets * Building custom terminals * Interactive data engineering dashboards with SQLite integration * WebAssembly * Assembly-speed performance in browsers CONCLUSION * New content and courses added weekly * Interactive labs now live on the platform * Visit PAIML.com to explore and provide feedback 🔥 HOT COURSE OFFERS: * 🤖 Master GenAI Engineering [https://ds500.paiml.com/learn/course/0bbb5/] - Build Production AI Systems * 🦀 Learn Professional Rust [https://ds500.paiml.com/learn/course/g6u1k/] - Industry-Grade Development * 📊 AWS AI & Analytics [https://ds500.paiml.com/learn/course/31si1/] - Scale Your ML in Cloud * ⚡ Production GenAI on AWS [https://ds500.paiml.com/learn/course/ehks1/] - Deploy at Enterprise Scale * 🛠️ Rust DevOps Mastery [https://ds500.paiml.com/learn/course/ex8eu/] - Automate Everything 🚀 LEVEL UP YOUR CAREER: * 💼 Production ML Program [https://paiml.com] - Complete MLOps & Cloud Mastery * 🎯 Start Learning Now [https://ds500.paiml.com] - Fast-Track Your ML Career * 🏢 Trusted by Fortune 500 Teams Learn end-to-end ML engineering from industry veterans at PAIML.COM [https://paiml.com]

21 mrt 2025 - 2 min
episode Meta and OpenAI LibGen Book Piracy Controversy artwork
Meta and OpenAI LibGen Book Piracy Controversy

META AND OPENAI BOOK PIRACY CONTROVERSY: PODCAST SUMMARY THE UNAUTHORIZED DATA ACQUISITION * Meta (Facebook's parent company) and OpenAI downloaded millions of pirated books from Library Genesis (LibGen) to train artificial intelligence models * The pirated collection contained approximately 7.5 million books and 81 million research papers * Mark Zuckerberg reportedly authorized the use of this unauthorized material * The podcast host discovered all ten of his published books were included in the pirated database DELIBERATE POLICY VIOLATIONS * Internal communications reveal Meta employees recognized legal risks * Staff implemented measures to conceal their activities: * Removing copyright notices * Deleting ISBN numbers * Discussing "medium-high legal risk" while proceeding * Organizational structure resembled criminal enterprises: leadership approval, evidence concealment, risk calculation, delegation of questionable tasks LEGAL CHALLENGES * Authors including Sarah Silverman have filed copyright infringement lawsuits * Both companies claim protection under "fair use" doctrine * BitTorrent download method potentially involved redistribution of pirated materials * Courts have not yet ruled on the legality of training AI with copyrighted material ETHICAL CONSIDERATIONS * Contradiction between public statements about "responsible AI" and actual practices * Attribution removal prevents proper credit to original creators * No compensation provided to authors whose work was appropriated * Employee discomfort evident in statements like "torrenting from a corporate laptop doesn't feel right" BROADER IMPLICATIONS * Represents a form of digital colonization * Transforms intellectual resources into corporate assets without permission * Exploits creative labor without compensation * Undermines original purpose of LibGen (academic accessibility) for corporate profit 🔥 HOT COURSE OFFERS: * 🤖 Master GenAI Engineering [https://ds500.paiml.com/learn/course/0bbb5/] - Build Production AI Systems * 🦀 Learn Professional Rust [https://ds500.paiml.com/learn/course/g6u1k/] - Industry-Grade Development * 📊 AWS AI & Analytics [https://ds500.paiml.com/learn/course/31si1/] - Scale Your ML in Cloud * ⚡ Production GenAI on AWS [https://ds500.paiml.com/learn/course/ehks1/] - Deploy at Enterprise Scale * 🛠️ Rust DevOps Mastery [https://ds500.paiml.com/learn/course/ex8eu/] - Automate Everything 🚀 LEVEL UP YOUR CAREER: * 💼 Production ML Program [https://paiml.com] - Complete MLOps & Cloud Mastery * 🎯 Start Learning Now [https://ds500.paiml.com] - Fast-Track Your ML Career * 🏢 Trusted by Fortune 500 Teams Learn end-to-end ML engineering from industry veterans at PAIML.COM [https://paiml.com]

21 mrt 2025 - 9 min
episode Rust Projects with Multiple Entry Points Like CLI and Web artwork
Rust Projects with Multiple Entry Points Like CLI and Web

RUST MULTIPLE ENTRY POINTS: ARCHITECTURAL PATTERNS KEY POINTS * Core Concept: Multiple entry points in Rust enable single codebase deployment across CLI, microservices, WebAssembly and GUI contexts * Implementation Path: Initial CLI development → Web API → Lambda/cloud functions * Cargo Integration: Native support via src/bin directory or explicit binary targets in Cargo.toml TECHNICAL ADVANTAGES * Memory Safety: Consistent safety guarantees across deployment targets * Type Consistency: Strong typing ensures API contract integrity between interfaces * Async Model: Unified asynchronous execution model across environments * Binary Optimization: Compile-time optimizations yield superior performance vs runtime interpretation * Ownership Model: No-saved-state philosophy aligns with Lambda execution context DEPLOYMENT ARCHITECTURE * Core Logic Isolation: Business logic encapsulated in library crates * Interface Separation: Entry point-specific code segregated from core functionality * Build Pipeline: Single compilation source enables consistent artifact generation * Infrastructure Consistency: Uniform deployment targets eliminate environment-specific bugs * Resource Optimization: Shared components reduce binary size and memory footprint IMPLEMENTATION BENEFITS * Iteration Speed: CLI provides immediate feedback loop during core development * Security Posture: Memory safety extends across all deployment targets * API Consistency: JSON payload structures remain identical between CLI and web interfaces * Event Architecture: Natural alignment with event-driven cloud function patterns * Compile-Time Optimizations: CPU-specific enhancements available at binary generation 🔥 HOT COURSE OFFERS: * 🤖 Master GenAI Engineering [https://ds500.paiml.com/learn/course/0bbb5/] - Build Production AI Systems * 🦀 Learn Professional Rust [https://ds500.paiml.com/learn/course/g6u1k/] - Industry-Grade Development * 📊 AWS AI & Analytics [https://ds500.paiml.com/learn/course/31si1/] - Scale Your ML in Cloud * ⚡ Production GenAI on AWS [https://ds500.paiml.com/learn/course/ehks1/] - Deploy at Enterprise Scale * 🛠️ Rust DevOps Mastery [https://ds500.paiml.com/learn/course/ex8eu/] - Automate Everything 🚀 LEVEL UP YOUR CAREER: * 💼 Production ML Program [https://paiml.com] - Complete MLOps & Cloud Mastery * 🎯 Start Learning Now [https://ds500.paiml.com] - Fast-Track Your ML Career * 🏢 Trusted by Fortune 500 Teams Learn end-to-end ML engineering from industry veterans at PAIML.COM [https://paiml.com]

16 mrt 2025 - 5 min
episode Python Is Vibe Coding 1.0 artwork
Python Is Vibe Coding 1.0

PODCAST NOTES: VIBE CODING & THE MAINTENANCE PROBLEM IN SOFTWARE ENGINEERING EPISODE SUMMARY In this episode, I explore the concept of "vibe coding" - using large language models for rapid software development - and compare it to Python's historical role as "vibe coding 1.0." I discuss why focusing solely on development speed misses the more important challenge of maintaining systems over time. KEY POINTS WHAT IS VIBE CODING? * Using large language models to do the majority of development * Getting something working quickly and putting it into production * Similar to prototyping strategies used for decades PYTHON AS "VIBE CODING 1.0" * Python emerged as a reaction to complex languages like C and Java * Made development more readable and accessible * Prioritized developer productivity over CPU time * Initially sacrificed safety features like static typing and true threading (though has since added some) THE REAL PROBLEM: SYSTEM MAINTENANCE, NOT DEVELOPMENT SPEED * Production systems need continuous improvement, not just initial creation * Software is organic (like a fig tree) not static (like a playground) * Need to maintain, nurture, and respond to changing conditions * "The problem isn't, and it's never been, about how quick you can create software" THE FIG TREE VS. PLAYGROUND ANALOGY * Playground/House/Bridge: Build once, minimal maintenance, fixed design * Fig Tree: Requires constant attention, responds to environment, needs protection from pests, requires pruning and care * Software is much more like the fig tree - organic and needing continuous maintenance DANGERS OF PRIORITIZING DEVELOPMENT SPEED * Python allowed freedom but created maintenance challenges: * No compiler to catch errors before deployment * Lack of types leading to runtime errors * Dead code issues * Mutable variables by default * "Every time you write new Python code, you're creating a problem" RECOMMENDATIONS FOR USING AI TOOLS * Focus on building systems you can maintain for 10+ years * Consider languages like Rust with strong safety features * Use AI tools to help with boilerplate and API exploration * Ensure code is understood by the entire team * Get advice from practitioners who maintain large-scale systems FINAL THOUGHTS Python itself is a form of vibe coding - it pushes technical complexity down the road, potentially creating existential threats for companies with poor maintenance practices. Use new tools, but maintain the mindset that your goal is to build maintainable systems, not just generate code quickly. 🔥 HOT COURSE OFFERS: * 🤖 Master GenAI Engineering [https://ds500.paiml.com/learn/course/0bbb5/] - Build Production AI Systems * 🦀 Learn Professional Rust [https://ds500.paiml.com/learn/course/g6u1k/] - Industry-Grade Development * 📊 AWS AI & Analytics [https://ds500.paiml.com/learn/course/31si1/] - Scale Your ML in Cloud * ⚡ Production GenAI on AWS [https://ds500.paiml.com/learn/course/ehks1/] - Deploy at Enterprise Scale * 🛠️ Rust DevOps Mastery [https://ds500.paiml.com/learn/course/ex8eu/] - Automate Everything 🚀 LEVEL UP YOUR CAREER: * 💼 Production ML Program [https://paiml.com] - Complete MLOps & Cloud Mastery * 🎯 Start Learning Now [https://ds500.paiml.com] - Fast-Track Your ML Career * 🏢 Trusted by Fortune 500 Teams Learn end-to-end ML engineering from industry veterans at PAIML.COM [https://paiml.com]

16 mrt 2025 - 13 min
episode DeepSeek R2 An Atom Bomb For USA BigTech artwork
DeepSeek R2 An Atom Bomb For USA BigTech

PODCAST NOTES: DEEPSEEK R2 - THE TECH STOCK "ATOM BOMB" OVERVIEW * DeepSeek R2 could heavily impact tech stocks when released (April or May 2025) * Could threaten OpenAI, Anthropic, and major tech companies * US tech market already showing weakness (Tesla down 50%, NVIDIA declining) COST CLAIMS * DeepSeek R2 claims to be 40 times cheaper than competitors * Suggests AI may not be as profitable as initially thought * Could trigger a "race to zero" in AI pricing NVIDIA CONCERNS * NVIDIA's high stock price depends on GPU shortage continuing * If DeepSeek can use cheaper, older chips efficiently, threatens NVIDIA's model * Ironically, US chip bans may have forced Chinese companies to innovate more efficiently THE CLOUD COMPUTING COMPARISON * AI could follow cloud computing's path (AWS → Azure → Google → Oracle) * Becoming a commodity with shrinking profit margins * Basic AI services could keep getting cheaper ($20/month now, likely lower soon) OPEN SOURCE ADVANTAGE * Like Linux vs Windows, open source AI could dominate * Most databases and programming languages are now open source * Closed systems may restrict innovation GLOBAL AI LANDSCAPE * Growing distrust of US tech companies globally * Concerns about data privacy and government surveillance * Countries might develop their own AI ecosystems * EU could lead in privacy-focused AI regulation AI REALITY CHECK * LLMs are "sophisticated pattern matching," not true intelligence * Compare to self-checkout: automation helps but humans still needed * AI will be a tool that changes work, not a replacement for humans INVESTMENT IMPACT * Tech stocks could lose significant value in next 2-6 months * Chip makers might see reduced demand * Investment could shift from AI hardware to integration companies or other sectors CONCLUSION * DeepSeek R2 could trigger "cascading failure" in big tech * More focus on local, decentralized AI solutions * Human-in-the-loop approach likely to prevail * Global tech landscape could look very different in 10 years 🔥 HOT COURSE OFFERS: * 🤖 Master GenAI Engineering [https://ds500.paiml.com/learn/course/0bbb5/] - Build Production AI Systems * 🦀 Learn Professional Rust [https://ds500.paiml.com/learn/course/g6u1k/] - Industry-Grade Development * 📊 AWS AI & Analytics [https://ds500.paiml.com/learn/course/31si1/] - Scale Your ML in Cloud * ⚡ Production GenAI on AWS [https://ds500.paiml.com/learn/course/ehks1/] - Deploy at Enterprise Scale * 🛠️ Rust DevOps Mastery [https://ds500.paiml.com/learn/course/ex8eu/] - Automate Everything 🚀 LEVEL UP YOUR CAREER: * 💼 Production ML Program [https://paiml.com] - Complete MLOps & Cloud Mastery * 🎯 Start Learning Now [https://ds500.paiml.com] - Fast-Track Your ML Career * 🏢 Trusted by Fortune 500 Teams Learn end-to-end ML engineering from industry veterans at PAIML.COM [https://paiml.com]

15 mrt 2025 - 12 min
Super app. Onthoud waar je bent gebleven en wat je interesses zijn. Heel veel keuze!
Makkelijk in gebruik!
App ziet er mooi uit, navigatie is even wennen maar overzichtelijk.

Probeer 7 dagen gratis

€ 9,99 / maand na proefperiode.Elk moment opzegbaar.

Exclusieve podcasts

Advertentievrij

Gratis podcasts

Luisterboeken

20 uur / maand

Probeer gratis

Alleen bij Podimo

Populaire luisterboeken