Hello Welcome to my blog. Here I write notes and share photos. Favourites {{ posts|tag:fav }} Most Recent Posts {{ posts|limit:5 }} <a href="/blog" s...
Project link This toolbox is a collection of small utilities that solve common annoyances on macOS. Demo Features Game Launcher – Launch Steam games more conveniently, especially when using CrossOver. This allows launching steam games on crossover and macOS in one page, also supporting custom executable. Clean & Eject – Remove .DS_Store and ._* files before ejecting. File Locksmith – Find out…
Recently I bought my first gold-nib fountain pen, Pilot Capless (Vanishing Point). At first, I had a few concerns. One was its unconventional clip design—I worried it might feel uncomfortable in my hand. Another was Pilot’s denounced CON-20 converter, notorious for its small ink capacity. That being said, it is a captivating pen. Retractable nib and beautiful black matte design really won me over.…
TL;DR: It’s all on GitHub The Problem Apple decided that every app icon should be wrapped in a rectangle “for consistency.” The result? Icons that don’t follow Apple’s standards now appear inside a dull gray box. Not only does this look ugly, but it also makes them harder to recognize. Personally, I’ve always loved the old oddly shaped icons. They’re lively, and often beautifully detailed. To make…
hanki provided this useful trick , but I still think it's too complicated. Using the following code allows you to show post count on your dashboard directly. Put them on footer of the customise option will do the trick. < script > if ( document . querySelector ( ".post-list" ) != null ) { document . querySelector ( "main" ). insertBefore ( Object . assign ( document . createElement ( "div" ), { id…
One feature I’ve been missing since I started using Bearblog is an image lightbox. Viewing images without enlarging them really drives me mad. Even one of my friend asked me about this feature. So I have one implemented. Click the image to see it yourself In this post I will guide you to setup an image light box for your own Bearblog with a few lines of code. Important note: You need an upgraded…
While browsing through Sylvia’s blog post , I came across an interesting technique for creating a Polaroid-style image gallery. It seemed like a fun way to showcase photos on my website, so I decided to give it a try. However, after I copied and pasted the CSS into my website’s code, the result wasn’t quite what I was expecting: “Well,” I thought to myself, “looks like I’ll have to rewrite this.”…