๐ธ Sun, Mar 1, 2026 ๐ธ
gemini-cli with Gemini 3 feels faster and smarter. Might be placebo, though.
๐ธ Thu, Feb 26, 2026 ๐ธ
Only God knows C++ to A. Bjarne Stroustrup knows C++ to B. And if you know C++ to C, pat yourself on the shoulder.
๐ธ Thu, Feb 26, 2026 ๐ธ
I am getting into the rhythm of AI coding. I write the code by myself, and ask AI to fix bugs. It is pretty good at spotting typos, and sometimes it can add some good ideas and polishing touches.
๐ธ Mon, Feb 23, 2026 ๐ธ
I thought today was Sunday; what a disappointment.
๐ธ Tue, Feb 17, 2026 ๐ธ
YouTube, can you fix the shuffle feature? I have 500+ in the playlist, and it only plays a handful from that in the loop.
๐ธ Sun, Feb 15, 2026 ๐ธ
I am done with that game. Next…
https://mika314.itch.io/endless-drive
๐ธ Fri, Feb 13, 2026 ๐ธ
“if at first you don’t succeed try try again” is that definition of insanity?
๐ธ Tue, Feb 10, 2026 ๐ธ
Is that addiction? I keep telling myself: “I should stop using AI, it is not good for my mental health”. And I keep using it?
๐ธ Tue, Feb 10, 2026 ๐ธ
Debug renders sometimes look beautiful. Here I was trying to find out how the normalized vector from the right headlight of the car to the surface looks like.

๐ธ Mon, Feb 9, 2026 ๐ธ
Darn, having phantom tobacco smells since yesterday, after 4 months of no long COVID symptoms, I am getting it back.
๐ธ Sat, Feb 7, 2026 ๐ธ
What’s the deal with AI’s obsession with always running a clean build? Every iteration is 5-10 minutes wasted time.
๐ธ Fri, Feb 6, 2026 ๐ธ
Kill switch philosophy in game development
First, call it Feature.Enabled; donโt call it a kill switch. Feature.Enabled is easier to understand and removes cognitive load when parsing configuration files or looking at a dashboard panel.
Second, Feature.Enabled should be on by default. Disabling a feature should require explicit human inputโthis is how the kill switch is engaged.
๐ธ Fri, Feb 6, 2026 ๐ธ
There is a new way of self-gaslighting. It used to be that you’d look at old code and think, “Who is the idiot that wrote this?” - only to run git blame and realize it was you. But now, I run git blame, see my own name, and think, “There is no way I wrote that stupid code; I must have vibecoded it.” ๐
๐ธ Tue, Jan 27, 2026 ๐ธ
A line of code is worth 1000 words of documentation.
๐ธ Fri, Jan 23, 2026 ๐ธ
I am learning about screen space shadow techniques, and I do not understand one part: why we need to ray march in the loop for that short distance, why we just cannot project the depth buffer to the shadow map from the point of view of the light. In my mind, it is N-raymarching steps faster without losing any quality. I understand the limitation of screen space shadow techniques: only visible geometry will cast a shadow, and that argument applies to the N-raymarching steps. So don’t bring me that argument. Maybe constructing the highmap mesh is expensive?
๐ธ Fri, Jan 23, 2026 ๐ธ
Generic - good. Branded - bad. Generic is cheap and compatible. Branded is expensive and has its own useless marketing twist.
๐ธ Thu, Jan 22, 2026 ๐ธ
I feel Apple has an edge in the AI race because of the Apple M-series chips. No one has figured out a better chip in terms of performance-to-power ratio. Apple could build data centers using these chips and make inference up to 60% cheaper than competitors.
๐ธ Tue, Jan 20, 2026 ๐ธ
TIL: Ctrl+C / Ctrl+V does work in Blender. ๐ฒ Am I that old? Or was it recently added?
๐ธ Sat, Jan 17, 2026 ๐ธ
The last iOS update finally fixed one annoying minor inconvenience. I had one unread iMessage, and before the update my iPhone was refusing to show that unread message. Finally, after the update, it actually showed the message. And that annoying red bubble with the lonely 1 is gone.
๐ธ Tue, Jan 13, 2026 ๐ธ
Here is a simple iPhone app called Focus Friend. The intent of the app is to reduce smartphone screen time. I’m not an extensive iPhone user, but I thought I just wanted to make a lot of socks and decorate the room. But I realized that app has some positive aspects; it reminds me to take a break, go to the bathroom, drink water, and stretch. TLDR; it became for me an UnFocus Friend.
๐ธ Sun, Jan 11, 2026 ๐ธ
Apparently, youtube-dl is no longer maintained, so to download YouTube videos now we should use yt-dlp.
๐ธ Fri, Jan 9, 2026 ๐ธ
It is quite unsettling that you can publicly state clearly untruthful things despite the video evidence. And a huge percentage of people would still blindly support you.
๐ธ Thu, Jan 8, 2026 ๐ธ
I am wondering if building AI data centers based on ARM architecture can reduce energy consumption and cooling requirements. Since ARM processors are highly efficient for running inference, would they offer a significant advantage?
๐ธ Thu, Jan 8, 2026 ๐ธ
I just got the new update on my Meta Ray-Ban Display glassesโhandwriting and teleprompter features. Quite interesting! In true Meta fashion, though, it’s not without annoying bugs. I have been stuck at the pairing stage with WhatsApp because the QR reader is bugged in various ways.
๐ธ Fri, Dec 26, 2025 ๐ธ
Have you heard about the small JS engine for embedded devices?
https://github.com/bellard/mquickjs
1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - Next