🌸 Sun, Jul 24, 2022 🌸

Elon Musk is killing my dream to become a truck driver. I guess I am stuck being a software engineer for the rest of my life.


🌸 Sun, Jul 24, 2022 🌸

We doomed ourselves by creating a lot of movies and novels about AI and robots uprising against humanity and later trained AI with this media.


🌸 Fri, Jul 22, 2022 🌸

If your Quixel Bridge is crashing on Linux, you can try adding the --disable-seccomp-filter-sandbox flag.

./Bridge.AppImage --disable-seccomp-filter-sandbox

🌸 Sun, Jul 3, 2022 🌸

I’m afraid that GPT-3 and DALL-E 2 will turn into a Planet of the Apes situation. I didn’t watch the movie, but in the book, after the apes took over the planet, the progress stopped. I’m afraid that we will start relying on AI so much that it may stop the progress or significant…


🌸 Sat, Jul 2, 2022 🌸

Apparently, self-driving Tesla cars do not use ANNs to make driving directions. They use ANNs to reconstruct the environment only.


🌸 Sat, Jun 25, 2022 🌸

To prevent Unreal Engine shipping builds from crashing on Linux with dual graphic cards, simply add DRI_PRIME=1, e.g. DRI_PRIME=1 ./MyProject5-Linux-Shipping


🌸 Thu, Jun 23, 2022 🌸

Since I have some problems with my wrists, I am using a Wacom tablet as my main point and click device. It is not a perfect substitution for the mouse: the scroll wheel is missing, and clicks are not very precise. It also does not work very well with multiple screens. Also, a lot…


🌸 Wed, Jun 22, 2022 🌸

It is quite daunting to make a full featured game. By my estimation, it will take at least 5 years. I want it now, of course. I was thinking about different approaches to speed up the game development process. One was to automate as much as possible and also leverage GPT-3 for st…


🌸 Mon, Jun 20, 2022 🌸

What is going on with Amazon product pictures? Recently we ordered a couple products and they were much smaller than we expected. The scrubber for the grill grids and the towel hooks. Some of my friends are saying you’re stupid and that you should always check product dimensions….


🌸 Wed, Jun 15, 2022 🌸

eerie - strange and frightening.


🌸 Tue, Jun 14, 2022 🌸

TIL; I can write shader code (HLSL) in Unreal Engine

Here is the link to the documentation.


🌸 Tue, May 31, 2022 🌸

TIL; imgur = image URL


🌸 Tue, May 31, 2022 🌸

Load null-sink

pactl load-module module-null-sink sink_name=music

Unload all null-sinks

pactl unload-module module-null-sink


🌸 Tue, May 31, 2022 🌸

AirPlay on Linux

uxplay -avdec


🌸 Sat, May 28, 2022 🌸

Playing the lottery is a waste of money, but why is paying for insurance not?


🌸 Wed, May 11, 2022 🌸

Ubuntu like 22.04 OSes are coming with pipewire instead of pulseaudio. On my machine, it has a bug and sometimes does not recognize new audio devices. In this case, I need to restart pipewire with the following command:

systemctl --user restart pipewire pipewire-pulse

🌸 Tue, May 10, 2022 🌸

I am trying to code, and the code is not going. And I realized I forgot to wear my programmer socks. But when I put them on, I realized they were just regular socks with binary code printed on them. (GPT-3 assisted story)


🌸 Wed, May 4, 2022 🌸

Why in English is it “open” but “closed”? Why “ed”?


🌸 Tue, May 3, 2022 🌸

I gave up on VMWare. Give back my money.


🌸 Tue, May 3, 2022 🌸

cogito, ergo sum, usually translated into English as “It compiles, therefore is C++”


🌸 Thu, Apr 28, 2022 🌸

C++ compiler so slow, and does some much optimization, sometimes I think it’s Deep Thought computer from Hitchhiker’s Guide to the Galaxy. You put tons of C++ code in it, and after a while it generates assembly

eax, 42
pop rbp

and you have no idea why.


🌸 Thu, Apr 28, 2022 🌸

www.quora.com is useless.

Quite often, answers are useless, e.g., no, you cannot do it; you have to be able to read assembly code. But I can read assembly.


🌸 Tue, Apr 26, 2022 🌸

TIL; fmod I wanted to implement a day/night cycle and I needed to convert time to sun angle. So fmod function can do it like this:

auto angle = std::fmod(time / dayLenght, 1.f) * 360.f

🌸 Wed, Apr 20, 2022 🌸

I’ll bring an unpopular opinion, but “Select is broken.”


🌸 Tue, Apr 19, 2022 🌸

Finally, I took the time I reply to all recruiters. It is a good problem to have but still has to be addressed.


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