tool

joined 2 years ago
[–] tool@r.rosettast0ned.com 5 points 2 years ago (1 children)

I've been using Linux professionally for a couple of decades and using it altogether since like 1996. I never knew about the timeout command. I'm gonna have some fun with that.

I wonder if I can set someone's shell to it...

[–] tool@r.rosettast0ned.com 4 points 2 years ago

More like ... Just in case

MY PEOPLE!

[–] tool@r.rosettast0ned.com 5 points 2 years ago

VSCode is what made me finally switch away from vim for anything but minor edits. It's just too good.

I did set up vim keybindings in it, though.

[–] tool@r.rosettast0ned.com 7 points 2 years ago

I first settled on vim as a teenager because I was a fan of... performing surprise penetration tests.

It defaults to opening files read-only, so you don't have to worry about the access/modified time on the file changing if you open one for... science reasons.

[–] tool@r.rosettast0ned.com 5 points 2 years ago

You should settle on Liftoff because some of my code is running in it!

Or not. But it'd be pretty cool if you did.

[–] tool@r.rosettast0ned.com 10 points 2 years ago* (last edited 2 years ago) (1 children)

Not sure what version you're on, but the "compact" view in Liftoff now (I'm on version 0.10.9) is actually compact:

[–] tool@r.rosettast0ned.com 4 points 2 years ago

It's true, at least for me. I can actually control the focus now instead of digging down a rabbithole of for 6 hours at 3am.

If I'm going down that rabbithole now, it's because I want to.

[–] tool@r.rosettast0ned.com 6 points 2 years ago

Quick editing for me is in vim. Anything else is in Visual Studio Code. Which I have set up with vim keybindings.

[–] tool@r.rosettast0ned.com 3 points 2 years ago

Man, the code in that project is really something else. Looks like something hacked together in a weekend

I think I'm going to fork it and make it... not that.

[–] tool@r.rosettast0ned.com 5 points 2 years ago

The stock Pixel phone app has this. If you don't use the stock phone app, you can't use this feature.

[–] tool@r.rosettast0ned.com 9 points 2 years ago

Edit: on the other hand, does the latest nginx get pulled at time of creation?

It depends on how you have your docker compose file set up. If you pin the version, no, it's never going to get updated unless a new version with that exact tag is released. If you omit the tag, it's going to default to whatever is tagged as latest in the image repository, and that's only going to actually update the image when you either manually pull the image or relaunch the compose stack.

If you want it to auto-update without relaunching the stack or manually pulling the latest image, you'd have to set up something like Watchtower and have it monitor that container.

[–] tool@r.rosettast0ned.com 4 points 2 years ago

That certainly makes me feel better for letting the Magic Smoke out.

view more: ‹ prev next ›