[-] ulterno@programming.dev 0 points 7 hours ago

The one paying for it, of course.

[-] ulterno@programming.dev 1 points 8 hours ago

allow you to ssh into the box itself (Gitlab/Circleci)

In that case, things just get way easier. I can just check it out like a normal system.

[-] ulterno@programming.dev 2 points 17 hours ago

This is one condition in which I might like the "If it runs, you get marks" examiners

[-] ulterno@programming.dev 0 points 18 hours ago

PreFix notation for mathematical operations. Hehe.
Interesting for me, but I'd rather not give this to someone who us more interested in making a plugin and calling it a day.

[-] ulterno@programming.dev 1 points 23 hours ago

Guess GitHub can now claim to have created a lot more jobs.

Next, for me to check out GitLab CI.

And then keep a minimalist git serving solution for my own use.

[-] ulterno@programming.dev 1 points 23 hours ago

Thanks, I'll look into that.
While trying this time (as you can see in one of the commits), I added workflow_dispatch at the wrong place, causing a problem. Later realised that it is part of the on

[-] ulterno@programming.dev 4 points 23 hours ago

I just used Google to search "zangoose github" and one of your github.io sites popped up.
That's how I found your github.

[-] ulterno@programming.dev 2 points 1 day ago

Oh, how many times have I wished for a pointer to just null itself.
This one, depending upon how it gets implemented, should be a really good one.

[-] ulterno@programming.dev 2 points 1 day ago* (last edited 1 day ago)

Imagine if there was a hack so bad that it caused everyone to become unable to develop in C and C++.

Well, there is one that will imply you can only develop using anything that you have bootstrapped yourself, using hardware that you have designed and manufactured yourself, using tools that you have designed and manufactured yourself, using tools that you have designed and manufactured yourself ...

... with your own bare hands.

[-] ulterno@programming.dev 2 points 1 day ago

Well, it does have triggers for other branches:

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

So, most probably would have a way to run it on other branches.

[-] ulterno@programming.dev 2 points 1 day ago

In my last workplace, I was responsible for making whatever automation I wanted (others just did everything manually) and I just appended a bunch of bash scripts to the Qt Creator Build and Run commands. It easily worked pretty well.
I guess the fancy systems are again, just to add another layer of abstraction, when everything is running on their containers instead of ours.

[-] ulterno@programming.dev 13 points 1 day ago

In those cases, I just use amend.

It's a new website afterall, nobody is pulling that.

258
submitted 1 day ago* (last edited 1 day ago) by ulterno@programming.dev to c/programmer_humor@programming.dev

Until he actually had to use it.

Took 2 hours of reading through examples just to deploy the site.
Turns out, it is hard to do even just the bash stuff when you can't see the container.

view more: next ›

ulterno

joined 2 days ago