Radioactive Butthole

It burns when I poop

  • 0 Posts
  • 19 Comments
Joined 7 months ago
cake
Cake day: November 28th, 2024

help-circle






  • Radioactive Butthole@reddthat.comtomemes@lemmy.worldBuzz Buzz
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    4 months ago

    From the drivers perspective the bug smashed into the window at 70 mph while the driver was more or less stationary, but from the bugs perspective the driver came out of nowhere and smashed into it at 70 mph while the bug was more or less stationary. You can say “well obviously the driver was the one who smashed into the bug, they were going 70 mph!”, but that’s only because you’re using the earth as a reference frame, when in fact Einstein showed with general relativity that no such universal reference frame exists. We all agree to use the earth as a reference frame in our every day lives because how else would anything ever get done; there’s nothing wrong with that and its very convenient, but it doesn’t fully reflect the reality of their interaction.







  • It isn’t as dumb as it sounds, honestly! I used to use DBeaver and it is a fantastic project, but I really wanted Vim keybinds to construct my queries as they can sometimes be quite large. There used to be a plugin that added the functionality but it stopped working on my machine. This Vim plugin is essentially a wrapper for the CLI SQL client (psql in my case), so using it actually kind of makes sense, I think.

    The biggest issue I faced was exporting the results, but I just created a function in my ~/.vimrc that copies all the text of the results to a new tab and formats it however I want. CSV, HTML, JSON, XML, Markdown, whatever I need is all there and predefined. All I have to do is call :ExportToMarkdown and off I go.