• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Humor Random Comments Thread

Rarely an XKCD strip has hit me as hard as this one...
I worked on a system where sometimes I actually would get negative values when doing t2 - t1. 🤯
The result was then printed, and instead of ~300ms it would be -123456789... in 64b. Later in the process, some other device would not be able to parse such a large number and kaput. Turned out that another process was sometimes setting the system date in those ~300ms, and that would "reset" the seconds to "sec.0", thus resulting in the occasional negative value. 🤦‍♂️🤦‍♂️
 
Almost a perfect tiny house...


I would only add a gaming area next to the sofa and enlarge the terrace to add a whirlpool (encased with glass for the winter).
 
Ah, good old tyche. I remember completely not getting it when I saw an episode for the first time. Later, after having gotten some 20 years older, I realised that I loved it! :)

Whoa what, wait, from the videos popping up after watching that one I just realised there was a second season! I didn't know! Dammit, now I'll have to somehow get my hands on it!
 
Ah, good old tyche. I remember completely not getting it when I saw an episode for the first time. Later, after having gotten some 20 years older, I realised that I loved it! :)

I went through this process in 5 minutes. :D By the trailers it was looking like a typical German TV shipwreck, but watched the first episode anyway and suddenly loved it.
 
Tichy is wonderful! Saved my opinion on german humour and tv/film creativity!
Would be interesting to see that in Orbiter:unsure::)
 
Intellij correcting my code comments:

To strengthen your wording, consider using a synonym for 'bad'.
Incorrect:
This is really bad.
Correct:
This is terrible.
It manages to remind me of Stackoverflow and dwarf fortress at the same time. Not a small feat...
 
Today I thought: omg it's only 15 years left until I become 60 years old 😵 I still feel like 20 (and look like 30 according to fellows). We all know that 15 years is nothing. It's so far away in my mind but not on my passport. And from 60 it's only a few years until pension 👀

I just figured out that the pilot of NASAs Crew-8 mission is 65 years old. So I guess I just continue to build my spaceflight sim setup in my new (and final) apartment. I don't have to worry about aging in this department obviously 😂
 
Any library I've ever worked with ever since I was a kid: RGBA consists of 4 values that are either integers from 0 to 255 or floats from 0 to 1.
css: RGBA are 3 integers from 0 to 255, and one float from 0 to 1.
css: Sticking to the principle of most surprise since its inception! 🤦‍♂️ (I miss the old "bang head against wall" emoji for when a facepalm just doesn't cover it).
 
...you could also use "percentage" values for R, G & B ... whether this is any better is still questionable ;)
 
When you write your own pdf textbook about the basics of spaceflight... and you just find out such a book already exists that includes the same graphics and sources 👀 So I won't finish mine to safe time. But good to know one would be able to write a college-level undergraduate textbook without being an academic person. So, just pure interest and autodidactic learning can be very powerful.
 
It's kind of weird how sometimes you come full circle. It has been some time since I last managed to accidentally build an infinite loop into my code. The patterns that lead to them become kind of easy to spot after a while, and none of them has a chance to make it past the first unit test anyways.
But working with stateful distributed systems that need to message each other, and where those messages often trigger some action or other that might trigger further messages, I am discovering entirely new and miraculous ways to make them happen without warning and under circumstances that are difficult to determine, what with usually several servers partaking in the merry go-round. I feel like after almost 10 years as a professional developer, I'm finally back where I started.

Truly, Rube Goldberg should be declared an honorary software engineer!
 
It's kind of weird how sometimes you come full circle. It has been some time since I last managed to accidentally build an infinite loop into my code. The patterns that lead to them become kind of easy to spot after a while, and none of them has a chance to make it past the first unit test anyways.
But working with stateful distributed systems that need to message each other, and where those messages often trigger some action or other that might trigger further messages, I am discovering entirely new and miraculous ways to make them happen without warning and under circumstances that are difficult to determine, what with usually several servers partaking in the merry go-round. I feel like after almost 10 years as a professional developer, I'm finally back where I started.

Truly, Rube Goldberg should be declared an honorary software engineer!

Just don't combine a distributed infinite loop with a Sorcerer's Apprentice bug. The technical term for this failure mode is "network go bye-bye".
 
That would be very interesting, considering it's Amazon's network... 🤪

Volkswagen stated a "self-replicating packet" as cause for a major network failure last year that also stopped production.... (I still think the cause is rather just a badly executed configuration change)
 
Back
Top