Podcasts about 30tb

  • 13PODCASTS
  • 14EPISODES
  • 49mAVG DURATION
  • ?INFREQUENT EPISODES
  • May 23, 2025LATEST

POPULARITY

20172018201920202021202220232024

Related Topics:

uk ssd samsung

Best podcasts about 30tb

Latest podcast episodes about 30tb

The top AI news from the past week, every ThursdAI

Hey folks, Alex here, welcome back to ThursdAI! And folks, after the last week was the calm before the storm, "The storm came, y'all" – that's an understatement. This wasn't just a storm; it was an AI hurricane, a category 5 of announcements that left us all reeling (in the best way possible!). From being on the ground at Google I/O to live-watching Anthropic drop Claude 4 during our show, it's been an absolute whirlwind.This week was so packed, it felt like AI Christmas, with tech giants and open-source heroes alike showering us with gifts. We saw OpenAI play their classic pre-and-post-Google I/O chess game, Microsoft make some serious open-source moves, Google unleash an avalanche of updates, and Anthropic crash the party with Claude 4 Opus and Sonnet live stream in the middle of ThursdAI!So buckle up, because we're about to try and unpack this glorious chaos. As always, we're here to help you collectively know, learn, and stay up to date, so you don't have to. Let's dive in! (TL;DR and links in the end) Open Source LLMs Kicking Things OffEven with the titans battling, the open-source community dropped some serious heat this week. It wasn't the main headline grabber, but the releases were significant!Gemma 3n: Tiny But Mighty MatryoshkaFirst up, Google's Gemma 3n. This isn't just another small model; it's a "Nano-plus" preview, a 4-billion parameter MatFormer (Matryoshka Transformer – how cool is that name?) model designed for mobile-first multimodal applications. The really slick part? It has a nested 2-billion parameter sub-model that can run entirely on phones or Chromebooks.Yam was particularly excited about this one, pointing out the innovative "model inside another model" design. The idea is you can use half the model, not depth-wise, but throughout the layers, for a smaller footprint without sacrificing too much. It accepts interleaved text, image, audio, and video, supports ASR and speech translation, and even ships with RAG and function-calling libraries for edge apps. With a 128K token window and responsible AI features baked in, Gemma 3n is looking like a powerful tool for on-device AI. Google claims it beats prior 4B mobile models on MMLU-Lite and MMMU-Mini. It's an early preview in Google AI Studio, but it definitely flies on mobile devices.Mistral & AllHands Unleash Devstral 24BThen we got a collaboration from Mistral and AllHands: Devstral, a 24-billion parameter, state-of-the-art open model focused on code. We've been waiting for Mistral to drop some open-source goodness, and this one didn't disappoint.Nisten was super hyped, noting it beats o3-Mini on SWE-bench verified – a tough benchmark! He called it "the first proper vibe coder that you can run on a 3090," which is a big deal for coders who want local power and privacy. This is a fantastic development for the open-source coding community.The Pre-I/O Tremors: OpenAI & Microsoft Set the StageAs we predicted, OpenAI couldn't resist dropping some news right before Google I/O.OpenAI's Codex Returns as an AgentOpenAI launched Codex – yes, that Codex, but reborn as an asynchronous coding agent. This isn't just a CLI tool anymore; it connects to GitHub, does pull requests, fixes bugs, and navigates your codebase. It's powered by a new coding model fine-tuned for large codebases and was SOTA on SWE Agent when it dropped. Funnily, the model is also called Codex, this time, Codex-1. And this gives us a perfect opportunity to talk about the emerging categories I'm seeing among Code Generator agents and tools:* IDE-based (Cursor, Windsurf): Live pair programming in your editor* Vibe coding (Lovable, Bolt, v0): "Build me a UI" style tools for non-coders* CLI tools (Claude Code, Codex-cli): Terminal-based assistants* Async agents (Claude Code, Jules, Codex, GitHub Copilot agent, Devin): Work on your repos while you sleep, open pull requests for you to review, asyncCodex (this new one) falls into category number 4, and with today's release, Cursor seems to also strive to get to category number 4 with background processing. Microsoft BUILD: Open Source Copilot and Copilot Agent ModeThen came Microsoft Build, their huge developer conference, with a flurry of announcements.The biggest one for me? GitHub Copilot's front-end code is now open source! The VS Code editor part was already open, but the Copilot integration itself wasn't. This is a massive move, likely a direct answer to the insane valuations of VS Code clones like Cursor. Now, you can theoretically clone GitHub Copilot with VS Code and swing for the fences.GitHub Copilot also launched as an asynchronous coding assistant, very similar in function to OpenAI's Codex, allowing it to be assigned tasks and create/update PRs. This puts Copilot right into category 4 of code assistants, and with the native Github Integration, they may actually have a leg up in this race!And if that wasn't enough, Microsoft is adding MCP (Model Context Protocol) support directly into the Windows OS. The implications of having the world's biggest operating system natively support this agentic protocol are huge.Google I/O: An "Ultra" Event Indeed!Then came Tuesday, and Google I/O. I was there in the thick of it, and folks, it was an absolute barrage. Google is shipping. The theme could have been "Ultra" for many reasons, as we'll see.First off, the scale: Google reported a 49x increase in AI usage since last year's I/O, jumping from 9 trillion tokens processed to a mind-boggling 480 trillion tokens. That's a testament to their generous free tiers and the explosion of AI adoption.Gemini 2.5 Pro & Flash: #1 and #2 LLMs on ArenaGemini 2.5 Flash got an update and is now #2 on the LMArena leaderboard (with Gemini 2.5 Pro still holding #1). Both Pro and Flash gained some serious new capabilities:* Deep Think mode: This enhanced reasoning mode is pushing Gemini's scores to new heights, hitting 84% on MMMU and topping LiveCodeBench. It's about giving the model more "time" to work through complex problems.* Native Audio I/O: We're talking real-time TTS in 24 languages with two voices, and affective dialogue capabilities. This is the advanced voice mode we've been waiting for, now built-in.* Project Mariner: Computer-use actions are being exposed via the Gemini API & Vertex AI for RPA partners. This started as a Chrome extension to control your browser and now seems to be a cloud-based API, allowing Gemini to use the web, not just browse it. This feels like Google teaching its AI to interact with the JavaScript-heavy web, much like they taught their crawlers years ago.* Thought Summaries: Okay, here's one update I'm not a fan of. They've switched from raw thinking traces to "thought summaries" in the API. We want the actual traces! That's how we learn and debug.* Thinking Budgets: Previously a Flash-only feature, token ceilings for controlling latency/cost now extend to Pro.* Flash Upgrade: 20-30% fewer tokens, better reasoning/multimodal scores, and GA in early June.Gemini Diffusion: Speed Demon for Code and MathThis one got Yam Peleg incredibly excited. Gemini Diffusion is a new approach, different from transformers, for super-speed editing of code and math tasks. We saw demos hitting 2000 tokens per second! While there might be limitations at longer contexts, its speed and infilling capabilities are seriously impressive for a research preview. This is the first diffusion model for text we've seen from the frontier labs, and it looks sick. Funny note, they had to slow down the demo video to actually show the diffusion process, because at 2000t/s - apps appear as though out of thin air!The "Ultra" Tier and Jules, Google's Coding AgentRemember the "Ultra event" jokes? Well, Google announced a Gemini Ultra tier for $250/month. This tops OpenAI's Pro plan and includes DeepThink access, a generous amount of VEO3 generation, YouTube Premium, and a whopping 30TB of storage. It feels geared towards creators and developers.And speaking of developers, Google launched Jules (jules.google)! This is their asynchronous coding assistant (Category 4!). Like Codex and GitHub Copilot Agent, it connects to your GitHub, opens PRs, fixes bugs, and more. The big differentiator? It's currently free, which might make it the default for many. Another powerful agent joins the fray!AI Mode in Search: GA and EnhancedAI Mode in Google Search, which we've discussed on the show before with Robby Stein, is now in General Availability in the US. This is Google's answer to Perplexity and chat-based search.But they didn't stop there:* Personalization: AI Mode can now connect to your Gmail and Docs (if you opt-in) for more personalized results.* Deep Search: While AI Mode is fast, Deep Search offers more comprehensive research capabilities, digging through hundreds of sources, similar to other "deep research" tools. This will eventually be integrated, allowing you to escalate an AI Mode query for a deeper dive.* Project Mariner Integration: AI Mode will be able to click into websites, check availability for tickets, etc., bridging the gap to an "agentic web."I've had a chat with Robby during I/O and you can listen to that interview at the end of the podcast.Veo3: The Undisputed Star of Google I/OFor me, and many others I spoke to, Veo3 was the highlight. This is Google's flagship video generation model, and it's on another level. (the video above, including sounds is completely one shot generated from VEO3, no processing or editing)* Realism and Physics: The visual quality and understanding of physics are astounding.* Natively Multimodal: This is huge. Veo3 generates native audio, including coherent speech, conversations, and sound effects, all synced perfectly. It can even generate text within videos.* Coherent Characters: Characters remain consistent across scenes and have situational awareness, who speaks when, where characters look.* Image Upload & Reference Ability: While image upload was closed for the demo, it has reference capabilities.* Flow: An editor for video creation using Veo3 and Imagen4 which also launched, allowing for stiching and continuous creation.I got access and created videos where Veo3 generated a comedian telling jokes (and the jokes were decent!), characters speaking with specific accents (Indian, Russian – and they nailed it!), and lip-syncing that was flawless. The situational awareness, the laugh tracks kicking in at the right moment... it's beyond just video generation. This feels like a world simulator. It blew through the uncanny valley for me. More on Veo3 later, because it deserves its own spotlight.Imagen4, Virtual Try-On, and XR Glasses* Imagen4: Google's image generation model also got an upgrade, with extra textual ability.* Virtual Try-On: In Google Shopping, you can now virtually try on clothes. I tried it; it's pretty cool and models different body types well.* XR AI Glasses from Google: Perhaps the coolest, but most futuristic, announcement. AI-powered glasses with an actual screen, memory, and Gemini built-in. You can talk to it, it remembers things for you, and interacts with your environment. This is agentic AI in a very tangible form.Big Company LLMs + APIs: The Beat Goes OnThe news didn't stop with Google.OpenAI (acqui)Hires Jony Ive, Launches "IO" for HardwareThe day after I/O, Sam Altman confirmed that Jony Ive, the legendary designer behind Apple's iconic products, is joining OpenAI. He and his company, LoveFrom, have jointly created a new company called "IO" (yes, IO, just like the conference) which is joining OpenAI in a stock deal reportedly worth $6.5 billion. They're working on a hardware device, unannounced for now, but expected next year. This is a massive statement of intent from OpenAI in the hardware space.Legendary iPhone analyst Ming-Chi Kuo shed some light on the possible device, it won't have a screen, as Jony wants to "wean people off screens"... funny right? They are targeting 2027 for mass production, which is really interesting as 2027 is when most big companies expect AGI to be here. "The current prototype is slightly larger than AI Pin, with a form factor comparable to iPod Shuffle, with one intended use cases is to wear it around your neck, with microphones and cameras for environmental detection" LMArena Raises $100M Seed from a16zThis one raised some eyebrows. LMArena, the go-to place for vibe-checking LLMs, raised a $100 million seed round from Andreessen Horowitz. That's a huge number for a seed, reminiscent of Stability AI's early funding. It also brings up questions about how a VC-backed startup maintains impartiality as a model evaluation platform. Interesting times ahead for leaderboards, how they intent to make 100x that amount to return to investors. Very curious.

