Search for episodes from Hackers – Software Engineering Daily with a specific topic:

Latest episodes from Hackers – Software Engineering Daily

Meme.com with Johan Unger

Play Episode Listen Later Oct 19, 2021 39:44


Whether you love them or hate them, share them or ignore them, you encounter memes all over the internet.  Those that are popular can often take off and spawn a long history of remixes, variants, derivatives, and inspired works. In this episode, we interview Johan Unger, the founder of meme.com.  They're creating a platform for The post Meme.com with Johan Unger appeared first on Software Engineering Daily.

Roblox Engineering with Claus Moberg

Play Episode Listen Later Dec 18, 2019 60:28


Roblox is a gaming platform with a large ecosystem of players, creators, game designers, and entrepreneurs. The world of Roblox is a three-dimensional environment where characters and objects interact through a physics engine. Roblox is multiplayer, and users can interact with each other over the Internet. Roblox is not one single game—it is a system The post Roblox Engineering with Claus Moberg appeared first on Software Engineering Daily.

Indie Hackers with Courtland Allen Holiday Repeat

Play Episode Listen Later Nov 25, 2019 65:58


Originally published November 4, 2016 Indie Hackers is a website that profiles independent developers who have made profitable software projects, usually without raising any money. These projects make anywhere from a few hundred dollars a month to more than $100,000 as in the case with park.io, one of the services profiled by Indie Hackers. Courtland The post Indie Hackers with Courtland Allen Holiday Repeat appeared first on Software Engineering Daily.

Indie Hack or Venture Back with Lynne Tye

Play Episode Listen Later Nov 20, 2019 65:21


Key Values is a platform where companies are profiled with descriptions of their company values. These profiles describe features such as work-life balance, company culture, daily routines, and strategy. Lynne Tye created Key Values with the goal of building a small business that would make money through connecting job seekers to companies with a culture The post Indie Hack or Venture Back with Lynne Tye appeared first on Software Engineering Daily.

FindCollabs Hackathon Winners: Kitspace and Rivaly

Play Episode Listen Later Jun 29, 2019 60:45


FindCollabs is a platform for finding collaborators and building projects. Three months ago we had our first hackathon, with lots of projects being created and collaborated on. In an earlier episode, we showcased the first place winner ARhythm.  Today’s show features two more interviews with winners from the first FindCollabs hackathon. Kitspace is an open The post FindCollabs Hackathon Winners: Kitspace and Rivaly appeared first on Software Engineering Daily.

Gaming with Eli Brown

Play Episode Listen Later May 23, 2019 55:35


Gaming is becoming mainstream. Popular multiplayer games such as Fortnite and Minecraft present players with a massive virtual world to explore, build, and compete within. Turn-based games such as Hearthstone and Magic are breeding a new generation of board game and card game aficionados. Social media networks like Twitch and YouTube have turned gaming into The post Gaming with Eli Brown appeared first on Software Engineering Daily.

Emerging Markets: Kenya with Nelly Cheboi

Play Episode Listen Later May 20, 2019 63:37


Africa is rapidly adopting the same software and hardware technologies that have transformed the western world over the last few decades. But access to computers and technology education is still uneven. Where there is access to computers, smartphone adoption often comes before access to laptops or desktop computers. Nelly Cheboi is the founder of TechLit The post Emerging Markets: Kenya with Nelly Cheboi appeared first on Software Engineering Daily.

SPIFFE: Zero Trust Workload Identification with Evan Gilman

Play Episode Listen Later Nov 14, 2018 59:54


Modern software consists of sprawling international networks of servers. Users contact these servers to access applications. Microservices talk to each other to fulfill complicated requests. Databases and machine learning frameworks crunch terabytes of information to provide complicated answers. Across this infrastructure, there is a lot of different activities–and a lot of vulnerabilities. Without a reliable The post SPIFFE: Zero Trust Workload Identification with Evan Gilman appeared first on Software Engineering Daily.

