[-] [email protected] 13 points 9 months ago

I don’t pirate music ... because there are reasonable platforms and pricing models which make pirating more hassle than it’s worth.

Hopefully Spotify is not the platform you're talking about. I don't use them because they do not pay the artists. Bandcamp is the spot for music.. It's really the only place I get music anymore.

[-] [email protected] 5 points 9 months ago

https://www.timedoctor.com/blog/opensource-time-tracking-software/

Out of curiosity, what country is this? That seems like a really low number.. Working full time you would have 760 hours in less than 6 months.

[-] [email protected] 2 points 9 months ago* (last edited 9 months ago)

Obviously only talking about user space here.. Kube doesn't have any ambitions to manage kernel drivers or whatever (at least not until eBPF gets wider adoption).

Basically though, they have the same goals. To run programs and manage network communications. Kube does this in an extremely flexible way and it allows you to tolerate failures much more gracefully than the old ways. It's nowhere near appropriate as a replacement for a desktop distribution though.. I'm talking about the server world.

The way kube works is really just a beautiful thing to see and I never want to manage a server the old way again if I can avoid it. The wider infrastructure industry is all moving in this direction and the overwhelming bulk of open-source development effort is going into cloud native tooling.. The CNCF landscape map alone shows how huge of an explosion is occurring right now.. It's an exciting time to be involved.

[-] [email protected] 2 points 9 months ago

I think you can search for discord servers in the web/desktop app, can't you? I'm on mobile at the moment and don't see it in the app. I feel like I've done it before though.

Ordinarily I look for something more specific about what I'm trying to do.. For self hosting stuff, the kubernetes@home thing is solid. The cncf server is great too. If that's not you jam though obviously it won't help.. For me personally, kubernetes is basically just a modern implementation of a Linux distro. Obv ymmv.

[-] [email protected] 1 points 9 months ago

Lair of the Minotaur at Kuma's Corner in Chicago. Nothing else comes close.

[-] [email protected] 2 points 10 months ago

Yep. Meetups are the best. You def have to go regularly though.. Don't expect magic from day 1.

[-] [email protected] 1 points 10 months ago

Warrio all day

[-] [email protected] 14 points 10 months ago* (last edited 10 months ago)

Knowing this stuff is fine but make sure to keep your goals in mind. If the idea is to get a job, figuring out how Bluetooth works isn't going to get you anywhere. You need to move in the direction the wider industry is moving. That direction is running containers in kubernetes.

If you can stand up a kube cluster, write a Prometheus exporter in go, scale pods based on those metrics, and auto resize workloads' resource requests, then you should be able to find a job without much trouble.. These are the things ops people are expected to do in 2023.

EDIT: The CNCF is a great resource for modern tooling.

[-] [email protected] -2 points 10 months ago

people that don’t want Linux to evolve

Exactly this.

The philosophical arguments are pretty garbage. I generally want to know if the "it violates the UNIX philosophy" people use browser extensions.. That violates the UNIX philosophy too. Systemd "is backed by big corp" but who do you think is actually contributing time/effort/code to the Linux kernel? It's the device manufacturers who are trying to get you to buy their products.. So that fails too.

No offense to anyone reading this but if you're really passionately anti-systemd, I would not hire you. This is a dumb hill to die on and a red flag.

[-] [email protected] 6 points 10 months ago

I have an M1 mbp for work and its honestly unbelievable. It's one of the nicest machines I've owned in years. The chip is a huge part of it.

[-] [email protected] 4 points 10 months ago

Unless you're trying to build custom AMIs for a cloud environment (packer is the answer for this job) then it sounds like a nightmare of a project to maintain long term. You'd be much better off using config management and a more or less vanilla base distro.

[-] [email protected] 4 points 10 months ago

"If I treat a man for a broken leg, that's what they will die of."

1
submitted 11 months ago by [email protected] to c/[email protected]

I'm trying to move my org into a more gitops workflow. I was thinking a good way to do promotions between environments would be to auto sync based on PR label.

Thinking about it though, because you can apply the same label multiple times to different PRs, I can see situations where there would be conflicts. Like a PR is labeled "qa" so that its promoted to the qa env, automated testing is started, a different change is ready, the PR is labeled "qa", and it would sync overwriting the currently deployed version in qa. I obviously don't want this.

Is there a way to enforce only single instances of a label on a PR across a repository? Or maybe there is some kind a queue system out there that I'm not aware of?

I'm using github, argocd, and circleci.

view more: next ›

thelastknowngod

joined 1 year ago