Changelog Master Feed

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Duración: 2342:59:54
  • Mas informaciones

Informações:

Sinopsis

Master feed of all Changelog podcasts.

Episodios

  • Your choice is your superpower (Brain Science #12)

    06/03/2020 Duración: 43min

    Mireille and Adam discuss the power of choice as it relates to our locus of control, decision making, and the changes we want to make in our lives. Emotions play a role in decision making as do our values and the perceived payout. When we are aware of the choices we make, we have the capacity to change them and henceforth, the direction of our lives, and the way we feel.

  • On the verge of new AI possibilities (Go Time #120)

    05/03/2020 Duración: 59min

    In this episode Jaana and Mat are joined by Daniel and Miriah to dive into AI in Go. Why has python historically had a bigger foothold in the AI scene? Is machine learning in Go growing? What libraries and tools are out there for someone looking to get started with AI? And where do you start if you don’t have enough data for your own models?

  • This is JS Party! (JS Party)

    03/03/2020 Duración: 01min

    We are a party-themed podcast, so FUN is at the heart of every episode. One way we keep things fun is by mixing it up and trying new things. We play games like JS Jeopardy… (clip from episode #112) debate hot topics like should websites work without JS… (clip from episode #87) discuss and analyze the news… (clip from episode #94) share wisdom we’ve collected over the years… (clip from episode #106) interview amazing devs like John Resig and Amelia Wattenberger… and a whole lot more. Oh, and did I mention we record the show live? You can be part of the hijinx each and every Thursday at changelog.com/live. This is JS Party! Please listen to a recent episode that piques your interest and subscribe today. We’d love to have you with us.

  • From open core to open source (Changelog Interviews #383)

    02/03/2020 Duración: 01h10min

    Frank Karlitschek joined us to talk about Nextcloud - a self-hosted free & open source community-driven productivity platform that’s safe home for all your data. We talk about how Nextcloud was forked from ownCloud, successful ways to run community-driven open source projects, open core vs open source, aligned incentives, and the challenges Nextcloud is facing to increase adoption and grow.

  • TensorFlow in the cloud (Practical AI #79)

    02/03/2020 Duración: 47min

    Craig Wiley, from Google Cloud, joins us to discuss various pieces of the TensorFlow ecosystem along with TensorFlow Enterprise. He sheds light on how enterprises are utilizing AI and supporting AI-driven applications in the Cloud. He also clarifies Google’s relationship to TensorFlow and explains how TensorFlow development is impacting Google Cloud Platform.

  • Somebody somewhere is generating JS from Fortran (JS Party #116)

    28/02/2020 Duración: 44min

    KBall interviews Brian Leroux in a wide-ranging discussion covering “Progressive Bundling” with native ES Modules, building infrastructure as code, and what the future of JamStack and serverless deployment might look like.

  • Stop the presses (Go Time #119)

    27/02/2020 Duración: 01h13min

    Newsletters play a unique role for developers. As the Go community continues to grow and mature, these newsletters provide a much-needed filter for the oft overwhelming stream of new articles, talks, and libraries produced by the community on a weekly basis. In this episode Johnny, Jon, and Mat are joined by Peter Cooper of the Golang Weekly newsletter to discuss his role as a newsletter curator. We explore difficult topics that touch on ethics and responsibilities of a curator and of course, the impact Peter and his team have on shaping, at least in part, what many in the Go community get exposed to.

  • NLP for the world's 7000+ languages (Practical AI #78)

    24/02/2020 Duración: 54min

    Expanding AI technology to the local languages of emerging markets presents huge challenges. Good data is scarce or non-existent. Users often have bandwidth or connectivity issues. Existing platforms target only a small number of high-resource languages. Our own Daniel Whitenack (data scientist at SIL International) and Dan Jeffries (from Pachyderm) discuss how these and related problems will only be solved when AI technology and resources from industry are combined with linguistic expertise from those on the ground working with local language communities. They have illustrated this approach as they work on pushing voice technology into emerging markets.

  • All the stale things (JS Party #115)

    21/02/2020 Duración: 55min

    Divya leads a deep discussion with Jerod, KBall, and Nick on what’s stagnating in browsers. What has remained the same in browser tech over the last 20 years that remains a pain point in working with browsers? For example - Focus in browsers hasn’t changed much in 20 years. Why is that and how do we go about making all the stale things in browser tech better?

  • The developer's guide to content creation (Changelog Interviews #382)

    21/02/2020 Duración: 01h25min

    Stephanie Morillo (content strategist and previously editor-in-chief of DigitalOcean and GitHub’s company blogs) wrote a book titled The Developer’s Guide to Content Creation — it’s a book for developers who want to consistently and confidently generate new ideas and publish high-quality technical content. We talked with Stephanie about why developers should be writing and sharing their ideas, crafting a mission statement for your blog and thoughts on personal brand, her 4 step recipe for generating content ideas, as well as promotional and syndication strategies to consider for your developer blog.

  • Quack like a wha-? (Go Time #118)

    20/02/2020 Duración: 01h13min

    Interfaces are everywhere in Go. The basic error type is an interface, writing with the fmt package means you are probably using an interface, and there are countless other instances where they pop up. In this episode Mark, Mat, Johnny, and Jon discuss interfaces at length, exploring what they are, how they are using them in their own projects, as well as tips for how you can leverage them in your own code.

  • Competing for attention (Brain Science #11)

    19/02/2020 Duración: 50min

    Mireille and Adam discuss the mechanism of attention as an allocation of one’s resources. If we can think of attention as that of a lens, we can practice choosing what we give our attention to recognizing that multiple things, both externally and internally, routinely compete for our attention. Distraction can also be useful when we utilize it intentionally to manage the focus of our attention.

  • The dawn of sponsorware (Changelog Interviews #381)

    17/02/2020 Duración: 01h03min

    Caleb Porzio is the creator & maintainer of Livewire, AlpineJS, and more. His latest open source endeavor was announced as “sponsorware”, which means it lived in a private repo (only available to Caleb’s GitHub Sponsors) until he hit a set sponsorship threshold, at which point it was open sourced. On this episode, we talk through this sponsorware experiment in-depth. We learn how he dreamt it up, how it went (spoiler: very well), and how he had to change his mindset on 2 things in order to make sustainability possible.

  • Real-time conversational insights from phone call data (Practical AI #77)

    17/02/2020 Duración: 51min

    Daniel and Chris hang out with Mike McCourt from Invoca to learn about the natural language processing model architectures underlying Signal AI. Mike shares how they process conversational data, the challenges they have to overcome, and the types of insights that can be harvested.

  • Productionising real-world ML data pipelines (Changelog Interviews #380)

    14/02/2020 Duración: 49min

    Yetunde Dada from QuantumBlack joins Jerod for a deep dive on Kedro, a workflow tool that helps structure reproducible, scaleable, deployable, robust, and versioned data pipelines. They discuss what Kedro’s all about and how it’s “changing the landscape of data pipelines in Python”, the ins/outs of open sourcing Kedro, and how they found early success by sweating the details. Finally, Jerod asks Yetunde about her passion project: a virtual reality film which debuted at the Sundance Film Festival in January.

  • Octane moves Ember to an HTML-first approach (JS Party #114)

    14/02/2020 Duración: 01h01min

    KBall and Nick dive deep with Chris Manson and Jen Weber from the Ember core team. They talk about Ember.js: What it is, why it’s different, what’s new in the Ember Octane release, and what’s exciting in the future of the project.

  • Telemetry and the art of measuring what matters (Go Time #117)

    13/02/2020 Duración: 01h10min

    Telemetry is tricky to get started with. What metrics should you be tracking? Which metrics are important? Will they help you predict and avoid potential issues? When is a good time to start? Should you put it off until later? In this episode we discuss some common metrics to collect, how to get started with telemetry, and more with guest Dave Blakey of Snapt.

  • GraphQL's benefits and costs (JS Party)

    11/02/2020 Duración: 30min

    We teamed up with some friends of ours at Heroku to promote the Code-ish podcast so we’re sharing a full-length episode right here in the JS Party feed. This episode features Owen Ou, who is joined by Tanmai Gopal (CEO of Hasura) talking about the pros and cons of using GraphQL in your application. Learn more and subscribe at heroku.com/podcasts/codeish.

  • AI-powered scientific exploration and discovery (Practical AI #76)

    10/02/2020 Duración: 42min

    Daniel and Chris explore Semantic Scholar with Doug Raymond of the Allen Institute for Artificial Intelligence. Semantic Scholar is an AI-backed search engine that uses machine learning, natural language processing, and machine vision to surface relevant information from scientific papers.

  • Fullstack D3 (JS Party #113)

    07/02/2020 Duración: 51min

    The State of JS 2019 survey left many in awe of the beautifully rendered line graph created by Amelia Wattenberger. So we’ve brought her on JS Party to discuss how she built it! We’ll chat about all things D3, a JavaScript library for creating data visualizations, and even learn a bit about the CSS cascade.

página 74 de 117