HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hervem

no profile record

comments

hervem
·w zeszłym roku·discuss
I don't get the `SCIM doesn’t really have anything to do with data retention.`; if SCIM store data to sync between diff. integration / backend / ERPs / tools it is possibly impacted by data protection law like GDPR and co.
hervem
·w zeszłym roku·discuss
50 pages, a book? By all fairness, we don't have the same definition of book. Maybe notes, story, anthology, novelette?
hervem
·2 lata temu·discuss
I believe that Eng. Manager and HR are mostly at fault for it, confusing seniority and familiarity as creating and giving higher title to keep people without doing the requirement part of the job: accessing the title, drawing a ladder linked to a skills matrix.
hervem
·2 lata temu·discuss
And then one authors of the book state: "if you know nothing about Scrum, implement everything as in the book, otherwise adapt to the situation and the team. If not you will surely fail [...]"

But being "Scrum.org certified PSM", how do you see your colleague from scrumalliance.org?
hervem
·2 lata temu·discuss
They surely tried to release the "V3-beta not beta"... Or the 2.9 which is a pre V3-beta xD
hervem
·2 lata temu·discuss
Like digitalization? Like Solar Panel building (in 2022 like 80% where imported)? Or like in the past about credit cards? ("we don't want plastic money" moment)

> Like renewable energy? 1st quarter 2024: 58,4% electricity from renewable energy. Up from 48.5% last year.

Generation, not consumption* (but still great!!)
hervem
·2 lata temu·discuss
> I call this approach the "API database architecture"

Why people can't search for an existing term before creating a new one, it just add confusion into bucket which already contains "DB as API", "DB over API", "DB 2 API", "DB 2 REST", "DB low-code API"
hervem
·2 lata temu·discuss
It's more lack of "second thoughts" skills and possibly lack of State of Art and Decision Records; it is impossible to learn from failure if no trace exist or no one knows who did the decision.
hervem
·2 lata temu·discuss
How did you upgrade it? As I know there is a blocker bug which isn't fixed yet.
hervem
·2 lata temu·discuss
I directly thought about G-Core :/
hervem
·2 lata temu·discuss
Except that Viet. gov. isn't really good at putting directive..

During Covid, Vietnam had ~20 official applications to track vaccination and half of them could give travel/move certificate. And to not stop, every city & district did manage differently "inventory" from application, google form, excel over Dropbox to hand managed paper.

To finish, I don't even imaging how it could end; IT security speaking.
hervem
·2 lata temu·discuss
I read effort and versioning, got some PTSD from Scrum remembering how team (max out to 6 p.) never succeed to have an effort scale.
hervem
·2 lata temu·discuss
Or just like MPL too :-)
hervem
·2 lata temu·discuss
Not even sure AI could help about it, those software might run over system where the documentation never got out from physical paper support, maybe even hand notes.

Talking Win 3.1, it means using Quick C / MFC 1.0 and co. that I image no today AI would learn as deprecated.
hervem
·2 lata temu·discuss
Not even sure it is possible: Visual C++ for Win95 can't target Win3.1 (as I remember) meaning just building will be something.. Talking about CI/CD software working on this target kinda sum-up to 0.

I am already surprised that a company still support this target knowing that most dev tools for this platform are more found over enthusiast website rather than Microsoft itself. And having hardware for making these tools running too!
hervem
·2 lata temu·discuss
GraphQL got out just some years after BFF introduction, but even today BFF works nice while having a monolithic after that it brings a lot of hell / problems..

In distributed cases, BFF makes it a lot harder: aggregation or federation of API which are far way more complex subjects. (how to works with teams, who define data constrains, how to ensure data constrains are followed, etc.)
hervem
·3 lata temu·discuss
And AppStore distributed application which are by default isolated, removing some feature too. (custom shortcut for example).
hervem
·3 lata temu·discuss
What about working over a way to build a dev. env. correctly? ansible, container, dev-container..

Git shouldn't be used for backing all dependencies, tooling, and OS.. And while we are at it, do we track git itself in the "toolchain"?
hervem
·3 lata temu·discuss
The authors speak about how hard it is nowadays to provide a CI extension to the major platform including GitHub, Azure DevOps and Gitlab. (and others)

Wanting to run locally a developed extension is totally legit as some can be really tricky and depends on the behavior of [runner & OS].
hervem
·3 lata temu·discuss
> GitHub Actions is based on Visual Studio Team Foundation Server's CI, and later Azure DevOps

Yes and no, ADO Agent (https://github.com/microsoft/azure-pipelines-agent) is far more secretive and "black-box" alike. Like stuck in old version of NodeJS, Powershell, API without documentation or even enough tests/samples...