Organized collection of data
POPULARITY
Categories
Today, Hunter was joined once again by journalist Katey Rausch. Last time Katey was on the show, she discussed her bombshell reporting on the non-disclosure agreements law enforcement was using to hide the misconduct of law enforcement officers. Now, Katey is here to describe how that reporting has turned into a ban on those agreements and a state wide data base to allow people to track law enforcement misconduct. Guest: Katey Rusch, Record Requests Manager and Data Journalist, California Reporting Project, UC Berkeley School of Journalism Resources: Contact Katey https://journalism.berkeley.edu/person/katey-rusch/ https://x.com/kateyrusch?lang=en Read Katey's Work and About the Database https://www.sfchronicle.com/projects/2024/police-clean-record-agreements/ https://gijn.org/stories/investigating-police-officer-misconduct/ https://journalism.berkeley.edu/berkeley-and-stanford-police-database/ https://clean.calmatters.org/ https://calmatters.org/justice/2025/08/police-misconduct-records-database/ Contact Hunter Parnell: Publicdefenseless@gmail.com Instagram @PublicDefenselessPodcast Twitter @PDefenselessPod www.publicdefenseless.com Subscribe to the Patreon www.patreon.com/PublicDefenselessPodcast Donate on PayPal https://www.paypal.com/donate/?hosted_button_id=5KW7WMJWEXTAJ Donate on Stripe https://donate.stripe.com/7sI01tb2v3dwaM8cMN Trying to find a specific part of an episode? Use this link to search transcripts of every episode of the show! https://app.reduct.video/o/eca54fbf9f/p/d543070e6a/share/c34e85194394723d4131/home
What if the biggest opportunity in your real estate business isn't the next lead you buy, but the database you already have sitting in your CRM? In this episode, I sit down with Ryan Young, who scaled his family's real estate team from 30 homes a year to over 500, and then built one of the hottest CRM companies in real estate.Ryan shares the exact mindset shift that took him from grinding through open houses and door knocking in 2009 to building a systematic, data-driven approach that extracts maximum value from every contact in your database. We dive deep into why most agents are terrible at database marketing and how the right technology can find hidden opportunities you never knew existed.Inside this episode:How Ryan muscled through the 2009 recession to build unshakeable lead generation skillsThe psychology difference between working with buyers vs sellers that most agents missWhy "spray and pray" database outreach kills your conversion ratesThe segmentation strategy that turns cold contacts into warm opportunitiesHow AI can identify which contacts in your database are actively shopping with your competitionWhy leading with value beats asking for referrals every single timeThe exact conversation framework Ryan uses to create off-market opportunitiesWant to connect with Ryan? Check out Fello AI: https://fello.ai/Contact The Young Team: theyoungteam.comWhether you're struggling to get past 30 transactions or looking to scale beyond 100, this episode will change how you think about the goldmine sitting in your CRM. Subscribe, share, and follow for more interviews like this.
️E681 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
In this episode, I share some initiatives to help in improving the teaching and learning of political communication.Political Communication Teaching Database and the upload page. Meta Oversight Board Game Counterfactual Case Study
London Tech Talk 名物 Bookclub 第四弾 "Database Internals" の振り返り収録ボーナス編です。Atsushi Hatakeyama さんをゲストにお呼びして、本書の振り返りや Bookclub の意義について雑談しました。また、そこから派生して、学習の意義、新しい技術のキャッチアップ疲れ、手を動かして学ぶ「実践」の重要性について話が広がりました。ご意見・ご感想など、お便りはこちらの Google Form で募集しています。
Catherine (Space and Time) breaks down why blockchains alone can't power complex apps—and how a verifiable, decentralized database with ZK proofs closes the gap for enterprises, devs, and AI agents. We cover: what SxT is, how its patented ZK approach offloads compute to a single node and proves correctness on-chain, why institutional adoption is sticky, and marketing tactics that actually work in Web3 (what to outsource vs keep in-house). She also shares the Indonesia education rollout (UGM + Indosat Ooredoo Hutchison/IOH), token-powered payments, and what she'd do with unlimited community budget.Key timestamps (YouTube format)[00:00:00] Opening clip: From “future of money” to “verifiable data for smart contracts” [00:01:00] Live at Token2049: who Catherine is and what we cover [00:02:00] Origin story: joining Space and Time to solve crypto's database gap [00:03:00] Mission: empower devs/enterprises/AI agents with verifiable data [00:04:00] Why chains ≠ databases: limits, complexity, and enterprise SLAs [00:05:00] The core innovation: patented ZK proofs for database compute [00:05:45] How it works (plain English): single-node compute, on-chain verification [00:06:30] Catherine's background: technical marketing roots → Web3 [00:07:00] Founder tip: what to outsource vs keep internal (PR, events, community) [00:08:00] Campaigns that win: enterprise/institutional stories beat gimmicks [00:09:00] Example: Microsoft Fabric integration momentum[00:10:00] Listening to the market: community as your feedback engine [00:11:00] Indonesia rollout: IOH partnership and 100k+ students onboarding [00:12:00] UGM framework: verifiable diplomas/records; SXT as payment rail [00:13:00] Longevity question: decentralization and community node operators [00:15:00] If starting today: what they'd build vs leverage in the ecosystem [00:16:00] Why institutional demand is slow but sticky (and good for cycles) [00:17:00] Competing for attention vs building fundamentals and partnerships [00:18:00] What Space and Time needs now: builders to ship with verifiable data [00:19:00] Who they admire: Chainlink's dual GTM (community + enterprise) [00:20:00] Unlimited budget thought experiment: country leads and community depth [00:20:45] Advice to community managers: shared values, inclusion, tight feedback loops [00:21:30] Close: links, how to try SxT, and why this matters for Web3 buildersConnecthttps://www.spaceandtime.io/https://twitter.com/SpaceandTimeDBhttps://discord.gg/spaceandtimeDB https://www.linkedin.com/in/catherinehdaly/https://www.linkedin.com/company/space-and-time-db/DisclaimerNothing mentioned in this podcast is investment advice and please do your own research. Finally, it would mean a lot if you can leave a review of this podcast on Apple Podcasts or Spotify and share this podcast with a friend.Be a guest on the podcast or contact us - https://www.web3pod.xyz/
Nik and Michael discuss the concept of gapless sequences — when you might want one, why sequences in Postgres can have gaps, and an idea or two if you do want them.And one quick clarification: changing the CACHE option in CREATE SEQUENCE can lead to even more gaps, the docs mention it explicitly. Here are some links to things they mentioned:CREATE SEQUENCE https://www.postgresql.org/docs/current/sql-createsequence.htmlSequence Manipulation Functions https://www.postgresql.org/docs/current/functions-sequence.htmlOne, Two, Skip a Few (post by Pete Hamilton from Incident io) https://incident.io/blog/one-two-skip-a-fewPostgres sequences can commit out-of-order (blog post by Anthony Accomazzo / Sequin) https://blog.sequinstream.com/postgres-sequences-can-commit-out-of-orderLogical Replication of sequences (hackers thread) https://www.postgresql.org/message-id/flat/CAA4eK1LC%2BKJiAkSrpE_NwvNdidw9F2os7GERUeSxSKv71gXysQ%40mail.gmail.comSynchronization of sequences to subscriber (patch entry in commitfest) https://commitfest.postgresql.org/patch/5111/Get or Create (episode with Haki Benita) https://postgres.fm/episodes/get-or-createGerman tank problem https://en.wikipedia.org/wiki/German_tank_problem~~~What did you like or not like? What should we discuss next time? Let us know via a YouTube comment, on social media, or by commenting on our Google doc!~~~Postgres FM is produced by:Michael Christofides, founder of pgMustardNikolay Samokhvalov, founder of Postgres.aiWith credit to:Jessie Draws for the elephant artwork
️E680 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. Five a Day Database Access all the vocabulary covered in the Five-a-Day series. This database is constantly updated. You can even make a copy and personalise it with your own example sentences. Get access here SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Simon spent 10 years at Shopify scaling databases to millions of requests per second. Then he discovered vector databases were so expensive that companies couldn't launch AI features. So he solved it. When Cursor emailed about their crushing costs, Simon flew to San Francisco unannounced. They migrated their entire workload within a week, cutting their bill by 95%. Then came Notion. Justin pulled 24-hour coding marathons during their POC, fixing 300 milliseconds of latency in three hours. They signed on July 25th—the same day Simon's daughter was born. Now TurboPuffer powers Cursor, Notion, and Linear while staying profitable with just 17 people. Simon shares why he turned down easy Series A money and his framework of exactly 6 legitimate reasons to ever raise capital.Why You Should Listen:The power of making something 10-100x cheaperWhy you need to be willing to fly to early customers (how that landed Cursor)The 6 reasons to raise money (and why you often shouldn't)How working 24-hour sprints during POCs converted enterprise customersWhy staying profitable with 17 people beats raising $30M you don't needKeywords:startup podcast, startup podcast for founders, TurboPuffer, Simon Eskildsen, vector database, Cursor, Notion, bootstrapping, database startup, AI infrastructure00:00:00 Intro00:07:52 Finding the problem00:12:25 Building alone00:22:27 Going viral on X00:26:18 Closing Cursor00:40:17 Closing Notion00:45:26 Why he didn't raise $30M when everyone expected him toSend me a message to let me know what you think!
️E679 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Why does information architecture remain misunderstood despite being fundamental to digital success? In this episode, information architect Dan Brown (Curious Squid) joins Noz Urbina to explore how IA goes far beyond website navigation. Using examples from taco truck franchises to enterprise fleet management, they discuss how structuring information around user questions can improve customer satisfaction, drive efficiency, and support business growth across all channels. "When people ask me for a definition of information architecture, I describe it as the practice of designing structures... creating these frameworks that enable people to interact with information regardless of where or how that information exists." – Dan Brown
️E678 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. ️Listen and read along on The English Like a Native Podcast YouTube channel. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Send us a textIn this episode we interview Kara Smith Brown, CEO of Lead Coverage, a go-to-market consultancy serving freight and supply chain leaders. She explains how to build a repeatable revenue engine by prioritizing the right buyers at the right moment. What you'll learn in this episode:Why you should stop paying for “records” and commodity content—and invest in strategy and distribution instead.How to fuel your revenue engine: own the emails for your finite TAM and share timely, relevant “good news” with a clear point of view.The 5% moment: focus on buyers in-market now and let everything else serve that goal.Four kinds of intent data—and which matter: primary (your CRM), tertiary (e.g., Gartner via tools like 6sense), and single-stream industry sources; why secondary sources are fading.Database reality: 25–30% of contacts decay every 90 days—refresh relentlessly.Use AI for fast first drafts; spend money on the who, not the what.Turn content into coverage: use PR to place sharp points of view that can be traced to revenue.Align with sales: deliver in-market leads, not vanity metrics.
️E677 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. Five a Day Database Access all the vocabulary covered in the Five-a-Day series. This database is constantly updated. You can even make a copy and personalise it with your own example sentences. Get access here SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Federal Tech Podcast: Listen and learn how successful companies get federal contracts
Connect to John Gilroy on LinkedIn https://www.linkedin.com/in/john-gilroy/ Want to listen to other episodes? www.Federaltechpodcast.com MongoDB has spent years earning a formidable reputation in the developer world; today, we will unpack some of its capabilities for project managers and federal leaders so they can understand where MongoDB may fit in their stack. Conventional wisdom is that MongoDB is a flexible open-source database. Although that is true, this does not do justice to some characteristics that will appeal to the federal audience. ONE: An agency may have restrictions on where the cloud is not suitable for storage. Because of its ability to use flexible, JSON-like documents, MongoDB has listened to those needs and can have storage in many varying regions. In fact, we have seen a movement to move cloud applications back on premises. MongoDB provides flexibility for working in both hybrid and on-premises environments. TWO: Most readers have studied encryption and think of it primarily as data at rest. Cloud storage transitions have forced a method where data is encrypted during transit. MongoDB can take encrypted data and search while it remains encrypted. Some will describe encryption at rest, in transit, and now, data in use. THREE MongoDB has listened to the federal community and is offering something called MongoDB Atlas for Government. It is a secure, fully managed cloud database service for U.S. Government agencies to modernize applications and oversee sensitive data. During the interview, Ben Cephalo revealed the effort MongoDB is making to serve federal agencies that require FedRAMP high capabilities.
️E676 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Underground Feed Back Stereo x Brothers Perspective Magazine Broadcast
Underground Feed Back Stereo - Brothers Perspective Magazine - Personal Opinion Database - Black People Seeing Knowing RACISMBlack August Resistance Uprising against white aggression in Montgomery Alabama in 2023. Black People suffer in a place many are void of Self Awareness and Dignified Liberation. These project 2025 europeons stole the land by killing the natives of lands but not to share with the original inhabitant or those they enslaved. These tyrants are negative to the core and cant do good. The fight is to know what an oppressor is and how a system operates from this oppression. The euro colonizers designs all the laws to neglect BLACK People from benefiting from the Land. The Black people are enslaved property on stolen land not able to benefit from the life they live! The payback for such atrocities can never be forgiven. Its the mind you must maintain against colonial genocide. This also happens with the endless rejection letters from art galleries etc. No respect to you! Sound Art? Black People Dont Benefit from Slavery! Tune in to these educated brothers as they deliver Personal Opinions for Brothers Perspective Audio Feedback #Reparations #diabetes #75dab #WilliamFroggieJames #lyching #basketball #nyc #fakereligion #war #neverapologize #brooklyn #guncontrol #birthcontrol #gentrification #trump #affirmitiveaction #nokings #criticalracetheory #tennessee #stopviolence #blackmusic #marshallact #music #europeanrecoveryprogram #chicago #sense #zantac #rayygunn #blackjobs #southsidechicago #blackart #redlining #maumau #biko70 #chicago #soldout #dei #equality #podcast #PersonalOpinionDataBase #protest #blackart #africanart #gasprices #colonialoppressors #undergroundfeedbackstereo #blackpeople #race #womansbasketball #blackjesus #colonialoppression #blackpeopledontbenefitfromslavery #Montgomery #alabama #foldingchairs #blackrussianjesus #gaza #brothersperspectivemagazine #art #slavery #MUSK #doge #spacex #watergate #thomasjefferson #tariff #project2025brothersperspective.com undergroundfeedbackstereo.com feat. art 75dab
CLASS SLIDES Followers are rented. Your database? You own that.In this class, I share 10 rebel-approved ways to grow your email list and build a powerful database that fuels your sales, launches, and brand community — fast.These are the exact strategies I've used to scale my 100% self-funded business over the past 10 years, building an audience that's loyal, responsive, and ready to buy.You'll learn creative, human, and effective ways to turn your followers into subscribers — from irresistible lead magnets to unexpected growth hacks that actually work.Because algorithms change. Your list stays.⚡️JOIN MY FREE REBEL ACADEMY 80+ FREE COURSES https://www.alexhouseofsocial.com/freerebelacademy
For memberships: join this channel as a member here:https://www.youtube.com/channel/UC_mGuY4g0mggeUGM6V1osdA/joinSummaryIn this conversation, Philipp discusses the innovations behind CedarDB, a database system designed from scratch to optimize performance for modern hardware. He explains the foundational principles of compiling SQL to machine code, the importance of parallel processing, and the challenges of maintaining Postgres compatibility. The discussion also covers the system's approach to handling transactional and analytical workloads, data ingestion processes, query optimization strategies, and future developments including schema evolution and disaggregated storage.Takeaways:- CedarDB is built from the ground up to utilize modern hardware effectively.- The system compiles SQL directly to machine code for performance.- Parallel processing is a key feature, allowing efficient use of multiple cores.- CedarDB aims to be Postgres compatible while innovating on performance.- Transactional workloads are handled efficiently without sacrificing analytical capabilities.- Data ingestion is optimized for both row-oriented and columnar formats.- The system uses optimistic concurrency control to manage write conflicts.- Query optimization leverages statistics to improve join performance.- Future developments include schema evolution and disaggregated storage.- CedarDB is designed to be flexible and adaptable for various workloads.Chapters00:00 Introduction to CDRDB and Background of Philipp05:36 Compiling SQL to Machine Code for Performance11:25 General Purpose vs. Analytical Databases16:51 Transactional Workloads and Hybrid Storage Engine54:29 Understanding B-Tree and Columnar Storage01:02:18 Data Duplication and Memory Efficiency01:08:43 Indexing Strategies and B-Tree Optimization01:15:57 Handling Write Conflicts and Transaction Management01:24:10 Query Optimization and Join Strategies01:33:28 Future Developments in Schema Evolution and StorageImportant Links:CedarDB: https://cedardb.com/The Umbra research project: https://umbra-db.com/SQL Query Compilation: http://www.vldb.org/pvldb/vol4/p539-neumann.pdfOptimistic B-Trees: https://cedardb.com/blog/optimistic_btrees/Our B-Tree storage engine: https://cedardb.com/blog/colibri/For memberships: join this channel as a member here:https://www.youtube.com/channel/UC_mGuY4g0mggeUGM6V1osdA/joinDon't forget to like, share, and subscribe for more insights!=============================================================================Like building stuff? Try out CodeCrafters and build amazing real world systems like Redis, Kafka, Sqlite. Use the link below to signup and get 40% off on paid subscription.https://app.codecrafters.io/join?via=geeknarrator=============================================================================Database internals series: https://youtu.be/yV_Zp0Mi3xsPopular playlists:Realtime streaming systems: https://www.youtube.com/playlist?list=PLL7QpTxsA4se-mAKKoVOs3VcaP71X_LA-Software Engineering: https://www.youtube.com/playlist?list=PLL7QpTxsA4sf6By03bot5BhKoMgxDUU17Distributed systems and databases: https://www.youtube.com/playlist?list=PLL7QpTxsA4sfLDUnjBJXJGFhhz94jDd_dModern databases: https://www.youtube.com/playlist?list=PLL7QpTxsA4scSeZAsCUXijtnfW5ARlrsNStay Curios! Keep Learning!
For memberships: join this channel as a member here:https://www.youtube.com/channel/UC_mGuY4g0mggeUGM6V1osdA/joinSummaryIn this conversation, Ian discusses the evolution and significance of Unikernels and NanoVMs, emphasizing their potential to enhance security and performance in cloud computing. He explains the historical context of operating systems, the limitations of traditional systems, and how Unikernels offer a streamlined alternative. Ian also highlights the unique features of NanoVMs, their integration capabilities, and the challenges faced in the ecosystem. The discussion concludes with insights into the future of Unikernels and the ongoing developments in the field.takeaways.Unikernels are a specialized type of operating system designed for cloud environments.The evolution of operating systems has led to the need for more efficient solutions like Unikernels.Unikernels can significantly reduce security vulnerabilities compared to traditional systems.NanoVMs provide a unique approach to Unikernels with a focus on performance and security.Integrations with existing tools and libraries are crucial for the adoption of Unikernels.The ecosystem around Unikernels is still developing, with many opportunities for growth.Unikernels eliminate the need for complex orchestration and management layers.The future of Unikernels includes tighter integrations with cloud services and improved developer experiences.Security features in Unikernels are designed to address modern threats effectively.The potential for Unikernels to transform application deployment is significant, with many untapped possibilities.Chapters00:00 Introduction to Unikernels and NanoVMs04:24 The Evolution of Operating Systems11:24 Understanding Unikernels vs. Traditional Systems17:20 Security Implications of Unikernels26:17 NanoVMs: Architecture and Unique Features38:44 Security Concerns in Unikernels41:05 Integration and Support for GPUs44:02 Cloud Support and Deployment45:51 Avoiding Bloat in Integrations51:54 Developer's Perspective on Unikernels59:18 Limitations and Future of UnikernelsImportant Links:https://ops.cityhttps://nanos.orghttps://repo.ops.cityhttps://nanovms.com/dev/tutorialsFor memberships: join this channel as a member here:https://www.youtube.com/channel/UC_mGuY4g0mggeUGM6V1osdA/joinDon't forget to like, share, and subscribe for more insights!=============================================================================Like building stuff? Try out CodeCrafters and build amazing real world systems like Redis, Kafka, Sqlite. Use the link below to signup and get 40% off on paid subscription.https://app.codecrafters.io/join?via=geeknarrator=============================================================================Database internals series: https://youtu.be/yV_Zp0Mi3xsPopular playlists:Realtime streaming systems: https://www.youtube.com/playlist?list=PLL7QpTxsA4se-mAKKoVOs3VcaP71X_LA-Software Engineering: https://www.youtube.com/playlist?list=PLL7QpTxsA4sf6By03bot5BhKoMgxDUU17Distributed systems and databases: https://www.youtube.com/playlist?list=PLL7QpTxsA4sfLDUnjBJXJGFhhz94jDd_dModern databases: https://www.youtube.com/playlist?list=PLL7QpTxsA4scSeZAsCUXijtnfW5ARlrsNStay Curios! Keep Learning!
Independent investigative journalism, broadcasting, trouble-making and muckraking with Brad Friedman of BradBlog.com
'BradCast' 10/23/2025: Critical NOAA Climate Database resurrected by Progressive Voices
️E675 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. Five a Day Database Access all the vocabulary covered in the Five-a-Day series. This database is constantly updated. You can even make a copy and personalise it with your own example sentences. Get access here SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Tools for Fundraising Hello, this is Hall T. Martin with the Startup Funding Espresso -- your daily shot of startup funding and investing. Before launching a fundraising campaign, set up the tools you'll need. Here's a list of key tools to support fundraising: Database. Create a list of prospective investors with name, email, phone number, and how you know them. This could be a simple spreadsheet list or a full-blown database. Set up a CRM system for outreach to the investors. This could be a simple mailer tool or a fully developed CRM. Set up an online video conference tool for holding calls with investors. Most introductory meetings are held online. Add a transcription tool for capturing the content of each pitch with an investor. This will help you review the pitch and follow-up questions afterwards. Set up a project management tool to coordinate support activities. It's often the case that you will engage others to help you find investors and set up meetings. A project management tool can help with coordinating the effort. Install an online calendar for scheduling meetings and follow-ups. Set up software for building the pitch deck. Build a system to keep track of the many variations of the deck you will create. Fundraising is a sales process with a specific set of tools for one outcome -- to raise funding. Prepare your tools before launching your fundraising campaign Thank you for joining us for the Startup Funding Espresso where we help startups and investors connect for funding. Let's go startup something today. _________________________________________________________ For more episodes from Investor Connect, please visit the site at: Check out our other podcasts here: For Investors check out: For Startups check out: For eGuides check out: For upcoming Events, check out For Feedback please contact info@tencapital.group Please , share, and leave a review. Music courtesy of .
Luke Wroblewski of Sutter Hill Ventures joins the podcast to discuss the paradigm shift in building AI applications. He explains how the traditional model of “code + database” is being replaced by “URL + model,” where the AI agent itself becomes the application logic. Subscribe to the Gradient Flow Newsletter
CLEARANCE GRANTED... WELCOME, AUTHORIZED PERSONNEL... SCRIPT BASED ON ORIGINAL ENTRY BY various authors: www.scp-wiki.net/log-of-extranormal-events License: creativecommons.org/licenses/by-sa/3.0/ ---- The voice of the Database was provided by Joshua Alan Lindsay. ---- The outro music was written by Joshua Alan Lindsay. ---- Enjoy the podcast? Consider supporting us on Patreon! Patrons get access to bonus Joke episodes, outtakes, exclusive merch, and can even request episodes on specific SCP objects. www.patreon.com/thescpfoundationdatabase Listen and read along in one place on our website: www.scpdatapodcast.com/episodes/log-of-extranormal-events-vol-1-2 Follow us on Twitter: twitter.com/SCPDataPodcast Like us on Facebook: www.facebook.com/scpdatapodcast Questions or comments? Email us at SCPDataPodcast@gmail.com
How do you keep millions of people safe on 40 different dating sites while simultaneously figuring out what drives them to buy memberships? Sean Corfield joins Adam and Ben to discuss the surprisingly complex engineering and business challenges of observing user behavior at massive scale.Sean runs us through fraud detection and prevention (including devastating "pig butchering" romance scams), database architecture at enormous scale (700GB databases with 250M+ row tables), custom domain-specific languages for writing business rules without touching SQL, real-time scoring systems with hundreds of rules, zero-downtime deployments and schema migrations, and the constant cat-and-mouse game between scammers and detection systems.Follow the show and be sure to join the discussion on Discord! Our website is workingcode.dev and we're @workingcode.dev on Bluesky. New episodes drop weekly on Wednesday.And, if you're feeling the love, support us on Patreon.With audio editing and engineering by ZCross Media.Full show notes and transcript here.
️E674 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Software Engineering Radio - The Podcast for Professional Software Developers
Kacper Łukawski, a Senior Developer Advocate at Qdrant, speaks with host Gregory M. Kapfhammer about the Qdrant vector database and similarity search engine. After introducing vector databases and the foundational concepts undergirding similarity search, they dive deep into the Rust-based implementation of Qdrant. Along with comparing and contrasting different vector databases, they also explore the best practices for the performance evaluation of systems like Qdrant. Kacper and Gregory also discuss topics such as the steps for using Python to build an AI-powered application that uses Qdrant. Brought to you by IEEE Computer Society and IEEE Software magazine.
️E673 of The English Like A Native Podcast. This series focuses on increasing your active vocabulary while also improving your listening skills. SUPPORTING MATERIAL Bonus Materials: episodes, transcripts, live classes & vocabulary lists HERE! Five-a-Day Database: All vocabulary covered in the Five-a-Day series. Database regularly updated. English Courses: Pronunciation, A2-C2, Business English available!
Key Highlights:00:00 – Introduction01:05 – Optimizing tech stacks and increasing valuation03:17 – Defining client loyalty and retention04:23 – How CRMs improve onboarding, notes, and communication06:39 – Using data to strengthen relationships and trust08:23 – How to future-proof your advisory business10:12 – Building data hygiene and integrated systems16:59 – Finding efficiency gaps and scaling intelligently17:22 – The compounding power of technology19:06 – Advisor transitions, CRM agnosticism, and closing thoughtsResources:Elite Consulting Partners | Financial Advisor Transitions: https://eliteconsultingpartners.comElite Marketing Concepts | Marketing Services for Financial Advisors: https://elitemarketingconcepts.comElite Advisor Successions | Advisor Mergers and Acquisitions: https://eliteadvisorsuccessions.comJEDI Database Solutions | Data Intelligence for Advisors: https://jedidatabasesolutions.comListen to more Advisor Talk episodes: https://eliteconsultingpartners.com/podcasts/Follow us on LinkedIn: https://linkedin.com/company/eliteconsultingpartners
Underground Feed Back Stereo x Brothers Perspective Magazine Broadcast
Underground Feed Back Stereo - Brothers Perspective Magazine - Personal Opinion Database - BLACK People Peace and Positivity Black August Resistance Uprising against white aggression in Montgomery Alabama in 2023. Black People suffer in a place many are void of Self Awareness and Dignified Liberation. These project 2025 europeons stole the land by killing the natives of lands but not to share with the original inhabitant or those they enslaved. These tyrants are negative to the core and cant do good. The fight is to know what an oppressor is and how a system operates from this oppression. The euro colonizers designs all the laws to neglect BLACK People from benefiting from the Land. The Black people are enslaved property on stolen land not able to benefit from the life they live! The payback for such atrocities can never be forgiven. Its the mind you must maintain against colonial genocide. This also happens with the endless rejection letters from art galleries etc. No respect to you! Sound Art? Black People Dont Benefit from Slavery! Tune in to these educated brothers as they deliver Personal Opinions for Brothers Perspective Audio Feedback #Reparations #diabetes #75dab #WilliamFroggieJames #lyching #basketball #nyc #fakereligion #war #neverapologize #brooklyn #guncontrol #birthcontrol #gentrification #trump #affirmitiveaction #nokings #criticalracetheory #tennessee #stopviolence #blackmusic #marshallact #music #europeanrecoveryprogram #chicago #sense #zantac #rayygunn #blackjobs #southsidechicago #blackart #redlining #maumau #biko70 #chicago #soldout #dei #equality #podcast #PersonalOpinionDataBase #protest #blackart #africanart #gasprices #colonialoppressors #undergroundfeedbackstereo #blackpeople #race #womansbasketball #blackjesus #colonialoppression #blackpeopledontbenefitfromslavery #Montgomery #alabama #foldingchairs #blackrussianjesus #gaza #brothersperspectivemagazine #art #slavery #MUSK #doge #spacex #watergate #thomasjefferson #tariff #project2025brothersperspective.com undergroundfeedbackstereo.com feat. art 75dab
Obscure college scholarships are gold, at least if parents trust your data. In this episode we design a subscription, ROI guarantee, and tech stack that can turn a spreadsheet into monthly income. Side Hustle School features a new episode EVERY DAY, featuring detailed case studies of people who earn extra money without quitting their job. This year, the show includes free guided lessons and listener Q&A several days each week. Show notes: SideHustleSchool.com Email: team@sidehustleschool.com Be on the show: SideHustleSchool.com/questions Connect on Instagram: @193countries Visit Chris's main site: ChrisGuillebeau.com Read A Year of Mental Health: yearofmentalhealth.com If you're enjoying the show, please pass it along! It's free and has been published every single day since January 1, 2017. We're also very grateful for your five-star ratings—it shows that people are listening and looking forward to new episodes.
Nik and Michael discuss lightweight locks in Postgres — how they differ to (heavier) locks, some occasions they can be troublesome, and some resources for working out what to do if you hit issues. Here are some links to things they mentioned:Wait Events of Type LWLock https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-LWLOCK-TABLEOur episode on (heavier) locks https://postgres.fm/episodes/locksNik's new marathon posts https://postgres.ai/blog/tags/postgres-marathonPostgres LISTEN/NOTIFY does not scale (blog post by Recall ai) https://www.recall.ai/blog/postgres-listen-notify-does-not-scaleExplicit Locking https://www.postgresql.org/docs/current/explicit-locking.htmlpg_stat_activity https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEWTuning with wait events for RDS for PostgreSQL https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Tuning.htmlMultiXact member exhaustion incidents (blog post by Cosmo Wolfe / Metronome) https://metronome.com/blog/root-cause-analysis-postgresql-multixact-member-exhaustion-incidents-may-2025pg_index_pilot https://gitlab.com/postgres-ai/pg_index_pilotMyths and Truths about Synchronous Replication in PostgreSQL (talk by Alexander Kukushkin) https://www.youtube.com/watch?v=PFn9qRGzTMcPostgres Indexes, Partitioning and LWLock:LockManager Scalability (blog post by Jeremy Schneider) https://ardentperf.com /2024/03/03/postgres-indexes-partitioning-and-lwlocklockmanager-scalability~~~What did you like or not like? What should we discuss next time? Let us know via a YouTube comment, on social media, or by commenting on our Google doc!~~~Postgres FM is produced by:Michael Christofides, founder of pgMustardNikolay Samokhvalov, founder of Postgres.aiWith credit to:Jessie Draws for the elephant artwork
Jake and Michael discuss all the latest Laravel releases, tutorials, and happenings in the community.Show linksHttp Client Batch Method in Laravel 12.32 Improved HTTP Client URL Parameter Merging in Laravel 12.33 The New Laravel Forge Is Here: With Laravel VPS, Zero-Downtime Deployments, and a Fresh UI Infinite Scroll in Inertia v2.2 Craft is moving to Laravel Laracon AU 2025 schedule published Setup Command Added to Laravel's Composer File Modern Laravel Starter Kits by Ship Fast Labs Who Changed That? Tracking User Modifications in Models with Userstamps Metrics: Simple, Elegant Metric Tracking for Laravel Manage AI Prompts in Your Laravel App with Markdown and Blade Image Manipulation in Laravel With Glide Detect Packages & Approaches in use within a project with Laravel Roster TutorialsLaravel whereValueBetween for Column Range QueriesControlling Factory Relationship Expansion in LaravelLaravel Uri toStringable MethodLaravel Strict Validation for Type CheckingFind Feature Tests Creating Database Records without Refreshing the Database in LaravelQuerying Data in MongoDB With Laravel: From Basics to Advanced TechniquesProfiling Laravel: How to Find Hidden Performance KillersFixing Queries & Adding Indexes: From 400 Queries to 4 - Laravel In Practice EP6
This is the afternoon All-Local update on Oct. 16, 2025.
New York City's three mayoral candidates, Zohran Mamdani, Andrew Cuomo, and Curtis Sliwa, will take the stage tonight for their first general election debate. Meanwhile, the NYPD's gang database has shrunk by nearly 40 percent in three years, but a new oversight report finds thousands of people were kept in the system longer than allowed because of programming errors. Plus, at Belmont Park, crews have hoisted the final steel beam, marking a major step in the Long Island racetrack's full rebuild.
Sometimes you have files or other large chunks of data that you need to associate with a record in your database. It might be convenient to just store that as base64-encoded data or HTML in a "longtext" column, but that can eventually cause issues—especially as the table grows. What other options are there?In this episode of Over Engineered, we go back to the show's roots and try to find the absolute best solution to a problem we already have an acceptable solution for.
Handing out business cards is fine…but let's be real, most of those cards end up in the bottom of someone's purse or tossed in a drawer. The real magic happens when you get their information—so you can follow up and actually turn that conversation into a client.But how do you do that without making it awkward or weird?
With massive context windows and new agent frameworks, do vector databases still matter? Ram Sriharsha, CTO at Pinecone, joins the conversation to make the definitive case that they're more critical than ever. He explains that at the core of all AI is search, and externalizing this function is non-negotiable for security, auditability, and control.Ram offers a clear starting path for engineering leaders: begin with simple Retrieval-Augmented Generation (RAG) applications, but immediately implement a robust evaluation framework to manage hallucinations and ensure quality. He shares his perspective on the skills that matter most now, arguing that curiosity and the rise of the generalist engineer are critical in an AI-powered world. This episode is a guide to building the AI stack from the ground up, from using AI as a "good junior engineer" for testing to cultivating the engineering mindset of tomorrow.Bring AI into your code review process with LinearBFollow the hosts:Follow BenFollow AndrewFollow today's guest(s):Learn more about Pinecone: pinecone.ioPinecone Tutorials & Blog: Explore guides on RAG, vector databases, and moreConnect with Ram Sriharsha: LinkedInReferenced in today's show:Your New 500K AI Coworkers Just ArrivedHow I influence tech company politics as a staff software engineerCoinbase says 40% of code written by AI, mostly tests and TypescriptCelebrating 1 Trillion Web Pages ArchivedSupport the show: Subscribe to our Substack Leave us a review Subscribe on YouTube Follow us on Twitter or LinkedIn Offers: Learn about Continuous Merge with gitStream Get your DORA Metrics free forever
This is part 2 of my conversation with Dr. Michael Muthukrishna. What really drives human progress? What is innovation, and why is innovation not just a feature of modern society but a law of life? How do energy, cooperation, and culture shape the way we create new ideas?These are ideal questions with which to launch our new podcast season on the beauty and burdens of innovation, and I can't think of anyone better suited to address them than my guest today.Dr. Michael Muthukrishna is joint Professor of Economic Psychology at the London School of Economics and Professor of Psychology at NYU (from January 2026). At LSE, he is also Affiliate of the Data Science Institute and STICERD Developmental Economics Group. Michael is co-founder and Technical Director of The Database of Religious History (religiondatabase.org), founder of the LSE Culturalytik project (culturalytik.com), London School of Artificial Intelligence (lsai.org.uk), and Center for Human Progress (humanprogress.center), Research Lead of Cities, Culture, and Technology at the African School of Economics' Africa Urban Lab (aul.city), and Scientific Advisor at the AI startup Electric Twin (electrictwin.com). Michael's research applies an evolutionary framework to understand human cooperation, tackling key topics, including: the barriers to cooperation, particularly how different mechanisms of cooperation (such as family ties versus impartial institutions) can potentially undermine each other; the impact of cultural differences on psychology and behavior; the processes of social learning; and how these learning processes drive innovation and cultural change. His research and interviews have appeared in outlets including CNN, BBC, The Wall Street Journal, The Economist, Scientific American, PBS, Vice, Newsweek, Time, New York Magazine, Nature News, Science News, The Times, The Telegraph, and The Guardian. Michael's research is informed by his educational background in engineering and psychology, with graduate training in evolutionary biology, economics, and statistics, and his personal background living in Sri Lanka, Botswana, Papua New Guinea, Australia, Canada, United States, and United Kingdom. He is the author of A Theory of Everyone: The new science of who we are, how we got here, and where we're going (MIT Press / Basic Books).In this episode, we talk about:1. The compass model and the adjacent possible zone2. How to solve the paradox of diversity3. Three ingredients of evolution: Variation, transmission, selection4. The promise and pitfalls of AI - The Second Enlightenment5. The promise of AI to create abundance6. The relationship between innovation and religionTo learn more about Michael's work, you can find him at: https://www.michael.muthukrishna.com/ Links Mentioned:A Theory of Everyone by Michael Muthukrishna - https://www.atheoryofeveryone.com/ This season of the podcast is sponsored by Templeton Religion TrustSupport the show
Independent investigative journalism, broadcasting, trouble-making and muckraking with Brad Friedman of BradBlog.com
Andreas Rossberg unpacks WASM 3.0, covering new capabilities like garbage collection, exception handling, tail calls, and support for 64-bit addressing with multiple memories. The discussion explores deterministic profiles following relaxed sim, WebAssembly's capability-based security model, and advances in sandboxing and module design. Andreas connects these features to practical use cases in JavaScript engines and applications like Google Sheets, then looks ahead to experimental work on threading, stack switching, and async programming models shaping the next phase of the WebAssembly ecosystem. Links Website: https://people.mpi-sws.org/~rossberg GitHub: https://github.com/rossberg Resources WASM 3.0 Completed: https://webassembly.org/news/2025-09-17-wasm-3.0 Chapters 00:00 Intro – Andreas Rossberg and the WebAssembly 3.0 Update 01:05 The State of WebAssembly Today 02:15 Why WebAssembly Exists Beyond the Web 03:20 From WebAssembly 2.0 to 3.0 – What's Actually New 04:30 Garbage Collection: A Game-Changer for Managed Languages 06:00 The Vision of WebAssembly as a Universal Compilation Target 07:40 How GC Support Unlocks Java, Kotlin, and Dart on WASM 09:10 Expanding to 64-bit Memory – Performance and Limits 10:40 WebAssembly for Databases, AI, and LLMs 12:00 Sandboxing and Security by Design 13:10 How Capabilities and Static Analysis Keep WASM Safe 14:30 Multi-Memory Support and Real-World Use Cases 16:00 Developer Ergonomics vs. Specification Purity 17:20 Tail Calls and Functional Programming Benefits 18:40 Function Tables and Secure Indirection 20:00 Exception Handling Finally Arrives 21:10 Determinism, Efficiency, and Why It Matters for Blockchain 22:30 SIMD and Hardware Divergence Across Platforms 24:00 Balancing Portability with Performance 25:20 The Design Philosophy Behind WebAssembly 26:30 Why WASM Rejects Language-Specific Features 27:40 Proposal Process: Who Decides What Gets In 29:00 Browser Vendors and Implementation Challenges 30:10 Early Deployments: GC, Tooling, and Adoption Stories 31:30 Threads, Stack Switching, and the Future of Concurrency 33:00 Async/Await and Coroutines on WebAssembly 34:30 What's Coming Next for WASM Developers 35:40 How to Get Involved – Working Groups and Proposals 37:00 Closing Thoughts and Thanks We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Fill out our listener survey (https://t.co/oKVAEXipxu)! https://t.co/oKVAEXipxu Let us know by sending an email to our producer, Elizabeth, at elizabet.becz@logrocket.com (mailto:elizabeth.becz@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
Key Highlights from the Episode:0:00 – Introduction: AI, NLP, and sentiment analysis explained2:10 – What sentiment analysis is and why it matters for advisors4:30 – How AI scores positivity, negativity, and client reactions6:00 – Real-world use cases: client emails, brand perception, and practice reviews8:30 – Why “no bad publicity” isn't always true in financial services10:15 – Sentiment analysis as a supplement to traditional KPIs12:00 – Spotting early warning signs of client attrition14:00 – How generational wealth transfer creates new sentiment insights18:30 – Turning social proof and negative feedback into opportunities23:00 – Compliance considerations when using recording and AI tools25:00 – How sentiment can feed into lead scoring and forecasting27:30 – Final takeaways: actionable, not overwhelmingResources:Elite Consulting Partners | Financial Advisor Transitions: https://eliteconsultingpartners.comElite Marketing Concepts | Marketing Services for Financial Advisors: https://elitemarketingconcepts.comElite Advisor Successions | Advisor Mergers and Acquisitions: https://eliteadvisorsuccessions.comJEDI Database Solutions | Data Intelligence for Advisors: https://jedidatabasesolutions.comListen to more Advisor Talk episodes: https://eliteconsultingpartners.com/podcasts/Follow us on LinkedIn: https://linkedin.com/company/eliteconsultingpartners