[-] glad_cat 77 points 1 year ago

The same company that was modifying the content of the pages as an opt-out feature deeply hidden in the setting? (e.g. bitcoin stuff on every Reddit link)

2
submitted 1 year ago by glad_cat to c/colemak@wayfarershaven.eu

Obvious link but maybe not everyone knows about it. I used Keybr for 2 weeks, but was frustrated by the lack of improvement and the fake words. I now use Monkeytype and it's great. You can type real quotes, and it has Colemak emulation if you haven't installed the layout yet.

I can only type 25 WPM so far but I seldom hit the wrong keys and I try to use it at work as much as I can. It's really better than QWERTY so far.

[-] glad_cat 106 points 1 year ago

At-will employment makes no sense to me. You go to work every day knowing you could be fired without any possibility of taking the time to find another job. It would drive me crazy.

[-] glad_cat 66 points 1 year ago

I thank Musk every day for reminding me that money brings neither happiness nor intelligence. He should buy a psychiatrist as soon as possible.

[-] glad_cat 81 points 1 year ago

After mods, bans, and shadow bans, we have shadow mods. We should have expected it.

[-] glad_cat 69 points 1 year ago
1
submitted 1 year ago by glad_cat to c/Buttcoin@kbin.social

Funny quote from Bruce Schneier:

I can’t understand why anyone thinks these technologies are a good idea.

[-] glad_cat 66 points 1 year ago

verbal consent

That’s a big mistake. He got $12k for free and will find people who will pay a higher rent.

16
submitted 1 year ago by glad_cat to c/giscardpunk@jlai.lu

Citroën BX : la seule voiture qui pouvait passer les dos d'ânes à 100 km/h sans broncher.

11
submitted 1 year ago by glad_cat to c/giscardpunk@jlai.lu

Un ancien prof de fac me disait que les banques utilisaient le minitel pour faire certains calculs en local car ça coûtait moins cher qu'un serveur dans certains cas. Ce truc pouvait tout faire.

Et j'en profite pour faire la promo d'un groupe Nantais que je viens de découvrir : Minitel Rose qui fait de super chansons comme https://www.youtube.com/watch?v=GwP2zjnF1Ww (2010 quand même, c'est presque retro).

[-] glad_cat 131 points 1 year ago

I've never experienced any slowness with Firefox, so I don't know what people are talking about. But Chrome is still the default browser on Android and I guess it's the major reason why people are installing Chrome on their computer.

465
submitted 1 year ago* (last edited 1 year ago) by glad_cat to c/maliciouscompliance@lemmy.world

It's a 3 months long malicious compliance but it was the first time I didn't cave in front of a bullying team of managers:

My last job became very toxic with managers insulting employees and telling me to do stuff that was neither ethical nor legal. It was not a matter of life and death, but I could have been sued for trying to destroy the company if I had followed their orders. For a lot of reasons, I decided to give my resignation letter and, since I'm in France, I had to work 3 additional months for them while they were finding someone to replace me.

I also asked for some WFH since I could do everything remotely but they forbid it to get some revenge. They told me that WFH was not a part of my contract, and that's when I read my contract again with some interesting details...

  • My job was well specified in the contract.
  • I was salaried (and not "hourly") which means that I didn't have specific hours to work.

Since I changed my position in the company without changing the contract (and without a raise), I was free to do almost nothing or at least refuse what they asked. They couldn't fire me because they were waiting for a savior that never came. And without specific hours, I worked from 10 AM to 11 AM in the morning, and from 3 PM to 4 PM in the afternoon after a well deserved lunch break. I sat on a chair doing nothing for 2 hours every day. I was still fixing non-responsive servers because the other employees were not guilty, but nothing more. No one was happy but they shut up because they were freaking out while trying to find a replacement who came during the last week I was there.

My manager told me to train the new guy but, once again, it was not in my contract, and this guy knew nothing about what the job was (even if I had dutifully documented absolutely everything). For example, he was a junior who only dabbled with Windows servers, and we only used Linux servers. They were fucked and they knew it.

On the last day, I went home without saying goodbye. Some employees wondered where I left since I helped them a lot. I saw my old manager a month later, and I thanked him my for the massive raise that I got at my new job. It felt good to tell him that I now earned more than him.

Thanks for reading my rant!

7
submitted 1 year ago by glad_cat to c/antitaff@jlai.lu

J'ai trouvé ce poste sur reddit mais je ne vais pas créer de compte temporaire pour leur répondre, alors je me demandais ce qu'on pouvait trouver comme réponses ici.

[-] glad_cat 115 points 1 year ago

