RegalPotoo

joined 1 year ago
[โ€“] RegalPotoo@lemmy.world 15 points 6 days ago (1 children)

They are in it for the vibes more than the anything

[โ€“] RegalPotoo@lemmy.world 12 points 1 week ago

Molotov cocktail, except is just a dead guy called Molotov holding a jerrycan

[โ€“] RegalPotoo@lemmy.world 1 points 1 week ago (1 children)

What is the constitution if not a law?

[โ€“] RegalPotoo@lemmy.world 4 points 1 week ago (5 children)

Since when has a trivial thing like "the law" stopped him from trying to do something he wants?

[โ€“] RegalPotoo@lemmy.world 18 points 1 week ago (13 children)

Oh shit it hadn't occurred to me that the logical end state for Elon is running for president

[โ€“] RegalPotoo@lemmy.world 11 points 1 week ago

In the immortal words of Monzy:

I pull out my keyboard / and I pull out my gloc / and I dismount your girl / and I mount slash proc / cos I've got your pid / and the bottom line / is you best not front / or its kill dash nine

[โ€“] RegalPotoo@lemmy.world 26 points 1 week ago (5 children)

Meanwhile, a Linux user wipes blood off a sledgehammer with "SIGKILL" written on the handle

[โ€“] RegalPotoo@lemmy.world 29 points 1 week ago (3 children)

Even assuming 25% of Twitter users are bots (probably a significant over estimate), and even if half of Twitter's users quit in the next year, it would still be 150x bigger than mastodon

(Mastodon has ~1m MAUs, compared to ~421m for Twitter)

[โ€“] RegalPotoo@lemmy.world 20 points 2 weeks ago (1 children)

One of our cats kept getting out of our old house - took us a couple of weeks to work out that she'd found an access hatch into the subfloor that we didn't know about in the back of a cupboard and worked out how to lift it up

 

I'm trying to find a thing, and I'm not turning up anything in my web searches so I figure I'd ask the cool people for help.

I've got several projects, tracked in Git, that rely on having a set of command line tools installed to work on locally - as an example, one requires Helm, Helmfile, sops, several Helm plugins, Pluto, Kubeval and the Kubernetes CLI. Because I don't hate future me, I want to ensure that I'm installing specific versions of these tools rather than just grabbing whatever happens to be the latest version. I also want to ensure that my CI runner grabs the same versions, so I can be reasonably sure that what I've tried locally will actually work when I go to deploy it.

My current solution to this is a big ol' Bash script, which works, but is kind of a pain to maintain. What I'm trying to find is a tool where I:

  • Can write a definition, ideally somewhere shared between projects, of what it means to "install tool X"
  • Include a file in my project that lists the tools and versions I want
  • Run the tool on my machine and let it go grab the platform- and architecture- specific binaries from wherever, and install them somewhere that I can add to my $PATH for this specific project
  • Run the tool in CI and do the same - if it can cache stuff then awesome

Linux support is a must, other platforms would be nice as well.

Basically I'm looking for Pythons' pip + virtualenv workflow, but for prebuilt tools like helm, terraform, sops, etc. Anyone know of anything? I've looked at homebrew (seems to want to install system-wide), and VSCode dev containers (doesn't solve the CI need, and I'd still need to solve installing the tools myself)

view more: next โ€บ