mfalcao
No user record in our sample, but mfalcao has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mfalcao has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The most common way to achieve HÁ is using Patroni. The easiest way to set it up is using Autobase (https://autobase.tech). CloudNativePG (https://cloudnative-pg.io) is a great option if you’re using Kubernetes. There’s…
Yes, I’ve done it using StreamingHttpResponse. You’ll want to use an asynchronous worker type though.
Can you explain how the encryption works, who holds the keys, etc in detail? Your website seems to be very light on details.
Not sure if it will help in this particular situation, but this driver has worked great for me when using Sunshine on a VM without a dummy plug: https://github.com/itsmikethetech/Virtual-Display-Driver
That’s insanely low! In Portugal the minimum required by law is 6.45 million for victims and 1.30 for property damage, per accident. A policy like this can cost as little as 250€ / year. I assume these low limits in US…
Ah yes I forgot about Ireland! It’s the only one though
I disagree that it’s common practice or standard. The W3C never even standardized it, mainly because of low adoption: https://github.com/w3c/dnt/commit/5d85d6c3d116b5eb29fddc6935...
I’d have to read this specific decision but my opinion is that while the GDPR says the user can refuse consent “by automated means” it doesn’t specify what those means are, thus making it quite hard to follow, enforce…
Germany is not a common law country and neither are any other EU countries. Higher court decisions (which I don’t think is the case here) can set jurisprudence but it’s not the same thing as in a common law system. Also…
[flagged]
I made a couple thousand when I was 14 making and selling cheats for online games. I blew most of it on games and computer parts, which were things that as a kid from a poor family I would have never been able to have…
Interesting. Does the state charge for the collection service? And what if you declare yourself a member of the church but do not want to contribute - can you opt out or do you just have to lie?
Doesn't it benefit AirBnb indirectly though? Lower taxes -> AirBnb is more attractive for owners -> more properties on the platform -> more profit for AirBnb
If that is actually him and he doesn't want to be associated with that persona then making this video [0] was a weird choice... But in any case it seems natural that people are curious about this, after all it's a…
Here's a quick benchmark with pgbench: $ pgbench -h localhost -p 5432 -b select-only -T 60 -c 10 -j 2 bench Password: pgbench (15.3 (Ubuntu 15.3-1.pgdg22.04+1)) starting vacuum...end. transaction type: <builtin: select…
In my experience they are 30 to 40% faster
Just watched this while eating. It's half an hour long, so here's a summary: - He owns a 2022 Hyundai ioniq 5, USA version - The brake lights generally work fine, however when in one-pedal mode (i.e. accelerator does…
Indeed - one of the great changes in v15. (for any folks on previous versions, you need to change the view owner to a non-superuser role without the bypassrls attribute). Thanks for all your work on PostgREST, Steve! Do…
RLS is great, but it's not that hard to shoot yourself in the foot or miss stuff. E.g.: ALTER TABLE bookmarks ENABLE ROW LEVEL SECURITY; CREATE POLICY bookmarks_owner ON bookmarks USING (owner_id = auth.uid()); CREATE…