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/)M
Posts
4
Comments
43
Joined
3 yr. ago

  • I don't think so. Our gendarmerie is running a Linux distro since 10ish years, but the National Police is planning to change all the computers for windows 11. They are doing almost the same thing but there is a painful difference in Microsoft's ass licking

  • Saddly, Macron is fucking everyone and helping far right to grow. Also, look for nestlé and Élysée. They are fucking corrupt too

  • I'd say two things :

    • more enshitifcation of private companies
    • more progress in libre and open source software (fediverse, desktop Linux, even desktop freebsd)
    • I wish Europe could become a greater sponsor of OSS instead of always buying American software that can't respect GDPR
  • After a lot of lazyness, bad manipulations and realizing Monday that the motherboard has a bios flash button (it can flash regardless of cpu or RAM) it works with latest BIOS.

  • Removed Deleted

    Permanently Deleted

    Jump
  • One more proof that everyone should rely on US techs as less as possible (we are still dependant on hardware, but it is coming (ARM, RISCV). For a fucking mail server it is doable, and such organization should have their own infrastructure.

  • Ans yet, on the compatibility list, they say it is ok with latest bios, and some people said they were running it on a b350m pro. I will probably try the flash route tomorrow. This is weird. Also, this mobo was praised for the cpu power management as being overly overengineered...

  • This is the plan. The thing is I can't fins ryzen 5000 support on the mobo page, only 3000

  • I guess i will try this, maybe I missed some update

  • Company's gitlab to have notifications pipeline (that I usually monitor when I push)

  • I am no dev of lemmy, but traditionally, to connect remotely to a computer it was user@computer.name. The mail addresses simply use this pattern. It's nice for Lemmy to use it, and I'd say ot would have been nicer for matrix to use it (not that I really care)

  • I am moving from AZERTY to bépo with futo keyboard but i want to try ergo-l

  • Funny to read

  • Android keyboard, set up in french and I care less about random comments on Lemmy than in my configs. Also, this kind of typo would results in error, not unsafety

  • That's why I am not rellying on them for my slefhosting needs

  • I really need to make my write-up about my nextcloud install. It feature :

    • nextcloud fpm
    • postgresql
    • nginx
    • redis
    • elastic search for full text search (still needs a bit of work1)
    • notify_push
    • collabora (still needs a bit of work 1)

    All of it running in rootless podman pod with a dedicated user for the stack. It is all with podman units, and a systemd timer for nextcloud's cronjobs.

    1 means that there is trouble with usermapping. Instead of having my user properly mapped inside the container to run the apps, they use a dedicated one and I dont know hot to correct it and I have been a bit lazy to change it.

  • To me, he talks more about boreout/brownout than burnout. The first one (I almost did it this year) is about having a job that is boring, like really boring for you (mine was tech support only with absolutely no control over anything, plus some disrespect for my company and client (big bank) starting to appear). Brownout is more on the lost of meaning which he talked more about.

    Both may seems "better" than burnout, but being bored enough to have suicidal ideation back is not a great deal (in my case) and according to my therapist : the cause are different, but the result is "always the same" : one day, you can't get out of bed and cry...

  • I totally disagree with the quote from hackernews. Having the option to use sqlite is nice to test it, but going with postgresql or mariadb allows you to have better performance if you use rdbms. Also, packaging with containers allows to have one standardized image for support if some third party packaging (from a distro repo) is bugging to test it further. To me, a good gui really depends on what service is provided. For kanidm (IAM), I don't care this much of a web admin panel, the cli is really intuitive and if you need some graph views of your users, you can generate some diagram files. Considering OIDC/LDAP, I'd rather have OIDC implemented for two reasons : I can point my users to the (really minimalist) kanidm ui where they have a button for each app allowed. Also, the login informations are only stored in kanidm, no spreading of login password.

    I saw a comment about not needing to rely on many third services but I partly disagree with it. Using nextcloud as a mixed example, using elastic search for full text search is better than reimplementing it, but the notify_push should not be as separated as it is (it is here because I understood, apache-php and websockets does not mix well).

    All in all, the main criterias for me are :

    • SSO with OIDC, but ldap is good enough
    • Good documentation
    • easy deployment to test, prod deployment can be more advanced
    • Not reimplement the weel eg if you need full text search, meilisearch or elastic can do it better than you will, so don't try to much (a simple grep for a test instance is enough)
    • If you need to store files, having remote stores is nice to have (webdav or s3)
  • For now my NAS it not really running anything (I want to have proper DNS/IDM before starting any other service and for storage I think I may go with owncloud ocis or nextcloud)

  • I am still using my ISP's router, so the firewall rule is on the NAS (for now it is almost a do it all server), otherwise I would run the pihole on the router I think