Humor Random Comments Thread

So, being on vacation I finally got the time to prepare a simulated PPL skill test (Private Pilot Licence) in MSFS under real conditions and guidelines. Since I am not a "casual aviator"/gamer, and since the weather is always shit in Germany (and especially now during fall), I thought it might be a good idea to switch the location, kinda, and choose Florida (West Palm Beach International) instead. I knew it was going to be very different due to the differences of the air space structure, charts and regulations. But it turned out to be very interesting and educational.

I didn't know/expect that the FAA has a nice, educational channel on YouTube. There even is a good video for pilots flying to/from West Palm Beach International for their first time...


And if you think Germany is a bureaucratic country, you haven't seen the federal aviation regulations and small-printed hints on flight plan documents of the US 😅
 
Last edited:
Test for LaTex.....

[imath]0 = e^{i \pi } + 1[/imath]
 
Last edited:
The feature cycle of table filters:

1. We should be able to filter this table for cells containing arbitrary strings. - Ok.
2. We realized that sometimes we need to filter for an exact term, not just a contained one, could you put in a switch? - Ok.
3. You know, it would be really handy if we could filter for certain structures. Only 2 or three, nothing generic. - Ok.
4. The user interface for the filter is getting convoluted, could we just do regular expressions? -Ok.
5. The filters are way too complex to use, so nobody's using them, I think it would be best if we would have something simple that just filters for an arbitrary string! -Ok, just let me dig out that commit from 2 years ago...
 
At point 4, I would have suggest to make it configurable by the user so each user can choose how much power the filters need for his skills and his current tasks... and left a written memo about the decision since it very likely gets rejected as "too expensive", in case somebody asks why we have no such feature....
 
and left a written memo about the decision since it very likely gets rejected as "too expensive", in case somebody asks why we have no such feature
Fortunately I work at a small company with decent people. Never had to play the blame game even once in my 8 years here. There's been plenty of "I did suggest that when we implemented that feature", but the response so far has always been "oops, sorry". Of course, there's been plenty of "oops, sorry" from me as well, so things kinda even out.
 
Fortunately I work at a small company with decent people. Never had to play the blame game even once in my 8 years here. There's been plenty of "I did suggest that when we implemented that feature", but the response so far has always been "oops, sorry". Of course, there's been plenty of "oops, sorry" from me as well, so things kinda even out.

Yeah, that is the nicest kind of work. I was again far too deep in the coorporate world, I hope the next project will be less of it. But I already fear the worst. Especially since it seems decided that my career as software developer ends and I am expected to learn a new job.
 
Especially since it seems decided that my career as software developer ends and I am expected to learn a new job.
They're kicking you upstairs? My boss tried that too,due to lack of personnel. I managed to resist 🤪
 
I'm looking for a word... It's got to do with orbital mechanics, but I can't seem to find the right one, but I'm pretty sure it must exist.

Imagine two circular orbits of two satelites around the same central body in the same inclination. They have a frequency between each other that describes how often their mean anomalies are going to be in the same place. How long a time must pass until their mean anomalies will be aligned the same way they are right now.

That interval is very useful when planning orbital logistics, since it is also the frequency at which hohman transfers are possible. It's similar in concept to resonance, but resonance generally refers to gravitational influence, which is not the issue here, so that's not it. Is there an official name for that interval? If not, what would be a reasonable term?
 
Trying to name items of an enum used to track actions that were taken in a workflow in the DB. Naming them after the actions performed... not good, because the actions performed at a certain point in the workflow might change in the future. Naming them after the conditions that triggered the actions, not good because the conditions might change in the future. Naming them in some abstract way, also not good because nobody will know what they do...

Indeed, there are only two hard problems in software engineering...

I might just go back to the olden days and use an int... 🤦‍♂️
 
Trying to name items of an enum used to track actions that were taken in a workflow in the DB. Naming them after the actions performed... not good, because the actions performed at a certain point in the workflow might change in the future. Naming them after the conditions that triggered the actions, not good because the conditions might change in the future. Naming them in some abstract way, also not good because nobody will know what they do...

Indeed, there are only two hard problems in software engineering...

I might just go back to the olden days and use an int... 🤦‍♂️

And there I am, thinking: Damn all those future possibilities. Either name them for what they do now or name them Pippo, Bob, Jill and Mary.
 
Back
Top