Reddit Programming
206 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
Discovering the secrets of linux kernel
https://www.reddit.com/r/programming/comments/1jcs8kc/discovering_the_secrets_of_linux_kernel/

<!-- SC_OFF -->GDP is an attempt to create a simple network library via XDP. What is XDP? XDP is a kernel-level packet processor that provides super fast features. My method: I try to manipulate xdp by sending packet my own interface and then xdp will capture that. And I can receive packets in kernel level but I still did not add that to code. Why did not i use AF_XDP? eh I actually don't know. Even I am not sure about that I can use that. I just want to create my own method I do not care it is good or not. I would even be happy if someone learned about XDP because of me. I will take care any suggestion. <!-- SC_ON --> submitted by /u/BisonUseful257 (https://www.reddit.com/user/BisonUseful257)
[link] (https://github.com/Gliese832B/gdp) [comments] (https://www.reddit.com/r/programming/comments/1jcs8kc/discovering_the_secrets_of_linux_kernel/)
Idea for a Used-Book Finder Program - Cool Project for Someone?
https://www.reddit.com/r/programming/comments/1jd0dpv/idea_for_a_usedbook_finder_program_cool_project/

<!-- SC_OFF -->Hi programmers. I had this idea for a program that would be able to find specific used books in your area that I thought was doable enough and would be extremely useful to a lot of people. I am not a programmer, I do not know anything about coding or pulling data from websites, just to be clear, so this could be entirely infeasible. I wanted to share this idea though, in case someone else agreed with me that it would be a cool project. For those of us who shop for used books, being able to quickly see if certain books are available somewhere could save us a lot of time. In my perfect world, people would input their goodreads to-read list, and the program would check the websites of the used book stores in their area and could tell them if they had the books or not. I thought maybe this might already be possible to do with what was already available on websites. Maybe one day these used book stores would cooperate with the system and could more efficiently relay their list of books available to the system. Possible? Worthwhile? <!-- SC_ON --> submitted by /u/SamichR (https://www.reddit.com/user/SamichR)
[link] (https://www.goodreads.com/) [comments] (https://www.reddit.com/r/programming/comments/1jd0dpv/idea_for_a_usedbook_finder_program_cool_project/)
Sure, You Can ChatGPT These, But Would You Want a Large Desk Mat for Quick References?
https://www.reddit.com/r/programming/comments/1jd1sz5/sure_you_can_chatgpt_these_but_would_you_want_a/

<!-- SC_OFF -->As a programmer, I’m always looking for ways to improve my desk setup. I’ve seen large desk mats with cheat sheets, syntax references, and design patterns printed on them, and I thought—would programmers actually want something like this? Yes, you can always ChatGPT these questions, but sometimes it’s nice to have a quick-glance reference without breaking focus. I recently launched an e-commerce site selling large desk pads with programming references, and I’m curious: Would you use something like this for decor or quick syntax lookups? If you were to get a programming-themed desk mat, what would you want on it? Programming languages? (Python, Rust, Go, etc.) CS concepts? (Algorithms, data structures, regex, Git commands) Keyboard shortcuts? (Vim, VSCode, JetBrains, etc.) Other ideas? Curious to hear your thoughts—do you like functional decor, or do you prefer a minimalist desk setup? If you have a cool desk mat now, what’s on it? <!-- SC_ON --> submitted by /u/Rhouse65 (https://www.reddit.com/user/Rhouse65)
[link] (http://www.coastershub.com/) [comments] (https://www.reddit.com/r/programming/comments/1jd1sz5/sure_you_can_chatgpt_these_but_would_you_want_a/)
New Rust Generics Tutorial
https://www.reddit.com/r/programming/comments/1jd4emb/new_rust_generics_tutorial/

<!-- SC_OFF -->I've released a new Rust generics tutorial that delves into their proper usage, drawbacks, and their common presence in Rust programming. <!-- SC_ON --> submitted by /u/bhh32 (https://www.reddit.com/user/bhh32)
[link] (https://bhh32.com/posts/tutorials/rust_generics_tutorial) [comments] (https://www.reddit.com/r/programming/comments/1jd4emb/new_rust_generics_tutorial/)