Listen

Listened to Open Source Contribution with Shubheksha Jalan
Post details
Open source software is publicly available code that is worked on in the open by large crowds of developers. Almost all new software today uses some open source software in its code. But most people never contribute to open source themselves. Some people would love to get involved in open source, but they don’t know

 Listen

Listened to Ransomware with Tim Gallo and Allan Liska
Post details
Ransomware uses software to extort people. A piece of ransomware might arrive in your inbox looking like a PDF, or a link to a website with a redirect. Ransomware is often distributed using social engineering. The email address might resemble someone you know, or a transactional email from a company like Uber or Amazon. Tim

 Listen

Listened to Heroku Autoscaling with Andrew Gwozdziewycz
Post details
When an application is using all of its available resources, that application needs to be scaled. Scaling an application means giving it more resources–typically servers. Autoscaling is an engineering practice where an application is automatically given more or less resources based on how healthy the application performance is at a given time. Applications on Heroku

 Listen

Listened to The End of Cloud Computing with Peter Levine
Post details
Cloud computing has pushed computation away from our own private servers and into virtual machines running on a data center. In the world of cloud computing, processing is centralized in these data centers, and our smartphone and laptop application performance suffers from having high latency between the client and the cloud server. As machine learning

 Listen

Listened to LLVM with Morgan Wilde
Post details
Every program gets compiled down to 1s and 0s before it can be executed against hardware. Before being translated to machine code, programs that are written in a language like Rust, Swift, or Java spend time in an intermediate representation. In Java, this intermediate representation is Java bytecode. Many different languages–such as Scala–translate to Java

 Listen

Listened to Podcast Infrastructure with Mikael Emtinger
Post details
The technology underlying podcasts is simple–a podcaster publishes mp3 files to an RSS feed, and the listener subscribes to that feed, receiving mp3s whenever the feed is updated. Unfortunately, the simplicity of podcasts makes it difficult to build automated advertising infrastructure on top of that simple RSS model. This lack of rich automated advertising has

 Listen

Listened to Governing Open Source Usage with Brian Fox by Brian R. Jackson, Brian Demers 
Post details
Brian Fox, CTO at Sonatype joins us to discuss how to secure and govern open source usage in your company; In the News: Evernote migrates to Google Cloud; Java 9's Jigsaw Auto Modules are a step down with designing dependency management properly; ThoughtWorks shuts down SnapCI

 Listen

Listened to Meetup Architecture with Yvette Pasqua
Post details
Meetup is an online service that allows people to gather into groups and meet in person. Since 2002, the company has been growing and its technology stack has been changing. Today, they are in the process of migrating to the cloud, using both Amazon Web Services and Google Compute Platform. Yvette Pasqua is the CTO