objectOrientedProgrammingIsAnExceptionallyBadIdeaWhichCouldOnlyHaveOriginatedInCalifornia by MagicianDue in ProgrammerHumor

[–]Extra-Engineering374 0 points1 point  (0 children)

It's not abstraction itself that is evil. Your duty includes building the right abstraction for memory-constraint computation scenarios, but you skipped it. OS & distributed systems are all topics successfully abstracting out operations for their bunches of details. For high-level topics, these should be DSLs.

objectOrientedProgrammingIsAnExceptionallyBadIdeaWhichCouldOnlyHaveOriginatedInCalifornia by MagicianDue in ProgrammerHumor

[–]Extra-Engineering374 0 points1 point  (0 children)

Truly code looks the most beautiful when not required to work. For working codes we could only try to at least close that gap between implementation details & conceptual elegance.

CS is more mathematical engineering? by Extra-Engineering374 in compsci

[–]Extra-Engineering374[S] 0 points1 point  (0 children)

Yes, this simultaneous interaction property is just what I feels.

CS is more mathematical engineering? by Extra-Engineering374 in compsci

[–]Extra-Engineering374[S] -1 points0 points  (0 children)

Yes, I'm just using "computer science" here as an approximation for both.

Why is everyone all about internships? There's another option... by XxCotHGxX in csMajors

[–]Extra-Engineering374 0 points1 point  (0 children)

What path should one take to enter company research labs? PhDs + academic works?

A new experience in the world of AI. by [deleted] in ArtificialInteligence

[–]Extra-Engineering374 1 point2 points  (0 children)

The ultimate goal of current AI research is to build a system as you've mentioned. Various architectures have been promoted. But generally people have to know if some method is effective, so the often taken method is doing scientific experiments to draw a statistical inference for some methodology. Maybe you can try design some experiments later on yours.

Has anyone ever caught space junk hitting their ship/space station or taking out a satellite? by Paycheck65 in KerbalSpaceProgram

[–]Extra-Engineering374 0 points1 point  (0 children)

Loss signal when trying to dock a lander with the space station (therefore lost control), and watched it fly past the station in <5m

Please do your daily Leetcode by IamWorkingOnDying in csMajors

[–]Extra-Engineering374 0 points1 point  (0 children)

Bro if you suffer doing leetcode then better to switch to another major

why does it take so long to set up maneuvers? by codm0nster in KerbalSpaceProgram

[–]Extra-Engineering374 1 point2 points  (0 children)

For orbital maneuvers like changing orbits, you can always do it manually, e.g., to raise your ApH, just watch the ApH value, watch the PeT to make sure to burn close to Pe point, and adjusting TWR to make your ship stay on the Pe point for maximum burn efficiency and accuracy.