Viewing profile — mfalcao
mfalcao
HN member- Joined
- Fri, May 19, 2023, 10:56 PM UTC
- HN karma
- 198
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About mfalcao
No profile information was provided.
Recent public activity
-
comment
Comment #46337258
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…
-
comment
Comment #42514047
Yes, I’ve done it using StreamingHttpResponse. You’ll want to use an asynchronous worker type though.
-
comment
Comment #41725795
Can you explain how the encryption works, who holds the keys, etc in detail? Your website seems to be very light on details.
-
comment
Comment #40000623
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/V…
-
comment
Comment #39238086
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€ /…
-
comment
Comment #38565095
50 is literally faster than Tour de France pros maintain on flat ground. A regular person on a normal bike will have a hard time even doing 30.
- comment
-
comment
Comment #38084009
Ah yes I forgot about Ireland! It’s the only one though
-
comment
Comment #38083343
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..…
-
comment
Comment #38083167
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 ma…
-
comment
Comment #38082837
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 sam…
- comment
-
comment
Comment #37702341
[flagged]
-
comment
Comment #36668449
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…
- comment
-
comment
Comment #36419918
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 jus…
-
comment
Comment #36259329
Doesn't it benefit AirBnb indirectly though? Lower taxes -> AirBnb is more attractive for owners -> more properties on the platform -> more profit for AirBnb
-
comment
Comment #36231988
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 cur…
-
comment
Comment #36222354
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...e…
-
comment
Comment #36216768
In my experience they are 30 to 40% faster
-
comment
Comment #36201582
Starts at $3499... I don't think this will be successful.
-
comment
Comment #36072468
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 o…
-
comment
Comment #36008920
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 fo…
-
comment
Comment #36008130
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 …