dallen

joined 2 years ago
[–] dallen@programming.dev 4 points 1 year ago (2 children)

You can always set watchtower to blindly pull for you. If it’s going to be broken anyways, might as well automate the process.

[–] dallen@programming.dev 8 points 2 years ago

As a 4 day tech worker, 1 day community gardener, I can vouch for the therapeutic nature!

[–] dallen@programming.dev 16 points 2 years ago

#! brings back some good memories :)

[–] dallen@programming.dev 2 points 2 years ago (5 children)

Am I understanding correctly that you are building the image by copying in key elements from the host machine’s functioning nginx installation?

This is creative but not common approach to docker.

Normally software is installed following the officially documented procedure (imagine installing using apt or a shell script via RUN). Sometimes software documentation has specific recommendations to follow for containerized installs.

It’s common to have the version defined as a variable where a change in value invalidates the docker layer cache. To me it’s unclear how caching would work with your dockerfile, for example, in the event of a upgrade. You could also see how a breaking change (such as one in the paths you are copying) could run into issues with your hardcoded approach.

In the case of software like nginx, I would use the official image, mount config/cert files instead of copying, and extend in my own dockerfile if needed.

[–] dallen@programming.dev 2 points 2 years ago

What I love about Debian is there are always instructions regardless of whatever random package I want to use or Linux thing I’m trying to do.

[–] dallen@programming.dev 1 points 2 years ago

At the old job I was using IronPython (2.7) to write Grasshopper plug-ins in the Rhino CAD software. Luckily, it was mostly responsible for kicking off Python3 and Go subprocesses.

Now, the worst I’m stuck with is 3.8 for one of our repos using PyTorch.

[–] dallen@programming.dev 2 points 2 years ago

Sorry, I did mean under powered.

[–] dallen@programming.dev 4 points 2 years ago (3 children)

I’m a big raspi fan but I think the Pi 4 will be overpowered for your needs.

[–] dallen@programming.dev 14 points 2 years ago (4 children)

I find Mint to be the most obvious choice for beginners who don’t use Lemmy.

[–] dallen@programming.dev 2 points 2 years ago (2 children)

In my experience with Debian, using the netinst ISO is the most reliable option. That being said, install from live USB should be fine.

At this point, I would probably re-flash the image on the drive.

[–] dallen@programming.dev 7 points 2 years ago

Kinda comes across as someone complaining about how their company implemented agile. The only thing I can relate to is long sprints around the holidays, which I don’t see as an issue.

I’ve only worked for 20-30 person companies so maybe it’s a corpo thing? The post reads like a list of red flags that would have me looking for a new job pronto.

Seems to be more a problem of shitty management than agile vs waterfall.

view more: ‹ prev next ›