Sinopsis
Computer science, alpacas and other musings.
Episodios
-
14 - The Slow Web
14/09/2019 Duración: 21minJS and special guest Max discuss the slow web phenomenon and discuss what makes some technological experiences more meaningful than others.
-
13 - P vs. NP, why not both?
01/09/2019 Duración: 13minWe discover why the unsolved P == NP millennium problem is so difficult, and how the ramifications affect our every-day programming.
-
12 - Bloom filters
18/08/2019 Duración: 24minWe talk about Bloom filters, a probabilistic data structure for set membership queries, how they work, and what all the fuss is about.
-
11 - Libra
03/08/2019 Duración: 21minWe explore Facebook's new cryptocurrency and discuss it's potential ramifications on our society and global economy.
-
10 - Prefix Scans
24/07/2019 Duración: 17minWe look at the prefix scan algorithm for the sum operation, and discover how it can be parallelized in a relatively simple but unintuitive way.
-
9 - Accessibility
06/07/2019 Duración: 27minWe discuss the origins of accessibility and how things changed as society moved into the digital age.
-
8 - Distributed Systems Introduction
22/06/2019 Duración: 35minWe go over the fundamentals of distributed systems and get to the bottom of buzzwords like scalability, availability and transparency.
-
7: Technical Debt
08/06/2019 Duración: 30minWe explore the topic of software quality and discover what technical debt actually means.
-
6: Side Projects
18/05/2019 Duración: 21minWe discuss the projects we have been working on in our spare time and what we've learned in the process.
-
5: Transactions, ACID or Just Basic?
04/05/2019 Duración: 29minIn this episode, we discuss the different kinds of database transactions, how they are implemented, and what guarantees they provide.
-
Software Licenses
20/04/2019 Duración: 28minCan I take your code and sell it? We discuss the variety of available licenses and whether they make sense in our current technological landscape.
-
Divide and Conquer
06/04/2019 Duración: 27minIn this episode, we discuss divide and conquer algorithms like merge sort, and see why it's more challenging to analyze their complexity.
-
To the Hype Train!
24/03/2019 Duración: 29minAre cryptocurrencies just hype? Probably, but let's still talk about how they were created, their merits and their problems.
-
The Simple Complexity Episode
14/03/2019 Duración: 27minAn overview of computational complexity theory.