Reddit Programming
206 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
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/)
"Individual programmers do not own the software they write"
https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/

<!-- SC_OFF -->On "Embedded C Coding Standard" by Michael Barr the first Guiding principle is: Individual programmers do not own the software they write. All software development is work for hire for an employer or a client and, thus, the end product should be constructed in a workmanlike manner. Could you comment why this was added as a guiding principle and what that could mean? I was trying to look back on my past work context and try find a situation that this principle was missed by anyone. Is this one of those cases where a developer can just do whatever they want with the company's code?
Has anything like that actually happened at your workplace where someone ignored this principle (and whatever may be in the work contract)? <!-- SC_ON --> submitted by /u/CancelProof6072 (https://www.reddit.com/user/CancelProof6072)
[link] (https://barrgroup.com/sites/default/files/barr_c_coding_standard_2018.pdf) [comments] (https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/)