• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle
  • Fair. But that’s not really earth scale thinking in my book. It’s more our best understanding based on what we know.

    I know of these theoretical work arounds. They’re more mathematical models that say if such a thing as negative mass exists, then we might be able to go faster than the speed of light. Issue is that the model does nothing to show that negative mass exists.

    That and everything we know shows that it does not exist. If it did I would be incredibly happy. It’s just wishful hoping at this point though. We don’t even have a model or theory that shows how negative mass could exist. We only have theories that show what could happen if it did exist.

    It’s like saying hm we know how F=m*a works. What could happen if we set m to a negative number? Yah in the math we can but that does not mean we can in reality.





  • A drop in the bucket isn’t event close to a good understanding of how big space is. A satellite in the ocean is grossly misleading when it comes to the scope of space.

    Maybe a single O2 molecule in the ocean might be closer but even then that’s not even close to the scope of space.

    Space is big. So big that the light cone of our “pollution” can’t physically interact with most of it even if we did our best to “pollute” as much as we can and some alien species did their best to find that “pollution”. Space is so big that physics dictate the impossibility of our “pollution” interacting with most of space.

    Fun fact this is why the chance of aliens visiting us here on earth is basically 0.

    You can’t use earth scale thinking, that’s how big space is.

    This all being said we should do our best to not pollute the earth. We should use earth scale thinking when it comes to earth.



  • For me it’s less effort because everything that I want just works out of the box. The totally of my configuration is under 10 lines. I don’t want to have to mess with nested config files each dozens to hundred of lines long most of which I will not understand just to code.

    Also helix is different in that it uses the selection then action workflow. Vim is action then selection which is less nice for me.

    In helix if I want to delete a function I would do: ESC -> space -> f -> d

    Which means: Normal mode then lsp menu then next function then delete.

    In vim I would have to delete then select what to delete which I don’t like.


  • To get to the point where I could feel like not an idiot maybe 3 hours of actual programming time.

    To get to the point where I was a slow yet productive programmer it took maybe 12 hours of actual programming time.

    To get faster than I was at Jetbrains IDEs that took like maybe ~24 hours of actual programming time.

    I strongly recommend:

    1. remapping caps lock to escape.
    2. disabling the arrow keys in all modes.

    After I did these two things, I got better faster. It’s frustrating but totally worth it. Now when I’m on my laptop I just use helix and qutebrowser under the sway desktop environment. It’s a 100% mouse free experience and it’s just faster and better in every way.










  • mholiv@lemmy.worldtoProgramming@programming.devRedis is no longer OSS
    link
    fedilink
    arrow-up
    120
    arrow-down
    10
    ·
    7 months ago

    For the record. The SSPL that Redis switched to while technically not recognized by the OSI really isn’t bad at all.

    It’s exactly like the AGPL except even more “powerful”. Under the SSPL if you host redis as a paid service you would have to open source the tooling you use to manage those hosted instances of redis.

    I don’t see why anyone but hyper scalers would object. It’s a shame that the OSI didn’t adopt it.