• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • garyyo@lemmy.worldtoScience Memes@mander.xyzI have attempted science.
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    1
    ·
    9 months ago

    Thats how its supposed to work and in practice it kinda does, but the people with the money want positive results and the people doing the work have to do what they can to stay alive and relevant enough to actually do the work. Which means that while most scientists are willing to change their minds about something once they have sufficient evidence, gathering that evidence can be difficult when no one is willing to pay for it. Hard to change minds when you can’t get the evidence to show some preconceived notion was wrong.








  • garyyo@lemmy.worldtoMemes@lemmy.mlRevelations
    link
    fedilink
    arrow-up
    55
    ·
    11 months ago

    Given the type of people that we are targeting here I think that helium blow-up dolls are are a bit of a waste, especially considering the scale that we would need to perform this on to actually make it somewhat believable. Better would be to use hydrogen, its soo much cheaper than helium, has better lift, and is not a limited resource. Along with that a custom order of human shaped and roughly human colored (with painted on clothes patterns) balloons would work better. Likely a lot cheaper if done at larger scales, blow up dolls are made of tougher material than your average balloon. This would also allow for the pursuit of more sustainable materials given that we are just sort of releasing this stuff into the sky.

    There is also a matter of making it realistic. If we are limiting to maybe one city then its best to create some devices that automatically release them on timed schedules. load these up with a handful of people balloons each and let them release with increasing frequency throughout the day. Should be a bit more convincing and gets a bigger effect. For cleanup we already filled these guys with hydrogen, so why not just light them up. might make for a good effect and leave less waste to be examined, making it more difficult to prove that this is not a rapture event.



  • A given programming language often has limitations which are largely different than the limitations from others. This means that different languages are often used on different kinds of problems. Want something fast, use C. Want to write something quickly, use python. Want it to run on just about anything, use Java. And so on.

    So why don’t we make one ultimate one or a few that fulfill all needs? Well, partially because we haven’t figured out how to do that, but also it’s really easy to learn yet another language once your understand how they work. I can write in python, js, c, c++, c#, Java, kotlin, rust, perl, ruby, php, forth, lisp, and I could keep on going for quite a while. The underlying concepts are largely the same and so picking up a new language is no big deal (though being good at it is a bigger deal). We have so many because ultimately it just doesn’t really matter that we have so many.