🌸 Tue, Nov 7, 2023 🌸

Why does every time I join #anime IRC they talk about OpenBSD or FreeBSD?


🌸 Mon, Nov 6, 2023 🌸

Programming in C++ can give you interesting insights sometimes. Once I googled std::list, I learned a lot that wasn’t related to C++.


🌸 Sat, Nov 4, 2023 🌸

Every user error is a bug in your app. Try to figure out how to minimize the number of user errors.


🌸 Thu, Nov 2, 2023 🌸

It feels like someone is working really hard to piss me off and make me quit. So… you will have to explicitly fire or layoff me.

Just talking to myself like a crazy person, because it is radio silence from the leadership, no questions are being answered.


🌸 Thu, Nov 2, 2023 🌸

Just keep swimming


🌸 Wed, Nov 1, 2023 🌸

Linux Kernel 6.6 was released two days ago. You know what that means? Linux Kernel 6.6.6 is coming soon. I am planning to celebrate the release at the small family gathering with candles.


🌸 Tue, Oct 31, 2023 🌸

Rule of thumb: If your code is bigger after refactoring, you probably did the wrong refactoring or did it at the wrong time. Keep messing around with your code.


🌸 Mon, Oct 23, 2023 🌸

Lately, I discovered glances - a really nice-looking substitute for the top tool.


🌸 Mon, Oct 23, 2023 🌸

Just make it work.

Something that works has infinitely greater value than something beautifully crafted but not working.


🌸 Fri, Oct 20, 2023 🌸

early returns early returns early returns early returns early returns early returns early returns early returns early returns


🌸 Mon, Oct 16, 2023 🌸

SMART = science, math and art


🌸 Sun, Oct 15, 2023 🌸

Long COVID update: Chest pain is gone. I thought it was the main reason why I couldn’t make myself do things. And I feel normal, but still can’t make myself work. Strange, but at least there’s no pain.


🌸 Fri, Oct 13, 2023 🌸

developers, developers, developers, developers, developers, developers, developers, developers, developers, developers, developers 🙂


🌸 Mon, Oct 9, 2023 🌸

Congrads Unity community. CEO John Riccitiello is gone.


🌸 Wed, Oct 4, 2023 🌸

I like Bill Gates. Is it somehow related to the alert?


🌸 Thu, Sep 28, 2023 🌸

Is it ethical to lie to the bot, or to the LLM?

ChatGPT

Lying to a bot, such as ChatGPT or any other LLM (language learning model), presents a different set of ethical considerations than lying to humans. Her…


🌸 Wed, Sep 20, 2023 🌸

I have a protocol, then I put my laptop in the backpack. I put the charging cable first, then the mouse, and lastly the laptop. The reason I am doing this is so I don’t forget the charging cable and mouse. And it happened. This weekend, I put the charging cable in my backpack and…


🌸 Tue, Sep 19, 2023 🌸

Pick random person for code review:

clang-repl $'#include <array>\n#include <iostream>\nsrand(time(nullptr));std::array names = { "Alice", "Bob", "Charly", }; std::cout << names[rand() % names.size()] << std::endl;'

🌸 Tue, Sep 19, 2023 🌸

Converting values to HEX from bash:

clang-repl $'#include <iostream>\nusing namespace std; cout << hex << (unsigned)-543 << endl;'

🌸 Tue, Sep 12, 2023 🌸

TIL: Do not instruct GPT to give short answers. Let it wander so it can generate better quality answers at the end of the day.


🌸 Mon, Sep 11, 2023 🌸

The Visual Studio editor is cursed. Why does pressing Enter not do what it should, and why does it indent the code and indent it incorrectly? Why does backspace not delete one space, but instead delete everything to the beginning of the line? Why is the editor blinking so much? H…


🌸 Fri, Sep 8, 2023 🌸

Mind of a 3D graphics engineer: there is no spoon, everything is just a triangle.


🌸 Wed, Sep 6, 2023 🌸

What will be the point in 2023 to release a song with the piano tuned to something other than concert A?


🌸 Tue, Sep 5, 2023 🌸

I discovered an interesting bias in my brain. I have some issues with the ML model I am working on; some tuning issues, it is too repetitive and tends to finish monologues earlier than desired. So I was trying to solve it by myself and it never crossed my mind to ask ChatGPT for …


🌸 Tue, Sep 5, 2023 🌸

I heard that in some prisons there is a way to torture prisoners by not giving them furniture to sit on; they have beds but not chairs. I recently got a glimpse of this sort of torture. The chair in the office was very uncomfortable. I bought a new one and it feels so good to sit…


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