Have you seen catdog?
JGrffn
I'll one-up you, and I hope nobody I know reads this. I work from home as a web dev. I have ADHD. I sometimes work deep into the night because I procrastinate all day. I'll be working with one hand and stroking it rock hard with another, with no real horniness or need to cum for hours. It's just like a fidgeting thing. I'm looking at code, sleep deprived out of my mind, and somehow rock hard. I don't get it, but I'm too stressed to care.
Are you from the US? Aren't they phasing this out?
When? I'm one video away from being blocked and I manually updated my ublock stuff like a week ago.
I haven't touched compilers in a while, but I was a dirty little MS pig boy back in college. Qt with MSVC just made sense for me, with the single exception of non standard byte lengths for longs (almost cost me a class due to not using std uints, totally my bad but you don't really expect compilers to understand basic data types differently).
The true shitfuckassface experience for me was ICC. Stupid little pig boy decided he wanted his Qt working with ICC, due to all dem optimizations for Intel CPUs. After hours of debugging nonsense errors and janking my way through Qt code which was way above my head, I finally got a Qt build, only to have ICC find thousands of completely removed errors in a project where no other compiler would find errors.
Yeah that was the day I stopped caring for C++, stopped licking intel's ass, and started getting ever so slightly radicalized due to the lies of the republic.
Still absolutely not true
Lol that's absolutely not true
Posted an explanation in this comment chain!
Maybe it's a cultural or family thing? So it's just pre-cooked rice, you cook it as you would any rice I guess, but you add chicken stock, raisins, and butter (at the end, after you're done cooking it). Variations often also include peas and corn, maybe diced carrots, but we stick to just raisins. The savory mix of the buttery rice with tiny packets of moist raisins sprinkled about the rice makes it delicious!
Hard to follow that as a rule. Consider any YouTube video, the video id isn't exactly human readable.
Hear me out. Christmas rice with raisins. They absorb moisture from the dish and become these sweet little treats in the midst of a very buttery and savory rice. I hate raisins but I fucking love that rice.
Oh absolutely! I was starting out during this time, and started using memcpy for a uni project, hardcoding byte sizes to what I assumed long's size was, instead of checking or using standardized data types (because I didn't even know they existed). The result was such a mess, exacerbated by the good ol "let's write it all in one go and run it when we're done". Boy did I suffer in that class.