l-you
@l-you
A nicheless blog where I leave my digital footprint on the internet. Sharing professional skills, experience, lifestyle, ideas, science and more.
I rewrote the Pironman 5 service in Go to reduce RAM overhead
I use a SunFounder Pironman 5 on a Raspberry Pi 5 server, and I genuinely like the case hardware. What I did not like was the software overhead. The original Python-based service was using roughly `70-110 MB` of RAM for fan control, RGB, OLED pages, config,...Google indexing disabled for a blog due to accidental misconfiguration
The same `robots.txt` issue that previously affected https://l-you.revotale.com occurred again after migrating the blog to https://blog.revotale.com with a new design and tech stack. It was caused by the same type of misconfiguration. This time I fixed the...How did I fail to make lightweight NextJS runtime
The Ambition I attempted to migrate a production NextJS application from the heavy Node.js `standalone` runtime to a lightweight architecture. The objective was to utilize NextJS `output: 'export'` to generate static assets, which would then be served by a...How to use labels "bug", "feature", "improvement" or "chore” during development of program
Explaining when to use "bug", "feature", "improvement", or "chore" labels while working on an IT project. * Use "bug" when the change restores expected behavior that is broken: e.g., fixing a checkout crash, correcting a wrong output value, or patching a...Reasons to containerize the development workflow
As of 2025 containerization has become the industry standard for modern software development and deployment. The following claims about development containerization will be simple and straightforward. Personal feedback * It eliminates “works on my machine”...How to Hide File Listings but Allow Public Downloads in MinIO?
This guide was created for MinIO release `RELEASE.2025-05-24T17-08-30Z` which is the latest version tag available at the moment of publication. Step 1: Create bucket alias [code block] Step 2: Set the bucket policy have a public...Fixing GitHub README table cell with icon
So, the problem was that GitHub markdown files do not respect image width in case content is shorter than image. Thanks to HTML. There is " " filler in HTML specification that does role of "Non-breaking invisible glue" so it can simulate table width in...page 1 / 2
You do not have permission to send messages in this channel. It is READ-only! :)



