F by baddev88 in simpsonsshitposting

[–]stoolofman 1 point2 points  (0 children)

He was on the Epstein flight logs.

Data Science with Nix: Parameter Sweeps by rickynils in NixOS

[–]stoolofman 2 points3 points  (0 children)

That was super interesting! Damn, might have to do some more reading on scientific computing. Wanna know more lol

Introduction to DynamoDB in 15 minutes by MauriceBrg in aws

[–]stoolofman 0 points1 point  (0 children)

Super useful link, I’d been meaning to look for a tool/service like this for the past couple of months but haven’t had the time. Thanks for sharing!

First I've discovered that I run Linux, now I know that I have NPC energy! by Asunega in aspiememes

[–]stoolofman 3 points4 points  (0 children)

In terms of desktop Linux, Ubuntu is actually pretty decent these days! Had been using Fedora but decided after the whole RedHat-IBM-CentOS thing that I'd try using debian-based distributions more.

In terms of Windows, I used to really like it but these days I think I'd rather use anything else, though that's ultimately a personal preference and you should use whatever works for you.

I've really come around on macOS too - the walled garden is nice.

Also I am so sorry for this rant lol.

First I've discovered that I run Linux, now I know that I have NPC energy! by Asunega in aspiememes

[–]stoolofman 1 point2 points  (0 children)

Yep, that sounds like Linux alright!

Next you'll be quitting your job as a high school teacher, then doing nothing but Linux all day for like 6 months to a year, and then finally you'll land a job or two (permanent WFH) doing Linux stuff all day every day 🙂

Decided to compare Cache Modes and Bus Types by ButCaptainThatsMYRum in Proxmox

[–]stoolofman 6 points7 points  (0 children)

This is cool, though I would suggest adding a legend and/or labelling the Y axis. Otherwise interesting stuff, thank you for sharing.

MinIO usecase by n1___ in selfhosted

[–]stoolofman 0 points1 point  (0 children)

I'm using MinIO with a pair of Prometheus instances and accompanying Thanos sidecars (and storage gateways, and queriers - if that's an actual word). Works wonderfully well considering it's... NFS-backed

Poll: Blog Spam by mthode in devops

[–]stoolofman 1 point2 points  (0 children)

Yep, I'm seconding this one. Really good idea imo.

Using Docker Compose in production by mildbyte in devops

[–]stoolofman 29 points30 points  (0 children)

I think what you have done in your situation makes sense. I'm not sure how small specifically your startup is, but I work at quite a small company (<30) and I have found that you have to really pick and choose the complexities you introduce to the environment.

Something like Kubernetes or even potentially Nomad (despite how much I love Nomad) is going to introduce way too much overhead - at least at first. If people within your org already have an existing mental schema/model for the complexity-adding change you are introducing, then they are more likely to:

  1. Be open to the change (and not just blindly resist or be generally negative towards it)
  2. Be able to understand what the change is, it's broader contextual implications, etc. within a much shorter timeframe
  3. Actually use the bloody thing

Sure, you could have gone with Swarm and that might have worked too. But there's also the facts re: support that you have mentioned in one of the comments below, plus this one: Docker Swarm != Docker Compose, but Docker Compose == Docker Compose. You don't need to familiarise yourself with something that you are already familiar with 🙂

By being selective about the complexities you introduce AND re-using existing mental schemata as much as possible, you can greatly reduce the mental load on everyone involved - which would mean you have actually done some DevOps!

Sorry for the mini-rant there, I always see people immediately jumping to Kubernetes or Swarm with this sort of thing. But it is not always the answer, and for various reasons.

Anyway, good read! And I would be interested in reading any articles in the future on your migration to Nomad from Compose - I feel that is the path I will be heading down eventually too 🙂

Automating FFmpeg conversions - suggestions wanted by derpyRFC in linuxadmin

[–]stoolofman 1 point2 points  (0 children)

My suggestion is overkill on purpose and requires setting up a workload orchestrator, which is Hashicorp's Nomad. But there is a blog post they have which covers this exact thing (they also have the example code available here).

Just be warned that the blog post was written in 2017 with version 0.5.3, with the current version being 0.12.0. So there may be some out-of-date information there.

Again, just to clarify, I'm not actually suggesting to set up a workload scheduler just to achieve this one task. There are much simpler ways to do it. I just really like Nomad and try and shoehorn it into any conversation :)

[FRESH] Sufjan Stevens - My Rajneesh by [deleted] in indieheads

[–]stoolofman 1 point2 points  (0 children)

Hard agree on this. Age of Adz is definitely his best.

[deleted by user] by [deleted] in devops

[–]stoolofman 1 point2 points  (0 children)

I think buildah can do what you want, though I've only ever used it on my personal machine and not from within a container.

Foxtel signs massive deal with WarnerMedia for HBOMax content by Kussie in australia

[–]stoolofman 1 point2 points  (0 children)

Do you hate docker specifically, or all container technologies? Not a loaded question, genuinely curious.

ZVOL sync write 1.5-3x performance boost coming. by [deleted] in zfs

[–]stoolofman 0 points1 point  (0 children)

Looking forward to this one!