Jailbreaking Apple Watch with Max Bazaliy

Play Episode Listen Later Jul 31, 2018 48:29


Apple operating systems are closed source. This closed source nature gives Apple an extremely successful business model–and a very different software developer ecosystem than Linux-based systems. Since Linux is open source, the information on how to manipulate the system at a low level is very public. The lack of information about low-level programming in Apple The post Jailbreaking Apple Watch with Max Bazaliy appeared first on Software Engineering Daily.

Counting People with Andrew Farah

Play Episode Listen Later Jul 16, 2018 50:53


If you operate a restaurant, you want to know how many people are inside your restaurant at any given time. You also want to be able to know your occupancy if you operate a movie theater, coffee shop, or apparel store. Knowing how many people are in your building can answer several business-related questions. Do The post Counting People with Andrew Farah appeared first on Software Engineering Daily.

Kademlia: P2P Distributed Hash Table with Petar Maymounkov

Play Episode Listen Later Jul 2, 2018 57:47


Napster, Kazaa, and Bittorrent are peer-to-peer file sharing systems. In these P2P systems, nodes need to find each other. Users need to be able to search for files that exist across the system. P2P systems are decentralized, so these routing problems must be solved without a centralized service in the middle. Without a centralized service The post Kademlia: P2P Distributed Hash Table with Petar Maymounkov appeared first on Software Engineering Daily.

Browser Building with Osine Ikhianosime

Play Episode Listen Later Jun 23, 2018 29:14


Crocodile Browser is a fast browser built by Osine and Anesi Ikhianosime, a pair of brothers from Nigeria. I interviewed them 3 years ago, and in this episode I caught up with Osine to learn what he and his brother have been working on since then. Osine and Anesi have become friends of mine since The post Browser Building with Osine Ikhianosime appeared first on Software Engineering Daily.

Necto: Build an ISP with Adam Montgomery

Play Episode Listen Later Jun 12, 2018 65:17


In the tech industry, we have all grown to fear “lock-in.” Lock-in is a situation in which you have no choice but to pay a certain provider for some aspect of your computer services. Since computers are so fundamental to our lives, we sometimes have no choice but to pay the provider of that lock-in The post Necto: Build an ISP with Adam Montgomery appeared first on Software Engineering Daily.

Pi Hole: Ad Blocker Hardware with Jacob Salmela

Play Episode Listen Later May 29, 2018 52:24


Ad blockers in the browser protect us from the most annoying marketing messages that the Internet tries to serve to us. But we still pay a price for these ads. We pay the bandwidth costs of requesting these pages. Our browsers are slowed down by these extra requests. Pi Hole is a hardware based ad The post Pi Hole: Ad Blocker Hardware with Jacob Salmela appeared first on Software Engineering Daily.

Design Principles From Functional Programming with Runar Bjarnason

Play Episode Listen Later Jan 30, 2018 41:26


Functional programming can improve the overall design of an application architecture. Runar Bjarnason has been exploring how writing in a functional style increases modularity and compositionality of software for many years. He is co-author of Functional Programming in Scala, a book that explores the relationship between functional programming and software design. In this interview with The post Design Principles From Functional Programming with Runar Bjarnason appeared first on Software Engineering Daily.

Dwarf Fortress with Tarn Adams Holiday Repeat

Play Episode Listen Later Dec 29, 2017 64:05


Originally published October 22, 2015 “The official motto that we have in our help manual is ‘Losing is fun!’ ” Dwarf Fortress is a construction and management simulation computer game set in a procedurally generated fantasy world in which the player indirectly controls a group of dwarves, and attempts to construct a successful underground fortress. The post Dwarf Fortress with Tarn Adams Holiday Repeat appeared first on Software Engineering Daily.

Language Design with Brian Kernighan Holiday Repeat

Play Episode Listen Later Dec 28, 2017 69:14


