Skip Navigation

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/)RU
Posts
3
Comments
390
Joined
2 yr. ago

  • I think they are referring to crates vs binaries vs cargo binaries.

    Crates are your libraries, not meant to be standalone, binaries are your .exe, cargo binaries are meant to be compiled by cargo on your machine and run through cargo, ex: cargo sqlx

    They might also refer test binaries and example binaries which are two executables that only compile the tesrs and the examples to make sure they work, but apart from that idk

  • Don't put a fast charger for overnight charge. It degrades the battery. I got my charger hooked up to my server's usb port and it's able to charge a 10000mha battery overnight at nearly 100% from low percents.

  • It's mostly that Librewolf is a bit like incognito mode by default and it may be confusing for new users.

    If you really want to go power mode you can create multiple profiles with different cookie policies. Great to organise yourself and keep cookies where they belong

  • Either you go the firefox account way (librewolf has it turned off by default but you can turn it back up)

    Or you go the manual way. Go to your about:profiles, open both directory for your profile data, and the folders in the corresponding librewolf folder (that you can check by going in about:profiles on librewolf).

  • Here's two tips:

    • Shield icon to disable protection for the site if it break
    • Icon to the right to enable cookie preservation for the site.

    This is the essential thing to learn for librewolf. The settings are quite aggressive so you may need to disable the protection. And for websites you want to stay logged in, it's opt-in.

  • Sadly sqlx seems to have gone semi-proprietary with their MSQL driver. Personally never understood the appeal of mssql when there's Postgres and SQLite, but hey, it does work.

    I've started using welds as my new ORM of choice as SeaORM and Diesel is just not a friendly experience, and supports Mssql OOB. So it's nice there's still options for it.