ylliX - Online Advertising Network

Sleep

I got an Oura ring a couple of years ago and have been working on improving my sleep and sleep habits ever since. For much of my adult life, I have been a poor sleeper. I have always been able to fall asleep quickly, but I have been plagued by two sleep issues. The first […]

The idea of a Fastlane replacement

Prelude Fastlane is widely used by iOS teams all around the world. It became the standard de facto to automate common tasks such as building apps, running tests, and uploading builds to App Store Connect. Fastlane has been recently moved under the Mobile Native Foundation which is amazing as Google wasn’t actively maintaining the project. […]

How to Get the Current Branch Name with git

Most developers spoil themselves with fun command line utilities to make their work easier and more efficient. One such command line helper allows developers to always show the git branch in the command line. How can you get the current branch? With this handy snippet: git branch –show-current It’s great to keep this snippet around […]

Linear Search in Python

Linear Search, also known as Sequential Search, operates by traversing through the dataset, element by element until the desired item is found or the algorithm reaches the end of the collection. Its simplicity and ease of implementation make it a go-to choice for small datasets and lists where items are added or removed frequently. While […]

Rocket #461: Incremental Upgrades – Relay FM

#461: Incremental Upgrades October 26th, 2023 · 54 minutes The gang is back together, and discussing a SPOOKY upcoming Apple event, that may see us burdened or blessed with speedy new MacBooks and iMacs. Over on YouTube, popular creator Sssniperwolf is facing demonization over a doxing incident. Stream this episode Source link

The Three Faces of Ataturk : Throughline

ADEM ALTAN/AFP via Getty Images ADEM ALTAN/AFP via Getty Images “Authority, without any condition and reservation, belongs to the nation.” A military commander named Mustafa Kemal uttered these words in 1923, on the eve of the founding of the Republic of Turkey. He would later rename himself Ataturk, “Father of the Turks.” And he was […]

Nextcloud | TWiT.TV

Frank Karlitschek joins Doc Searls and Jonathan Bennett to talk about Nextcloud. Nextcloud is a fast-growing open source collaboration platform that gives customers a huge array of capabilities, all independent of giant gatekeepers. Download or subscribe to this show at https://twit.tv/shows/floss-weekly Think your open source project should be on FLOSS Weekly? Email floss@twit.tv. Thanks to […]

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 […]