Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
BugGPT: LLM powered vulnerable web page generator for testing and educational purposes
https://www.reddit.com/r/programming/comments/1g9mya7/buggpt_llm_powered_vulnerable_web_page_generator/

<!-- SC_OFF -->BugGPT is an AI powered generator of insecure static web apps. It consists of a simple generator script, and a main script with which you can interact to choose rooms you want to tackle. It uses GitHub actions to automatically and periodically generate new rooms to add to the list, so that soon there will be a collection of such rooms. Currently the rooms are fairly straightforward, but with next releases of AI models, I'm hoping I can create some real challenges. What do you think? <!-- SC_ON --> submitted by /u/dvnci1452 (https://www.reddit.com/user/dvnci1452)
[link] (https://github.com/Trivulzianus/BugGPT) [comments] (https://www.reddit.com/r/programming/comments/1g9mya7/buggpt_llm_powered_vulnerable_web_page_generator/)
Anyone here like chess?? I just built my first porfolio project, a simple chess AI! I would very much appreciate any feedback! And if you fancy it, a few more games on the counter would be fantastic because it only learns from past games :)
https://www.reddit.com/r/programming/comments/1g9p9l8/anyone_here_like_chess_i_just_built_my_first/

submitted by /u/LandOne4734 (https://www.reddit.com/user/LandOne4734)
[link] (https://simple-chess-ai-9e496ed2f67b.herokuapp.com/) [comments] (https://www.reddit.com/r/programming/comments/1g9p9l8/anyone_here_like_chess_i_just_built_my_first/)
[Open Source] SwarmGo: Build Scalable AI Agents with Go (MIT License)
https://www.reddit.com/r/programming/comments/1g9qa77/open_source_swarmgo_build_scalable_ai_agents_with/

<!-- SC_OFF -->I’m excited to announce that I’ve just open-sourced SwarmGo, a Go framework that makes it easy to build, coordinate, and manage multiple AI agents. Inspired by OpenAI’s Swarm framework, SwarmGo is designed to help developers quickly implement AI-driven workflows with customizable functions and agent handoffs. Key Features: • Agent Handoffs: Agents can pass control based on context, making it perfect for scenarios where multiple capabilities need coordination. • Custom Functions: Define specific functions or tools that agents can use to perform tasks. • Lightweight and Scalable: Designed to handle independent agent interactions without complexity or bloat. • MIT Licensed: Free to use, modify, and contribute to! If you’re working with Go and AI or exploring AI-driven workflows, I’d love for you to check it out and let me know what you think! 🎉 👉 https://github.com/prathyushnallamothu/swarmgo I’d be happy to answer any questions, get feedback, or hear ideas for future improvements. I built this package to contribute back to the Go and AI communities, and I’m excited to see how it can be used in real-world applications. Looking forward to your thoughts and feedback! golang #ai #opensource #machinelearning #OpenAI <!-- SC_ON --> submitted by /u/EasyPattern4601 (https://www.reddit.com/user/EasyPattern4601)
[link] (https://github.com/prathyushnallamothu/swarmgo) [comments] (https://www.reddit.com/r/programming/comments/1g9qa77/open_source_swarmgo_build_scalable_ai_agents_with/)
Attacking the Samsung Galaxy A* Boot Chain -- "The chain of 4 bugs we presented allowed us to execute code in Little Kernel from USB, get a root access on Android with persistency, and finally leak anything from the Secure World's memory which includes the Android Keystore keys."
https://www.reddit.com/r/programming/comments/1g9upma/attacking_the_samsung_galaxy_a_boot_chain_the/

submitted by /u/throwaway16830261 (https://www.reddit.com/user/throwaway16830261)
[link] (https://blog.quarkslab.com/attacking-the-samsung-galaxy-a-boot-chain.html) [comments] (https://www.reddit.com/r/programming/comments/1g9upma/attacking_the_samsung_galaxy_a_boot_chain_the/)
LZAV 4.2: Increased decompression speed by 7-20%. Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2700+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
https://www.reddit.com/r/programming/comments/1ga495u/lzav_42_increased_decompression_speed_by_720_fast/

submitted by /u/avaneev (https://www.reddit.com/user/avaneev)
[link] (https://github.com/avaneev/lzav) [comments] (https://www.reddit.com/r/programming/comments/1ga495u/lzav_42_increased_decompression_speed_by_720_fast/)