HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bchanudet

no profile record

comments

bchanudet
·2 anni fa·discuss
Sometime ago I found an alternative "OS" for my DNS-320L called Alt-f [0]. Granted its UI is very old-school but it has worked flawlessly. There has been no release since 2022 but at least it's more recent than the last official firmware (and I assume is not impacted by the vulnerability).

IIRC I didn't even had to format or move the data I had on it before installing.

[0] https://sourceforge.net/projects/alt-f/
bchanudet
·4 anni fa·discuss
Change at Lyon instead, it's way easier as it's all in the same trainstation.
bchanudet
·4 anni fa·discuss
I may be wrong, but I think there is also a cultural difference: everything here revolves around your gross income.

You'll hear "I win 100k a year", not "I win 181k a year". During hiring, you negotiate on the 100k number. Your contract mention this number. In the end, if there is a tax raise on the company part, they have to maintain your salary to the same level, even if it ends up costing them more than before.

That'd be also why US salaries seem so high from the outside, but are less impressive once your factor this in.
bchanudet
·4 anni fa·discuss
You are correct for the first number (181k to 100k), but not the second one, as the income tax is calculated by brackets defined in adavance[1]. A single person with no family winning 100k would have to pay 23k, leaving them with 77k. This is more than twice the average in France[2] and nearly thrice the median salary [3].

[1] : https://www.service-public.fr/particuliers/vosdroits/F1419 [2] : https://www.insee.fr/fr/statistiques/serie/010752333 [3] : https://www.insee.fr/fr/statistiques/6436313#titre-bloc-9
bchanudet
·4 anni fa·discuss
We've been using for nearly 10 years in my company, hosting 100+ repositories in it. This is one of the few forges that allow hosting Git, Mercurial, and even SVN repositories within the same web interface. We had a lot of Mercurial repos in the past, but the domination of git for web development made us switch to git. Having all our repos under one software and authentication system is quite nice.

As the administrator I also really appreciate that there is an APT package available, so it is updated with the rest of the OS via unattended-upgrades. They also provide Docker and k8s installations. Except for the v1 to v2 migration 3 or 4 years ago that was a bit chaotic at first, it has been a very solid software.

This is "just" a repository hosting software though. It will not force you to use a specific git flow, there is no PR/MR interface. There are some plugins to enable some workflows, but nothing specific. While not numerous, there are several integrations available, like JIRA or Redmine, even LDAP for authentication.

There are no CI/CD part either. There is a Jenkins plugin though. Or you can also configure webhooks to be called on push events and design your own CI around it.
bchanudet
·4 anni fa·discuss
I'm not sure if it's actually required by law, but usual retailers have been communicating a lot on this in the last year. Most of them display a sticker in their stores, but the score is also prominently shown on their websites[0][1]. I'm really not surprised that a lot of people willing to buy something noticed the repairability score, because it's near impossible to miss it.

[0]: Some examples on two of the biggest appliance/electronics retailers: https://www.boulanger.com/ref/1157777, https://www.darty.com/nav/achat/gros_electromenager/lavage_s...

[1]: One last example on the Orange (mobile services provider) shop: https://boutique.orange.fr/mobile/details/oneplus-9-pro-5g-n...
bchanudet
·4 anni fa·discuss
I think what they suggested is actually the reverse: coworkers becoming friends, not friends becoming coworkers.

It makes sense in a way, when you spend 7+ hours a day with those people, you're bound to find some common interests that could bring you closer. What's hard is maintaining those friendships once they're no longer coworkers, as usually those "common interests" are mostly about the company's.
bchanudet
·6 anni fa·discuss
I think at some point you "forget" what some emoji really mean. I've kept my circle of friends quite small in the last couple decades, and we're all using this emoji for sarcasm. It's akin to private jokes, that crack you and your friends up every time, and then when you try one of those with other people, you're the only one laughing.

My other colleagues were not confused by my usage of the emoji, although they've known me for some time now, and they know that I'm not the type of person to actually roll my eyes while talking to someone, or even look down on them.

At least it was a nice reminder that our ways, customs and habits, no matter how normal they seem to ourselves, can still look crazy from the outside.

But I agree with you, it may have been one of the best sentence to use this emoji with. :)
bchanudet
·6 anni fa·discuss
Emojis can have ambiguity too. My friends and have been using the eye roll emoji to signal we're being sarcastic for about 10 years. The un-animated version of this emoji looks like "I'm not really thinking what I'm saying", especially on Discord/Twitter.

I've recently a colleague who used the tongue out emoji for sarcasm and the eye roll one for, well, eye rolling with disdain in reaction to something.

The first chat discussions were then quite awkward, because when I were to write something like "You should have tested your code before deploying it... :eyeroll:", he was thinking I was openly looking down on him in front of the team.

We had to have a real discussion about it. It made me tone down my use of emojis - and sarcasm. I suppose using animated emojis (they were in MSN I think?), or GIF reactions would have made the things clearer.
bchanudet
·7 anni fa·discuss
IIRC they also allow charging the person - for a "reasonable" amount - for the data retrieval process (which I assume would include the "identity verification" part).

Maybe using the 3-D Secure protocol (especially the second revision) would be enough to unburden yourself for verifying the identity as Mastercard/Visa/American Express supposedly check it for you.

This would work only in some conditions (the data subject should have a card to their name that supports 3-D Secure protocol, and you need to had a complete payment platform to your website/app/whatever) and doesn't solve all the other problems we have (like being sure we are delivering the right information esp. regarding homonyms and so on), but that could be something to investigate.