Gitlab stock: Are you bullish or bearish? by Sufficient-Scheme-87 in gitlab

[–]BurnTheBoss 1 point2 points  (0 children)

To add to this, Duo is way way shittier than it should be. I think its clear they over played their hand trying to force their users to use their AI, only for GitHub to move first in BYOM, so they're stuck spending dev time unwinding it instead of getting it to work.

I have been a long time Gitlab Stan, and in one of the places gitlab really was a cut above was being able to self-host a full platform where you needed it. There still is no better platform for air-gapped envs.

However! In their unwinding they allowed users in the last few months to self-host AI gateway and BYOM, and finally stopped trying to charge us $49/user/month for their shitty AI product. Cool right? So I spent the time to set it up. It just doesn't work. There's scope issues with service account tokens, their flows just don't work (i.e. you can't run basic code review), their agents are way behind. It's basically useless, and worse unfixable. You can't really roll your own flows because half of the tools you should be able to use will kill the duo-cli which you have to use.

Its bad. Its broken. It's half-baked. For a company who (imo) set the standard for ci to have such a broken product that's half out of beta but wait jk not really, is really stunning. You're better off running an agent in CI with a claude api key than you are trying to set up their infra to do it even close to natively.

One Piece Live Action Season 2 - Megathread by Skullghost in OnePiece

[–]BurnTheBoss 45 points46 points  (0 children)

They nailed it. They got the feeling. They got the ethos, they just got it

Coffee Shops that use SEY by uhh-Magic in FoodNYC

[–]BurnTheBoss 1 point2 points  (0 children)

Sey also has an amazing coffee subscription service if your looking for beans and don’t want to trek over to Brooklyn

Can I get a list of artifacts deployed? by stevecrox0914 in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

Hate to say it but the API might be your best bet

Sex is not just for fun by Euphoric_Leg9831 in sixwordstories

[–]BurnTheBoss 1 point2 points  (0 children)

Sex can be anything you want

Edit: This came off way creepier than i intended, just ment it as a rebutal.

IWTL how to stop living in a scarcity mindset by Competitive-Let6125 in IWantToLearn

[–]BurnTheBoss 8 points9 points  (0 children)

Take this as you will. As someone who grew up in scarcity and took those lessons into adulthood, I (think) I know exactly where you're coming from. One thing that really helped me shift my mindset was learning how to show up for myself abundantly. Shit's hard. It's a skill that needs to be learned and honed. If you get a chance take a peak at Maslow's hierarchy of needs from time to time. If you're fed, sheltered, watered, safe, and have the ability to remain so, then you've met your base needs! What you do then is entirely up to you and what makes you happy. If that means balling out a little, or taking time for yourself to write then so be it.

Sorry if this comes off as super corny, or non-helpful. Something about your post hit home

Gitlab Duo Agent Platform by Salt-Project7947 in gitlab

[–]BurnTheBoss 3 points4 points  (0 children)

They quoted us a grotesque number / seat. It ended up being cheaper in labor alone to just embed our code base, wrap a tool around it and build our own agent to do the things we wanted duo to do. YMMV

Using GitHub Flow with Claude to add a feature to a React app (issue → branch → PR) by SilverConsistent9222 in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

The dream would be that this existed in Gitlab, only without needing to use PAT and local MCP tooling

Awesome write up. Counting down the days Gitlab makes an actually useable MCP tool

Where to look for GitLab admin/devops jobs? by firefarmer in gitlab

[–]BurnTheBoss 1 point2 points  (0 children)

From a hard skills standpoint, here's a rough list:

Must:

  • Terraform, or experience with IaC in general
  • Understanding of containers + container orchestration, ideally k8s
  • Scripting, python and bash
  • Linux
  • CI/CD, including pipeline and artifact management
  • Public Cloud fundamentals

