ylliX - Online Advertising Network

The Rabbit Hole: The Definitive Developer’s Podcast: 312. Feedback From Humans and Non-Humans Alike

In this episode, we delve into the world of feedback in software development. We explore how feedback, in the context of Extreme Programming (XP) values, goes beyond traditional human communication. We uncover the various sources of feedback, from pair programming to CI/CD pipelines, and how it plays a pivotal role in improving code quality and […]

167: Desktop User Interfaces

Intro topic: Jogging Metrics News/Links: Unholy LLM https://huggingface.co/Undi95/Unholy-v1-12L-13B  The reverse red herring   https://www.blameless.com/blog/the-reverse-red-herring The “ens–tification” of TikTok https://www.wired.com/story/tiktok-platforms-cory-doctorow/  Response letter to Godot is not the new Unity https://sampruden.github.io/posts/godot-is-not-the-new-unity/ https://gist.github.com/reduz/cb05fe96079e46785f08a79ec3b0ef21 Book of the Show Patrick: Math Games with Bad Drawings by Ben Orlin https://amzn.to/48qlg9A Jason:  The Invisible Hook: The Hidden Economics of Pirates https://amzn.to/3LChBff Patreon […]

How to Delete a File or Folder in Python

Deleting a file in Python is fairly easy to do. Let’s discuss two methods to accomplish this task using different Python modules. Using the ‘os’ Module The os module in Python provides a method called os.remove() that can be used to delete a file. Here’s a simple example: import os # specify the file name […]

Is He Still On? | TWiT.TV

Our guest this week was Jon “maddog” Hall, the Linux Legend, until his connection from Brazil dropped. At any rate, Dan Lynch and Doc Searls went deep into the differences between GPL licenses v2 and v3 on this episode of FLOSS Weekly. Hosts: Doc Searls and Dan Lynch Guest: Jon “maddog” Hall Download or subscribe […]

166: Speedy Database Queries with Lukas Fittl

– pganalyze: https://pganalyze.com/ – Weekly series “5mins of Postgres”: https://www.youtube.com/channel/UCDV_1Dz2Ixgl1nT_3DUZVFw – How Postgres chooses which index to use: https://pganalyze.com/blog/how-postgres-chooses-index – CMU databases courses: https://db.cs.cmu.edu/courses/ – Postgres community: https://www.postgresql.org/community/ As well as social links: – Mastodon: https://hachyderm.io/@lukas – Twitter/X: @pganalyze, @LukasFittl – GitHub: @pganalyze, @lfittl – LinkedIn: https://www.linkedin.com/in/lfittl/ , https://www.linkedin.com/company/pganalyze/ ★ Support this podcast on Patreon […]

Hello Deep Learning | Robert Heaton

Introductions to deep learning are too complicated and spend too much time trying to thrill you with details and real-world applications. This makes them a frustrating place to start. You already know that deep learning is amazing and that it actually works on real problems. You know that most of the hard work in industry […]

Small Is Beautiful | TWiT.TV

Aral Balkan of the Small Technology Foundation talks with Doc Searls and Dan Lynch about the small web, the tame little server called Kitten, and much more about the wide open world we’ve been losing and how to get it back. Download or subscribe to this show at https://twit.tv/shows/floss-weekly Think your open source project should […]

Read This Before Building Your First Zoom App

I take it, if you’re reading this, you’ve made the decision or at the very least are toying with the idea of building a Zoom app. That’s great news for many Zoom users like myself who rely on the additional functionality and features these apps give our daily in and out of meeting experiences, but […]