2.5 Admins
2.5 Admins 203: Yet more free consulting

2.5 Admins

Play Episode Listen Later Jul 11, 2024 31:38


We didn't get to all of your questions for our Episode 200 free consulting special so here is another full episode of your questions and our answers. Our thoughts on a new UK smart devices law, backing up 30TB off-site, how to learn ZFS, SMB vs other ways to share files, and backing up secrets. […]

Late Night Linux All Episodes
2.5 Admins 203: Yet more free consulting

Late Night Linux All Episodes

Play Episode Listen Later Jul 11, 2024 31:38


We didn't get to all of your questions for our Episode 200 free consulting special so here is another full episode of your questions and our answers. Our thoughts on a new UK smart devices law, backing up 30TB off-site, how to learn ZFS, SMB vs other ways to share files, and backing up secrets.... Read More

Intego Mac Podcast
Episode 303: Apple Updates, VaporMalware, and the Cyber Trust Mark

Intego Mac Podcast

Play Episode Listen Later Aug 3, 2023 28:12


Another round of Apple security updates, another instance of vaporMalware, and the UK's drive to remove end-to-end encryption for messaging apps. We also discuss the coming Cyber Trust Mark, which is a way of labelling IoT devices. Show Notes: Urgent: macOS Ventura 13.5, iOS 16.6, etc. fix major kernel vulnerability ChatGPT uncovers Mac malware on the Dark Web Apple threatens to kill iMessage & FaceTime in UK if controversial law passes 10 Ways End-to-Encryption Protects Your Data, Your Privacy, and Your Bank Balance Canon warns printer users to manually wipe Wi-Fi settings before discarding Google testing AI tool that writes news articles The Cyber Trust Mark is a voluntary IoT label coming in 2024. What does it mean? Certification Mark – U.S. Cybersecurity Labeling Program for Smart Devices Recommended Criteria for Cybersecurity Labeling for Consumer Internet of Things (IoT) Products Google rolls out anti-stalking measures for AirTag and other Bluetooth trackers Western Digital HDD capacity hits 28TB as Seagate looks to 30TB and beyond Ingenious hack powers M1 Mac mini with Ethernet cable Intego Mac Premium Bundle X9 is the ultimate protection and utility suite for your Mac. Download a free trial now at intego.com, and use this link for a special discount when you're ready to buy.