Originally published January 6, 2016 “The best computer science is the kind where the theory is inspired by some practical problem, you develop a better theoretical understanding of what you want to do, and that feeds back into better practice.” Brian Kernighan is a professor of computer science at Princeton University and the author of The post Language Design with Brian Kernighan Holiday Repeat appeared first on Software Engineering Daily.

Health Wearables with Haiyan Zhang

Play Episode Listen Later Jul 31, 2017 29:46


Wearables are everywhere. In the medical field they are transforming lives. Haiyan Zhang, Innovation Director at Microsoft Research, created a wearable for a young graphic designer that developed Parkinson’s. Parkinson’s is a condition that inhibits movement, and this wearable allows the Parkinson’s patient to write and draw again. Haiyan explained the research process and the The post Health Wearables with Haiyan Zhang appeared first on Software Engineering Daily.

Hackathons with Lizette Chapman

Play Episode Listen Later Jun 22, 2017 57:10


Professional hackathon programmers travel around the hackathon circuit, winning merchandise and small cash prizes. There are enough hackathons that some programmers actually do this as a full-time job. For example, Peter Ma, a programmer who describes himself as a “rapid prototype specialist.” Peter is a great programmer, and he has received lots of offers to The post Hackathons with Lizette Chapman appeared first on Software Engineering Daily.

Off-Grid Social Network with Andre Staltz

Play Episode Listen Later May 26, 2017 59:57


Social networks like Facebook and Twitter facilitate interactions between individuals. Every message I send to you on Facebook goes through Facebook’s servers before reaching you. This is known as the client-server model. Since the early days of the internet, engineers have always envisioned a peer-to-peer model, where I could communicate to you directly, without a The post Off-Grid Social Network with Andre Staltz appeared first on Software Engineering Daily.

Relay Modern with Lee Byron and Joe Savona

Play Episode Listen Later May 24, 2017 66:11


Relay is a JavaScript framework for building data-driven React applications. Facebook open sourced Relay around the same time they open sourced GraphQL, and Facebook expected Relay to be the more popular of the two projects. However, the reality was reversed. Open source companies like Meteor quickly began to build GraphQL tools and a few businesses The post Relay Modern with Lee Byron and Joe Savona appeared first on Software Engineering Daily.

Zencastr with Josh Nielsen

Play Episode Listen Later May 3, 2017 77:46


There are certain experiences when a product solves a problem so thoroughly and elegantly that it lifts a weight off of your shoulders that you didn’t even know was there. Dropbox did this with file storage. Slack did this with group collaboration. Zencastr does this for recording podcasts. Before I used Zencastr to record my The post Zencastr with Josh Nielsen appeared first on Software Engineering Daily.

Robot Assistant with Abhishek Singh

Play Episode Listen Later Apr 28, 2017 58:46


We view our iPhones as inanimate objects. But when we see robots such as the Boston Dynamics machines that move with a motion that seems like an animal, the robot comes alive. We feel more sympathy and connection towards it. Today’s episode is about the distinction between inanimate machines and machines that seem alive. Peeqo The post Robot Assistant with Abhishek Singh appeared first on Software Engineering Daily.

Making Money Online for Software Engineers with Courtland Allen

Play Episode Listen Later Jan 30, 2017 55:47


Engineers today have a variety of career options. You could go work for a large corporation, you could raise money and start a startup, you could freelance and move from job to job with freedom–or you could start a business with the goal of quickly becoming profitable. Courtland Allen was a guest on Software Engineering The post Making Money Online for Software Engineers with Courtland Allen appeared first on Software Engineering Daily.

Robots for the Elderly with Itai Mendelsohn

Play Episode Listen Later Jan 27, 2017 60:20


Many elderly people live with unhealthy levels of isolation. Social isolation is a problem for anybody, but younger people can use technology to alleviate their isolation with tools like Skype and Facebook. How can we bridge the generational gap and give elderly people access to the same technological tools that younger people find easy to The post Robots for the Elderly with Itai Mendelsohn appeared first on Software Engineering Daily.

