SENTRY
sentry456123.bsky.social
SENTRY
@sentry456123.bsky.social
Pinned
FREEEEEEEEEEEEEEEEEEEEEEEEEEEEEE SPEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEECH
The problem with C++ STL string operator overloading

std::string string = "hello world";
string + 'a'; // string concatenation

const char *chars = "hello world";
chars + 'a'; // pointer arithmetic

Solution? Use .append and .push_back methods instead
November 9, 2025 at 11:16 AM
In C, you just write code by your imagination and it just compiles, often gets segfault but it's fixable. In Rust, you're forced to fight against the compiler for the sake of safety and it's just not worth the time and hassle for me.
July 4, 2025 at 3:47 AM
AI is better at being a therapist than my previous one at hospital. And you don't even have to explicitly tell AI to become a good therapist. W for people with mental illnesses like me
May 22, 2025 at 2:39 AM
Internet users trying not to criticize Microsoft (IMPOSSIBLE)
May 21, 2025 at 3:52 PM
I don't use AI to search for things because I like it, I do it because googling is useless nowadays. Enshittication
May 21, 2025 at 4:50 AM
nice
May 20, 2025 at 1:23 PM
May 17, 2025 at 1:57 PM
next ai winter when
May 16, 2025 at 3:39 PM
Using C++ exceptions is PITA, so is avoiding them
May 13, 2025 at 1:15 PM
Custom improved models for buildings, decorations and cars are now available in Pixel Transit! You can modify/add your own too!
April 15, 2025 at 9:50 AM
NEW MINECRAFT VIDEO!
youtu.be/ktWCzcjYOcs
Least Insane SENTRY Viewers in Minecraft
YouTube video by SENTRY
youtu.be
April 14, 2025 at 5:43 AM
WHYYYY YOU USE STATIC VARIABLE AS COUNTING LIGHT!!!!!! IT TOOK ME 4 HOURS TO FIGURE OUT WHY CREATELIGHT DIDN'T WORK AND IT DIDN'T EVEN GIVE ME ANY GODDAMN ERROR REPORTS!!! I FUCKING HATE THIS GODDAMN GARBAGE API!!! FUCK RLIGHTS.H!!!
April 13, 2025 at 11:18 AM
Programming is totally fun and you totally don't get any mental breakdown with this
April 11, 2025 at 1:15 PM
More than 8 copies sold! Thank you so much!
April 11, 2025 at 1:30 AM
Reposted by SENTRY
For anyone who missed the action, I managed to record a little bit of Adobe Photoshop backlash before they deleted their post
April 8, 2025 at 11:08 PM
I was forced to watch a random video chosen by some kinda algorithm or whatever after UPLOADING a video on Instagram reels. WWWHHHYYYYYYY
April 8, 2025 at 1:54 PM
I made parking lot in Pixel Transit!
April 8, 2025 at 12:56 PM
store.steampowered.com/app/3588930/...
Pixel Transit is available now on Steam!
April 8, 2025 at 12:02 AM
Github Copilot keeps suggesting me horrible code. Here you can see TraceLog() is a c function and only accepts zero-terminated c string but std::string_view::data() may be not zero-terminated, which leads to memory buffer overflow
March 28, 2025 at 7:08 AM