Mostly Security
289: Four Brain Cells

Mostly Security

Play Episode Listen Later Jun 23, 2023 39:15


Father's Day stuffs, weddings, missed baseball games, beach pizza with carrot chasers. Google sells out to Squarespace. That 30TB external drive is not the deal you think it is. Oregon DMV data compromised. Eric ends up at America's Car Museum and Jon recommends He Who Fights With Monsters. 0:00 - Introduction 10:57 - Google Domains 15:00 - When is 30TB not 30TB? 23:03 - Oregon DMV Data Loss 29:45 - America's Car Museum 33:49 - He Who Fights With Monsters 36:30 - 仙俠

PC Perspective Podcast
Podcast #707 - Intel Launches Core i9-13900KS, New Laptop RAM Standard, Monoprice Speakers, Apple M2 + MORE

PC Perspective Podcast

Play Episode Listen Later Jan 20, 2023 63:24


This time we report, speculate, paraphrase, and pontificate on another week's worth of product launches, press releases, and insecurity news. Also, a burger.  Apple M2's many things, Intel does 13900KS and Gen 4 scalable Xeons, CAMM winns finally, 30TB of Micron and Monoprice small speakers.  See the timestamps below for all the rest!Timestamps:00:00 Intro01:11 Burger of the Week02:50 Intel launches Core i9-13900KS04:27 More Intel: the 4th Gen Xeon Scalable processors09:52 Apple announces M2 chips and things that use them18:58 CAMM might be the new laptop memory standard23:18 Put your Radeon RX 7900 XTX under water25:04 G.Skill Flare X5 6000 CL32 Ryzen memory29:53 Podcast sponsor - Rocket Money31:08 Razer NAGA v2 mouse33:14 Micron 9400 Pro enterprise SSDs36:23 Security Corner44:32 Gaming Quick Hits47:00 Monoprice DT-3BT desktop speaker review54:18 Picks of the Week1:02:33 Outro ★ Support this podcast on Patreon ★

