๐ŸŒธ Thu, Apr 24, 2025 ๐ŸŒธ

Naming is hard. Prefer DEBUG_ENABLED over NODEBUG, and use Feature.Enabled instead of Feature.Disabled. Otherwise, youโ€™ll end up with something like #define NODEBUG 0 and find yourself wondering what it even means.


๐ŸŒธ Wed, Apr 23, 2025 ๐ŸŒธ

YouTube Premium has this annoying feature: when you press the side button on your phone, the video keeps playing.

It was nighttime at the camp. I opened some movie on YouTubeโ€”something about Jesus in the desert. I watched for about 10 seconds, got bored, and put the phone away.

About 10 minutes later, I heard a faint, desperate scream. It scared the shit out of me.

Turns out, the movie had been silent for 10 minutesโ€ฆ until Jesus suddenly screamed in the desert.


๐ŸŒธ Wed, Apr 23, 2025 ๐ŸŒธ

CAPTCHAs may soon ask you to draw Mickey Mouse to prevent AI from accessing websites. ๐Ÿ˜›


๐ŸŒธ Wed, Apr 23, 2025 ๐ŸŒธ

The official repository for BlenderTools apparently died (I use it for the SendToUnreal tool); the last release was almost 2 years ago, but https://github.com/poly-hammer/BlenderTools is still active and also has updates to support Blender 4.x versions.


๐ŸŒธ Tue, Apr 22, 2025 ๐ŸŒธ

Mandelbrot but AI sings



๐ŸŒธ Mon, Apr 21, 2025 ๐ŸŒธ

What if I made a tutorial where, instead of narrating it myself, I used AI-generated songs to sing the entire lesson? Would that make it easier to understand and more entertaining? After all, kids learn the alphabet through the alphabet song, right?


๐ŸŒธ Mon, Apr 21, 2025 ๐ŸŒธ

My solar panels stopped working, the service man will come next week on Monday.


๐ŸŒธ Mon, Apr 21, 2025 ๐ŸŒธ

I came across a different serialization format. Currently, I use JSON, Protocol Buffers, and sometimes just raw-dog the data. I think msgpack is a promising format that could work across all my use cases.


๐ŸŒธ Tue, Apr 8, 2025 ๐ŸŒธ

Tooltips in Unreal Engine 5 - Blueprint Tutorial



๐ŸŒธ Tue, Apr 1, 2025 ๐ŸŒธ

Unreal Engine GC is so good; I love it very much. Gotcha, April Fools.


๐ŸŒธ Mon, Mar 31, 2025 ๐ŸŒธ

Some of my camping adventures



๐ŸŒธ Thu, Mar 20, 2025 ๐ŸŒธ

To hide/show the titlebar of maximized windows in KDE, go to the file ~/.config/kwinrc and update the boolean value of BorderlessMaximizedWindows=true.

https://discuss.kde.org/t/hide-titlebars-of-maximised-windows/1162


๐ŸŒธ Sun, Mar 16, 2025 ๐ŸŒธ

weight mechanism puzzle UE5 game mechanics



๐ŸŒธ Mon, Mar 10, 2025 ๐ŸŒธ

If you just need to change the filament in your 3D printer and your common 3D printer software is too heavy, you can use the lightweight Pronterface instead.


๐ŸŒธ Sun, Mar 9, 2025 ๐ŸŒธ

Unreal Engine: +x is forward, +z is up.


๐ŸŒธ Sun, Mar 9, 2025 ๐ŸŒธ

std::localtime is not thread safe. Don’t use it.


๐ŸŒธ Fri, Mar 7, 2025 ๐ŸŒธ

Can some countries adopt the USA, like Canada or Great Britain? Please?


๐ŸŒธ Tue, Mar 4, 2025 ๐ŸŒธ

The world is falling apart, but at least memes are funny.


๐ŸŒธ Mon, Mar 3, 2025 ๐ŸŒธ

We should add a value_or member function to std::unordered_map.


๐ŸŒธ Sat, Mar 1, 2025 ๐ŸŒธ

If I need to connect to my Oculus Quest wirelessly, I need to run:

adb tcpip 5555; adb connect $(adb shell ip addr show wlan0 | grep "inet " | awk '{print $2}' | cut -d/ -f1):5555

Then, if I want to map ports, I run:

adb reverse tcp:8090 tcp:8090

๐ŸŒธ Tue, Feb 25, 2025 ๐ŸŒธ

I was groking things before Grok even existedโ€”without actually using Grok.


๐ŸŒธ Sun, Feb 23, 2025 ๐ŸŒธ

Dear President Donald Trump,

Could you sign an executive order to cancel daylight saving time?

Sincerely,

Mika


๐ŸŒธ Sat, Feb 22, 2025 ๐ŸŒธ

I wonder if a CoT LLM would perform better if we set the temperature high during reasoning and then immediately lower it after the reasoning is finished, right before the LLM gives us the final result.


๐ŸŒธ Wed, Feb 19, 2025 ๐ŸŒธ

Sometimes I need to search on GitHub, and I often look for C++ source code. To do this, you can use the path:<regex> filter. For example, path:/(^|\/)README\.md$/ narrows results to files named “README.md”.


๐ŸŒธ Mon, Feb 3, 2025 ๐ŸŒธ

o3 > o3-mini-pro > o3-mini > o1 > GPTโ€‘4o > GPTโ€‘4 > GPTโ€‘4o mini > GPTโ€‘3.5 Turbo > GPTโ€‘3 > GPTโ€‘2

Just trying to unconfuse myself.


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 - Next