0 Followers
0 Following
1 Posts
The original EverQuest theme song was mine. Captured the epic wide-eyed wonder of going on an adventure perfectly.
Theme of Everquest - YouTube Music

Provided to YouTube by CDBaby Theme of Everquest · Daybreak Audio Team Everquest (Original Soundtrack) ℗ 2019 Daybreak Game Company LLC Released on: 2019...

YouTube Music

Thinking in Systems: A Sociotechnical Approach to DevOps

https://lemmy.world/post/8999138

Thinking in Systems: A Sociotechnical Approach to DevOps - Lemmy.World

I’m the author. With 5 years experience as a DevOps Engineer then Lead, I’ve wanted, for a very long time, to distill my critique and pave a way toward a healthier practice of DevOps. Before anyone jumps to tell me how DevOps Engineer is a misnomer, I address this in the article. I wrote this piece because DevOps has all too often been misunderstood as a practice. Here I attempt to examine successful DevOps practice as a sociotechnical solution that weds culture and tools (the DevOps most are familiar with) with radical agency and visibility. I reference some stupendous thinkers in this space, like Jabe Bloom and Andrew Clay Shafer who were the first to argue for a sociotechnical approach to our work as IT professionals.

I run Guix System on my personal laptop and Project Bluefin on my work machine.

Guix is even easier to get started with thanks to the Guix Packager , a web UI for writing Guix package definitions.

Project Bluefin auto-updates thanks to its use of container images deliver system updates. It’s also just a great platform to get started writing containerized apps, since it ships with rootless Podman by default and you can easily add new developer tools using just commands.

Write package definitions in a breeze — 2023 — Blog — GNU Guix

Blog posts about GNU Guix.

The Intel discrete cards are fantastic value for money. There’s plenty of folks on the internet who can attest to this. Intel’s support story in general (so not just graphics cards) on Linux has been nothing less than sterling. If you’re using any Linux kernel you can expect Intel stuff to just work. It’s been this way for at least a decade.
WebOS powers TVs now and, from the article, Amazon intends this replacement to cover their Fire tablet line. WebOS ticks all their boxes, especially since apps in Amazon’s new flavor are intended to be delivered as React Native web apps.
I’m devastated they didn’t choose to pick up webOS for this.
If you’re looking for the GitLab version of Codeberg’s hosted Forgejo Git forge, there’s Framagit hosted by Framasoft.
Explore projects · GitLab

Framagit

GitLab
This sounds like something your end as I get cached builds every time, rootlessly even. Podman also supports cache mounts.
I try to write about it as much as I can here! There’s also lemmy.world/c/[email protected]
Guix - Lemmy.World

Guix is an advanced distribution of the GNU operating system developed by the GNU Project

For something simple that just needs a bind mount like

services: app: build: context: . target: base volumes: - ./debaser_studio:/opt/app-root/src/debaser_studio/debaser_studio ports: - "3000:3000" - "8000:8000" user: default

I haven’t found any issues. Do you have more complex needs?