PC Perspective Podcast
Podcast #656 - Yule Log4j, Final Fantasy VII, AMD Drivers, NAS 20tb Drives, Valve Slims SteamOS + More!

PC Perspective Podcast

Play Episode Listen Later Dec 17, 2021 50:17


It's our pre-pre-holiday show, wherein we talk about the few stories of interest from the week that was, and get derailed quite a bit. Don't miss it. Or do. But if you don't watch, why on earth are you reading this?Timestamps:00:00 Intro01:06 Burger of the Week02:41 Final Fantasy VII Remake Comes to PC06:04 New Radeon Driver Improves Halo Infinite Performance10:05 Android 10, Teams, and 91113:44 Log4J and Log4Shell18:28 Podcast Sponsor: LinkedIn Jobs19:19 SteamOS Slims Down21:08 SK Hynix Sampling 24Gb DDR5 Chips22:13 Seagate's 20TB Hard Drives25:14 You think 20TB is big? How about 30TB (next year, maybe)!27:16 Games of the Week33:18 Podcast Sponsor: VPLS34:31 Picks of the Week47:40 Outro★ Support this podcast on Patreon ★

Parlays 4 Days Sports Betting Podcast
NFL Week 8 Breakdown

Parlays 4 Days Sports Betting Podcast

Play Episode Listen Later Oct 28, 2021 85:50


