Spyke

Replies

Comment on

is it just me or GitHub is turning into some sort of LinkedIn

Reply in thread

For example I think GitLabs CI is the worst on the market but if you integrate another CI you don't have a means to feedback information into Gitlab.

You can do almost everything with the Gitlab API so I'm curious what issue you had.
I'm also not sure why "Gitlab CI is the worst on the market"? I really like in particular that I can have my own gitlab-runner on any machine.

random

Comment on

Since we are seeing a lot more porn post I think it's clear Kbin is here to stay.

Reply in thread

Between this and the requirement for email address at registration I find the lack of privacy on kbin/fediverse a bit curious. I don't see why such a feature brings value, but at the same time I guess it's more for a technical reason. The list of users who upvoted need to be saved anyway and as it's decentralized anyway anyone can read it. Just wished it was hashed instead, or replaced by some digital signature.

Comment on

Explaining the Fediverse as a Redditor

Reply in thread

Not sure what you mean. Sure you can buy any domain and put it behind. But ultimately you are much easier to doxx. Between whois, server IP etc. Then there is the issue of the security on that server too, but that's another story. What would be better is to have a way to put this behind TOR/I2p, that would make things a bit better.
On a centralized website the issue is less present as only the admins of the server can see the details about you, ip etc (maybe mods can too on reddit, not sure), here everyone can see everything, it's a lot more invasive imho. Everytime you upvote/downvote something, your account handle is saved on the post as upvoter/downvoter. This is very juicy data to build profiles and analytics on people.

world

Comment on

"Tipflation" may be causing tipping backlash as more digital prompts ask for tips

Reply in thread

Okay, let me rephrase then, it's not that different for the customer. You have to pay for it, it's included in your bill...
OP said we don't have mandatory tips in France. We literally do, they are including in the bill. They are not called tips but service charge, but that's the same thing considering tips are in fact service charge in the US. But yeah sure they don't have to ask for it.

Comment on

is it just me or GitHub is turning into some sort of LinkedIn

Reply in thread

All of what you said seems completely doable to me.

Primarily I want it to comment/annotate changes so peer review focusses on logic and warnings are clear.

You can. See https://docs.gitlab.com/ee/ci/variables/predefined_variables.html

CI_PIPELINE_SOURCE

How the pipeline was triggered. Can be push, web, schedule, api, external, chat, webide, merge_request_event, external_pull_request_event, parent_pipeline, trigger, or pipeline

You have full access to the API and can do whatever you want in the MR too.

I want the ability to specify multiple reusable pipelines, in a central place. This is not possible in cloud.

You can, with CI templates. Templates can be in a completely different repository

Lastly I would like to have multiple potential pipelines in a repository (e.g. smoke test and release).

I do have different pipelines for staging and production in my projects with no issue.

world

Comment on

"Tipflation" may be causing tipping backlash as more digital prompts ask for tips

Reply in thread

I can't say for all of Europe, but at least in France it's simply included in the bill at most restaurants. Around 15%. It's not that different in the end. Just easier to forget about it as the prices on the menu are service included.
For restaurants at least. Not talking about fast foods.

Source:

Les serveurs reçoivent un salaire décent et ne dépendent pas des pourboires, et les cafés et restaurants sont tenus par la loi d'inclure des frais de service (personnel et les couverts pour un montant généralement 15 %) sur la facture depuis 1984

https://fr.m.wikipedia.org/wiki/Pourboire

You reached the end