HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anthony88

no profile record

Submissions

Java, What's Old? Part I: Collections

foojay.io
3 points·by anthony88·geçen yıl·0 comments

More Free Shells for Your Java IDE

foojay.io
2 points·by anthony88·2 yıl önce·0 comments

Java Structured Concurrency Is More Than ShutdownOnFailure

foojay.io
7 points·by anthony88·2 yıl önce·0 comments

Let's Replace the Synchronized Keyword

foojay.io
1 points·by anthony88·2 yıl önce·0 comments

Lessons learned from doing the one billion row challenge

foojay.io
29 points·by anthony88·2 yıl önce·11 comments

Sorting Text in Java, How Complicated Can It Be?

foojay.io
2 points·by anthony88·2 yıl önce·0 comments

1BRC–The Results Are In

morling.dev
2 points·by anthony88·2 yıl önce·0 comments

comments

anthony88
·4 ay önce·discuss
Note that the the Java plugin and webstart was removed a long time ago.

I personally regret that the API was removed as it's a few classes and they are still used. Just search JApplet on Github. It's also possible to run applets in the modern browsers with WASM or in Java IDE's as plugin.
anthony88
·7 ay önce·discuss
Surge XT is also at the bottom of the list.
anthony88
·geçen yıl·discuss
Have you tried Ant Commander Pro file manager?
anthony88
·geçen yıl·discuss
I can't answer for the File Pilot author but I've spent many years on writing a file manager. * It's fun to write and to use. It's like craftmanship. * Hopefully some companies/people will realize how many hours they waste using the default OS file manager * It's less risky than developing a game full time (I think) * Sure, I lost a lot of money to not having a normal job but my bills are low and my priority is more happiness
anthony88
·2 yıl önce·discuss
I'm working on a file manager more specialized for developers. https://www.antcommander.com
anthony88
·2 yıl önce·discuss
The basic Java implementation was also around 5 minutes
anthony88
·2 yıl önce·discuss
Better than asking what the money is for, even if the customer gives a reason like "buying a car", warn the customer that if someone on the phone or is unknown at your door asked you to do it urgently it's probably a scam even it they say they are from your bank/company/authorities.
anthony88
·2 yıl önce·discuss
I've written an open source library to easily replace synchronized with something more virtual thread friendly: https://github.com/japplis/Virtually