torstai 30. elokuuta 2018
keskiviikko 29. elokuuta 2018
maanantai 27. elokuuta 2018
torstai 23. elokuuta 2018
IBM & Java community
Recognizing the impact that the release cycle changes will have with Java developers, IBM will partner with other members of the OpenJDK community to continue to update an OpenJDK Java 8 stream with security patches and critical bug fixes. We intend to keep the current LTS version secure and high quality for 4 years. This timescale bridges the gap between LTS versions with 1 year to allow for a migration period. IBM has also invested in an open build and test project (AdoptOpenJDK.net) along with many partners and Java leaders to provide community binaries across commonly used platforms of OpenJDK with Hotspot and OpenJDK with Eclipse OpenJ9. These community binaries are TCK (Java SE specification) compliance tested and ready for developers to download and use in production.
https://developer.ibm.com/javasdk/2018/04/26/java-standard-edition-ibm-support-statement/
[link] [comments]
keskiviikko 22. elokuuta 2018
tiistai 21. elokuuta 2018
maanantai 20. elokuuta 2018
sunnuntai 19. elokuuta 2018
lauantai 18. elokuuta 2018
DeepSort - Batch rename utility for images backed by AI!
Hi guys, I think I'm not alone, I have folders full of badly named random images.
I never knew what to do with this shit, so last night I started a little project, this tool do batch renaming of images backed by DeepDetect, so it use artificial intelligence to classify the images and rename them properly.
It's not perfect, I made this tool in few hours so maybe there are still bugs, but I'm waiting for feedbacks!
Hope it'll interest you guys ;)
Here is the link: https://github.com/CorentinB/DeepSort
If you have troubles using it, or general feedbacks, suggestion and issues, feel free to comment, and if you like it, please star the repo! :D
Nooco24 ~ The French Guy @ The Eye
[link] [comments]
perjantai 17. elokuuta 2018
Internet browsing experience has been absolutely horrible since the implementation of the GDPR.
Since the new regulation was implemented you can't visit a single site on the internet without accepting privacy, cookie or other data policies. Most of the websites hide their content under a big popup with an "accept" button forcing you to accept - some of them are even trying to hide what you accept. On a mobile browser this practice of hiding content under a popup is even worse, on some sites nearly 90% of the website gets hidden under it. This is just not acceptable and i am sick of it. Don't misunderstand me - i think the new regulation is very important - but it has some serious flaws that need to be adressed. I think more people will just accept in order to visit the website, most of them without even knowing what they accept.
Please adress this european law makers!
- Sincerely
a human being that is reliant on the information that is found on the internet
[link] [comments]
Fast Fourier Transform Library based on FFTW
Hey, so I figured that FFT libraries in java rather suck (or don't match my needs) excpet for the native bindings to FFTW from bytedeco. But since the bytedeco bindings are so much C/C++ish (actually requires you to use a pointer abstraction in order to access a native array and manage the native memory) I wrapped that stuff away and wrote a more java dev friendly FFT library. Check this out: https://github.com/hageldave/ezFFTW
[link] [comments]