The first step is "Fuck the government!" The second step is always "Help me, Obi Wan Government, you're my only hope!"

[-] glad_cat 88 points 1 year ago
  • Me: Ctrl+S, please save this file
  • Windows: Do you want to save it on SharepointOnedriveCloudthing?
  • Me: Put it in the local Downloads folder FFS
  • Windows: OMG it's too hard!
[-] glad_cat 106 points 1 year ago

The guy is scanning eyeballs for a living, I don't believe he has any respect for a small text file in your web server.

6
submitted 1 year ago by glad_cat to c/productivity@lemmy.ml

I found this a year ago and it's IMHO a very good system to organize projects (software projects for me). I don't expect everyone to follow those rules, but it helped me a lot when I needed some organization.

[-] glad_cat 59 points 1 year ago* (last edited 1 year ago)

Yes, it's common. No, it shouldn't be tolerated. Your boss/tech lead/whatever should be involved. Here is what should be done ideally:

  • not following best practices: you MUST implement merge requests (GitLab, GitHub, etc.) and his code shouldn't be approved which means that his code won't ever be merged in a shitty state. Force 1 or 2 approvals for each MR, and it should not be possible to merge an MR if it has open comments. The boss should ask every day "why is your code not merged yet?" and he'll have to explain why people don't approve his shitty code.
  • shitty unit-tests: same thing, the boss should show him how to do this, and the MR shouldn't be approved.
  • breaking unit-tests: it's the job of the CI to literally block MRs that break unit-tests (whether it's code coverage or unit-tests).
  • leaves me to fix it during PR approval: NO, it's HIS merge request, not yours.

To sum it up: devs must not approve his MRs, the CI must block MRs that break tests.

19
submitted 1 year ago by glad_cat to c/programming@programming.dev

I found this on Hacker News, and it seems to be an old project that no one was talking about which is a shame because it could interesting.

Pikchr was written in plain C by the developers of SQLite. It generates SVG from a simple language. It is lower-level than PlantUML and Mermaid, but it seems to have no dependency.

The user manual has more examples about this tool.

I'll definitely try to use in future projects where some visual documentation is needed.

18
submitted 1 year ago by glad_cat to c/programming@programming.dev

I found this link on Hacker News, and it seems to be a transpiler to generate SQL from a new language.

It's been a long time since I have written SQL, but I'm sure this could be interesting since SQL can be infuriating for most developers I've worked with.

5
submitted 1 year ago by glad_cat to c/antitaff@jlai.lu

Je change encore d'entreprise à cause d'un manager qui pète un cable, alors je vais râler un coup sur le comportement d'une entreprise envers ses employés.

Quand une équipe est en retard sur les projets :

  • Il y a des deadlines à respecter.
  • Vous êtes tous mauvais.
  • On va en virer un pour montrer l'exemple et leur faire peur.
  • On insulte les gens, ils vont accélérer.
  • On va vous rajouter des projets, ça vous apprendra.

Quand une entreprise a du retard pour payer le solde de tout compte :

  • Désolé le comptable est en vacances.
  • Oh c'est pas si grave un retard d'une semaine, c'est habituel.
  • Oups on avait oublié (émoji coeur rose pour se faire pardonner).
  • Ce n'est pas comme si vous aviez besoin de cet argent tout de suite ?
  • Signez d'abord le reçu, on enverra l'argent après (illégal d'ailleurs puisqu'on n'a rien à signer mais c'est un autre sujet).

J'en ai marre.

[-] glad_cat 66 points 1 year ago* (last edited 1 year ago)

Bitwarden because it's open-source and cheap. 1password is more expensive, and LastPass is dead. Some people say that you should store your recovery codes in another manager like KeePassXC to enhance the security.

3
submitted 1 year ago* (last edited 1 year ago) by glad_cat to c/cpp@programming.dev

Sorry for writing this shitty guide but it's an issue that doesn't seem to be answered on the internet, and I really needed a recent version of clang++ on macOS for a new job. Feel free to make fun of me if there is an easier way to do it.

  1. Install Nix (usually used for reproducible builds but you can use it too for virtual environments): https://nixos.org/download.html#nix-install-macos

  2. Create a file called shell.nix at the root of your project, and put the following code inside:

{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs.buildPackages; [ llvmPackages_16.clangUseLLVM ];
}
  1. Run nix-shell

  2. Check that you have the good version with the command clang++ -v

It's not a perfect solution, but it's mostly automated, you'll be able learn various topics of C++20 with this, and the stupid "clang 11" from Apple is not hijacking the latest version anymore.

view more: next ›

glad_cat

joined 1 year ago
MODERATOR OF