Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Will we be okay?
https://www.reddit.com/r/programming/comments/1ffqi4a/will_we_be_okay/

<!-- SC_OFF -->Okay normally I won't be too worried about AI taking our jobs but with the recent o1 model released by OpenAI got me really unsettled. I'm currently a 2nd year College student and I don't know if I have a future in this industry by 2029 cuz AI already took it out of the bag. <!-- SC_ON --> submitted by /u/Blanc2006 (https://www.reddit.com/user/Blanc2006)
[link] (https://openai.com/index/learning-to-reason-with-llms/) [comments] (https://www.reddit.com/r/programming/comments/1ffqi4a/will_we_be_okay/)
Hey everyone! I’ve been working on an VLM driven app that processes surveillance videos, automatically extracts frames, and generates detailed annotations to highlight notable events, actions, and objects. It’s powered by a fine-tuned Florence-2 VLM that I specifically trained on the SPHAR dataset
https://www.reddit.com/r/programming/comments/1ffrgkb/hey_everyone_ive_been_working_on_an_vlm_driven/

submitted by /u/BriefAd4761 (https://www.reddit.com/user/BriefAd4761)
[link] (https://github.com/Ravi-Teja-konda/Surveillance_Video_Summarizer) [comments] (https://www.reddit.com/r/programming/comments/1ffrgkb/hey_everyone_ive_been_working_on_an_vlm_driven/)
Manage multiple repos with grgry
https://www.reddit.com/r/programming/comments/1fg4j2a/manage_multiple_repos_with_grgry/

<!-- SC_OFF -->Hi there As a DevOps engineer in a larger company, I have repeatedly come across the problem that I have to manage a lot of Gitlab / Github repositories, many of these repos are ops configurations for k8s, but also operators and services. I had the difficulty to manage manual changes over a larger amount of repositories like refactorings, new versions of services etc, so I wrote grgry. grgry is a simple CLI tool, which should support to clone, push and basically manage git repos en mass. Thus, an entire group or organization can be cloned with one command and desired git operations can be done over multiple git repos at the same time, of course all supported by a regex include/exclude. If someone has the same problem as me or just wants to try the tool it would be interesting to get feedback. <!-- SC_ON --> submitted by /u/Yingrjimsch (https://www.reddit.com/user/Yingrjimsch)
[link] (https://github.com/Yingrjimsch/grgry) [comments] (https://www.reddit.com/r/programming/comments/1fg4j2a/manage_multiple_repos_with_grgry/)
PopTranslate: A open-source chrome extension that instantly pop translation by selecting text without any other click, no extra clicks needed.
https://www.reddit.com/r/programming/comments/1fgf7zz/poptranslate_a_opensource_chrome_extension_that/

submitted by /u/waa007 (https://www.reddit.com/user/waa007)
[link] (https://github.com/wa008/PopTranslate) [comments] (https://www.reddit.com/r/programming/comments/1fgf7zz/poptranslate_a_opensource_chrome_extension_that/)