Caffeinate your Mac to prevent it from sleeping
Originally posted on my bloghttps://nikola-breznjak.com/blog/quick-tips/caffeinate-your-mac-to-prevent-it-from-sleeping/. TL;DR I'll show you how to use macOS's...
Originally posted on my bloghttps://nikola-breznjak.com/blog/quick-tips/caffeinate-your-mac-to-prevent-it-from-sleeping/. TL;DR I'll show you how to use macOS's...
I know my job title doesn’t say DevOps engineer, but I handle enough of the Software Development Life Cycle SDLC that I need to know some DevOps. “Don’t ship on...
Article URL: https://samuelhewitt.com/blog/2018-06-05-time-machine-style-backups-with-rsync Comments URL: https://news.ycombinator.com/item?id=46850709 Points:...
Overview D‑Cubed Dynamic Discovery Daemon is a context‑aware terminal reminder system that helps new developers become familiar with commands, shortcuts, and b...
Article URL: https://henrikwarne.com/2026/01/31/in-praise-of-dry-run/ Comments URL: https://news.ycombinator.com/item?id=46840612 Points: 33 Comments: 11...
Git Commands Basics git init Creates a new Git repository in the current directory. bash git init git clone Downloads an existing remote repository to your loc...
If you’ve experimented with local LLMs, you’ve likely used Ollama, LM Studio, or Jan.ai. These tools are excellent for accessibility, but as a Linux user you mi...
markdown !Little Coding Things Bloghttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.ama...
What is cURL In very simple terms cURL stands for Client URL. Think of it as a web browser that has no buttons, images, or colors. It’s a command‑line tool tha...
For a long time I thought Git was just something I had to survive—type a command, memorize it, and hope it worked. It felt intimidating because Git remembers ev...
Overview This compact, command‑line Python program extracts text from PDF files in a controlled and predictable way. Built on top of the pypdf library, it focu...