Readit News logoReadit News
jgoyvaerts commented on Show HN: Node.js ORM to query SQL database through an array-like API   github.com/tilyupo/qustar... · Posted by u/tilyupo
tilyupo · a year ago
It was more of an ergonomics choice. To me it seems like it's more readable to write `await users.filter(user => user.id.eq(42).fetch(connector)` instead of `await connector.fetch(users.filter(user => user.id.eq(42))`.

But I might be wrong, your idea makes more sense from logical perspective.

jgoyvaerts · a year ago
What about moving the connector to the table declaration, similar to dbcontext in .net?

Something like Q.table(definition, connector), which would then allow you to just write users.filter(user => user.id.eq(42).fetch()

jgoyvaerts commented on Show HN: Serverpod – The Missing Server for Flutter   serverpod.dev/... · Posted by u/rlonn
vlidholt · 3 years ago
Hi! I'm Viktor, the lead developer of Serverpod. Feel free to ask me any questions, and I'll try to answer.

You can also watch the Serverpod 1.0 release keynote on Youtube here: https://youtu.be/QN6juNWW3js

jgoyvaerts · 3 years ago
I've applied twice to one of your open positions but never even received a reply, how come?
jgoyvaerts commented on When the policeman becomes the criminal – how Cloudflare attacks my machines   kmitov.com/posts/when-the... · Posted by u/coolgoose
TekMol · 4 years ago
Hmm.. this seems to be about a few thousand requests per day that CF is doing.

How much can those cost him? Not more than a few pennies per month, right?

He could just stop using CloudFlare if he does not like it.

Calling it an "attack" is a bit much.

jgoyvaerts · 4 years ago
He says it's hundreds of gigabytes of traffic. I don't know the prices but sounds more than a few pennies
jgoyvaerts commented on When the policeman becomes the criminal – how Cloudflare attacks my machines   kmitov.com/posts/when-the... · Posted by u/coolgoose
luckylion · 4 years ago
TLDR it's not an attack, CF isn't a criminal, he's a CF customer and sees traffic spikes with a curl useragent.
jgoyvaerts · 4 years ago
You left out the part where the requests are coming from Cloudflare IPs.
jgoyvaerts commented on LastPass Android app has got 7 trackers in it   reports.exodus-privacy.eu... · Posted by u/aquir
jgoyvaerts · 5 years ago
No serious user should still be using LastPass in 2021.

On a previous project the company I joined used LastPass as their password solution, we had 2 root admins, me and a senior colleague.

One day my senior colleague tries to log in to check/change a password and is unable to log in to his account. Account recovery/password lost doesn't work either. I log in to verify if his account is blocked or disabled in anyway, and I can't even find his account. The account was completely GONE. I checked the audit logs of the account (which should include user creation, deletion, logins, etc) and there is no mention of the account ever being deleted, it's like it never existed.

We contacted their support but never got a serious reply to this behavior, so we moved over to 1Password the next day and never looked back.

Stay away from LastPass, they just lose data out of nowhere and their support sucks.

jgoyvaerts commented on Games released before PS4 are no longer appearing in search on PlayStation.com   delistedgames.com/sony-ba... · Posted by u/petepete
Rebelgecko · 5 years ago
It's surprising to me that PS3 emulation (RPCS3) is so much further along than Xbox360 emulation (Xenia). Is it just a matter of one platform getting more attention?
jgoyvaerts · 5 years ago
It's a combination of various factors. The games definitely play a role (PS3 has more exclusives, Xbox360 is mainly Halo and even that has been remastered on PC now).

Another factor is how the projects are maintained and managed. The maintainers of RPCS3 are more active and pull requests get feedback and merged relatively quickly.

On Xenia side, pull requests can remain open for months even though they should be merged, and this has caused multiple (potential) contributors to stop making pull requests.

Source: I'm a contributor on Xenia

u/jgoyvaerts

KarmaCake day35December 21, 2019View Original