Programming language, superset of JavaScript that compiles to JavaScript
POPULARITY
Categories
Dax and Adam talk about melted protein bars and the weather in Missouri, to deeper reflections on living conditions, food choices, aging, and the impact of technology on their lives. City versus suburban living, the complexities of homelessness, the current AI hype cycle, programming practices, and the evolution of technology trends, highlighting the challenges and excitement that come with adapting to new tools and workflows.Links:Gartner hype cycle - Wikipediav0 by VercelThePrimeagen - YouTubeArch LinuxBuy Mac Studio - Apple (CA)i3 – i3: improved tiling X11 window managerRaycast - Your shortcut to everythingAeroSpace GuideWezTerm - Wez's Terminal EmulatorGhosttyGitHub - sst/opentui: OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)Bun – A fast all-in-one JavaScript runtimeHome ⚡ Zig Programming LanguageGitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignoreThe Go Programming LanguageSponsor: Terminal now offers a monthly box called Cron.Want to carry on the conversation? Join us in Discord. Or send us an email at sliceoffalittlepieceofbacon@tomorrow.fm.Topics:(00:00) - Adam's going cordless (00:34) - Protein bars melt in the Florida heat (03:28) - Is there anything good about living in Missouri? (07:23) - Cursed with the knowledge of better things (11:38) - Living in the city vs rural country life (13:48) - Explaining homelessness to your kids (22:01) - Every city needs two mayors (23:31) - Eras of tech Twitter (26:25) - Where is AI coding in the hype cycle? (35:08) - Knowing when to reach for AI (42:52) - Dax's window management hack (46:17) - Local LLMs on macOS (49:00) - Wezterm vs Ghostty (53:28) - We need to talk about OpenTUI (01:06:37) - Being born sucks (01:11:30) - How did we survive castles and dragons and war? ★ Support this podcast ★
Todays episode delves into understanding and leveraging second and third-order consequences – the ripple effects that occur after an initial action – and introduces forcing functions, which are an inverted way of thinking about these consequences, designed to drive desired outcomes by first determining "what must be true" for them to occur. The episode also connects these concepts to the importance of effective goal setting, explaining how well-defined goals provide clarity, focus, and a strategic framework for decision-making and career advancement.Grasp Second and Third-Order Consequences: Learn to identify the downstream effects of initial actions. For instance, setting a target for test coverage (first action) might lead to people adding tests that don't genuinely test anything but merely inflate the metric (second-order consequence), potentially resulting in disillusionment with testing or continued incidents despite high coverage (third-order consequence). Conversely, giving someone ownership or autonomy (first action) can lead to them proactively filling out details and owning ambiguity (second-order consequence), which may result in higher quality work, freeing up managerial time, and setting the individual up for promotion (third-order consequence).Utilise Forcing Functions for Desired Outcomes: Understand forcing functions as an inverted approach to consequences, where you begin with a desired outcome and then identify the upstream requirements or desirable effects that must be true for that outcome to be achieved. This method helps to focus efforts on one to three key areas for improvement, rather than trying to enhance everything simultaneously.Implement Effective Forcing Functions: Discover how various elements can act as deliberate or accidental forcing functions:A prioritised backlog acts as a forcing function for essential discussions, decision-making, gathering sufficient information for prioritisation, and ensuring knowledgeable individuals are involved in the process.Presentations, demos, or all-hands meetings serve as powerful social forcing functions, as the desire to avoid the discomfort of not having progress to show incentivises action and preparation.Sprint planning is a forcing function that necessitates a clear understanding of priorities and team capacity for the upcoming sprint.Quality metrics or Service Level Agreements (SLAs), such as a P95 response time, act as forcing functions by requiring other system components to be correctly aligned to meet the target.The choice of technology or tech stack can be a significant forcing function for hiring, unintentionally selecting for specific types of engineers (e.g., Java for enterprise experience, TypeScript for full-stack, functional languages for functional programming experience).Workplace restrictions, like requiring night availability, can be accidental forcing functions, potentially selecting against individuals with community involvement, family commitments, or social lives.Successful hiring and recruiting is a strong forcing function for many positive aspects of a company, indicating technical success, high retention, competitive salaries, and a high standard for talent across the organisation.Harness Goals for Clarity and Focus: Recognise that a well-positioned goal is paramount for finding clarity, perspective, and purpose in your career. Goals provide a framework to make decisions about what to do, ensuring your time is spent on what matters to you rather than just on tasks handed to you, thereby enabling personal career growth.Set Relevant and Directionally Correct Goals: Emphasise the relevance of your goals; even if they are specific, measurable, actionable, and time-bound (SMART), they are ineffective if they are not relevant to your desired career path. Aim for goals that are directionally correct, moving you generally towards a long-term outcome (e.g., leading a project if your long-term aspiration is to lead teams), rather than being paralysed by the pursuit of a "perfect" goal.Leverage Manager Feedback for Goal Setting: If you are unsure how to set goals, consider what your boss would look for in your performance in six months. Proactively engage your manager by initiating conversations about career growth and goal setting, framing it as an opportunity for mutual success and seeking their input on what constitutes a "home run" for your role.Set Sustainable and Challenging Goals: Avoid goals that are too abstract (lacking clear actions) or that significantly over- or underestimate your capacity, as both can lead to disengagement. Instead, strive for challenging but sustainable goals that require focus and making difficult choices (e.g., saying "no" to other things) but do not lead to burnout.Be Mindful of Your Choices: Deliberately choose your forcing functions and become aware of those you are accidentally opting into. Consistently consider the downstream effects (second and third-order consequences) of your actions today, and set goals that imply a desired future state rather than dictating the exact methods. Consistency in this mindful approach to goal setting and understanding consequences is key to long-term career success.
Errores más comunes al migrar entre frameworks como Next.js, React, Vue, Angular, Qwik e Ionic, incluyendo lecciones aprendidas, diferencias clave y cómo evitar problemas con TypeScript.
Foundations of Amateur Radio Recently I discussed the idea of listening to the radio spectrum across the internet for the purposes of getting signal into your shack when radios, or in my case, antennas are causing you challenges. I continued to explore and discovered a project by Jacobo EA1ITI, called "radioreceiver". Behind that unassuming name lies a tool born in 2014, that allows you to plug an RTL-SDR dongle into your computer, open up your web-browser, and listen to the radio signals that your dongle can receive. In case you're unfamiliar, an RTL-SDR dongle is a small USB device, looks a lot like a USB thumb drive, jump drive, data stick or flash drive, basically a hunk of plastic with a USB connector on it. An RTL-SDR dongle generally also has some form of antenna connector. It's typically sold as a digital radio and digital television receiver, but websites like rtl-sdr.com sell purpose built ones. They can be found starting at about $15. I realise that this is using a local receiver, with a local antenna, but it's inside a web browser, which is half of what I expected. When you hit the play button in the bottom of the screen, you'll be prompted by your web browser to give permission to access your RTL-SDR dongle and the fun starts. You'll see a live waterfall, hear audio, and have the ability to tune to any frequency you can reach. Depending on your dongle, typically somewhere between 500 kHz and 1.76 GHz. The application consists of seven files, a total of 352 kilobytes that you can store on any web server and run, with one caveat, in order for your web browser to talk to your dongle, it needs to be served using HTTPS. Jacobo has set-up radio.ea1iti.es and I've set-up sdr.vk6flab.com, both showing the same tool. You'll find the code on my VK6FLAB GitHub repository, and of course on Jacobo's. There are some things you need to know. You will need to use a web browser that supports WebUSB, currently that's Chrome, Edge, Opera and several others, sorry, Safari and Firefox don't .. perhaps it's time to talk to Apple and Mozilla. All is explained if you click on the little question mark at the bottom of the screen, it will even tell you if the browser you're using to read the help is compatible or not. If you have an Android phone, you can run this tool too, although you will need to find a way to connect your dongle to your phone. I'm currently limited in my ability to test this and you may need to install some drivers on Windows and Linux, but MacOS and presumably Android, works out of the box. The software also supports offline operation, so you can load it as a Progressive Web App, or PWA, and use it in the field away from the internet. Did I mention that all the decoding is happening inside the web browser, so you can see which code is doing what .. and before you ask, yes, it's minimised in the browser, which you can make into human readable code, but when you look at the source, it shows precisely what is happening, all written in Node.js, TypeScript and JavaScript. It supports CW, SSB, AM, Narrow and Wideband FM and decodes stereo, something which none of my amateur radios do. You might be able to tell that I'm excited. It's because this is providing the basic functionality of a radio inside a web browser, and I didn't need to install it to get started. On the Macintosh I tested this on, I literally opened the web page, plugged in a dongle and hit play. Just so we're clear, just because this is using a web page on a web server, you accessing it will only give you access to your radio not mine. This of course opens the doors to all manner of other fun stuff which I'm expecting to play with for the next little while, and yes, this is also Bald Yak adjacent, I'm aware. In the meantime, you can play with this right now, sdr.vk6flab.com is the place to go. Word of warning, it's addictive and easy to forget it's a radio with an antenna plugged into your computer, so take precautions when electrical storms are about. Look forward to hearing what you discover. I'm Onno VK6FLAB
In this livestream, we cover the market dynamics around Tom Lee's large ETH bids, ETH flipping BTC in ETF flows, and protocol buyback trends across Ethereum and Solana. We also look into the revival of launchpad activity with Pump, Bonk, and new entrants like Heaven. The discussion also analyzes Zora's platform growth, creator coin economics, and staking/ETF developments.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Ian: https://x.com/Ian_Unsworth Follow Tolks: https://x.com/_tolks Follow Dan: https://x.com/smyyguy Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:57) Come to DAS London Mates (4:28) Market Outlook (16:27) Aptos Ad (17:06) Launchpad Narrative Revival (37:07) Dan Smith Joins the Show (1:05:17) Ads (Aptos & Algorand) (1:06:29) Tom Lee's Size and DAT Performance -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
Software Engineering Radio - The Podcast for Professional Software Developers
Qian Li of DBOS, a durable execution platform born from research by the creators of Postgres and Spark, speaks with host Kanchan Shringi about building durable, observable, and scalable software systems, and why that matters for modern applications. They discuss database-backed program state, workflow orchestration, real-world AI use cases, and comparisons with other workflow technologies. Li explains how DBOS persists not just application data but also program execution state in Postgres to enable automatic recovery and exactly-once execution. She outlines how DBOS uses workflow and step annotations to build deterministic, fault-tolerant flows for everything from e-commerce checkouts to LLM-powered agents. Observability features, including SQL-accessible state tables and a time-travel debugger, allow developers and business users to understand and troubleshoot system behavior. Finally, she compares DBOS with tools like Temporal and AWS Step Functions. Brought to you by IEEE Computer Society and IEEE Software magazine.
Scott and Wes break down the latest in web dev news, from Amazon's AI-powered VS Code fork and Node's native TypeScript support, to Vite overtaking Webpack and Svelte's newest async and remote features. They also cover big moves in developer tools, fresh browser experiments, and what these shifts mean for the future of coding. Show Notes 00:00 Welcome to Syntax! 04:08 Kiro. Kiro Video. 09:05 Node 22.18 allows TypeScript without compiler. 11:42 React Router RSC, Parcel + Vite Support. 12:56 Windsurf Bought for real this time. 14:25 Brought to you by Sentry.io. 14:49 Copyparty, the FOSS file server Codeparty Video Codeparty on GitHub. 23:22 Vite Overtakes Webpack. Evan You X Post. 25:16 Rolldown Vite. void0 Rolldown-Vite. 27:06 Claude Code pricing clamp down. Wes' X Post. 30:07 Async svelte released. Async Svelte Discussion. 31:41 Remote Svelte Released. Remote Functions. 34:59 Trae Solo. 37:58 Perplexity Comet Browser. 43:07 Sick Picks + Shameless Plugs. Sick Picks Scott: Black Stuff. Wes: MEKOH Short Pressure Washer Gun with Swivel. Shameless Plugs Scott: Syntax on YouTube. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads
In this episode, we're joined by two of the three Kinetiq Co-founders, Omnia and Greenz, to discuss building a liquid staking protocol on Hyperliquid. They explain core differences from earlier LSTs, staking yields, institutional interest in iHYPE, and DeFi integrations like Pendle and Valantis. The episode also previews Launch, Kinetiq's “Exchange-as-a-Service” platform built on Hyperliquid's HIP-3 protocol.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources Introducing Launch by Kinetiq: https://x.com/kinetiq_xyz/status/1950912024084361595 0xResearch: How Should We Value Hyperliquid?: https://youtu.be/lyIgllXwhgs?feature=shared Bell Curve: Hyperliquid's Bold Vision for DeFi: https://youtu.be/xHGKv0Cx7ao?feature=shared -- Katana is a DeFi-first chain built for deep liquidity and real yield, by redirecting chain revenue back to active DeFi users. The 1 billion KAT campaign is live. Bridge and deposit directly into vaults in one simple click and start earning immediately on your ETH, BTC, USDC, and more. Go to app.katana.network to check it out. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Kinetiq: https://x.com/kinetiq_xyz Follow Greenz: https://x.com/greenbergz Follow Omnia: https://x.com/0xOmnia Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:02) What is Kinetiq? (5:21) Kinetiq vs the Field (9:39) Katana Ad (10:00) Offering Additional Yield (14:24) Market Interest in iHYPE (20:03) kHYPE Integrations (23:45) Katana Ad (24:17) What's Next For Kinetiq? (30:25) HIP-3s Impact (32:24) Ads (Marinade & Algorand) (33:25) Launch by Kinetiq (37:57) The Dedicated kHYPE AMM on Valantis (40:29) Closing Comments -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 02/08 a 08/08.
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 02/08 a 08/08.
In this week's livestream, we discuss market momentum with ETH nearing $4K, and notable BTC–gaming stock correlations. We also dive into Pendle's launch of Boros, and what it brings to the market. Finally, we examine digital asset treasury companies, IPO/ICO trends, tokenized pre-IPO trading, and Coinbase's DEX trading rollout. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Carlos: https://x.com/0xcarlosg Follow Luke: https://x.com/0xMether Follow Marc: https://x.com/marcarjoon Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:36) Come to DAS London (5:04) Market Overview (12:54) Aptos Ad (13:28) Pendle Launches Boros (39:30) Ads (Aptos & Algorand) (40:43) Digital Asset Treasuries (56:53) Trump Plans to IPO Fannie Mae and Freddie Mac (1:07:53) Coinbase Rollsout DEX Trading -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
Die „programmier.con 2025 - Web & AI Edition“ findet am 29. und 30. Oktober 2025 statt. Sichert euch jetzt Tickets für unsere nächste Konferenz auf unserer Webseite!Die News dieser Woche:TypeScript ist jetzt in der Version 5.9 erschienen und bringt unter anderem einige Verbesserungen für `tsc -init` und `import` mit. Gleichzeitig haben die Entwickler:innen auch einen Ausblick auf TypeScript 6.0 und 7.0 gegeben. Wir diskutieren die ganze Roadmap!Außerdem sprechen wir über Mellum, das Code Completion Model von JetBrains. In der neusten Version „mellum-all“ unterstützt es eine Vielzahl an Sprachen. Mellum kann von euch lokal benutzt werden und steht nicht nur in JetBrains IDEs zur Verfügung, sondern kann auch in Visual Studio Code oder ganz unabhängig (zum Beispiel wie Ollama) genutzt werden.Und natürlich vergeht keine Woche ohne Security-Incident. Dave berichtet, dass die Dating Companion-App „Tea“ von einem riesigen Datenleck betroffen war und sich so ein vermeintlicher Safe-Space schnell ins Gegenteil drehen kann.Jan erklärt, was Visual Regression Testing ist und wie es jetzt Einzug in die Beta-Version von vitest 4.0 gehalten hat. Wir erörtern die gängigsten Stolpersteine auf dem Weg zum Visual Regression Testing Setup und staunen nicht schlecht, wie vitest die meisten davon einfach aus dem Weg räumt.Verpasst auch nicht unser nächstes Meetup zum Thema „Security in Games“ und vergesst nicht die Umfrage zum „State of HTML 2025“.Schreibt uns! Schickt uns eure Themenwünsche und euer Feedback: podcast@programmier.barFolgt uns! Bleibt auf dem Laufenden über zukünftige Folgen und virtuelle Meetups und beteiligt euch an Community-Diskussionen. BlueskyInstagramLinkedInMeetupYouTube
Ask Me Anything, die Erste!Du willst wissen, warum JavaScript bei uns manchmal für Bauchschmerzen sorgt? Oder wie wir bei dem rasenden Hype rund um KI & LLMs überhaupt noch den Überblick behalten? Vielleicht brennt dir auch die Frage unter den Nägeln, was wirklich wichtiger ist: Produkt, Gehalt oder Technologie bei deinem neuen Job – und würdest du für den „Purpose“ wirklich auf Geld oder deine Lieblings-Technologie verzichten?In dieser AMA-Episode stellen wir uns euren Fragen. Von Linter-Diskussionen, der Hassliebe zu JavaScript und Typescript, über Jobhopping und geplatzte Side-ProjectsDie Fragen kommen aus unserer Community, die Antworten von uns.Reinhören, mitdenken, Feedback dalassen – und vielleicht kommt eure Frage in der nächsten Runde gleich dran!Bonus: Wie viele Side-Projects passen eigentlich zwischen Hundespaziergang, Open Source und Podcast-Aufnahme?Unsere aktuellen Werbepartner findest du auf https://engineeringkiosk.dev/partnersDas schnelle Feedback zur Episode:
In this episode, Dave and Jamison answer these questions: I'm the CTO of a small startup. We're 3 devs including me and one of them is a junior developer. My current policy is to discourage the use of AI tools for the junior dev to make sure they build actual skills and don't just prompt their way through tasks. However I'm more and more questioning my stance as AI skills will be in demand for jobs to come and I want to prepare this junior dev for a life after my startup. How would you do this? What's the AI coding assistant policy in your companies. Is it the same for all seniority levels? Hi everyone! Long-time listener here, and I really appreciate all the insights you share. Greetings from Brazil! I recently joined a large company (5,000 employees) that hired around 500 developers in a short time. It seems like they didn't have enough projects aligned with everyone's expertise, so many of us, myself included, were placed in roles that don't match our skill sets. I'm a web developer with experience in Java and TypeScript, but I was assigned to a data-focused project involving Python and ETL pipelines, which is far from my area of interest or strength. I've already mentioned to my manager that I don't have experience in this stack, but the response was that the priority is to place people in projects. He told me to “keep [him] in the loop if you don't feel comfortable”, but I'm not sure that should I do. The company culture is chill, and I don't want to come across as unwilling to work or ungrateful. But I also want to grow in the right direction for my career. How can I ask for a project change, ideally one that aligns with my web development background, without sounding negative or uncooperative? Maybe wait for like 3 months inside of this project and then ask for a change? Thanks so much for your thoughts!
There's a new utility library in town called es-toolkit, and it's gunning for Lodash. 2-3x faster, 97% smaller, full TypeScript support, and using modern JavaScript APIs, es-toolkit's just added a “Lodash compatibility layer” to ensure an identical API and 100% Lodash compatibility.oRPC is the newest wrinkle in the Remote Procedural Call (RPC) world, and it promotes easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards. Stack Overflow's 15th developer survey results are in, and the learnings are... interesting. Some of the takeaways are expected (React's still very popular, lots of devs have at least tried AI tools), but some seem willfully wrong (SO claims it's a new resource for devs that need to solve AI-related issues, but 43% of respondents said they rarely or never visit the site anymore). Either way, SO's use has declined dramatically over the last few years due to the rise of AI, and we'll see how much longer it can hang on as a vital part of the developer ecosystem.Timestamps:0:57 - es-toolkit update7:46 - oRPC17:13 - Stack Overflow Developer Survey31:43 - Bolt hackathon winners34:11 - Microsoft Edge Copilot Mode38:46 - State of HTML survey39:30 - What's making us happyLinks:Paige - es-toolkit is coming for LodashJack - oRPCTJ - Stack Overflow 2025 survey resultsBolt hackathon winnersMicrosoft Edge Copilot ModeState of HTML surveyPaige - Monopoly Deal card gameJack - Gridfinity 3D printed grid storage systemTJ - NY Times Games AppThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
What if I told you someone managed to run Doom inside TypeScript's type system? Sounds insane, right? That's exactly what our guest Dimitri Mitropoulos did—and in this episode, we dive deep into the how, the why, and the mind-bending implications of this ambitious project. From type-level programming to the philosophical limits of Turing completeness, this is an episode that pushes the boundaries of what you thought was possible in JavaScript.We talk about how the TypeScript type system evolved to become Turing-complete, how Dimitri pulled off this seemingly impossible feat, and why “Doom-complete” might just be the new gold standard for computational capability. Along the way, we touch on functional programming, generics, recursion, and even some Lambda Calculus. It's part computer science theory, part coding madness, and 100% geeky goodness.Episode Highlights[3:05] – Dimitri explains how a simple thought experiment turned into a year-and-a-half-long obsession[8:40] – The origins and significance of Turing completeness in type systems[14:15] – Why running Doom in TypeScript is more about proving limits than just showing off[19:55] – What it means to run programs inside the type system vs. TypeScript code itself[27:10] – ASCII art as output, functional recursion for game state, and hover-over frames in your editor[35:30] – How ignorance, determination, and obsession fueled the completion of the project[45:20] – Personal insights: balancing family, burnout, and passion while chasing an impossible dreamLinks & ResourcesDimitri MitropoulosMichigan TypeScript YouTube Channel – Dimitri's channel featuring the projectType Challenges by Anthony Fu – Advanced TypeScript exercisesSquiggleConf – The TypeScript-focused conference Dimitri co-foundedJosh Goldberg – TypeScript expert and co-organizer of SquiggleConfBecome a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.
We went live to discuss recent IPO mispricings, the rise and risks of crypto treasury companies, and the evolving strategies of Coinbase and Robinhood. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Carlos: https://x.com/0xcarlosg Follow Daniel: https://x.com/_dshap Follow David: https://x.com/EffortCapital Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:31) Accurately Pricing IPOs (17:36) Aptos Ad (18:08) Coinbase vs Robinhood (39:33) Aptos Ad (40:12) Thoughts on Zora (59:11) Algorand Ad (1:00:00) Treasury Companies -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains. Links Website: https://mhartington.io X: https://x.com/mhartington Github: https://github.com/mhartington Bluesky: https://bsky.app/profile/mhartington.io LinkedIn: https://www.linkedin.com/in/mhartington Resources React Miami Talk: https://www.youtube.com/watch?v=QI3JBQl7SPM 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, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket 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) Special Guest: Mike Hartington.
This week we're joined by Maxwell Brown, a co-founder of Effectful Technologies, the company behind Effect.ts, a library for building robust, production-grade applications with TypeScript. Effect.ts is a library that bends Typescript in many ways, like putting Errors and Dependencies into the type system. Join as as we see what they've been up to and what's next for Effect.ts.Effect Website: https://effect.websiteEffect GitHub: https://github.com/Effect-TS/effectMaxwell's GitHub: https://github.com/IMax153Maxwell's Twitter/X: https://x.com/imax153Effectful Technologies: https://www.effectful.coEffect Discord: https://discord.gg/effect-tsEffect Days Conference: https://effect.website/events/effect-daysAdvanced Effect Workshop Materials: https://github.com/IMax153/advanced-effect-workshop
We went live to discuss Arbitrum DeFi, Solana's performance, Zora's creator platform updates, and token buybacks across protocols like Hyperliquid and PumpFun. We closed with a critical review of Pump's strategy, market share decline, and communication challenges post-ICO.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Tolks: https://x.com/_tolks Follow James: https://x.com/JamesChristoph_ Follow Ryan: https://x.com/_ryanrconnor Follow Danny: https://x.com/defi_kay_ Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:06) Arbitrum DeFi (7:31) Solana Activity (16:43) Zora's Rebirth (27:11) Aptos Ad (27:53) Token Buybacks and Crypto M&A (49:27) Ads (Aptos & Algorand) (50:52) PUMP's Performance, Alon's Interview and Competition With Bonk -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
Sam Bhagwat is the CEO of Mastra - a typescript AI agents framework. Sam is also the cofounder of Gatsby, the popular React framework that was acquired by Netlfiy. Sam shares what he learned building Gatsby and how they're applying those lessons to Mastra. Why they're building in TypeScript, not Python. Why 20% of their users are in Japan. And why they're distributing 1,500 physical books per week on AI agents. This episode is brought to you by WorkOS. If you're thinking about selling to enterprise customers, WorkOS can help you add enterprise features like Single Sign On and audit logs. Links:- Mastra - Sam Bhagwat - Gatsby - Principles of Building AI Agents
Brooks Lybrand, Developer relations manager for Remix and React Router, joins the pod to discuss the latest developments in React Router v7, its evolving community, and the migration path from Remix. We also explore the router's new open governance model, framework mode, and how server-side rendering and data handling are being reimagined for modern web apps. Links Twitter: https://x.com/brookslybrand LinkedIn: https://www.linkedin.com/in/brooks-lybrand Github: https://github.com/brookslybrand YouTube: https://www.youtube.com/channel/UCd93bPmP8vplnkr9Jel_osA Resources React Miami 2025: https://www.youtube.com/watch?v=DPSRGLk6DDQ We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket 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) Special Guest: Brooks Lybrand.
TypeScript is a statically typed superset of JavaScript that adds optional type annotations and modern language features to improve developer productivity and code safety. The TypeScript compiler performs type checking at compile time, catching errors before code is run, and also transforms TypeScript code into clean, standards-compliant JavaScript. Jake Bailey is Senior Software Engineer at The post TypeScript with Jake Bailey appeared first on Software Engineering Daily.
News includes Phoenix LiveView 1.1.0 release candidates featuring change tracking in comprehensions by default and TypeScript annotations, José Valim's inspiring DevLabs interview about building authentic tools and fostering healthy ecosystems, Matthew Sinclair's comprehensive post outlining 9 compelling reasons to choose Elixir, Peter Solnica's exciting teaser about rebuilding rom-rb in Elixir, Igniter's growing adoption with 45 packages now using it for simplified installation, ElixirConf 2025 US tickets available with ThinkingElixir discount, Figma's S-1 filing revealing their staggering $300,000 daily AWS costs, and more! Show Notes online - http://podcast.thinkingelixir.com/261 (http://podcast.thinkingelixir.com/261) Elixir Community News https://paraxial.io/ (https://paraxial.io/utm_source=thinkingelixir&utm_campaign=thinkingelixir-july2025) – Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer. https://hexdocs.pm/phoenixliveview/1.1.0-rc.2/changelog.html#v1-1-0-rc-2-2025-07-05 (https://hexdocs.pm/phoenix_live_view/1.1.0-rc.2/changelog.html#v1-1-0-rc-2-2025-07-05?utm_source=thinkingelixir&utm_medium=shownotes) – Phoenix LiveView 1.1.0 release candidate with change tracking in comprehensions by default https://bsky.app/profile/steffend.me/post/3lteubbasjc2g (https://bsky.app/profile/steffend.me/post/3lteubbasjc2g?utm_source=thinkingelixir&utm_medium=shownotes) – Steffen's thread about LiveView 1.1.0 RC changes and improvements Includes Colocated JS hooks and TypeScript type annotations to all public JavaScript APIs https://x.com/vmelnikova_en/status/1939754121005031881 (https://x.com/vmelnikova_en/status/1939754121005031881?utm_source=thinkingelixir&utm_medium=shownotes) – DevLabs interview announcement with José Valim https://www.youtube.com/watch?v=ihn2fuc_ueQ (https://www.youtube.com/watch?v=ihn2fuc_ueQ?utm_source=thinkingelixir&utm_medium=shownotes) – José Valim on feeding desire to learn, healthy Elixir ecosystem and the future of AI tooling https://bsky.app/profile/matthewsinclair.com/post/3ltfyuekfkc2w (https://bsky.app/profile/matthewsinclair.com/post/3ltfyuekfkc2w?utm_source=thinkingelixir&utm_medium=shownotes) – Matthew Sinclair's post about why Elixir is a great choice https://matthewsinclair.com/blog/0181-why-elixir (https://matthewsinclair.com/blog/0181-why-elixir?utm_source=thinkingelixir&utm_medium=shownotes) – "Why Elixir? A Rebuttal to Common Misconceptions" blog post with 9 reasons https://hex.pm/packages/recon (https://hex.pm/packages/recon?utm_source=thinkingelixir&utm_medium=shownotes) – Collection of functions and scripts to debug Erlang in production. https://hex.pm/packages/observer_cli (https://hex.pm/packages/observer_cli?utm_source=thinkingelixir&utm_medium=shownotes) – Visualize Erlang/Elixir Nodes On The Command Line https://bsky.app/profile/solnic.dev/post/3ltf3e7nije24 (https://bsky.app/profile/solnic.dev/post/3ltf3e7nije24?utm_source=thinkingelixir&utm_medium=shownotes) – Peter Solnica teaser about rebuilding rom-rb in Elixir https://bsky.app/profile/zachdaniel.dev/post/3ltg6dak7fk2f (https://bsky.app/profile/zachdaniel.dev/post/3ltg6dak7fk2f?utm_source=thinkingelixir&utm_medium=shownotes) – Zach Daniel shares that Igniter now has 45 packages using it for simplified installation https://ti.to/elixirconf/2025/discount/ThinkingElixir (https://ti.to/elixirconf/2025/discount/ThinkingElixir?utm_source=thinkingelixir&utm_medium=shownotes) – ElixirConf 2025 US tickets with "ThinkingElixir" discount code for 10% off https://www.figma.com/blog/s1-public/ (https://www.figma.com/blog/s1-public/?utm_source=thinkingelixir&utm_medium=shownotes) – Figma's S-1 filing announcement for going public https://www.sec.gov/Archives/edgar/data/1579878/000162828025033742/figma-sx1.htm (https://www.sec.gov/Archives/edgar/data/1579878/000162828025033742/figma-sx1.htm?utm_source=thinkingelixir&utm_medium=shownotes) – Figma's SEC S-1 filing document https://www.datacenterdynamics.com/en/news/design-platform-figma-spends-300000-on-aws-daily/ (https://www.datacenterdynamics.com/en/news/design-platform-figma-spends-300000-on-aws-daily/?utm_source=thinkingelixir&utm_medium=shownotes) – Figma spends $300,000 daily on AWS services according to S-1 filing 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) 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)
TypeScript is a statically typed superset of JavaScript that adds optional type annotations and modern language features to improve developer productivity and code safety. The TypeScript compiler performs type checking at compile time, catching errors before code is run, and also transforms TypeScript code into clean, standards-compliant JavaScript. Jake Bailey is Senior Software Engineer at The post TypeScript with Jake Bailey appeared first on Software Engineering Daily.
In this episode, Haseeb Qureshi, Jordi Alexander, and Mike Dudas joined us at Permissionless to explore the current state of crypto venture. We discuss the divergence between public and crypto markets, token value accrual, stablecoin infrastructure, sector-specific return dynamics, crypto credit cards, and the evolving crypto-AI startup landscape.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Haseeb: https://x.com/hosseeb Follow Jordi: https://x.com/gametheorizing Follow Mike: https://x.com/mdudas Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:31) The Evolution of Crypto VC (6:16) Internet Capital Markets (12:10) Aptos Ad (12:32) Liquid vs Venture Returns (18:17) Will Stablecoin Chains Succeed? (22:11) Ads (Aptos & Algorand) (23:14) Crypto Cards (30:27) Why Hasn't Crypto AI Done Well? (44:10) Closing Comments -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
In this episode, we sat down at Permissionless with Felipe and Noah from Theia to cover crypto's macro environment, stablecoin market dynamics, and the evolution of onchain interest rates. We also explore fixed-rate lending demand, crypto equities, tokenized assets, transparency frameworks, and trends in TradFi's onchain activity. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Felipe: https://x.com/TheiaResearch Follow Noah: https://x.com/TraderNoah Follow Dan: https://x.com/smyyguy Follow Ryan: https://x.com/_ryanrconnor Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:59) Macro Outlook (7:59) Demand For Fixed-Rate Lending (10:07) Aptos Ad (10:29) Crypto Equities (17:31) Do We Need Equities Onchain? (26:17) Aptos Ad (26:50) Should Crypto Companies IPO Onchain? (33:22) Disclosure & Transparency (43:26) Algorand Ad (44:01) TradFi's Onchain Activity -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
This episode introduces a weekend project that will give you authentic experience working with existing code—a crucial skill that most tutorials and coding platforms simply don't teach. Using Kyle Simpson's YouPeriod GitHub repository, you'll learn to navigate a codebase written by someone else, which is exactly what you'll do in your first development job. This particular project is perfect for beginners because it uses fundamental web technologies (HTML, CSS, and vanilla JavaScript) rather than complex frameworks like React or TypeScript.Here's the Github repo: https://github.com/getify/youperiod.appThis weekend project will teach you more about real development work than weeks of guided exercises. If you're completely new to JavaScript, check out our Dev30 program at dev30.xyz, where you can learn the fundamentals and beyond.Send us a textShameless Plugs
In this repeat episode, Nikolas Burk, DevRel at Prisma, talks about Prisma Postgres, its unikernel architecture, and its seamless integration with cloud infrastructure. Discover how Prisma Postgres is revolutionizing database management with features like cold start elimination, real-time event handling and advanced caching strategies! Links X: https://x.com/nikolasburk LinkedIn: https://www.linkedin.com/in/nikolas-burk-1bbb7b8a Github: https://github.com/nikolasburk Resources Prisma Postgres®: Building a Modern PostgreSQL Service Using Unikernels & MicroVMs: https://www.prisma.io/blog/announcing-prisma-postgres-early-access We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket 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) Special Guest: Nikolas Burk.
To recap Permissionless, we got the hosts from 0xResearch, Forward Guidance, Lightspeed, and Supply Shock together to discuss their thoughts from the conference, and what they are excited about going forward. Enjoy! -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Boccaccio: https://x.com/salveboccaccio Follow Danny: https://x.com/defi_kay_ Follow Rizzo: https://x.com/pete_rizzo_ Follow Felix: https://x.com/fejau_inc Follow Jack: https://x.com/whosknave Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:24) Permissionless IV Takeaways (7:27) Aptos Ad (7:49) Big Industry Narrartives & Themes (12:51) Stablecoins' Future (18:29) Aptos Ad (19:02) Macro Outlook (22:03) Algorand Ad (22:38) Big Tech Overloads (30:32) Predictions We Made That Were Wrong -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
Wes and CJ break down the latest web dev news, including big changes in Safari 26, TypeScript Native Previews, and Remix dropping React. They also chat about new proposals from TC39, Vite 7 beta, and a surprise project from the Astro team. Show Notes 00:00 Welcome to Syntax! 00:41 Safari WWDC. 01:05 SVG Favicons. 02:01 Every site can be a web app on iOS and iPadOS. 03:08 WebGPU in Safari. 08:02 Lots of CSS goodies. @Una Tweet. 10:19 Remix 3 dropping React. Wake Up Remix. @mjackson Tweet. 17:40 Typescript Native Preview. @drosenwasser Tweet. Microsoft Blog: Announcing TypeScript Native Previews. 20:53 Cursor 1.0. 29:12 TC39 Advances Several Proposals to Stage 4. 29:51 Array.fromAsync. 31:15 Error.isError. 32:14 Explicit Resource Management: using. 36:53 Astro Creators working on an email client. @FredKSchott Tweet. 39:23 Announcing Rolldown-Vite. Voidzero. Compatibility. 44:43 Vite 7 in Beta. 46:04 Angular v20 Released. 47:30 Take the State of CSS Survey! 48:40 Brought to you by Sentry.io. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads
In this episode, we went live to discuss CEXs and their recent moves onchain, Kamino's valuation, and Reddit's talks with Worldcoin. We were also joined by Brian Smith from Jito to discuss Blockworks' Token Transparency Framework. Finally, we covered the current state of the trenches and X's plans to develop a “super app”.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources Token Transparency Framework: https://x.com/Blockworks_/status/1935321626788380714 Jito Included in the Token Transparency Framework: https://x.com/jito_sol/status/1935412316087914710 Reid's Thread on Veo 3: https://x.com/reidhannaford/status/1934981941662720196 -- Bitcoin DeFi is heating up on Aptos, the BTCFi growth chain with nearly $400M in BTC assets supported by a secure, fast, and affordable MVM environment. Aptos users can acquire, hold, and earn attractive BTCFi yields via Echo aBTC and OKX xBTC, without typical bridge risks and high fees. Explore BTC yield opportunities on Aptos via OKX Earn and Aptos-native platforms https://web3.okx.com/earn/activity/xbtc-aptos -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Follow Brian: https://x.com/brian_smith_0 Follow Carlos: https://x.com/0xcarlosg Follow Dan: https://x.com/smyyguy Follow Ryan: https://x.com/_ryanrconnor Follow Danny: https://x.com/defi_kay_ Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:16) Permissonless Is Next Week (6:45) CEXs Making Moves Onchain (23:50) Aptos Ad (24:12) The Kamino Bull Case (34:51) The Token Transparency Framework (51:37) Aptos Ad (52:10) Insider Token Sales (1:05:04) Reddit In Talks With Worldcoin (1:12:55) Algorand Ad (1:13:30) Veo 3 Is Cracked (1:20:41) Are The Trenches Back? (1:33:21) X Developing A Super App (1:45:37) Kranken's Token -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
In this episode, we unpack crypto's “revenue meta,” the shift from narrative-driven investing to fundamentals, and how token value accrual is evolving. We also cover CEX-DEX integrations, PumpFun's token valuation, HYPE buybacks, and why institutional capital is reshaping market dynamics. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Katana is a DeFi-first chain built for deep liquidity and high yield. No empty emissions, just real yield and sequencer fees routed back to DeFi users. Pre-deposit now: Earn high APRs with Turtle Club https://app.turtle.club/campaigns/katana or spin the wheel with Katana Krates https://app.katana.network/krates -- Ledger, the global leader in digital asset security, proudly sponsors 0xResearch! As Ledger celebrates 10 years of securing 20% of global crypto, it remains the top choice for securing your assets. Buy a LEDGER™ device now and build confidently, knowing your precious tokens are safe. Buy now on https://shop.ledger.com/?r=1da180a5de00. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Join us from June 24th-June 26th at Permissionless IV! Use Code 0x10 at checkout for 10% off! Tickets: https://blockworks.co/event/permissionless-iv -- Follow Ryan: https://x.com/_ryanrconnor Follow Boccaccio: https://x.com/salveboccaccio Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:43) Evaluating Crypto Fundamentals (18:49) Ads (Katana & Ledger) (19:26) Crossover Between CEXs & DEXs (29:42) Ads (Katana & Ledger) (30:47) PumpFun's Valuation (40:51) Ads (Marinade & Algorand) (41:53) HYPE Buybacks (47:10) Permissionless is Next Week -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
TanStack is an open-source collection of high-performance libraries for JavaScript and TypeScript applications, primarily focused on state management, data fetching, and table utilities. It includes popular libraries like TanStack Query, TanStack Table, and TanStack Router. These libraries emphasize declarative APIs, optimized performance, and developer-friendly features, and they are increasingly popular for modern frontend development. Tanner The post TanStack and the Future of Frontend with Tanner Linsley appeared first on Software Engineering Daily.
In this episode, we discuss Plasma's token sale, and whether USDT supply on Tron will migrate to Plasma. We also unpack Morpho's efforts to align token vs equity incentives. Finally, we dive into what products we are currently interested in and trying out. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources Building the Future of Global Payments: https://youtu.be/8Zd_MTSFojQ?feature=shared Axiom: Breaking Open the Trading Bot Market: https://x.com/defi_kay_/status/1920154686642139474 -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Ledger, the global leader in digital asset security, proudly sponsors 0xResearch! As Ledger celebrates 10 years of securing 20% of global crypto, it remains the top choice for securing your assets. Buy a LEDGER™ device now and build confidently, knowing your precious tokens are safe. Buy now on https://shop.ledger.com/?r=1da180a5de00. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Join us from June 24th-June 26th at Permissionless IV! Use Code 0x10 at checkout for 10% off! Tickets: https://blockworks.co/event/permissionless-iv -- Follow Carlos: https://x.com/0xcarlosg Follow Boccaccio: https://x.com/salveboccaccio Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:59) Plasma's XPL Token Sale (12:20) Ads (Algorand & Ledger) (13:06) Will Tron's USDT Supply Migrate to Plasma? (29:43) Ads (Algorand & Ledger) (30:52) Morpho's Token Announcement (41:10) Marinade Ad (41:42) What New Products Are We Checking Out? (57:28) Come to Permissionless -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
In this episode of This New Way, Aydin sits down with Sukhpal Saini, founder of Engyne, to dive into how AI is reshaping the way we build products, market them, and even manage our personal networks. Sukhpal shares how he prototypes with AI, automates content creation, and turns conversations into distribution-ready assets. From building 30+ products to launching a Canva app for LinkedIn carousels, this episode is packed with actionable insights. Timestamps:0:00 — Intro: Welcome to This New Way1:30 — The AI curiosity wave and why people are hungry for tactical content4:00 — Suk's journey from IBM, Apple, and Saks to 30+ side projects and Engyne5:45 — The shift from building in Figma to building 5 real prototypes with A8:00 — Using Replit and ChatGPT to get fast, real customer feedback13:00 — How marketers can build lead gen tools without engineering16:30 — Will we have fewer engineers in the future? 19:00 — Demo #1: Nexus — Using AI to query your own network22:00 — Why personal productivity tools no longer require SaaS subscriptions24:50 — Demo #2: A Voice of Customer app to analyze transcripts and shape messaging29:00 — Demo #3: Carousel Studio — Turn your ideas into LinkedIn carousels with a Canva app35:00 — The power of creating from your unique opinion, not AI-generated fluff37:00 — Engyne's vision: Become a mini media machine39:00 — Closing thoughts and future predictions for AI-powered solo businessesTools and Technologies Mentioned:Replit – A browser-based coding environment that lets you write, run, and deploy software quickly. Suk uses it to rapidly prototype multiple product ideas in minutes.ChatGPT – OpenAI's conversational AI model, used to generate code, iterate on features, and assist in product development.Claude – An AI assistant developed by Anthropic, used similarly to ChatGPT for coding and ideation.Prisma – A modern ORM (Object-Relational Mapping) tool for Node.js and TypeScript, used in Suk's Voice of Customer app to manage the database.OpenAI API – The underlying API that powers GPT models like ChatGPT, allowing users to integrate AI functionality into their custom apps.Enjoyed the episode? Subscribe at thisnewway.com
TanStack is an open-source collection of high-performance libraries for JavaScript and TypeScript applications, primarily focused on state management, data fetching, and table utilities. It includes popular libraries like TanStack Query, TanStack Table, and TanStack Router. These libraries emphasize declarative APIs, optimized performance, and developer-friendly features, and they are increasingly popular for modern frontend development. Tanner The post TanStack and the Future of Frontend with Tanner Linsley appeared first on Software Engineering Daily.
We break down how to properly throw, catch, and log errors in JavaScript and TypeScript. They cover client-side and server-side strategies, using tools like Sentry, and how to handle errors without taking down your whole app. Show Notes 00:00 Welcome to Syntax! 01:19 Error terminology. 01:42 Thrown and catching. 03:01 What's in an error. 04:09 Name and message. 04:42 Stack. 07:12 Node system errors. 07:34 Messages: strings, objects, or custom errors. 08:19 Throwing errors. 12:01 Promise errors. 12:10 Try catch block, .catch(). 14:13 Using awaited-to. 15:10 Finally. 16:29 promise.try() 17:14 Re-throwing errors. Error Cause 18:12 Client-side errors. 18:15 Catching at different levels. 18:51 Displaying errors. 21:59 Transforming server errors into client errors. 24:12 Error boundaries. 25:26 Server errors. 26:10 JSON API. 27:41 HTTP response codes. 30:09 Logging and solving errors. 31:16 Proudly supported by Sentry.io. Logging within Sentry 36:16 TypeScript and errors. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads
Scott and Wes break down how to properly throw, catch, and log errors in JavaScript and TypeScript. They cover client-side and server-side strategies, using tools like Sentry, and how to handle errors without taking down your whole app. Show Notes 00:00 Welcome to Syntax! 01:19 Error terminology. 01:42 Thrown and catching. 03:01 What's in an error. 04:09 Name and message. 04:42 Stack. 07:12 Node system errors. 07:34 Messages: strings, objects, or custom errors. 08:19 Throwing errors. 12:01 Promise errors. 12:10 Try catch block, .catch(). 14:13 Using awaited-to. 15:10 Finally. 16:29 promise.try() 17:14 Re-throwing errors. Error Cause 18:12 Client-side errors. 18:15 Catching at different levels. 18:51 Displaying errors. 21:59 Transforming server errors into client errors. 24:12 Error boundaries. 25:26 Server errors. 26:10 JSON API. 27:41 HTTP response codes. 30:09 Logging and solving errors. 31:16 Proudly supported by Sentry.io. Logging within Sentry 36:16 TypeScript and errors. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads
Mike Krieger is the chief product officer of Anthropic and the co-founder of Instagram. After leaving Meta, he co-founded Artifact, an AI-powered news app that I absolutely loved, and joined Anthropic to lead product in 2024.In this episode, you'll learn:• How Anthropic uses AI to write 90-95% of code for some products and the surprising new bottlenecks this creates• Why embedding product managers with AI researchers yields 10x the impact of traditional product development• The three areas where product teams can still add massive value as AI gets smarter• How Anthropic plans to compete with OpenAI long-term• How to use Claude as your product strategy partner (with specific prompting techniques)• Why Mike shut down Artifact despite loving the product, and what founders can learn from it• Where AI startups should build to avoid getting killed by OpenAI, Anthropic, and Google• Why MCP (Model Context Protocol) might reshape how all software works• The counterintuitive product metrics that matter for AI• How to evaluate whether your company is maximizing AI's potential or just scratching the surface—Brought to you by:Productboard—Make products that matterStripe—Helping companies of all sizes grow revenueOneSchema—Import CSV data 10x faster—Where to find Mike Krieger:• X: https://x.com/mikeyk• LinkedIn: https://www.linkedin.com/in/mikekrieger/—Where to find Lenny:• Newsletter: https://www.lennysnewsletter.com• X: https://twitter.com/lennysan• LinkedIn: https://www.linkedin.com/in/lennyrachitsky/—In this episode, we cover:(00:00) Introduction to Mike Krieger(04:20) What Mike has changed his mind about regarding AI capabilities(07:38) How to avoid scary AI scenarios(08:55) Skills kids will need in an AI world(11:53) How product development changes when 90% of code is written by AI(17:07) Claude helping with product strategy(21:16) A new way of working(23:55) The future value of product teams in an AI world(27:18) Prompting tricks to get more out of Claude(29:52) The Rick Rubin collaboration on “vibe coding”(32:42) How Mike was recruited to Anthropic(35:55) Why Mike shut down Artifact(42:41) Anthropic vs. OpenAI(47:11) Where AI founders should play to avoid getting squashed(51:58) How companies can best leverage Anthropic's models and APIs(54:29) The role of MCPs (Model Context Protocols)(58:25) Claude's questions for Mike(01:03:15) Claude's heartfelt message to Mike—Referenced:• Anthropic: https://www.anthropic.com/• Claude Opus 4: https://www.anthropic.com/claude/opus• Dario Amodei on X: https://x.com/darioamodei• AI 2027: https://ai-2027.com/• Tobi Lütke's leadership playbook: Playing infinite games, operating from first principles, and maximizing human potential (founder and CEO of Shopify): https://www.lennysnewsletter.com/p/tobi-lutkes-leadership-playbook• Claude Shannon: https://en.wikipedia.org/wiki/Claude_Shannon• Information theory: https://en.wikipedia.org/wiki/Information_theory• TypeScript: https://www.typescriptlang.org/• Python: https://www.python.org/• Rust: https://www.rust-lang.org/• Bending the universe in your favor | Claire Vo (LaunchDarkly, Color, Optimizely, ChatPRD): https://www.lennysnewsletter.com/p/bending-the-universe-in-your-favor• Announcing a brand-new podcast: “How I AI” with Claire Vo: https://www.lennysnewsletter.com/p/announcing-a-brand-new-podcast-how• A conversation with OpenAI's CPO Kevin Weil, Anthropic's CPO Mike Krieger, and Sarah Guo: https://www.youtube.com/watch?v=IxkvVZua28k• Jack Clark on LinkedIn: https://www.linkedin.com/in/jack-clark-5a320317/• Artifact: https://en.wikipedia.org/wiki/Artifact_(app)• Joel Lewenstein on LinkedIn: https://www.linkedin.com/in/joel-lewenstein/• Daniela Amodei on LinkedIn: https://www.linkedin.com/in/daniela-amodei-790bb22a/• Boris Cherny on LinkedIn: https://www.linkedin.com/in/bcherny/• Gunnar Gray on LinkedIn: https://www.linkedin.com/in/gunnargray/• The Model Context Protocol: https://www.anthropic.com/news/model-context-protocol• The rise of Cursor: The $300M ARR AI tool that engineers can't stop using | Michael Truell (co-founder and CEO): https://www.lennysnewsletter.com/p/the-rise-of-cursor-michael-truell• Building Lovable: $10M ARR in 60 days with 15 people | Anton Osika (CEO and co-founder): https://www.lennysnewsletter.com/p/building-lovable-anton-osika• Inside Bolt: From near-death to ~$40m ARR in 5 months—one of the fastest-growing products in history | Eric Simons (founder and CEO of StackBlitz): https://www.lennysnewsletter.com/p/inside-bolt-eric-simons• Jimmy Kimmel Live: https://www.youtube.com/user/JimmyKimmelLive• ChatGPT: https://chatgpt.com/• Gemini: https://gemini.google.com/app• OpenAI's CPO on how AI changes must-have skills, moats, coding, startup playbooks, more | Kevin Weil (CPO at OpenAI, ex-Instagram, Twitter): https://www.lennysnewsletter.com/p/kevin-weil-open-ai• Windsurf: https://windsurf.com/• Menlo Ventures: https://menlovc.com/• Harvey: https://www.harvey.ai/• Manus: https://manus.im/• Bench: https://www.bench-ai.com/• Strategy Letter V: https://www.joelonsoftware.com/2002/06/12/strategy-letter-v/• Kevin Scott on LinkedIn: https://www.linkedin.com/in/jkevinscott/—Recommended books:• The Goal: A Process of Ongoing Improvement: https://www.amazon.com/Goal-Process-Ongoing-Improvement/dp/0884271951• The Way of the Code: The Timeless Art of Vibe Coding: https://www.thewayofcode.com/• The Hard Thing About Hard Things: Building a Business when There Are No Easy Answers―Straight Talk on the Challenges of Entrepreneurship: https://www.amazon.com/Hard-Thing-About-Things-Building/dp/0062273205—Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email podcast@lennyrachitsky.com.—Lenny may be an investor in the companies discussed. This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.lennysnewsletter.com/subscribe
We're on location at Microsoft Build 2025 with Amanda Silver, Corporate Vice President of Microsoft's Developer Division. Amanda leads product, design, user research, and engineering systems for some of the tools you use every day. We discuss the latest AI announcements from Microsoft at Build 2025, how AI is reshaping development tools, what's next for VS Code, TypeScript, GitHub's evolution, and even emerging editors like Windsurf that are forking the VS Code ecosystem.
In this episode, Dan and I (Steve) dove deep into what turned out to be a surprisingly complex, yet incredibly insightful topic: gradually migrating a massive legacy JavaScript project over to TypeScript. We're talking about nearly 1,000 JS files, 70,000+ lines of code, and years of developer history—all transitioning carefully to a typed, modern future.Dan walked us through how he started by setting up the project for success before converting even one file—getting CI/CD ready, setting up tsconfig.json, sorting out test dependencies, dealing with mock leaks, and even grappling with quirks between VS Code and WebStorm debugging.We talked tools (like TS-ESLint, concurrently, and ts-node), why strict typing actually uncovered real bugs (and made the code better!), and why it's crucial not to touch any .js files until your TypeScript setup is rock solid.Key Takeaways:Gradual migration is 100% possible—and often better—than ripping the bandaid off.TypeScript can and will catch bugs hiding in your JavaScript. Be prepared!Use VS Code extensions or TS-Node to support your devs' tooling preferences.Don't underestimate the setup phase—it's the foundation of long-term success.Start small: Dan's team converted just one file at first to test the whole pipeline.If you're sitting on a legacy JS project and dreaming of TypeScript, this episode is your blueprint—and your warning sign.Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.
In this episode, we discuss our outlooks on the market, Strategy clones, and the need for dark pools in crypto. We also dive into JitoSOL, and the possibility of it being included in a SOL ETF. Finally, we end the episode by taking a look at activity on the BNB chain.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources BNB Chain Data: https://app.blockworksresearch.com/analytics/bnb -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Ledger, the global leader in digital asset security, proudly sponsors 0xResearch! As Ledger celebrates 10 years of securing 20% of global crypto, it remains the top choice for securing your assets. Buy a LEDGER™ device now and build confidently, knowing your precious tokens are safe. Buy now on https://shop.ledger.com/?r=1da180a5de00. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Join us from June 24th-June 26th at Permissionless IV! Use Code 0x10 at checkout for 10% off! Tickets: https://blockworks.co/event/permissionless-iv -- Follow Marc: https://x.com/marcarjoon Follow Ryan: https://x.com/_ryanrconnor Follow Danny: https://x.com/defi_kay_ Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (2:45) Market Outlook & Strategy Clones (12:00) Ads (Algorand & Ledger) (12:46) Do We Need Dark Pools? (16:32) Looking For Bullish Catalysts (27:20) Ads (Algorand & Ledger) (28:29) JitoSOL Named In A SOL ETF Prospectus (36:11) Marinade Ad (36:43) Activity on the BNB Chain -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
We're on location at Microsoft Build 2025 with Amanda Silver, Corporate Vice President of Microsoft's Developer Division. Amanda leads product, design, user research, and engineering systems for some of the tools you use every day. We discuss the latest AI announcements from Microsoft at Build 2025, how AI is reshaping development tools, what's next for VS Code, TypeScript, GitHub's evolution, and even emerging editors like Windsurf that are forking the VS Code ecosystem.
In this episode, we dive deep into the evolving relationship between engineering and product with Pranab Krishnan, CTO of Zeal - a payroll and payments platform for staffing companies. We explore how the traditional boundaries between engineering, product management, and customer interaction are dissolving, especially in the age of AI. Pranab shares insights on building a product-centric engineering culture, the concept of "shifting left," and how AI tools are reshaping the skills engineers need to succeed.Key Takeaways
In this episode, we dove headfirst into the swirling waters of TypeScript, its real-world use cases, and where it starts to fall short—especially when it comes to security. Joining us from sunny Tel Aviv (and a slightly cooler Portland), we had the brilliant Ariel Shulman and security advocate Liran Tal bring the heat on everything from type safety to runtime vulnerabilities.We started off with a friendly debate: Has TypeScript really taken over the world? Our verdict? Pretty much. Whether it's starter projects, enterprise codebases, or AI-generated snippets, TypeScript has become the de facto standard. But as we quickly found out, that doesn't mean it's perfect.Key Takeaways:-TypeScript ≠ SecurityWe tend to trust TypeScript a bit too much. It's a build-time tool, not a runtime enforcer. As Liran pointed out, “TypeScript is not a security tool,” and treating it like one leads to dangerous assumptions.-Type Juggling is Real (and Sneaky)We explored how something as innocent as using as string on request data can open the door to vulnerabilities like HTTP parameter pollution and prototype pollution. Just because your IDE is happy doesn't mean your runtime is.-Enter Zod – Runtime Type Checking to the Rescue?Zod got some love for bridging the dev-time/runtime gap by validating data on the fly and inferring TypeScript types. But even Zod isn't foolproof. For example, unless you're using .strict(), extra fields can sneak past your validations, leading to mass assignment bugs.-Common Developer FallaciesWe discussed the misplaced confidence developers have in things like code coverage and TypeScript alone. One of the big takeaways: defense in depth matters. Just like testing, layering your security practices (like using Zod, type guards, and proper sanitization) is key.-TypeScript Best Practices Are EvolvingFrom discriminated unions to avoiding any, from using Maps over plain objects to prevent prototype pollution—TypeScript developers are adapting. And tools like modern Node.js now support type stripping, which makes working with .ts files at runtime a bit easier.Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.
In this episode, we cover emerging market euphoria, Bitcoin inflows, Circle's IPO ambitions, and Plasma's token sale. Carlos and Ryan also give us their takeaways from Solana's Accelerate conference, and the buzz around Solana Mobile's new phone, Seeker. Finally, we dive into U.S. regulatory shifts around perps trading, and the rapidly developing MegaETH ecosystem. Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources Plasma Token Sale Announcement: https://www.plasma.to/insights/announcing-the-xpl-public-sale-using-sonar-by-echo -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Ledger, the global leader in digital asset security, proudly sponsors 0xResearch! As Ledger celebrates 10 years of securing 20% of global crypto, it remains the top choice for securing your assets. Buy a LEDGER™ device now and build confidently, knowing your precious tokens are safe. Buy now on https://shop.ledger.com/?r=1da180a5de00. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Join us from June 24th-June 26th at Permissionless IV! Use Code 0x10 at checkout for 10% off! Tickets: https://blockworks.co/event/permissionless-iv -- Follow Carlos: https://x.com/0xcarlosg Follow Marc: https://x.com/marcarjoon Follow Ryan: https://x.com/_ryanrconnor Follow Danny: https://x.com/defi_kay_ Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (1:47) Is Euphoria Seeping Into the Market? (4:53) Circle's IPO and Plasma's Token Sale (13:53) Ads (Algorand & Ledger) (14:01) Takeaways From Solana's Accelerate Conference (23:00) Regulation For US Based Perps (30:53) Ads (Algorand & Ledger) (32:02) Solana's New Phone (44:41) Marinade Ad (45:13) The MegaETH Ecosystem (1:00:58) Dunking on People at Permissionless -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
In this episode, we discuss Bitcoin's return to all-time highs, and increasing institutional interest in crypto. We also dive into the rise of the Believe app and internet capital markets, trends in Solana's trading bot market, and the evolution of crypto mobile apps. We close the episode with a critique of Ethereum's value narrative and cultural direction.Thanks for tuning in! As always, remember this podcast is for informational purposes only, and any views expressed by anyone on the show are solely their opinions, not financial advice. -- Resources Consumer Crypto & Net New Assets: https://app.blockworksresearch.com/research/consumer-crypto-and-net-new-assets Thread Version: https://x.com/_ryanrconnor/status/1924876335777734950 Trading Bot Market Share: https://x.com/defi_kay_/status/1920154686642139474 -- Accelerate your app development on Algorand with AlgoKit 3.0—now with native TypeScript and Python support, visual debugging, and seamless testing. Build, test, and deploy smarter with tools designed for speed and simplicity. Start building with AlgoKit today: https://algorand.co/algokit?utm_source=blockworkspodcast&utm_medium=banner&utm_campaign=algokit3&utm_id=algokit3&utm_term=algokit3 -- Ledger, the global leader in digital asset security, proudly sponsors 0xResearch! As Ledger celebrates 10 years of securing 20% of global crypto, it remains the top choice for securing your assets. Buy a LEDGER™ device now and build confidently, knowing your precious tokens are safe. Buy now on https://shop.ledger.com/?r=1da180a5de00. -- Marinade is the premier staking delegation platform on Solana, bringing billions in liquidity and security to the Solana network, and connecting SOL holders to the best staking rates. Since launching in 2021, Marinade has expanded their suite of products to provide solutions for both DeFi users and TradFi, including liquid and native staking, as well as direct enterprise integrations. To learn more about Marinade, follow the link below: https://marinade.finance/?utm_source=blockworks&utm_medium=partnerships&utm_campaign=podcast -- Join us from June 24th-June 26th at Permissionless IV! Use Code 0x10 at checkout for 10% off! Tickets: https://blockworks.co/event/permissionless-iv -- Follow Ryan: https://x.com/_ryanrconnor Follow Danny: https://x.com/defi_kay_ Follow Boccaccio: https://x.com/salveboccaccio Follow Blockworks Research: https://x.com/blockworksres Subscribe on YouTube: https://bit.ly/3foDS38 Subscribe on Apple: https://apple.co/3SNhUEt Subscribe on Spotify: https://spoti.fi/3NlP1hA Get top market insights and the latest in crypto news. Subscribe to Blockworks Daily Newsletter: https://blockworks.co/newsletter/ Join the 0xResearch Telegram group: https://t.me/+z0H6y2bS-dllODVh -- Timestamps: (0:00) Introduction (5:46) Bitcoin Testing All-Time Highs (11:54) Ads (Algorand & Ledger) (12:40) The Believe App & Internet Captial Markets (24:18) Believe's GTM Strategy (32:16) Ads (Algorand & Ledger) (33:25) The Trading App Landscape (46:42) Marinade Ad (47:14) How Should We Value Blockchains? (52:56) Ethereum's Focus Today -- Check out Blockworks Research today! Research, data, governance, tokenomics, and models – now, all in one place Blockworks Research: https://www.blockworksresearch.com/ Free Daily Newsletter: https://blockworks.co/newsletter -- Disclaimer: Nothing said on 0xResearch is a recommendation to buy or sell securities or tokens. This podcast is for informational purposes only, and any views expressed by anyone on the show are solely our opinions, not financial advice. Boccaccio, Danny, and our guests may hold positions in the companies, funds, or projects discussed.
In this potluck episode of Syntax, Wes and CJ answer your questions about OpenAI's $3B Windsurf acquisition, the evolving role of UI in an AI-driven world, why good design still matters, React vs. Svelte, and more! Show Notes 00:00 Welcome to Syntax! Devs Night Out 02:35 OpenAI acquires Windsurf for $3B Windsurf Ep 870: Windsurf forked VS Code to compete with Cursor. Talking the future of AI + Coding 05:20 What is the future of UI now that AI is such a heavy hitter? 08:45 Handling spam submissions on websites Cloudflare Turnstile 14:18 Duplicating HTML for desktop and mobile websites? 17:03 Is it okay to use a JSON file for simple website data? 19:04 How to handle anonymous and duplicate users Better-Auth 21:55 Working with TypeScript Object.keys() and “any” vs “@ts-ignore” 25:51 Brought to you by Sentry.io 26:38 What is the difference between React and Svelte? 30:24 How should you name your readme file? 31:55 How do you find time to refactor code? 35:20 Best practices for testing responsiveness Polypane 39:19 Avoiding layout shift with progressive enhancement 46:56 Sick Picks + Shameless Plugs Sick Picks CJ: Portable Chainsaw Wes: White Lotus Shameless Plugs CJ: Nuxt Wes: Full Stack App Build | Travel Log w/ Nuxt, Vue, Better Auth, Drizzle, Tailwind, DaisyUI, MapLibre Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads
Microsoft finally opens the source of WSL, Paolo Scanferla describes an inherent trade-off in TypeScript's type system, Alberto Fortin is taking a step back from heavy LLM use while coding, a pseudonymous hacker spent two weeks coding from their Android phone, and NLWeb might become the HTML of the open agentic web.