Robot Cloud Lab with Max Hodak

Play Episode Listen Later Dec 28, 2016 57:07


A biologist wants to study the genetic makeup of an organism. A pharmaceutical researcher wants to test the effects of an experimental drug. These types of experiments require a deep knowledge of the scientific domain as well as the lab techniques to produce the data that will eventually yield a result. Transcriptic is a robotic The post Robot Cloud Lab with Max Hodak appeared first on Software Engineering Daily.

Sampling with Daniel Trostli

Play Episode Listen Later Dec 22, 2016 53:56


Every song you hear on the radio is written with a computer. Computer musicians mostly use synthesizers and samples to compose these songs. A sample is a snippet of recorded sound, sometimes taken from a songs, a movie, or another source. The more samples a musician has access to the better. SampleFocus is a platform The post Sampling with Daniel Trostli appeared first on Software Engineering Daily.

Bots with Jon Bruner

Play Episode Listen Later Dec 15, 2016 61:02


Over the next few years, bots will pervade our lives more and more. These smart, conversational text interfaces provide a new way of engaging with the computer systems that we have been mostly interacting with through web and mobile app interfaces for the last decade. Bots are a necessary complement to the voice interfaces of The post Bots with Jon Bruner appeared first on Software Engineering Daily.

How Software Engineering Daily Works

Play Episode Listen Later Dec 8, 2016 47:54


Software Engineering Daily was started a year and a half ago, based on what I learned from my podcasting experience on Software Engineering Radio. Last week, I interviewed Robert Blumen, the editor of Software Engineering Radio, about how that podcast is produced. In today’s episode, Robert interviews me about this podcast. If you are thinking The post How Software Engineering Daily Works appeared first on Software Engineering Daily.

Bot Memorial with Eugenia Kuyda

Play Episode Listen Later Dec 6, 2016 57:24


When a human passes away, we create a tombstone as a memorial. Friends and family visit a grave to remember the times they had with that person while they were still alive. Memorial bots are another way to celebrate the life of someone who has passed away. A memorial bot is created by taking the The post Bot Memorial with Eugenia Kuyda appeared first on Software Engineering Daily.

Adforprize

Play Episode Listen Later Dec 3, 2016 47:42


There are multiple paths to constructing a piece of software from start to finish. An individual programmer can build an entire product from scratch in a couple days. A giant corporation can commission a project and delegate responsibilities to hundreds of people. An open source community can use the wisdom of the crowds to efficiently The post Adforprize appeared first on Software Engineering Daily.

Robot Lawyer with Joshua Browder

Play Episode Listen Later Dec 2, 2016 56:40


You have probably received a parking ticket that you felt was unfair,   but instead of fighting it, you paid the expensive price to get rid of it quickly. Fighting a parking ticket sounds like it would be so time consuming that it is a better decision to just pay for it. When Joshua Browder was The post Robot Lawyer with Joshua Browder appeared first on Software Engineering Daily.

Software Podcasting with Robert Blumen

Play Episode Listen Later Nov 30, 2016 67:33


Four years ago, I started volunteering for a popular podcast about software–Software Engineering Radio. For the next two years, I learned about the process of making a quality podcast about engineering. With its emphasis on preparation, timeless engineering principles, and attention to the listener, Software Engineering Radio continues to be one of the most popular The post Software Podcasting with Robert Blumen appeared first on Software Engineering Daily.

Biological Computation with Colin Gravill

Play Episode Listen Later Nov 28, 2016 58:10


Biology research at Microsoft is focused on three main areas: molecular programming, synthetic biology, and stem cell biology. At the intersection of biology and computing there are implications for health, medicine, and efficient computing techniques. The field of Biological Computation is in its early days, and there is still lots of work to be done. The post Biological Computation with Colin Gravill appeared first on Software Engineering Daily.

Debugging Stories with Haseeb Qureshi

Play Episode Listen Later Nov 19, 2016 22:56