Back after another awesome and profitable week of the NFL season. The guys are here to give you a recap of week 7 and help you tackle all your bets for week 8 with game breakdowns and giving you everything you need to know for the slate of games ahead. Come join the action!YouTube Link - https://youtu.be/t2UZL_pEK0oShow NotesWeek 7 Recap 0:00Tansey's Tip of the Week 10:00GB vs ARZ 12:30CIN vs NYJ 23:00BUF vs MIA 27:45LAR vs HOU 31:00PHI vs DET 34:00PIT vs CLE 38:30CAR vs ATL 41:20TEN vs IND 45:30Debate of the Week SF vs CHI 50:30NE vs LAC 57:45JAX vs SEA 1:01:45WAS vs DEN 1:03:30TB vs NO 1:07:00DAL vs MIN 1:09:50NYG vs KC  1:15:30Long Shots 1:19:30Favorite Bets of the Week 1:21:00Chalk Donkey Parlay 1:23:15

BBBT
2014 - 06 - 27 EXASOL Podcast

BBBT

Play Episode Listen Later Aug 16, 2018 18:03


Overview of EXASOL company and EXASolution, an in-memory analytic database holding the top TPC-H performance record for scalable data warehousing. Aaron Auld, CEO of EXASOL will present a brief overview of EXASOL company background, go-to-market strategy and light technology overview of EXASolution our in-memory analytic database. Also covered will be 2-3 short customer case studies and the preliminary results of our soon to be published new TPC-H benchmarks for 30TB and 100TB sized data warehousing.

MS Dev Show
Upgrading Angular JS Made Easy

MS Dev Show

Play Episode Listen Later Mar 13, 2018 43:12


We talk with Sam Julien about strategies for upgrading AngularJS to modern Angular and other frameworks. Samsung crams 30TB into a 2.5" drive. And the web gets less secure yet safer.

Tech's Message: News & Analysis With Nate Lanxon (Bloomberg, Wired, CNET)
I Wanna Take You Home, Nokia All Night Long: TM 127 (with Tom Merritt) Regular

Tech's Message: News & Analysis With Nate Lanxon (Bloomberg, Wired, CNET)

Play Episode Listen Later Feb 25, 2018 34:59


