This. A scrum master’s job should be first and foremost making sure that the dev team has what it needs to get real actual work done. Ideally, the scrum master should be face tanking status/ update meeting, coordinating with outside entities, and ensuring that as few distractions make it to the team as possible.
- 0 posts
- 12 comments
- 5 months
- AliasVortex@lemmy.worldto
Selfhosted@lemmy.world•GPU prices are coming to earth just as RAM costs shoot into the stratosphere - Ars TechnicaEnglish
7 monthsGamers Nexus did a piece on this, but short of a crash or bubble pop, it’s not expected to recover any time soon.
- AliasVortex@lemmy.worldto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?English
7 monthsSonarqube is a kind of like an automated code quality checker that works for a bunch of programming languages. It’s pretty configurable (though I’ve never configured it myself), so it can be set up to check a code base for a wide range of things.
There’s a couple of different ways to run it, in my experience bigger companies usually have a dedicated server on their internal networks that connects to their CI/CD pipelines so that code gets checked before it gets merged in.
On a smaller scale, it’s also possible to run locally (either on metal or inside a docker container). From there you’d install a plugin to your IDE of choice.
More info:
- 11 months
That sounds pretty similar to how I have my network setup:
- PiHole has conditional forwarding configured (
true,192.168.0.0/24,192.168.1.1,lannote:.lanis optional here, I uss it for my internal TLD) to get device names from router - PiHole uses Unifi as the upstream DNS and DHCP
- Unifi uses cloudflare as the upstream DNS
- Unifi hands out the PiHole as the DNS via DHCP config
That way I get stats in all the places and can use Unifi for DHCP.
- PiHole has conditional forwarding configured (
- AliasVortex@lemmy.worldto
Selfhosted@lemmy.world•Let’s Encrypt Begins Supporting IP Address CertificatesEnglish
1 yearThat’s kind of awesome! I have a bunch of home lab stuff, but have been putting off buying a domain (I was a broke college student when I started my lab and half the point was avoiding recurring costs- plus I already run the DNS, as far as the WAN is concerned, I have whatever domain I want). My loose plan was to stand up a certificate authority and push the root public key out with active directory, but being able to certify things against Let’s Encrypt might make things significantly easier.
- AliasVortex@lemmy.worldto
Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English
1 yearI wanted to echo this by saying that my lab stated as 4 bay Qnap NAS and evolved into repurposed consumer hardware as my interests and needs changed. My current server is an Optiplex that I bought for being small, quiet, and hanging lots of cores and my NAS is just my old gaming PC build with an HBA card (for extra SATA lanes) stuffed into a fancy case. A server is any computer that you say is a server (ideally one with functional network connectivity).
- AliasVortex@lemmy.worldto
Reddit@lemmy.world•Lemmy advocate on reddit masks lemmys name to avoid post being removed [3/13/2025]English
1 yearBoost’s ads are mostly there to support the developer, but a one time purchase ($5 irrc) absolutely makes them go away.
- AliasVortex@lemmy.worldto
Selfhosted@lemmy.world•Best easy to use e-commerce front end with no javascript?English
2 yearsUhh, I may not be the sharpest software developer in the shed, but I’m not sure I understand what you’re asking for here. By the sound of it, you’re looking to build and deploy an entire e-commerce website without any JavaScript at all, correct? Which makes me more than a little curious about what you’re expecting to use instead.
Inners amirte?
- 2 years
Agreed! I had a math professor once say that epiphanies usually happen in one of the three B’s: Bed, Bathroom, and Bus. There really is something magical about stepping away to let your brain chew on a problem.



That’s the direction I’m moving my lab in. Plus a bit of supplemental markdown to keep track of which guides I’m referencing (and which parts can be ignored because I baked it into the terrafom). It’s really nice to know that as long as I tweak the terraform for changes, I don’t have to worry about forgetting what I changed.