About:

kaangiray26's blog about software development, technology, qualities in life and more

Website:

Outgoing Links:

Subscribe to RSS:

0buzl.uk

2024-08-30

The author introduces Positron, a way to build desktop applications on Linux with Python, using HTML, CSS, and JavaScript for the frontend. It is not a replacement for Electron and is only for Linux. The author built it because ex...

0buzl.uk

2024-08-24

The text explains how to use earbuds to run custom actions on a computer by utilizing the Media Session API and a Python script. It provides a prototype and suggests ideas for custom actions, such as taking a screenshot or opening...

0buzl.uk

2024-08-23

The text describes how the author developed a non-commercial open-source Reddit client called Geddit, in response to Reddit's new API pricing. The author received a permanent ban from Reddit, despite the app being non-commercial. ...

0buzl.uk

2024-08-22

The author discusses their preference for plain HTML, CSS, and minimal JavaScript over frameworks and tools. They express their opinion on working with Jekyll and share a script they use to run Jekyll locally. The author also expl...

0buzl.uk

2024-08-22

...

0buzl.uk

2024-08-21

The post discusses the use of webmentions with GitHub Actions, explaining what webmentions are, how to receive them, and how to send them manually. It also details the process of automating the webmention sending process using Git...

0buzl.uk

2024-08-20

The author discusses their experience using Zed as their main editor and the challenges they faced with Python virtual environments. They explain how they had to add configurations for the Pyright language server and share example...

0buzl.uk

2024-08-19

The post lists some of the author's favorite progressive rock albums, including Scintilla by Nosound, Remedies by Soup, 1919 Eternal by Black Label Society, Stationary Traveller by Camel, Materia by Novembre, Divided We Fall by Th...

0buzl.uk

2024-08-17

The author discusses their decision to use Flask and Quart for a music player project, and the challenges they face with routing. They propose a solution involving creating a custom HTML tag and a JavaScript function to handle pag...

0buzl.uk

2024-08-15

The text explains how to add simple spinners to a website using just a few lines of CSS. It provides the CSS code for a custom spinner tag and explains how to customize the spinner icon. It also mentions how to include the Materia...

0buzl.uk

2024-08-04

...

0buzl.uk

2024-08-03

The author discusses migrating their website from Vue.js and GitHub Pages to Jekyll, citing the ease of writing in Markdown as the main reason for the change. They also detail the process of transferring assets and hosting the new...

0buzl.uk

2024-08-02

The author discusses building a simple analytics solution with DuckDB to store visitor statistics of their websites. They explain the process of setting up the solution, including using DuckDB to import data, creating a Flask web ...