RSSAmplifier

Blog

Marko Bajlovic - marko.tech

Pragmatic, progressive, multidisciplinary creative, data scientist & full stack dev. occasional avid beach goer.

marko.techRSS feed ↗84 posts

Latest posts

The Last Question; A Short Review

A short review of Isaac Asimov's The Last Question: the story that has lived rent free in my head for years.

Disable Chrome AI, Optimization Guide On Device Model

Learn how to disable Chrome AI on your device model to optimize performance, keep your disk space, and reduce battery usage.

Terminal Tooling

A curated collection of command-line tools that fundamentally changed how I work. With installation guides using Homebrew and practical usage examples for each tool.

Coding with Claude & Plugins

A short guide to using Claude Code with some essential plugins for a better, pair programming experience

Hyper Key

A list of the most useful keyboard shortcuts for the terminal

Keyboard Shortcuts Supercut

A list of the most useful keyboard shortcuts for the terminal

Using brewski, a custom alias for maintaining Homebrew packages

A simple alias to update, upgrade, and cleanup your brew installation on macOS.

fzf ftw

fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.

WTF is Startyparty?

I get asked a lot what this project is. It's a labor of love developed over many years that aggregates top-tier articles, news, social media, podcasts, videos, games, resources, livesteams and more into a unified launcher-style application.

My favorite Raycast extensions

Use Raycast? Here's a guide to my most used and recommended extensions that will power up your workflow.

Zed Editor Settings in 2025

I share my latest Zed IDE settings, which include theme, extensions, linting configurations, overrides, and formatting options.

Using Localized, Offline LLMs with LM Studio

LM Studio is a desktop app for local LLM development, offering a chat interface, Hugging Face integration, and a local server that simulates OpenAI endpoints.

Python Script to Find RSS

A quick and simple Python based shell script to find RSS links from any given URL.

Visualize the DOM in 3D with Mouse Movement

See the DOM in a whole new way.

Your Guide to Installing and Using Hugging Face Models

A comprehensive guide to installing and using Hugging Face models.

Find the Icon or Favicon on A Website

A quick and simple way to find the icon or favicon on a website.

Mackup Dotfile Manager

A quick guide on how to set up mackup for dotfiles.

Using The Super Fast Kitty Terminal

A blunt guide on how to set up kitty as your new terminal.

Get to Know Supermaven - Your Go-To Coding Sidekick

Supermaven lets you write code 2x faster with AI. Let's set it up.

Tailwind CSS Cheatsheet

A cheatsheet on how to use Tailwind CSS classes and links to resources.

The 2024 CSS Cheatsheet

A cheatsheet on how to use some of the most commonly used CSS properties.

zshrc for 2024

Setting and configuring zshrc in the modern age.

The Best Developer Notebook Obisidian

Obsidian: dooooooooope open source writing app tailored to programmers' thought processes.

Docker Commands

This is a quick cheatsheet for the most commonly used Docker Commands.

Finding OG Metadata on a Website

How to extract OG Metadata, using JavaScript console, on a website

React Cheatsheet and Basics

A quick cheatsheet on how to use some of the most commonly used React.js features.

JavaScript One Liners, The Ultimate Guide

A collection of JavaScript one-liners that will help you code like a pro.

Figma Cheatsheet

A guide to all the keyboard shortcuts in Figma.

Finding RSS Links on Websites

A simple tutorial on how to find RSS links on websites using some console log magic and Javascript.

Determining Disk Space Usage on Linux/Unix

A simple guide on how to determine disk space usage on a Linux/Unix system.

The Joy of Virtual Environments in Python

A simple guide on how to determine disk space usage on a Linux/Unix system.

Infinite GPT

Use GPT for infinite length text generation from the command line.

Prompt Engineering

A brilliant guide written by Brex on prompt engineering and crafting the perfect prompt for OpenAI's GPT-4.

Using OpenAI to Summarize the News

A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.

10 Reasons Why I Like Python over Node.js & Why You Should Use It - An experiment in purely local AI content generation

Python vs Node.js. This was written using several open source AI libraries. Just wanted to test it out.

Setting Up Zshell

This tutorial will guide you through the process of setting up custom commands and aliases for ZShell and its plugins.

Getting Started with OpenAI API through Python

A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.

How To Set Up A New Mac From Scratch

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Git Config Shortcuts

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Moving from Bitbucket to Github

A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.

Path of Exile Launcher, One Keyboard Command to Start Them All

Created a quick script that launches path of exile on windows using Win + Shift + G and displays a themed toolip; uses AutoHotKey.

Updating Arch Linux After A Long Time

Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..

Changing Wordpress URLs via MySQL or CLI

A straightforward guide to setting up your computer for development based on what I use and how to install it.

FFMPEG Cheatsheet

Here's a quick cheatsheet I compiled over the years to quickly converting things using ffmpeg.

Regex in Path of Exile

A collection of Path of Exile regex usable in search fields in game.

The Last Year in Path of Exile

Over the past year or so, I've been playing Path of Exile when new seasons come up relatively casually...

Using NMAP

Nmap (Network mapper) is a dope open-source tool for seeing what's going on networks and how security is looking.

Pretty PHP Debug Output

A quick copy-pasta for rapid PHP debugging.

Vim vs Emacs vs Spacemacs vs Other Command Line Text Editors

Text editors are essential tools for developers, allowing them to create, edit and manage code. There are many text editors available, each with their own strengths and weaknesses. This article will compare and contrast the features, advantages, and disadvantages of Vim, Emacs, Spacemacs, and other command line text editors.

Grokking Essential Python

In order to become proficient in Python programming, it is important to understand the top 20 most commonly used things. This tutorial will provide a brief overview of these 20 concepts, as well as provide resources for further exploration.