Everyone has debugging stories. We have all had the experience of wrestling with a seemingly impossible bug for days until we finally come to a solution. In today’s episode, Haseeb Qureshi retells some of his favorite debugging stories: The case of the 500-mile email, Debugging Behind the Iron Curtain, and My Hardest Bug Ever. The post Debugging Stories with Haseeb Qureshi appeared first on Software Engineering Daily.

Bot Day

Play Episode Listen Later Nov 12, 2016 32:37


Bot Day was an O’Reilly conference featuring talks from some of the leading figures in the bot industry. Before I attended Bot Day, I knew there were lots of applications for chatbots, but I didn’t realize how good the tooling has gotten–it’s very easy to get started with chatbots today so if you are a The post Bot Day appeared first on Software Engineering Daily.

Indie Hackers with Courtland Allen

Play Episode Listen Later Nov 4, 2016 66:20


Indie Hackers is a website that profiles independent developers who have made profitable software projects, usually without raising any money. These projects make anywhere from a few hundred dollars a month to more than $100,000 as in the case with park.io, one of the services profiled by Indie Hackers. Courtland Allen is the creator, engineer, The post Indie Hackers with Courtland Allen appeared first on Software Engineering Daily.

Musicians’ GitHub with Alan Grow

Play Episode Listen Later Oct 31, 2016 56:34


Music collaboration software that works over the Internet is a software challenge that has not been fully tackled. On today’s Internet, users collaborate intensively on programming projects, journalism, and other projects, but the tools for collaborating on music online have not yet become popular. Blend.io is a social music collaboration tool–a github for musicians. I The post Musicians’ GitHub with Alan Grow appeared first on Software Engineering Daily.

Simpsons Data Science with Todd Schneider

Play Episode Listen Later Oct 18, 2016 63:18


The Simpsons is a classic, beloved television show. The scripts of The Simpsons have been made publicly available, and include dialogue, location, and character information. Todd Schneider used these scripts and other information sources as a corpus to analyze The Simpsons and find interesting statistics–such as who the most important supporting characters were, and how The post Simpsons Data Science with Todd Schneider appeared first on Software Engineering Daily.

Zuckerberg Files with Michael Zimmer and Nick Proferes

Play Episode Listen Later Sep 28, 2016 58:22


Mark Zuckerberg may be the most powerful person in the world. At no other time in history has a single human had such fine-grained control over the most influential tool for media. Today’s guests are Michael Zimmer and Nick Proferes, the creators of The Zuckerberg Files, an index of every recorded word that Mark Zuckerberg The post Zuckerberg Files with Michael Zimmer and Nick Proferes appeared first on Software Engineering Daily.

Facebook Relationship Algorithms with Jon Kleinberg

Play Episode Listen Later Sep 6, 2016 59:58


Facebook users provide lots of information about the structure of their relationship graph. Facebook uses that information to provide content and services that are expected to be important to users. If Facebook knows who the most important people in my life are, Facebook can use that knowledge to serve me content that is more relevant The post Facebook Relationship Algorithms with Jon Kleinberg appeared first on Software Engineering Daily.

Drones with Buddy Michini

Play Episode Listen Later Sep 5, 2016 58:25


Drones will become a central part of our lives. Drones are delivering packages, surveying cell phone towers, providing wi-fi, or fertilizing crops. Drones are assisting humans in dangerous work, and serving as an entirely new computing platform, providing services that were previously nonexistent.   Airware is a company that is building a full-stack drone platform. The post Drones with Buddy Michini appeared first on Software Engineering Daily.

Mobycraft with Aditya Gupta

Play Episode Listen Later Aug 2, 2016 33:29


MobyCraft is a client-side Minecraft mod to manage and visualize Docker containers. MobyCraft was created by Aditya Gupta. I met him at DockerCon, where he gave a presentation about his project. He also discussed his interaction with the Netflix team, who integrated MobyCraft with their container management tool called Titus.   You can watch a The post Mobycraft with Aditya Gupta appeared first on Software Engineering Daily.

