Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
Hardware-encrypting drives test suite -- "We conduct a systematic security study of 24 TCG Opal-compliant drives. . . . Our analysis shows persistent errors and vulnerabilities in SED implementations regarding basic device usage, data encryption, and random data generators."
https://www.reddit.com/r/programming/comments/1m8dl15/hardwareencrypting_drives_test_suite_we_conduct_a/

submitted by /u/throwaway16830261 (https://www.reddit.com/user/throwaway16830261)
[link] (https://is.muni.cz/th/hy1ai/?lang=en) [comments] (https://www.reddit.com/r/programming/comments/1m8dl15/hardwareencrypting_drives_test_suite_we_conduct_a/)
Combatting reverse shell bots with honeypots ~ Laura Sofia's Tech-Stash
https://www.reddit.com/r/programming/comments/1m8uxau/combatting_reverse_shell_bots_with_honeypots/

<!-- SC_OFF -->What do you do if it's too early to figure out fail2ban and need to stop crude bot attacks? Earlier this morning, I've had to deal with a group of bots trying to hit gold by randomly searching for reverse shells on our server. I've written a small blogpost detailling the attack and how I dealt with it while getting ready for work. <!-- SC_ON --> submitted by /u/404IdentityNotFound (https://www.reddit.com/user/404IdentityNotFound)
[link] (https://laura.media/blog/combatting-reverse-shell-bots-with-honeypots/) [comments] (https://www.reddit.com/r/programming/comments/1m8uxau/combatting_reverse_shell_bots_with_honeypots/)
How to Classify images using Efficientnet B0
https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/

<!-- SC_OFF -->Classify any image in seconds using Python and the pre-trained EfficientNetB0 model from TensorFlow. This beginner-friendly tutorial shows how to load an image, preprocess it, run predictions, and display the result using OpenCV. Great for anyone exploring image classification without building or training a custom model — no dataset needed! You can find link for the code in the blog : https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/ You can find more tutorials, and join my newsletter here : https://eranfeit.net/ Full code for Medium users : https://medium.com/@feitgemel/how-to-classify-images-using-efficientnet-b0-738f48665583 Watch the full tutorial here: https://youtu.be/lomMTiG9UZ4 Enjoy Eran <!-- SC_ON --> submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/) [comments] (https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/)
Testivus on Test Coverage
https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/

<!-- SC_OFF -->Came across this today and thought it was worth sharing. <!-- SC_ON --> submitted by /u/Original-Character57 (https://www.reddit.com/user/Original-Character57)
[link] (https://stackoverflow.com/a/90021) [comments] (https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/)
The Case for Being Lazy
https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/

<!-- SC_OFF -->I have always thought that being lazy enough to work hard was a completely unervalued skill <!-- SC_ON --> submitted by /u/WifeEyedFascination (https://www.reddit.com/user/WifeEyedFascination)
[link] (https://osada.blog/posts/the-case-for-being-lazy/) [comments] (https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/)