This week on the regular version of TECH'S MESSAGE Nate is joined by Daily Tech News Show's Tom Merritt and they discuss:- Nate's appearance on ITV's This Morning- Samsung Galaxy S9 hands-on- NatWest recruits AI bot Cora to answer customer questions- The O2 Arena is being Turned Into a 5G Test Bed- All but Banned in the U.S., Chinese Giant Huawei Is Welcomed in Britain- Your emails and questions answered!Patreon supporters have access to our longer version of the show, which includes the above as well as additional discussions about:- EXTRA STORY: Samsung crams 30TB of SSD into a single 2.5-inch drive- EXTRA STORY: Revamped 4G Nokia 8110 “Matrix phone”, now called Nokia Argon- Quick joke about the classic Buzz Out Loud days- What is a pastor?- Brief discussion about The Matrix in 4K and why we wish it would happen- Outtakes and more!Please support us on Patreon at www.patreon.com/uktech for access to our exclusive ad-free extended version of the show, live-streaming, access to Discord member’s club, weekly columns from Nate, higher quality MP3s, and much more. See acast.com/privacy for privacy and opt-out information.

FroKnowsPhoto Photography Podcasts
RAWtalk 240: PENTAX Cameras Are the FUTURE?

FroKnowsPhoto Photography Podcasts

Play Episode Listen Later Feb 23, 2018 77:15


Welcome to RAWtalk Episode 240! This week we start off the show discussing how Facebook has totally killed Pages reach. Meanwhile, introducing “FrotoStories,” a new documentary-style photoshoot video series that we’re working on. We talk about our first shoot for the debut episode at Philly Typewriter. We dive deep into news where we discuss Samsung’s new 30TB 2.5” SSD, an update to ProDigital memory cards, Pentax’s new K-1 II, pricing on the Sigma 14-24 f/2.8 lens, a pair of new full frame Tamron lenses and how Panasonic and Sony are paving the way for global shutters. We’ll be in Las Vegas next week for WPPI so come say Hi if you see us! We then wrap up the show with another Flying Solo questions & answers segment. Thanks for watching! 00:17 - Who Was Where? What Episode? 04:00 - Where Do the Comments Go? 04:36 - Facebook for Business Update… 05:43 - We Did a Typewrite Photoshoot! Introducing “FrotoStories” 20:13 - We’re going to LAS VEGAS for WPPI 21:40 - PHOTO NEWS! 23:09 - Samsung Made the World’s Largest 2.5” SSD 25:20 - ProGrade Digital Update 27:45 - Pentax Announces K-1 II—Is it Worth the Upgrade? 35:19 - Sigma Update: 14-24mm f/2.8 Art Lens Update 36:55 - Tamron 28-75mm f/2.8 for SONY! 38:30 - Tamron 70-210mm f/4 Announced 41:08 - Panasonic Unveils 8K 60P HDR Global Shutter 43:20 - Sony Announces 1 Megapixel Backlit Global Shutter 45:39 - Special Photo News Fix Next Week! 47:12 - Gear of the Week: Kodak Scanza 55:25 - Flying Solo Q&A

TheGameTalkES
TheGameTalkES #156

TheGameTalkES

Play Episode Listen Later Feb 23, 2018 31:48


En esta edición #156 de TheGameTalkES hablamos de el Tesla Roadster y la posibilidad de que se estrelle en la tierra, los problemas de Huawei ante las agencias de seguridad de EU, De como hackearon los servidores de Tesla para minar criptomonedas, del nuevo SSD de 30TB de Samsung, del nuevo iPhone SE y muchos temas más.

Computer America
LIKE App Interview, 30TB SSD, Spotify Hardware Moves, Tesla Hack

Computer America

Play Episode Listen Later Feb 20, 2018 62:00


First Segment: LIKE App. Michelle Xu, Senior Brand Manager. LIKE is a fun video maker and music video editor. Everyone could be a magician with LIKE! Move with the beat, you can create incredible videos with the coolest magic effects. Everyone can easily make amazing videos; share them to your social media and you could be the next SOCIAL STAR! https://www.youtube.com/embed/LiouR3XM-rE Second Segment: Computer and Technology News Today's Topics Include: Spotify Eyeing Hardware Tesla's Amazon Cloud Server Hacked, Farmed Crypto ESA Wants To Save Old Multiplayer Games 30 TB SSD Samsung And more! For full show notes, check out ComputerAmerica.com!