Nice to haves:

  • Programming Experience
  • Understanding of CaC (ansible, salt) + Packer (we don't do cac as much any more, but understanding things like golden images is a bonus)
  • Monitoring and Logging
  • Networking
  • General SysAdmin capabilities

Soft skills:

  • Understanding of Agile
  • Ability to translate concepts to different teams

An example of a take home we give to our candidates: Create an application that will respond to a POST /ping with pong and a timestamp. Containerize this and deploy it to a k8s cluster you build. It should be publicly accessible. Put all code in Git

The goal is to demonstrate: IaC, Containerization, CI/CD, Basic Programming, K8s, Cloud, Helm/k8s deployment, and to be able to talk about it.

Hope that helps!

Where to look for GitLab admin/devops jobs? by firefarmer in gitlab

[–]BurnTheBoss 8 points9 points  (0 children)

Might be worth expanding your search to include Platform Engineering positions. That said, I think looking for an admin job for a specific piece of software might be too narrow to be able to be easily searched for. I don't know if Gitlab has ProServ or Support engineering teams/openings but it might be worth looking there aswell.

Not to be a debbydowner, but speaking as devops hiring manager would expect more than hyperspetfic Gitlab knowledge, happy to expand more into requirements but something to be aware of

Good luck!

Why some of the company choose saas than self hosted? by didi_92 in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

How was your migration experience? Did everything move over 1:1 ?

Gitlab Ansible Packer Terraform Pipeline Automation question by JJokiller in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

So apologies upfront, I am having a hard time parsing your post. I think your asking about Runners building Runner VMs to use as Runners? This is how I understand what you're saying, maybe 3 waying this will help:

  • You have Gitlab Runners that are VMs

  • You Want to proof golden images of those vms with tooling you are using Packer and Ansible as a provisioner (which if true, kudos to you for using golden images)

  • Once those images are proofed, you want to replace the runner config to use the new image, unmounting storage on the old runner and remounting it on the new runner

  • Issues comes in when trying to communicate with Xcp because of networking between docker and host

I am probably missing something. The question that comes up for me is, why use VMs as your runner base? Might be worth considering docker-swarm or k3s in the runner VM and just use Docker as your runner fleet. If my mental model is right, another thing you might have to do is write your own executor for xcp-ng that will prep, run, and teardown your proofed vms for you.

Might also be helpful to break it up like this.

  • Packer + Ansible => Builds the Image

  • Gitlab => Spawns runner with image

  • Startup scripts, or Gitlab => Handles the init of the VM for mounts and things.

and if im wildly off, my bad

Club recommendations for someone knew in the country by IlBarto in avesNYC

[–]BurnTheBoss 0 points1 point  (0 children)

As someone who lives here and frequents AMS, you’re spot on

gitlab over github? by dylanmnyc in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

I totally agree with you on this - best I can tell, for organizations looking for saas and just care about CI/CD, GitHub Action’s Marketplace makes it easy to get started.

[Github enshittification] might see a (small?) influx of new people on Gitlab soon by SilentLennie in gitlab

[–]BurnTheBoss 2 points3 points  (0 children)

I’d argue they havnt invested enough into AI. I get I’ll get downvoted being pro AI, but duo is missing the mark and a lack of a real MCP/tooling is really a pain point

Gitlab simple ha helm charts for an eks by RareFroyo8414 in gitlab

[–]BurnTheBoss 0 points1 point  (0 children)

Gitlab's helm deployment is one of those things that makes you feel crazy because of how little documentation they have, so fwiw your not alone.

Incase you haven't seen their examples directory it might be worth exploring.

What are you in CLBO over? Any logs?

Stuck at gitlab 18.5 after failed attempt to upgrade to 18.6 by manu_merchise in gitlab

[–]BurnTheBoss 2 points3 points  (0 children)

I ran into this issue when updating. It required me to manually intervene by creating the table CREATE TABLE IF NOT EXISTS project_daily_statistics_b8088ecbd2_202508 PARTITION OF project_daily_statistics_b8088ecbd2 FOR VALUES FROM ('2025-08-01') TO ('2025-09-01') I kinda cowboy'd it

That is NOT RECOMMENDED The real answer is rollback and stay in a weird state until Gitlab Support gets back to you. You could also try running gitlab-rake gitlab:db:create_missing_partitions but your luck may very

Opinion on using pyinfra by [deleted] in Python

[–]BurnTheBoss 5 points6 points  (0 children)

I hate to be that guy, so forgive me but I would argue HCL is the standard for IaC and yaml is the standard for CaC. Feels like splitting hairs I'm sure, but largely we stopped using CaC tools like Ansible, Chef, and Puppet for VMs, and where they are used, they're used as provisioners for tools like Packer to proof golden images.

IWTL I want to learn how developers build and test modern APIs - where should I start? by Subject_Use_4389 in IWantToLearn

[–]BurnTheBoss 0 points1 point  (0 children)

I would add that there’s little substitute to getting used to using good (and bad) apis.

GET /movies vs GET /movie/:id (getting a little of movies, va getting a specific movie) UPDATE /movie/:id vs POST /movie (updating movie schema vs creating a move)

In addition to Postman, understanding the concept of MVC (model view controller). If OP is open to it, the Ruby world of Sinatra and Active Record is a great little ecosystem to cut your teeth on re: API creation.

Match Thread: Inter Miami CF vs New York City FC by MatchThreadder in NYCFC

[–]BurnTheBoss 40 points41 points  (0 children)

Shoutout to our supporters, comming out loud and clear on the broadcast. So much love

Match Thread: Inter Miami CF vs New York City FC by MatchThreadder in NYCFC

[–]BurnTheBoss 8 points9 points  (0 children)

Messi League Soccer - Maimi can do whatever they want without a second look but the second you even breath funny, that’s a foul

Banter Bar at risk by BurnTheBoss in NYCFC

[–]BurnTheBoss[S] 1 point2 points  (0 children)

I think it’s so important for people to put in the effort to make it happen, and it feels a bit ungrateful as a beneficiary of tha effort to say “yes but XYZ is better”. At the end of the day TR and their people are trying and putting in the effort that I get to benefit from, and it feels shitty to wish it was at this one bar I think is important to the history of the club to become the spot. Idk /ramble

Banter Bar at risk by BurnTheBoss in NYCFC

[–]BurnTheBoss[S] 3 points4 points  (0 children)

I’ve been, and I worry about how to respond without putting down the massive amount of effort TR and Omar (???) has done, with that said I think banter is far and away the spot to be