Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mfalcao
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mfalcao
9mo ago
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. Ther
2.
▲
by
mfalcao
2y ago
Yes, I’ve done it using StreamingHttpResponse. You’ll want to use an asynchronous worker type though.
3.
▲
by
mfalcao
2y ago
Can you explain how the encryption works, who holds the keys, etc in detail? Your website seems to be very light on details.
4.
▲
by
mfalcao
2y ago
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
5.
▲
by
mfalcao
3y ago
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 insurance also a
6.
▲
by
mfalcao
3y ago
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.
7.
▲
by
mfalcao
3y ago
Ah yes I forgot about Ireland! It’s the only one though
8.
▲
by
mfalcao
3y ago
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...
9.
▲
by
mfalcao
3y ago
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 and therefore likely t
10.
▲
by
mfalcao
3y ago
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 national court decis
11.
▲
by
mfalcao
3y ago
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 otherwise. I’m not pro
12.
▲
by
mfalcao
3y ago
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?
13.
▲
by
mfalcao
3y ago
Doesn't it benefit AirBnb indirectly though? Lower taxes -> AirBnb is more attractive for owners -> more properties on the platform -> more profit for AirBnb
14.
▲
by
mfalcao
3y ago
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 popular project
15.
▲
by
mfalcao
3y ago
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
16.
▲
by
mfalcao
3y ago
In my experience they are 30 to 40% faster
17.
▲
by
mfalcao
3y ago
Starts at $3499... I don't think this will be successful.
18.
▲
by
mfalcao
3y ago
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 regenerative
19.
▲
by
mfalcao
3y ago
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 you think we'll
20.
▲
by
mfalcao
3y ago
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 VIEW rece