Pixar in a Box with Kitt Hirasaki

Play Episode Listen Later Jul 25, 2016 62:39


Pixar has made some of the most successful movies of all time: Toy Story, WALL-E, Monsters Inc, and many others.   These movies are made with cutting-edge computer animation techniques that Pixar often has to invent in order to tell the story it wants to tell. Pixar has teamed up with Khan Academy to teach The post Pixar in a Box with Kitt Hirasaki appeared first on Software Engineering Daily.

Android on iPhone with Nick Lee

Play Episode Listen Later Jul 21, 2016 54:03


Finally–the Android operating system has been put on an iPhone, and today’s guest is Nick Lee, who accomplished that feat. Nick works at Tendigi, a design and engineering firm.   In the past, Nick has put Windows 95 on an Apple Watch. Why would you do something like this? In today’s interview with Nick, we The post Android on iPhone with Nick Lee appeared first on Software Engineering Daily.

KubeCloud: Tangible Cloud Computing with Kasper Nissen and Martin Jensen

Play Episode Listen Later Jul 3, 2016 59:39


At most universities, there is not a course titled “cloud computing”. Most students leave college without an understanding of distributed systems, cloud service providers, and the fundamentals of how a data center works. Kasper Nissen and Martin Jensen are changing that with KubeCloud, a small tangible cloud computing cluster that runs on Raspberry Pis.   The post KubeCloud: Tangible Cloud Computing with Kasper Nissen and Martin Jensen appeared first on Software Engineering Daily.

Apache Guacamole and Remote Desktop with Mike Jumper

Play Episode Listen Later Jun 27, 2016 52:32


In order to use a remote desktop experience, software engineers have a limited number of options, and most of them are proprietary, like VMWare or Oracle. Remote desktop is a functionality that many engineers use every day, so it is surprising that the open source world has taken awhile to displace the functionality of proprietary The post Apache Guacamole and Remote Desktop with Mike Jumper appeared first on Software Engineering Daily.

Cloud.gov with Aidan Feldman

Play Episode Listen Later Jun 26, 2016 61:24


18F is an organization that is building the 21st century digital government. In order to build online government services that have the high quality of modern cloud applications, 18F built Cloud.gov, a platform-as-a-service that can be used to stand up web applications for divisions of the government. Aidan Feldman helped build Cloud.gov, and on today’s The post Cloud.gov with Aidan Feldman appeared first on Software Engineering Daily.

Algorithm Marketplace with Diego Oppenheimer of Algorithmia

Play Episode Listen Later Jun 19, 2016 60:19


Algorithmia is marketplace for algorithms. A software engineer who writes an algorithm for image processing or spam detection or TF-IDF can turn that algorithm into a RESTful API to be consumed by other developers. Different algorithms can be composed together to build even higher level applications. Diego Oppenheimer is the CEO of Algorithmia, and he The post Algorithm Marketplace with Diego Oppenheimer of Algorithmia appeared first on Software Engineering Daily.

Internet of Things with Azure’s Steve Busby

Play Episode Listen Later Jun 16, 2016 54:51


The Internet of Things is becoming a reality. Factories are being outfitted with sensors, temperature monitors, and other data gathering devices. In agriculture, farms are becoming more efficient thanks to soil monitoring devices and automated pesticide regulation. In our homes, refrigerators, alarm clocks, and mirrors are becoming “smart”. Steve Busby joins the show today to The post Internet of Things with Azure’s Steve Busby appeared first on Software Engineering Daily.

Music

Play Episode Listen Later Jun 11, 2016 57:25


Most episodes of Software Engineering Daily are interviews with an expert about a technical software concept. Over the past year I have done a few experiments that are more editorial in nature, and both were very popular. The first editorial was about 10 Philosophies for Engineers, and the second was about how poker relates to software engineering. The post Music appeared first on Software Engineering Daily.

Claim Hackers – Software Engineering Daily

In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

Claim Cancel