A terminal stock watcher and stock position tracker
Now you can live that Terminal Life and that WSB Life at the exact same time. đ
Now you can live that Terminal Life and that WSB Life at the exact same time. đ
Jeremia Kimelman takes stock of his âdata tool beltâ, Build Your Own Redis with C/C++ is ready to read, giscus is a comments system powered by GitHub Discussions, Matt Rickard says prompt engineering shouldnât be a thing and wonât be a thing in the future & Kolja Lubitzâs ALPACA is engine for building adventure games and interactive comics.
This week Adam is joined by Eugenio Pace, co-founder and CEO of Auth0. Auth0 is a for developers, by developers identity, access, security, and authentication platform built for the cloud that secures billions of logins every year. Mid 2020 they raised $120 million at a $1.92 billion valuation after being told no several times. Then, earlier this year in March they announced they were being acquired by Okta for $6.5 billion, in a bold and future-thinking all stock deal. This episode is full of wisdom, inspiration, and tactical advice that Eugenio has used to build Auth0.
This week Adam is joined by Mitch Wainer, previously CMO at DigitalOcean and a member of the founding team. They talk about his journey as an entrepreneur and marketer, the early days at DigitalOcean, and everything that went into disrupting the cloud with blazing fast SSDs. Back in March (2021), DigitalOcean started trading on the New York Stock Exchange (NYSE) â this obviously earned Mitch and many others a very large payday. They also talk about the work Mitch is doing now with Welcome and Sponsored.
I canât imagine why anybody would be building an awesome stock market terminal right now with loads of features such as stock discovery, market sentiment analysis, research tools, FA, TA, DD, and more.
Maybe they just like the stock? đ
If you missed the newsâŚSalesforce is buying Slack for $28 billion. To be clear, the deal is $27.7 billion in cold hard cash plus Salesforce stock. But who cares about money, amirite? Why does this deal even make sense?
Ina Fried for Axios:
[Salesforce] CEO Marc Benioff characterized the move as a bet that the pandemic-driven shift to remote work isnât a temporary blip but rather a permanent transformation.
Slack has the lead in its still-nascent space, but was facing a challenge of its own â namely that Microsoftâs rival Teams was bundled into Office subscriptions. As a standalone company, Slack couldnât easily manage such a move, nor could it afford to get into a price war.
I liked what Aaron Levie (Co-founder and CEO of Box) said about this deal and the future of work:
Whatâs amazing is that even though the current wave of enterprise software to power the future of work has been going strong for 10+ years, weâre still in the very earliest of stages in this market. The last decade has been about building the tools that power new ways to work from anywhere, collaborate with anyone, and automate workflows and business processes in the cloud. The next decade will be the era when organizations adopt these technologies en masse and transform their enterprises. While many of us in Silicon Valley and similar ecosystems have been using tools like Slack for years now (and even Microsoft Teams, more recently), 90%+ of the worldâs digital workers are still not leveraging these modern platforms for the majority of their work. While itâs hard to imagine, weâre still in the early innings of this market.
DHH posted a gist sharing HEYâs Ruby dependencies for the curious. Itâs a pretty stock Rails app with MySQL (?!) and Redis stores, Elasticsearch, and a few other niceties. One line that caught my eye was:
gem 'turbo', github: 'basecamp/turbo'
That points to a private repo, so there will probably be some new open source turbolinks stuff here real soon. Anything else in this Gemfile catch your interest?
Times series data is everywhere! I mean, seriously, try to think of some data that isnât a time series. You have stock prices and weather data, which are the classics, but you also have a time series of images on your phone, time series log data coming off of your servers, and much more. In this episode, Anais from InfluxData helps us understand the range of methods and problems related to time series data. She also gives her perspective on when statistical methods might perform better than neural nets or at least be a more reasonable choice.
Matt Steele, ruminating on the side project that heâs been hacking on since 2011:
A long-lived side project gives you the chance to confront your old habits and see how far youâve progressed.
Over the years, heâs rewritten the Super Bowl Squares app 5 different times. One of his findings:
A long-lived side project also gives you breathing room to ask how much stock to put into trends. My original jQuery app still loads faster, has 60% less code, and (to my mind) is more understandable than my latest version built atop Angular 5. Have I actually made things better? Have we as an industry?
Good question!
I remember being really excited for Rails 3.1
, and thatâs because it was going to have âthe asset pipeline,â helping us manage the assets our application needed. I also remember being so excited by it, I fooled around with sprockets 2.0.0.beta6
to get it running on my Sinatra apps, as well. It took me a while, and when beta7
came out, it didnât work any moreâŚ
But this isnât a story about me. Itâs a story about Joakim Ekberg. He did better than I ever did: when he put Sprockets on Sinatra, he made a gem out of it. He calls it sinatra-asset-pipeline
.
Itâs pretty easy to use: just
gem 'sinatra-asset-pipeline'
in your Gemfile. After bundling, add this to your Rakefile:
require 'sinatra/asset_pipeline/task.rb'
Sinatra::AssetPipeline::Task.define! MyApp
and add it to your application, too:
require 'sinatra/asset_pipeline'
class MyApp < Sinatra::Base
register Sinatra::AssetPipeline
end
Then, sinatra-asset-pipeline
gives you the rake tasks youâd expect:
$ rake assets:precompile
$ rake assets:clean
Sinatra-asset-pipeline is still pretty young, and currently only supports the stock Haml, Sass, and CoffeeScript options that the Rails asset pipeline uses. Hopefully, future releases will integrate Tilt so that you can use arbitrary endings, but thereâs a reason why these are default in Rails: theyâre the most popular alternate options from the defaults.
Itâs not often here at The Changelog that we cross the chasm and talk about venture capital or startup funding. However, a recent contribution to the open source community requires it.
The Series Seed documents, donated to the startup community by Ted Wang at Fenwick & West, LLP, recently revâd to 3.0 and were open sourced under the CC0 1.0 (Public Domain Dedication) license.
These documents are a stripped-down set of preferred stock startup financing documents aimed at creating a simple set of documents for early stage investment.
From the announcement post:
The focus for Version 3.0 is on making the Series Seed documents easier to use both online and offline. A larger percentage of closings happen almost entirely online and we modified the documents to make them work more easily with various software platforms. As one example, we've collaborated with the folks at AngelList to ensure that this version of the documents works with their online closing process.
Not only are they being modified to work more easily in online transactions, but they are now open sourced on GitHub â and taking a note from the software development and open source community on how we show off our work and collaborate to make better software.
Version 3.0 will also begin using GitHub as the platform for managing the discussion and update process for the Series Seed documents. Engineers in our community use GitHub to showcase their work, solicit feedback, and make their project better through teamwork. We are taking a page from their playbook.
Check out the Series Seed documents on GitHub. If you plan to use them, make sure you read the disclaimer!
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.
Matched from the episode's transcript đ
Jerod Santo: On acid, yes. Which - maybe those are the models heâs working with. But you know, a thing that you donât ultimately know what itâs going to do. Now, you can train, and fine-tune, and guard, and watch agents watching agents all you want⌠However, weâve seen at scale the internet operating, distributed systems at scale - things go wrong in ways that are sometimes very quick, very catastrophic, and compounding and cascading.
[00:52:09.02] One thing that I think about is some of these stock market trades, when you have quick corrections or crashes is because you have software making margin calls and trading with software programs, and eventually what happens is the New York Stock Exchange actually just stops everything and is like âLetâs chill out here.â
Welcome back to #define, our game of obscure jargon, fake definitions, and expert tomfoolery. Weâve gathered some awesome friends, new and old, to see who has the best vocabulary and who can trick the everyone else into thinking that they do.
Matched from the episode's transcript đ
Jerod Santo: I do know what the stock market is. This is true. I do know what it is.
Nathan Sobo is back talking about the next big thing for Zedâagentic editing! You now have a full-blown AI-native editor to play with. Collaborate with agents at 120fps in a natively multiplayer IDE.
Matched from the episode's transcript đ
Nathan Sobo: Yeah, I mean, the mission of that is to build the future of software development, as I mentioned. And the premise is that if you really do actually do that, build the future of software development, youâll have an opportunity to, in a non-annoying or coercive way, sell developers services that integrate well with the fact that youâve built this incredible development environment, where theyâre like âHey, Iâll happily pay for that.â
One of the services we could sell developers is AI-related services, which is largely compute⌠But I think over time thereâll be more indexing, more things weâre doing on the backend⌠Weâre running the open source model for you, for edit predictions. That costs money to run. So I think, you know, sure. And we are actually going to be taking our â regardless of what our long-term plans are, weâre going to be taking revenue for the first time, really, real revenue, with this launch⌠Because itâs expensive to offer all this AI stuff, so itâs kind of like we have to charge for it.
But again, if you want to go bring your own API keys, or use some other thing, or literally take our code and fork it and do whatever you want, Iâm not going to try to be sharp-elbowed about that, if that makes sense. I want you to have control over your stack, but I also want it to be convenient for you if you donât want to go mess with all that and you want kind of a stock experience, like âJust let me do what I do with another of these AI editorsâ, put down a credit card, $20 a monthâŚ
The goal is to not â weâre not trying to be cheaper or more expensive than anybody else. Just offer a reasonable service at a reasonable price. But is that the entire premise of all of Zedâs business? No. The premise of Zedâs business is still selling teams and individual services that integrate with their dev flow.
Anthony Eden, Founder & CEO of DNSimple, joins the show to talk about the world of managed hosting for DNS and more.
Matched from the episode's transcript đ
Anthony Eden: Itâs traded on the stock exchange under certain funds, right?
In July of 2020, Joran Dirk Greef stumbled into a fundamental limitation in the general-purpose database design for transaction processing. This sent him on a path that ended with TigerBeetle, a redesigned distributed database for financial transactions that yielded three orders of magnitude faster OLTP performance over the usual (general-purpose) suspects.
On this episode, Joran joins Jerod to explain how TigerBeetle got so fast, to defend its resilience and durability claims as a new market entrant, and to stake his claim at the intersection of open source and business. Oh, plus the age old question: Why Zig?
Matched from the episode's transcript đ
Joran Dirk Greef: Yeah⌠And been coding for 30 years, and itâs been my passion, and self-taught. So I didnât actually study computer science, because I was already reading papers, and I thought, âWell, Iâm more like an autodidact. Thatâs going along already.â Actually, Iâve always loved business too, and people told me, they said, âYou know, a great subject to study if you wanna understand the schema of business across all sectors, and anywhere in the world, itâs double entry accounting.â Thatâs sort of â and thereâs a quote from Warren Buffett, âAccounting is the language of business.â So thatâs why many â well, yeah, thatâs why I went and studied financial accounting. I majored in that at university, because I had a love for business and wanted to understand the schema, general entries, debit/credits. Because with debit/credit you are doing transactions. Youâre doing multi-row transactions between multiple parties.
[16:25] A debit/credit transaction could actually be you have many debits on one side and many credits. Youâre expressing something essential in life across â and itâs not only businesses. You could use this not only for money, but for inventory, stock counts, or just counting things, counting API usage, or counting kilowatt hours⌠Itâs basically âa countingâ, youâre just counting. So any domain where you need to transact with counts, and itâs quantities⌠It could be like valuable or not valuable, but itâs just things are moving, moving around, and thatâs transactions.
And yeah, thatâs sort of what TigerBeetle was meant for. Sort of the canonical, general purpose example would be debit/credits. And so often we see this example given⌠But we thought, âWouldnât it be great if you just got a database that did this out of the box?â That lets you in one query to the database execute 8,000 debit/credit transactions, instead of having to do 80,000 SQL queries to do the same. So thatâs one query and you do 8,000, instead of 80,000 queries. And so thatâs just TigerBeetle, you get these debit/credits. So we thought, âLetâs build it in.â Itâs kind of like financial asset; not only row-column consistency, but multi-row column consistency, so like transactional consistency. Double entry consistency, yeah.
Justin Searls from Breaking Change joins the show to discuss Appleâs Intelligence blunder, the end of the good times in the tech industry, and POSSE Party, his in-progress product that lets âany dummy with a website enjoy a life of algorithm-free luxury.â
Matched from the episode's transcript đ
Justin Searls: Todd Kaufman - heâs my co-founder. He and I would joke a lot in over the course of the 2010s that what we practiced was a sort of like blue collar software craftsmanship⌠And we noticed that a lot of the people who thought like us and worked like us were from the American Midwest, because the money was too easy on the coasts. You could have these really, really high bill of rates every hour in the financial district in Manhattan, and you could go and work for a VC-backed startup and have massive stock grants and hilarious compensation packages, without being very good at the job. And so my heart genuinely goes out to a lot of people who were in the industry, in tech, being told that they were great, being given staff and principal titles that had gotten super-inflated, because HR had to find a way to keep people around⌠And they got soft, because they never had that sort of grit, that sort of like feedback loop of âIf I become better as a programmer, then I will get this promotion.â It was like âIf I just show up and I get along with everybody, and I check the boxes in my annual goals or my OKRs or whatever, then I will progress.â And the progression was just assumed. And when those people get hit on the chopping block - which maybe they are picking the low performers, but itâs probably pretty arbitrary, because nobody knows how to tell a good programmer from a bad one, generally⌠When they wind up on the market, now theyâve spent their career not gaining the skills to be able to demonstrate their worth, and now what are they going to do? The answer is âI donât know, maybe hope for a recoveryâ, and the market getting back to some sort of equilibrium where people who arenât competent can still get jobs.
Jerod and Adam use Chris Kiehlâs post on development topics heâs changed his mind on (over the last 10 years) as a proxy for discussion on dev things they HAVE and HAVE NOT changed their minds on.
Matched from the episode's transcript đ
Jerod Santo: âŚwhereas the stock one lists them horizontally, I guess, like zero â
Techno Tim joins Adam to catch up on the state of Homelab for 2025, the state of AI at home and on-prem (AI Homelab) and where thatâs heading, building a creator PC, choosing the parts for your build, GPU availability, Windows being user hostile, and why Tim is happy to be using Windows, Mac AND Linux.
Matched from the episode's transcript đ
Techno Tim: Oh, yeah. It absolutely could. Because you could use that GPU for Ollama or for anything else while youâre not using it, or even while youâre using it. Because itâs just going to use the CUDA cores if youâre using NVIDIA. And so itâs going to use CUDA cores and VRAM. But if youâre typing a document, you donât need that. You donât need any of that, you know?
So yeah, you could do both. You could have it run both. And then you could keep the AI local. And I think thereâs desktop applications that you could just install it and do it all local, local; not even on a server in your home, but on the machine youâre using. So yeah, that would totally work. It would totally work.
3090 - yeah. I have a 3090. I got pretty lucky, because right before the pandemic, or right as it started, that launched, and everybody wanted the 3070 and 3080, I think. And I wanted the 3080, but it just so happened Best Buy had one of those in stock, the 3090. And I thought, âOh my gosh, Iâm going to spend like a thousand dollars on a GPU?â It turned out to be the best purchase ever because you couldnât find them after that. And I used it all through the pandemic, for all of my videos and everything. It was great. But I still think theyâre solid.
I like the founderâs edition. If youâre going to buy something, I feel like the founderâs edition directly from Nvidia, just the design and everything, is fantastic. I understand why people donât choose that, but thatâs just me; my personal preference.
Mat gathers the entire cast (sans Natalie, sadly) alongside our producer, Jerod Santo, for one last Go Time. Thatâs right, this is Go Timeâs finale episode. After eight years and 340 episodes, we are going out on top. Join us one last time, you wonât regret it!
We share our feelings, reminisce on the good times, list some of our favorite moments & share a few opinions, which may (or may not) be unpopular. đ
Matched from the episode's transcript đ
Jerod Santo: Mat, do you have a stock response for when someone says what Angelica just said to you?
Kyutai, an open science research lab, made headlines over the summer when they released their real-time speech-to-speech AI assistant (beating OpenAI to market with their teased GPT-driven speech-to-speech functionality). Alex from Kyutai joins us in this episode to discuss the research lab, their recent Moshi models, and what might be coming next from the lab. Along the way we discuss small models and the AI ecosystem in France.
Matched from the episode's transcript đ
Alexandre DĂŠfossez: Compared to some of the for-profits, if we take the biggest labs, obviously, I guess we have agility that is not really possible in a super-large company, where every action will have consequences in the stock market, for instance. So the decision process can be really fast. That was the case for the release of the model. For instance, we were able to release it under a commercially friendly license, which would be a bit harder in a larger structure.
Then I think we have a strong â for instance, we have a desire to go more and more towards on-device models. So Moshi is kind of barely on-device. We demoed it on a MacBook Pro, but it was like a top tier MacBook Pro, so itâs kind of like proof of concept; it runs on device, not every device⌠But I think we definitely have a value there, because a number of for-profits are not going to develop really powerful on-device models, because that would be a potential threat to their⌠Like, itâs harder to protect in terms of intellectual property. And I think in general, between the bigger players, there is kind of the race to the very top, very best numbers on the benchmarks, MMLU and everything⌠And so if it takes 10 times more inference time to beat the other on the benchmark, they are going to do it, because itâs either beating the other on the benchmarks, or kind of leaving the arena. So weâre not really in this mindset. Weâre more like â the on-device, I think could have a very large number of applications. It definitely cannot solve all issues⌠But I think as a non-profit, we wonât have the kind of reservation other for-profit might have for on-device models.
Break: [00:16:18.22]
Adam & Jerod discuss the news! Our Merch sale, useful built-in macOS CLI utilities, the slow death of the hyperlink, systematically estimating a projectâs bus factor, The Browser Company abandoning Arc, the Dead Internet theory & more!
Matched from the episode's transcript đ
Jerod Santo: So thatâs a really tough sell. Iâm sure thereâs people who are master debaters, who can probably give good reasoning to do that⌠But a lot of it is touchy-feely, in my opinion. Like, I donât like it. I would forego more money in order to support a flourishing and diverse web⌠But when you have shareholders - I also own stock in companies, and I want those companies to return value to me as a shareholder. We all want that as shareholders. And so they are beholden to shareholders to do that. So itâs a really tough sell as a developer.
Now, what can we do? I think we build things that donât do that. Just to be corny, âBe the change.â So you build the web that you want to see out there. And weâre doing that here at Changelog. Look at Changelog News, our main publication. Itâs entirely a thing that links to other peopleâs stuff. Like, thatâs entirely what it is.
We take you one last time back to the All Things Open 2024 hallway track to talk with some friends, new & old. We speak with Alex Kretzchmar about self-hosting. We speak with Israa Taha about self-confidence. We speak with Avindra Fernando & Adhithi Ravichandran about self-employment.
Matched from the episode's transcript đ
Adam Stacoviak: There really isnât. You canât time that stuff. Itâs like the market. You canât time the entrance into a stock.
No interview this week! Instead, Justin & Autumn sit down to talk about what theyâve been learning recently.
Matched from the episode's transcript đ
Autumn Nash: But theyâre not buying it. Look at what you just said. The stock â
At the tail end of 2019, we got together with Quincy Larson to celebrate ten years of Changelog & five years of freeCodeCamp by recording back-to-back episodes on each otherâs pods. Can you believe itâs now five years later and weâre all still here doing our thing?! Letâs learn what Quincy and the amazing community at freeCodeCamp have been up to!
Matched from the episode's transcript đ
Quincy Larson: So because growth is so intrinsic to for-profit enterprises, itâs just â itâs not built for sustainability. Charities are by definition just built to sustain themselves. So if you want to go long, if you want to exist, multi-generational starships getting to Kepler or wherever, you need to have a charity type structure, or you need to have a family business thatâs passed down generation to generation, where no single generation screws up, or sells it to private equity, or something like that.
So I know this is about open source, this podcast, but I will talk about sustainability, because I genuinely believe that if you are listening to this and you want to create an organization that is going to sustain itself long term, you should probably do a family type business, or you should probably do a charity, where thereâs no ownership, and everybodyâs just invested in the mission, and sustaining it. A charity canât â I canât sell freeCodeCamp to some giant education corporation. Only a charity can acquire a charity, and thereâs no incentive for me. I donât own any stock in freeCodeCamp. I could just give it to better owners. But when would I trust somebody to run it better than I trust myself or somebody else on my team, right?
Go Time co-host, Johnny Boursiquot, joins Adam & Jerod to discuss not making the (first) cut, applying Founder Mode, being a cog (or not), realizing that companies are posting fake engineering jobs & the (maybe) imminent demise of the .io TLD.
Matched from the episode's transcript đ
Johnny Boursiquot: And the other people that are more action-oriented. So all that, thereâs this aspect of the founder, sort of, or an individual sort of going founder mode, basically saying âHey, boots to the ground. Letâs do this. Remove the layers, remove the fluff. Be action-oriented and sort of do things.â At least thatâs what I took away from the whole thing. Itâs like basically saying âDo whatever it takes to move the mission forward, move the product forward, whatever it is that youâre working on, move that forward.â And sort of know exactly what kind of management you want around you, if at all, that kind of thing.
Again, he was speaking to startups and scale-ups, companies that are not sort of huge, massive sort of empires⌠Because those companies, once you get that big, thereâs naturally going to be multiple layers of management. I donât know if you can even avoid that. Thatâs just what happens, the more people you have in an organization. But if you are a startup or a scale-up, perhaps sort of push back against that tide of all those layers, because youâre going to be more effective, and youâre going to be delivering stuff.
[25:49] So to me, Iâm like âOkay, if Iâm just a cog in a machine, Iâm just low on the totem poleâŚâ Iâm not a founder. The founderâs saying âHey, letâs push, letâs go. Letâs get in there and deliver things. Letâs work on things.â That passion, that energy. If Iâm just getting a paycheck every couple of weeks from you, Iâm putting in my 40 hours or whatever⌠Should I care? Because itâs your company. Unless Iâm getting some equity or stock or something from doing more than youâre paying me for. Like, how should I view founder mode? If Iâm a software engineer writing Go code, how should I â and you come at me with âFounder mode.â Should I care? Is it relevant to me?
The way I understood this is like, okay, I understand the spirit of the essay, but how do I make it applicable? How do I take the good parts, so to speak, and make them applicable to what I do on a day to day basis, if Iâm not a founder? And thatâs what our discussion focused on.
John Nunemaker joins us to share his new thesis for acquiring Rails based SaaS apps. Heâs early days on his next big thing called Very Good Software and recently acquired Fireside, a podcast hosting service started by Dan Benjamin. This comes after many years since Johnâs acquisition of a lifetime of Speakerdeck to GitHub, which laid the foundation for these moves.
Matched from the episode's transcript đ
John Nunemaker: âŚto bring it home. Who do I want â I wanna help them get to a bigger lily pad, or whatever. I think itâs cool. Who do I want to spend time with? Iâm going to work. I love the process. Iâm not just going to like stop. I love building software. So Iâm like âWho do I want to do it with, and how do I find things that can pay for them, so they can do it, and it makes it worthwhile for both of us?â And I think thatâs â even the Fireside deal, thatâs kind of what happened. Itâs worth it for Chris, itâs worth it for Garrett, itâs worth it for me, itâs worth it for Steve, it was worth it for Dan⌠Everybody kind of wins.
And I think thereâs more out there like that, too. Itâs just a matter of like letting the dust settle on this one, and then weâll see from there. But at least if I talk about it, then people will hear it, and then if it happens to them, theyâll think of me. And maybe it will be something that like âOkay, yeah, thatâs a Rails app. Itâs very stock and standard. Itâs making good money. Youâre tired of it.â Or maybe I like you, and youâre doing this, and why donât you just merge our merry band of SaaS artisans, or whatever? So yeah, I just think thereâs some cool stuff out there for that.
Break: [01:12:45.16]
Abi Noda, co-founder and CEO at DX, joins the show to talk through data shared from the Stack Overflow 2024 Developer Survey, why devs are really unhappy, and what theyâre doing at DX to help orgs and teams to understand the metrics behind their developerâs happiness and productivity.
Matched from the episode's transcript đ
Abi Noda: Those are the dimensions. Those are the categories. Think of them as your stocks, bonds, cash⌠To use the stock portfolio analogy. You need that balance. Because if you only measure speed, and everything else goes to crap, youâre not doing it correctly.
The ability to learn on the job has been a critical skill for David Beale throughout his career. Is the job market not allowing that anymore?
Matched from the episode's transcript đ
David Beale: Yeah. Yeah. I mean, whatâs wild is how much COBOL is out there. Itâs still everywhere. Anything you do, with a Visa or MasterCard, anything you do on the stock market, a lot of healthcare⌠Everything flight-related is still on AS400 at its core.
In this follow-up to episode #306, âHow soon until AI takes my job?â, the gang of (grumpy?) veteran software engineers candidly chat about how their day to day is changing in the midst of improving AI tooling & hype.
Matched from the episode's transcript đ
Johnny Boursiquot: At the very least â listen, if AI takes your job, at least have some NVIDIA stock, okay? You can get some solace out of the fact that âWell, Iâll get it down the road. Iâll get it back down the road.â You know what I mean? When you get some dividends, or something. But yeah, as usual, thank you, Sharon, Kent, Steve, for coming on the show and talking about the current hype. I think this might have to be a segment. Todayâs itâs the AI hype. But weâve seen a few hype cycles before, so maybe what we do is, as the new hypes come alongâŚ