• 0 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle



  • dQw4w9WgXcQ@lemm.eetoScience Memes@mander.xyzpluto
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Sure, people have taken the matter way too personal. That’s mostly people who have a nostalgic relationship to their childhood classes about “the 9 planets”.

    As I’ve read, they made the definition in the particular way to remove gray areas of inaccurate meassurements. A celestial body shouldn’t be wrongly classified due to being a few kilometres larger than some limit, then be reclassified later due to better meassurements. Planets need to be somewhat spherical, orbit a star and clear their orbit from significant debris. They made a great system which doesn’t leave big gray areas. A planet is defined in a well thought out way by people way smarter than me.

    And then they go and call the non-planets “dwarf planets”.


  • dQw4w9WgXcQ@lemm.eetoScience Memes@mander.xyzpluto
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    3 months ago

    The “big” deal is that a ton of celestial bodies of comparable size to pluto would have to be considered either as planets or as general debris. Finding a clear definition which would include pluto as a planet and not include other stuff would be very impractical and possibly nearly impossible.

    But the biggest fuck up was to name a non-planet a “dwarf planet”.








  • I might be the dumb one in this one, but HR asked me if I know “design patterns”.

    “I mean, yes, I know some design patterns. Any specific?”

    “No, just if you are familiar with design patterns.”

    “I mean, there are builder, strategy, sigleton, factory etc. Is the question really not more specific?”

    “My paper just asks if the dev is familiar with design patterns.”

    “Ok. Yes.”







  • I mean, it’s right next to the road, so the idea is probably to keep the dog from walking into traffic.

    But that’s a bit of short minded as they introduce the heat of the pavement, inability for the dog to lay down and control their temperature while also blocking someone elses bike. And this is all added onto the fact that you really shouldn’t tie your dog to stuff and leave them for a while anywhere in fairly populated areas.

    The dog owner seriously sucks.



  • Mono.just(“Penetrating system”) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .flatMapMany(() -> Flux.just(“20%”, “40%”, “60%”, “80%”, “100%”)) .map(“Hacking NASA %s”::format) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .subscribe();

    Better?