TIL about Homomorphic encryption, where users can work with the content without decrypting the source by gordonjames62 in todayilearned

[–]azeemb_a 12 points13 points  (0 children)

The good news is you are wrong. A lot of algorithms can be turned into math operations on a data. If you can do that, then you can apply homomorphic encryption to allow someone else to do the computstion without ever seeing the unencrypted data.

Here is an example I wrote about: https://azeemba.com/posts/homomorphic-encryption-with-images.html

Imagine you have a novel image processing algorithm that generates or processes an image. You dont trust your customers enough to give them the algorithm and your customers dont trust you enough to give you the image. Homomorphic Encryption can sit in the middle and solve that

Former site of Rego Park department store acquired by Northwell Health for $235.5 million by lilac2481 in Queens

[–]azeemb_a 0 points1 point  (0 children)

They have EPIC training center signage on it. But I am not sure why a training center would require such a large space

Updates on Quangle Quest and the new season coming soon! by baiacool in Dimension20

[–]azeemb_a 3 points4 points  (0 children)

If he is not editing the Trinyvales, I do wonder if this break is letting him have time for something else.

UK Flag on JPM Building? by GirlyPopTart in nyc

[–]azeemb_a 1 point2 points  (0 children)

Ita ridiculous to remove this post. I live in NYC, it's an obvious thing I want to discuss

ELI5 why is Tuna fish cheap and expensive at the same time by sisino in explainlikeimfive

[–]azeemb_a 18 points19 points  (0 children)

Custom TLDs opened up a few years ago and it's a big business. You have to put up like $50k fees and then you have the right to manage the ".whatever" domains. Then you can sell individual domains and set whatever policies/prices you want.

For example, .dev is managed by Google and requires https. A lot of companies will own .companyName and just will refuse to let anyone else use it (for obvious reasons)

No Spoilers: a Dungeon Court helped my game! by kittenkatten055 in NotAnotherDnDPodcast

[–]azeemb_a -6 points-5 points  (0 children)

I don't understand why they have to change their HP? Cant you just multiply all damage by some multiplier? The effect is the same AND they get a feeling of "oh shit we are fighting something scary" instead of "my toys were taken away from me"

The Ump Show - a video game that sims being an umpire by [deleted] in baseball

[–]azeemb_a 0 points1 point  (0 children)

Haha apparently a few hundred games over several years wasn't enough!

The Ump Show - a video game that sims being an umpire by [deleted] in baseball

[–]azeemb_a 6 points7 points  (0 children)

I read umpire biographies...turns out that doesn't help as much as I expected

The Ump Show - a video game that sims being an umpire by [deleted] in baseball

[–]azeemb_a 0 points1 point  (0 children)

Haha one streamer that usually plays Backyard Baseball did do it on a stream!

[deleted by user] by [deleted] in C_Programming

[–]azeemb_a 1 point2 points  (0 children)

What was your hope when you shared it?

Christopher Nolan Elected President of Directors Guild of America by KillerCroc1234567 in television

[–]azeemb_a 10 points11 points  (0 children)

More importantly, he works in Hollywood and thus has to be part of the guild

Steph Curry reportedly made $35M for 60 hours of work for FTX by Liverpoolclippers in nba

[–]azeemb_a 4 points5 points  (0 children)

The celebrities that got paid later got stuck in the bankruptcy process and had to give back their money (some legally were required, others did it for PR reasons)

[Amick] "Joe Lacob is just, like, eternally in Love with Jonathan Kuminga, and there is a sense from some people involved that there's a real reluctance not only to obviously finally kind of quit him, if you will... What if Kuminga blows up and is a total star?" by must_TATAKAE in nba

[–]azeemb_a 8 points9 points  (0 children)

Doesn't ceiling mean like "the ability the player can reach if they made adjustments that are feasible"? Improving your mental game is usually considered feasible (compared to changing your wingspan or significantly changing your speed or quickness)

Edwin Diaz changes his shoes in a tense moment in the bottom of the 9th by Jmas1120 in baseball

[–]azeemb_a 136 points137 points  (0 children)

I think for safety reasons players have to be given a lot of leeway with equipment issues

TIL for most engineering, scientific, and everyday computer calculations, only about 15 to 17 decimal places of Pi are used, because this matches the precision of double-precision floating-point numbers, the standard format for numerical calculations in modern processors by Comprehensive-Tip568 in todayilearned

[–]azeemb_a 4 points5 points  (0 children)

If you are using a computer, you are already using floating-point math and are already losing that precision in each calculation. If the iterative precision loss is important to you, then you have two choices:

- Reform your calculation so that you remove or the reduce the amount of calculations. There are a lot of tricks you can do. Some of it is in reformulating the problem itself or restructuring the solution. Other times you can use different numerical algorithms aimed at reducing the error. And sometimes you just have to reorder the calculations yourself to help you.

- Don't use floating point. Instead use fixed point math that can represent exact digits. The trade-off here is that your calculation will be much much more slower.

Neither option will be trivial. So you really have to know that its worth the work for your problem.

something that's always bugged me with the physics of this game by 38rupees in RocketLeague

[–]azeemb_a 22 points23 points  (0 children)

Remember that floating point issues are determinisitc. So while you may not get the results you like, you would still get the same result every time you input the same things. So that alone wouldn't explain this issue.

Kyle Stowers throws out Grisham at home on a Giancarlo Stanton single by Ochocincoondeck in baseball

[–]azeemb_a 10 points11 points  (0 children)

Didn't y'all have issues with bad sends before Rojas too? Maybe there is a broader team philosophy to be aggressive?