• 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

Like that?

AMOS-5_Satellite_--_with_star_background.jpg

More like this, a view of the back of the reflectors so that the struts can be seen. I think mine are too big at the moment, when collapsed they (probably) won't fit snugly on top of each other. ):

astra_2f_satellite_final_checks.jpg

astra_2e_unboxed.jpg


They seem to vary a lot between satellites even in the same platform class, really interesting, so it's complicated my design somewhat.
 
Just read a heartbreaking "story":

"Goodbye mission control. Thanks for trying."

:uhh:

Like that?

AMOS-5_Satellite_--_with_star_background.jpg

Actually this has me wondering something. Renders and pre-launch processing images show that some geosats have dish-shaped antenna reflectors, like Astra-2E, F, etc. Yet others like Telstar-12V, seem to have planar antenna reflectors.

Asking this because I'm not sure how to actually snugly fit these two reflectors together for launch, a planar antenna could simplify this. More likely I'm gonna go for more "exotic designs" for the reflector struts.

CcGj7mu.png


CoufWPR.png


Looks rather ugly and clunky.
 
Random story time.

I was debugging the client of a network game. Everything was going well.
I made a little change, and it stopped working. I change it back, and it still does not work...

For the next half hour the intensity of the WTF kept climbing, as i went back and forth over the code, rolling stuff back one by one...
Eventually, i tried to google something.
:facepalm:

Midnight have came and passed, and i haven't paid for the next month of internet access.
Monday sneaked up on me right in-between the two starts, and the way the "no funds" page redirection works, you don't really get any errors, just garbage.

It's easy to say "always check your assumptions", but it just does not happen in practice.
 
Random story time.

I was debugging the client of a network game. Everything was going well.
I made a little change, and it stopped working. I change it back, and it still does not work...

For the next half hour the intensity of the WTF kept climbing, as i went back and forth over the code, rolling stuff back one by one...
Eventually, i tried to google something.
:facepalm:

Midnight have came and passed, and i haven't paid for the next month of internet access.
Monday sneaked up on me right in-between the two starts, and the way the "no funds" page redirection works, you don't really get any errors, just garbage.

It's easy to say "always check your assumptions", but it just does not happen in practice.

I usually spend 20 minutes writing a function that solves a tricky problem, polish it off, test, have a WTF moment.

...Then realize I forgot to call the function :facepalm:
 
I usually spend 20 minutes writing a function that solves a tricky problem, polish it off, test, have a WTF moment.

...Then realize I forgot to call the function :facepalm:

This is why I love JMock and its similar friends...

Code:
oneOf (turtle).forward(10); inSequence(drawing); 
oneOf (turtle).turn(45); inSequence(drawing); 
oneOf (turtle).forward(10); inSequence(drawing);
Of course, you should then not forget writing the tests...

---------- Post added at 02:29 PM ---------- Previous post was at 10:18 AM ----------

The new biggest sailing ship, the "Sailing Yacht A", has left the German Naval Yard and is now on sea trials in the Kiel Fjord. It has three masts and is 142 meters long. It has been build for the Russian billionaire Andrey Melnichenko, who also already owns a tumblehome ship called "Motor Yacht A"

---------- Post added at 06:56 PM ---------- Previous post was at 02:29 PM ----------

And...... construction of the Berlin airport BER has been halted again because of construction errors, this time called "significant excursion of the design static loads of the roof". In three of 20 roof segments, heavier than planned smoke ventilation systems had been installed.

The different ventilation systems had installed already in 2012, to compensate for other problems in the poorly designed smoke vent system (which was designed by an unqualified assistant of the architect, who was then presented on the bills as highly-certified specialist for the task)
 
I've been on a recent modeling binge lately. (~._.)~

Haven't made a high-gain antenna fit for a planetary spacecraft in forever, but this first attempt in a long time looks good (I think).

HKzhmTo.png
 
Finally started tearing in to the turbine and feed pumps today. :woohoo:

Tired, and I'll be a bit sore in the morning. But I've got feed pump controls spread across three workplaces.
 
But I've got feed pump controls spread across three workplaces.

Sounds like Christmas is earlier this year. :thumbup:

---------- Post added at 10:33 AM ---------- Previous post was at 08:50 AM ----------

China has overtaken Russia in Space - now China has the second most satellites in Earth orbit (142), after the USA (549). Russia dropped to 131. The rest of the world operates 483 satellites.

Current active population:

Region | Number | Altitude
Clarke belt|481|35,781 km
HEO|41|200 - 400,000 km
MEO|87|2000 - 36,000 km
LEO|696|200 - 2000 km
 
Hurrah, UK is still in the league with............1.


N.
 
Back
Top