Skip Navigation
Meanwhile there is a whole generation that doesn't understand this joke
  • No need for gatekeeping the best TV show ever: 37 GB

    magnet:?xt=urn:btih:66A933D365691F59A673B78028F12889864035F5&dn=Married%20with%20Children%20Complete%20Incl%20extras%20DVDRip%20EN-SUB%20x264-St&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bittor.pw%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Fpublic.popcorn-tracker.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.dler.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969%2Fannounce

  • That time I followed my employment contract to the letter

    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!

    14
    Pikchr (an alternative to PlantUML and Mermaid.js)

    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.

    1
    PRQL (Pipelined Relational Query Language)
    prql-lang.org PRQL

    PRQL is a modern language for transforming data

    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.

    8
    Install clang++ 16 on macOS with Nix

    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.

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GL
    glad_cat @lemmy.sdf.org
    Posts 4
    Comments 461
    Moderates