The insider perspective on the event-stream compromise (Audio)

Adam and Jerod talk with Dominic Tarr, creator of event-stream, the IO library that made recent news as the latest malicious package in the npm registry. event-stream was turned malware, designed to target a very specific development environment and harvest account details and pr … | Continue reading


@changelog.com | 6 years ago

Away from Keyboard 9: Jeremy Fuksa is a unicorn

Jeremy Fuksa has had a rough few years. After deciding to go out on his own, his third year in business was filled with anxiety. Going back to working a full-time job may sound like a failure to some, but Jeremy doesn’t look at it that way. He talks to me about his unique skill s … | Continue reading


@changelog.com | 6 years ago

Microsoft Research released SEAL to secure the cloud

If you’ve been watching the news, you know that the latest data breach involved Marriott exposing 500 million guest reservations from its Starwood database. The kicker is that the unauthorized access to the Starwood guest database stretches back to 2014. That’s FOUR YEARS of unfe … | Continue reading


@changelog.com | 6 years ago

Conversations with the hackers, leaders, and innovators of software development

Conversations with the hackers, leaders, and innovators of software development. | Continue reading


@changelog.com | 6 years ago

Founders Talk 59: How $3.8M in seed funding started Gatsby as an open source

Kyle Mathews is the founder and CEO of Gatsby, a new company he’s building around an open source project of the same name. Gatsby as a project describes itself as a flexible modern website framework and blazing fast static site generator for React.js. At the macro level — Kyle’s … | Continue reading


@changelog.com | 6 years ago

GitHub is where source code lives

I agree — “GitHub is, quite simply, home for developers,” as stated by James Governor in his highlights post on GitHub Universe 2018. Out the gate, James focuses on the announcement of GitHub Actions, which “feels like a profound launch, one that could prove extremely disruptive … | Continue reading


@changelog.com | 6 years ago

Facebook has a tool that learns to fix bugs automatically?

This week on the Facebook code blog they shared details about a new tool called Getafix that automatically finds fixes for bugs and offers them to engineers to approve. 😎 Modern production codebases are extremely complex and are updated constantly. To create a system tha … | Continue reading


@changelog.com | 6 years ago

The nitty gritty on BitMidi – a website for listening to MIDI files

Where does Feross get all those wonderful toys? He builds them with JavaScript, of course! BitMidi – a website for listening to your favorite MIDI files – is his latest creation. In this episode, Jerod “sits down” with Feross to learn all about it. How do MIDIs even work? Why won … | Continue reading


@changelog.com | 6 years ago

Decentralizing the web with Beaker

Feross talks with Mathias Buus and Paul Frazee about the decentralized web, why the average person should care about decentralization of the web, the Beaker browser, Dat and the differences and similarities to BitTorrent, and how Paul and Mathias first got involved in this work. | Continue reading


@changelog.com | 6 years ago

Open sourcing the DEV community

We talk with Ben Halpern the founder and webmaster of dev.to — a community for developers to talk about software. Last Wednesday they open sourced the codebase of the dev.to platform, so we wanted to talk through all the details with Ben. We talked through the backstory, how Ben … | Continue reading


@changelog.com | 6 years ago

Detecting planets with deep learning

Andrew Vanderburg of UT Austin and Christ Shallue of Google Brain join us to talk about their deep learning collaboration, which involved searching through a crazy amount of space imagery to find new planets. | Continue reading


@changelog.com | 6 years ago

Kubernetes brings all the Cloud Natives to the yard

We talk with Dan Kohn, the Executive Director of the Cloud Native Computing Foundation to catch up with all things cloud native, the CNCF, and the world of Kubernetes. Dan updated us on the growth KubeCon / CloudNativeCon, the state of Cloud Native and where innovation is happeni … | Continue reading


@changelog.com | 6 years ago

Keep a CHANGELOG

Adam and Jerod talk with Olivier Lacan about keeping a CHANGELOG and his passion for keeping a human facing, readable history, for software projects. | Continue reading


@changelog.com | 6 years ago

Your own personal Trello right in your Terminal

