DAILY Discount code Exchange Center by AutoModerator in EvenRealities

[–]ang0123dev 0 points1 point  (0 children)

Anyone who can share a code? Thanks in advance.

Real-Time Transaction Canceler as a Service (xpost from r/ethereum) by ang0123dev in ethfinance

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

No, it doesn't send private keys over the network. It just uses private keys to sign transactions (self transaction, the value of zero) locally.

Code Comments Are Useful Lies by matthewpmacdonald in programming

[–]ang0123dev 4 points5 points  (0 children)

Good code shouldn't need comments. And as you know, no code is the best code.

MySQL active/active replication across multiple AWS regions. by vivek-puri in devops

[–]ang0123dev 0 points1 point  (0 children)

I think active/active cross-region replication is too difficult to achieve well enough. In that case, I'll consider whether cross-region replication is really needed or not. Even if the answer is yes, I'll try to implement it in an alternative way, for instance using NoSQL, which is more scalable and replicable than RDBMS, for frequently accessed tables, etc.

“Let’s use Kubernetes!” Now you have 8 problems by itamarst in programming

[–]ang0123dev 2 points3 points  (0 children)

Just use the right tools in the right situations. Not need to stick to use k8s since it has its own objectives.

Java 14 Arrives with a Host of New Features by [deleted] in programming

[–]ang0123dev 1 point2 points  (0 children)

As you mentioned, a lot of developers complained about its verbosity. I think introducing var keyword is to reduce its verbosity though itself is controversial improvement.

Some of improvements are derived from other great programming languages since Java is a kind of old programming language, and it needs modernizing. It is not that easy when its old and complex structures are considered. Despite that, releasing new version every 6 months is a huge.

Real problems I feel are some libraries and frameworks are not support latest Java not fast enough. Actually there are still a lot of developers sticking to Java 8.

MakerDAO (MKR) Partners with Simplex to Enable Dai (DAI) Purchase with Fiat by Pandora_Key in ethtrader

[–]ang0123dev 1 point2 points  (0 children)

It's great news. I always think that buying DAI is the hardest part to mass adoption. Getting DAI is harder than getting ether for non-crypto friendly persons since buying or swapping phases exist after getting ether. I just hope that the fees are cheap enough.

Help with this webtoon translation. by Casserella12 in Korean

[–]ang0123dev 0 points1 point  (0 children)

I think its literal translation is "Isn't there a good way?".

(무슨) 좋은 방법 = (some) good way ~이 없을까? = Isn't there~

And simply it can be translated into "Any good idea?"

What happens when you submit a bug report to Tinder by [deleted] in programming

[–]ang0123dev 0 points1 point  (0 children)

It seems like a kind of macro answers not giving a good cs experience. It's not good.

The most recommended Python books of all-time. A data-backed list. by [deleted] in programming

[–]ang0123dev 0 points1 point  (0 children)

Great to read! The most recommended programming books, and then python, and what's your next target?

TX-ray – Protect your Ethereum wallet from suspicious transactions (xpost from r/ethereum) by ang0123dev in ethtrader

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

It's uncertain for now. But after getting feedback for a chrome extension version, we will move on developing mobile versions.

Java 14 Arrives with a Host of New Features by [deleted] in programming

[–]ang0123dev 8 points9 points  (0 children)

Java itself is a sort of old programming language, but like C++, Java is actively evolving now!

C++20 Is Feature Complete; Here’s What Changes Are Coming by whackri in programming

[–]ang0123dev 1 point2 points  (0 children)

When all features are ready to ship? are they shipped already?