I do agree with you on performance, but what makes python unsuitable where security is important?
ActuallyRuben
First of all, make sure the PostgreSQL username matches as well.
Does your password contain any special characters such as quotes, dollar signs or backslashes? They can have special meanings in yaml, resulting in the password being different from what you'd expect.
What's weirder, is that I can't find that community. Not even a removal of it listed in the modlog. I can only see two comments listed on your profile, but the link to the posts don't work.
When initially fetching a post, existing comments won't come along with it. New comments and new posts will only appear when at least one local user is subscribed to the corresponding community.
Not entirely in the Netherlands. There you have a yearly mandatory "eigen risico" of €385 (or more if you want a discount on health insurance). The first costs you make, you have to pay out of pocket. Only after you've exceeded the €385 in a year will the insurance start covering the costs.
Die write protect tab is nergens op aangesloten binnen de SD kaart, het is aan de kaartlezer om dit te detecteren. Dit is dus makkelijk te omzeilen met een gemodificeerde kaartlezer.
De Kiesraad heeft trouwens wel al instructies over het verifiëren van de checksum van de software op hun site staan.
Uiteindelijk is het belangrijk om meerdere lagen aan bescherming te hebben, zodat een enkele digibeet die de checksum niet verifieert niet direct verkiezingsfraude mogelijk maakt.
Klopt, ik kon na de prik meteen weer door. Toen ik mn prik ging halen hadden ze trouwens gewoon de coronavaccinatieopstelling hergebruikt, al was het aanzienlijk rustiger.
a ^= b
b ^= a
a ^= b
Misschien dat ik nu net het enige goed gedocumenteerde algoritme er uit pak. Maar dit algoritme voor de verkeersimpact van brugopeningen heeft zelfs een wetenschappelijk artikel erbij over de implementatie, inclusief (een deel van) de code voor het trainen van het model, statistieken en details over de infrastructuur van de uiteindelijke applicatie.
Wat heb je bij dit voorbeeld aan code? In dit geval gaat het om een kentekendetectie algoritme. Gedetecteerde kentekens worden opgezocht in een database. Voordat een boete wordt uitgeschreven verifieert een persoon het ook nog middels een foto.
Lijkt me verder niet heel relevant hoe die kentekens precies worden gedetecteerd.
Does your database password contain $Qa and/or $k? It'll interpret those as environment variables if not escaped properly.
The docker daemon not running is a bit weird, usually docker-compose shouldn't be trying to connect to the daemon via http, are you using sudo?
At the very least, dollar signs will still matter, due to environment variable interpolation.