HN user

aeonsky

138 karma
Posts0
Comments62
View on HN
No posts found.

Yes, my team had a direct issue with this on Aurora Postgres, at least. This is PG9 but then kept happening all the way into PG12 until we got rid of all but like 5 roles. Above like 4000 roles we experienced a significant lag on every query, sometimes on the order of seconds. At scaled somewhat linearly. I even wrote to Tom Lane and he said that area of Postgres is poorly optimized.

Pick up some oysters, for eating? If these oysters serve as a pre-filter for the plant, would you not want to eat them as these oysters would contain all sorts of pollution?

It was baffling to me when I was in Florida and rented a car. I was driving on the highways and no matter where I was, every highway was littered with abandoned cars. I had things fly off from a car into mine (splash shield). And then I realized its most likely because Florida has no safety inspections.

As a car enthusiast myself, I'm glad Mass has safety regulations and I don't have to jeopardize my safety or breathe pollution from cars rolling coal. Safety and car hobbies can go hand in hand.

Pelé has died 4 years ago

Not even going to point out that the OP isn’t even trying to overlook all the good things he did.

It’s a stretch to argue that a lifetime of neglect is a singular mistake. This was an ongoing issue that he kept choosing over and over again.

It will break a lot of code and a lot of tools. For what? To virtue signal about something that has nothing to do with the current civil rights movement?

Should we change the word master data? Git is also an offensive term. This is absurd.

I’m not sure if I can even understand what you are talking about or why you said that.

If you have pid,{name:’val’, others...}. And an index of name with a million John and one Jane. Good luck getting fast results.

You understand that OP is requesting a solution for a practically unfixable issue. Unless you a have relationship with the carrier itself. A provider sends you a success, but it was actually a failure. Imagine a DB sending Commit-OK, but data was never written. You probably wouldn’t buy very much from a company that uses that kind of DB as well, since it loses your orders.

Once again, if you are receiving texts that must mean you opted into them. User is expecting them and it’s different from a user receiving two texts never having signed up for them.

I do believe this technique uses some out of the box thinking and mostly DOES solve OPs problem.

If its something requested, the user can always re-request it. If it not something requested like news, use two different providers to send 2 messages. One the actual content, and then a minute later, a different smaller message saying "This message brought to you buy MyCompany. Please text back STOP to stop messages or AGAIN to get the latest alert again." Some end users might get better delivery results with a specific texting service, so it might be useful to set service affinities on a user specific basis.

Firefox Monitor 7 years ago

I bought extended car warranty from a company and they subsequently exposed my VIN, name and email on a publicly shared DB by accident, and its still up. I don't want to report this to them directly. Anyone know if I can report this to Firefox Monitor somehow?

I think its obvious he's talking about the fact that Firefox is unusable on MacOS (on scaled resolutions). And it seems Mozilla has no ability to fix this for a large portion of their potential clientele.

JLS: https://docs.oracle.com/javase/specs/jls/se7/html/jls-15.htm...

Otherwise, if the second and third operands have types that are convertible (§5.1.8) to numeric types, then there are several cases:

... binary numeric promotion (§5.6.2) is applied to the operand types, and the type of the conditional expression is the promoted type of the second and third operands.

... If either operand is of type double, the other is converted to double.

If the entire C++ codebase I worked with was mostly C, my job would be so much easier. I think the 2000+ page C++ manual proves my point.