BatmanAoD

joined 2 years ago
[–] BatmanAoD@programming.dev 2 points 5 months ago

Both GitHub Actions and GitLab CI let you specify filepath rules for triggering jobs.

[–] BatmanAoD@programming.dev 1 points 5 months ago

Definitely not gonna defend Microsoft's naming, let alone their versioning!

[–] BatmanAoD@programming.dev 0 points 5 months ago* (last edited 5 months ago)

I used it briefly when it first came out; otherwise no, my employers have used Slack.

[–] BatmanAoD@programming.dev 4 points 5 months ago (1 children)

Apparently the JS name was selected and announced in partnership with Sun from the very beginning, and Sun had the copyright over both Java and JapaScript up until the acquisition by Oracle. I had no idea, but that makes perfect sense.

[–] BatmanAoD@programming.dev 3 points 5 months ago

Bugs around read-notifications are pretty bad. Slack still has those, but they're infrequent and transient, and often solvable with a hard-refresh.

[–] BatmanAoD@programming.dev 13 points 5 months ago* (last edited 5 months ago) (22 children)

I've never understood the hatred for Teams. I don't particularly like Slack, and Teams (from my limited experience using it) doesn't seem that much worse.

[–] BatmanAoD@programming.dev 1 points 5 months ago* (last edited 5 months ago) (3 children)

Oracle? Oracle owns Java, not JavaScript.

Edit: mea culpa! Sun owned both!

[–] BatmanAoD@programming.dev 1 points 5 months ago

I'm not even saying that Google's data collection is innocuous. I'm just saying that this post is incorrect in its claim that Google is letting Gemini access your apps even if you try to turn that access off. Just because Google does some nefarious things doesn't mean you can't think critically about actual specific actions they take.

[–] BatmanAoD@programming.dev 1 points 5 months ago

Oh, that makes much more sense; thanks.

[–] BatmanAoD@programming.dev 5 points 5 months ago (1 children)

I think the point of the question is what a hypothetical ideal language for CI/CD pipelines would look like.

[–] BatmanAoD@programming.dev 2 points 5 months ago* (last edited 5 months ago) (2 children)

The post doesn't say "imperative", it just differentiates between defining pipeline steps and defining the logic within a step.

...also, TCL? I haven't used it for ops, but my memory of tcl/tk is extremely negative.

...also also: a core part of a build, CI, or, CD pipeline is almost always invoking binaries to run a command. That's why shell scripts are so ubiquitous in pipeline-logic: invoking binaries is what they're for. And it's very difficult to do that a declarative way: Make comes close, but it's difficult to track any side-effects that aren't "update these files", and a huge amount of CI/CD is no longer just "update a file".

view more: ‹ prev next ›