Klaus Sinani strikes again! By utilizing a simple and minimal usage syntax, that requires a flat learning curve, taskbook enables you to effectively manage your tasks and notes across multiple boards from within your terminal. This is like having your own personal Trello right … | Continue reading


@changelog.com | 6 years ago

An open letter to all podcast apps

Overcast reports podcast subscriber counts in its crawler user agent. Everyone should do this! | Continue reading


@changelog.com | 6 years ago

Corporate Interests in Open Source and Dev Culture

Zed Shaw – creator of Mongrel, Learn Python the Hard Way, and more – joined the show to talk through a recent Twitter thread from Zed where he shared his thoughts on open source, making money in open source, corporate interests and involvement, developer culture, and more. | Continue reading


@changelog.com | 6 years ago

Curl turns 20, HTTP/2, and QUIC

Daniel Stenberg joined the show to talk about 20 years of curl, what’s new with http2, and the backstory of QUIC - a new transport designed by Jim Roskind at Google which offers reduced latency compared to that of TCP+TLS+HTTP/2. | Continue reading


@changelog.com | 6 years ago

Jason Snell is his own HR person

It's been four years since Jason Snell left his job at Macworld and started his own site Six Colors. In that time, Jason is back to what he loves: creating. He talks about the diversity of his work day, finding the right mix of revenue streams, and taking a break when you need on … | Continue reading


@changelog.com | 6 years ago

Danielle Morrill on starting over from zero

Danielle Morrill joined the show to talk about how she's starting over from zero after the recent acquisition of Mattermark to FullContact where she held the role of CEO and co-founder who walked away with "zero dollars and a job". We talked through the details of the company, th … | Continue reading


@changelog.com | 6 years ago

From side project to $7.25M for Unsplash

When Mikael Cho started Unsplash from its small beginning as a Tumblr blog and side project, he had no idea it would have such a huge impact and ultimately disrupt the photography industry. In this episode, Mikael shares the backstory of Unsplash, how it got started, keeping thin … | Continue reading


@changelog.com | 6 years ago

Podcast: Making AI practical, productive, and accessible to everyone

Making artificial intelligence practical, productive, and accessible to everyone. | Continue reading


@changelog.com | 6 years ago

An operating system that executes WebAssembly in ring 0

It's a reimagining of the Singularity OS of old, using new technologies like WebAssembly and Rust. Using an intermediate language as a compile target for applications allows for architecture agnosticism and interesting optimizations that would not be possible on conventional OSe … | Continue reading


@changelog.com | 6 years ago

Changelog #24: Cool, depending on your definition of cool

Feross Aboukhadijeh, Suz Hinton, Nick Nisi, and Alex Sexton get weird this week talking about their favorite old and weird HTML tags, web APIs that do or don't require permission, and their favorite weird websites. | Continue reading


@changelog.com | 6 years ago

PSA: You can subscribe to a GitHub Issue without leaving a comment

I'm here to tell everyone who doesn't yet realize it that you can subscribe to be notified of these things without commenting. How? By clicking the "Subscribe" button, of course! 🎉 | Continue reading


@changelog.com | 6 years ago

Look ma, no Electron

A desktop Kanban board app built with Elm and Rust. How do they do it sans Electron? it uses native WebView (WebKit for Linux/macOS, and MSHTML on Windows) For more details see here. I'd love to see how this app performs in terms of memory use when compared to an Electron-based … | Continue reading


@changelog.com | 6 years ago

The React Podcast #5: Finite State Machines with David Khourshid

In this episode Michael Jackson talks with David Khourshid about State Machines. David is a developer on the Visual Studio Live Share team at Microsoft. Recently, he's been exploring methods of using finite state machines together with React to create predictable flows through ap … | Continue reading


@changelog.com | 6 years ago

The React Podcast #4: Babel and Open Source Sustainability with Henry Zhu

In this episode Michael Jackson talks with Henry Zhu, maintainer of the hugely popular Babel project, about open source sustainability and what's coming next for the Babel project. | Continue reading


@changelog.com | 6 years ago