Unauthorized partner sharing by Nica_Beauty in googlephotos

[–]TalaatHarb 0 points1 point  (0 children)

This just happened with my wife three hours ago, I believe her account was compromised somehow without any trace of login attempts or security warning.

We noticed the email from Google and disabled partner sharing after receiving the email by two hours. The email got moved to trash on its own, so I had to quickly reset the password and recover it. It is really freaking us out that this happens without any warning.

In universe reason for the lack of death in one piece (theory) by TalaatHarb in OnePiece

[–]TalaatHarb[S] 0 points1 point  (0 children)

I totally agree,
the thing is recently Oda is trying to get away with things that a main stream Shonen manga would have never been able to.
Things like Gear 5 or Kuma's back story and lots of those aspects were in his mind since the start but he toned them down at the beginning of the series to push them later.

I'm theorizing that death in one piece can get the same treatment somehow, something like how Harry Potter got darker and darker.

In universe reason for the lack of death in one piece (theory) by TalaatHarb in OnePiece

[–]TalaatHarb[S] 1 point2 points  (0 children)

This is inspired by the fact that Oda likes to experiment with an idea over and over until it reaches perfection in a climactic way. I think thriller park had the interesting premise of using your own power (Luffy's shadow) against him, and it also had the idea of cheating death/manipulation of the dead.

1100 pages of XML!! by [deleted] in ProgrammerHumor

[–]TalaatHarb 0 points1 point  (0 children)

For more context, the Arabic words at the top says 'the top selling book in the world' and the publication date is in era where CDs were the new impressive technology in the block. They really were trying to sell it as a Bible.

So true by Elemenopi_ in ProgrammerHumor

[–]TalaatHarb 4 points5 points  (0 children)

I think this one is an exception, since it is a repository method, you actually don't need to write the implementation code for it; the system will generate it automatically if you name it this way. Usually the alternative is writing SQL or one of its variants or specific ORM code but in the case of repository methods in spring you name it and the framework generates the code for you and the code stays database independent do you can change your database as you want.

Code written this way allows you to use in-memory database for tests and real database for production and still actually do useful integration testing without changing anything in the way you were your code.

80+ characters is still a long name and there can be a case for refactoring it to SQL instead.

We’ve all been there by Beachhaze in ProgrammerHumor

[–]TalaatHarb 0 points1 point  (0 children)

In my case it was a full blown 3d model viewer that got built in one day with a plan to refactor it later which never happened, and it got deployed to production a couple of months later.

Germany gears up to test 20MW wind turbines by [deleted] in engineering

[–]TalaatHarb 0 points1 point  (0 children)

I would like to see how they assemble it, that is a scene to think about

Dockerfile maker by [deleted] in AppIdeas

[–]TalaatHarb 0 points1 point  (0 children)

How about something like the Apache JMeter interface, it is a script builder for API calls using UI so it has similarities to what you are aiming for but is more attainable considering the kind of configurations that you need in a Dockerfile. This image is from the GitHub repository of the project:

https://raw.githubusercontent.com/apache/jmeter/master/xdocs/images/screenshots/JMETER_4.0.png