Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
babygit
https://www.reddit.com/r/programming/comments/1kq64fh/babygit/

<!-- SC_OFF -->For my Computer Science project, I chose to create a toy version of git. Please do check it out and tell me if I can improve on something. Pull requests are also welcome.
Note that the project MUST be written entirely in C. <!-- SC_ON --> submitted by /u/Fluc7u5 (https://www.reddit.com/user/Fluc7u5)
[link] (https://github.com/SavvyHex/babygit) [comments] (https://www.reddit.com/r/programming/comments/1kq64fh/babygit/)
Build Software Consultancy Website using UIkit
https://www.reddit.com/r/programming/comments/1kq8g8c/build_software_consultancy_website_using_uikit/

<!-- SC_OFF -->UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces. <!-- SC_ON --> submitted by /u/ram-foss (https://www.reddit.com/user/ram-foss)
[link] (https://www.blackslate.io/articles/build-software-consultancy-website-using-uikit) [comments] (https://www.reddit.com/r/programming/comments/1kq8g8c/build_software_consultancy_website_using_uikit/)
How to make your MCP clients (Cursor, Windsurf...) share context with each other
https://www.reddit.com/r/programming/comments/1kq8pro/how_to_make_your_mcp_clients_cursor_windsurf/

<!-- SC_OFF -->With all this recent hype around MCP, I still feel like missing out when working with different MCP clients (especially in terms of context). I was looking for a personal, portable LLM “memory layer” that lives locally on my system, with complete control over the data. That’s when I found OpenMemory MCP (open source) by Mem0, which plugs into any MCP client (like Cursor, Windsurf, Claude, Cline) over SSE and adds a private, vector-backed memory layer. Under the hood: - stores and recalls arbitrary chunks of text (memories) across sessions
- uses a vector store (Qdrant) to perform relevance-based retrieval
- runs fully on your infrastructure (Docker + Postgres + Qdrant) with no data sent outside
- includes a next.js dashboard to show who’s reading/writing memories and a history of state changes
- Provides four standard memory operations (add_memories, search_memory, list_memories, delete_all_memories) So I analyzed the complete codebase (https://github.com/mem0ai/mem0/tree/main/openmemory) and created a free guide (https://medium.com/gitconnected/how-to-make-your-clients-more-context-aware-with-openmemory-mcp-60057bcc24a3) to explain all the stuff in a simple way. Covered the following topics in detail. What OpenMemory MCP Server is and why does it matter? How it works (the basic flow). Step-by-step guide to set up and run OpenMemory. Features available in the dashboard and what’s happening behind the UI. Security, Access control and Architecture overview. Practical use cases with examples. Would love your feedback, especially if there’s anything important I have missed or misunderstood. <!-- SC_ON --> submitted by /u/anmolbaranwal (https://www.reddit.com/user/anmolbaranwal)
[link] (https://levelup.gitconnected.com/how-to-make-your-clients-more-context-aware-with-openmemory-mcp-60057bcc24a3) [comments] (https://www.reddit.com/r/programming/comments/1kq8pro/how_to_make_your_mcp_clients_cursor_windsurf/)
Any alternative to SMS parsing on iOS for extracting periodic transactional data?
https://www.reddit.com/r/programming/comments/1kq9f14/any_alternative_to_sms_parsing_on_ios_for/

<!-- SC_OFF -->Hey folks, I'm curious if anyone has found reliable alternatives to SMS parsing on iOS for fetching time-based, transactional or notification-style data. I know iOS restricts direct SMS access, but wondering if there are workarounds people use—email parsing, notification listeners, or anything else? Not trying to do anything shady—just looking to understand what's possible within the iOS ecosystem, ideally in a way that’s privacy-compliant. Would appreciate any insights or resources! <!-- SC_ON --> submitted by /u/Due-Hunter-2931 (https://www.reddit.com/user/Due-Hunter-2931)
[link] (https://www.youtube.com/) [comments] (https://www.reddit.com/r/programming/comments/1kq9f14/any_alternative_to_sms_parsing_on_ios_for/)
Vibe-hacking with JetBrains Junie: Reconnaissance & Subdomain enumeration
https://www.reddit.com/r/programming/comments/1kqdiru/vibehacking_with_jetbrains_junie_reconnaissance/

<!-- SC_OFF -->Hi guys! Today I want to share my experience using JetBrains Junie for non-coding tasks. In this post, I described how to use JetBrains Junie to assist with penetration testing—and the results? Surprisingly perfect. What do you think about the future of AI agents in cybersecurity? <!-- SC_ON --> submitted by /u/NordCoderd (https://www.reddit.com/user/NordCoderd)
[link] (https://protsenko.dev/2025/05/15/vibe-hacking-with-jetbrains-junie-reconnaissance-subdomain-enumeration/) [comments] (https://www.reddit.com/r/programming/comments/1kqdiru/vibehacking_with_jetbrains_junie_reconnaissance/)
The Dumbest Move in Tech Right Now: Laying Off Developers Because of AI
https://www.reddit.com/r/programming/comments/1kqfkso/the_dumbest_move_in_tech_right_now_laying_off/

<!-- SC_OFF -->Are companies using AI just to justify trimming the fat after years of over hiring and allowing Hooli-style jobs for people like Big Head? Otherwise, I feel like I’m missing something—why lay off developers now, just as AI is finally making them more productive, with so much software still needing to be maintained, improved, and rebuilt? <!-- SC_ON --> submitted by /u/oloap (https://www.reddit.com/user/oloap)
[link] (https://ppaolo.substack.com/p/the-dumbest-move-in-tech-right-now) [comments] (https://www.reddit.com/r/programming/comments/1kqfkso/the_dumbest_move_in_tech_right_now_laying_off/)