What is the single most influential book every Programmers should read

Top Programming Books
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

What is the single most influential book every Programmers should read

There are a lot of books that can be influential to programmers. But, what is the one book that every programmer should read? This is a question that has been asked by many, and it is still up for debate. However, there are some great contenders for this title. In this blog post, we will discuss three possible books that could be called the most influential book for programmers. So, what are you waiting for? Keep reading to find out more!

What is the single most influential book every Programmers should read
What is the single most influential book every Programmers should read

Source: Wikipedia

What is the single most influential book every Programmers should read
Popular Programming Languages

Ok…I think this is one of the most important questions to answer. According to the my personal experience as a Programmer, I would say you must learn following 5 universal core concepts of programming to become a successful Java programmer.

(1) Mastering the fundamentals of Java programming Language – This is the most important skill that you must learn to become successful java programmer. You must master the fundamentals of the language, specially the areas like OOP, Collections, Generics, Concurrency, I/O, Stings, Exception handling, Inner Classes and JVM architecture.

Recommended readings are OCA Java SE 8 Programmer by by Kathy Sierra and Bert Bates (First read Head First Java if you are a new comer ) and Effective Java by Joshua Bloch.

(2) Data Structures and Algorithms – Programming languages are basically just a tool to solve problems. Problems generally has data to process on to make some decisions and we have to build a procedure to solve that specific problem domain. In any real life complexity of the problem domain and the data we have to handle would be very large. That’s why it is essential to knowing basic data structures like Arrays, Linked Lists, Stacks, Queues, Trees, Heap, Dictionaries ,Hash Tables and Graphs and also basic algorithms like Searching, Sorting, Hashing, Graph algorithms, Greedy algorithms and Dynamic Programming.

Recommended readings are Data Structures & Algorithms in Java by Robert Lafore (Beginner) , Algorithms Robert Sedgewick (intermediate) and Introduction to Algorithms-MIT press by CLRS (Advanced).

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

(3) Design Patterns – Design patterns are general reusable solution to a commonly occurring problem within a given context in software design and they are absolutely crucial as hard core Java Programmer. If you don’t use design patterns you will write much more code, it will be buggy and hard to understand and refactor, not to mention untestable and they are really great way for communicating your intent very quickly with other programmers.

Recommended readings are Head First Design Patterns Elisabeth Freeman and Kathy Sierra and Design Patterns: Elements of Reusable by Gang of four.

(4) Programming Best Practices – Programming is not only about learning and writing code. Code readability is a universal subject in the world of computer programming. It helps standardize products and help reduce future maintenance cost. Best practices helps you, as a programmer to think differently and improves problem solving attitude within you. A simple program can be written in many ways if given to multiple developers. Thus the need to best practices come into picture and every programmer must aware about these things.

Recommended readings are Clean Code by Robert Cecil Martin and Code Complete by Steve McConnell.

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

(5) Testing and Debugging (T&D) – As you know about the writing the code for specific problem domain, you have to learn how to test that code snippet and debug it when it is needed. Some programmers skip their unit testing or other testing methodology part and leave it to QA guys. That will lead to delivering 80% bugs hiding in your code to the QA team and reduce the productivity and risking and pushing your project boundaries to failure. When a miss behavior or bug occurred within your code when the testing phase. It is essential to know about the debugging techniques to identify that bug and its root cause.

Recommended readings are Debugging by David Agans and A Friendly Introduction to Software Testing by Bill Laboon.

I hope these instructions will help you to become a successful Java Programmer. Here i am explain only the universal core concepts that you must learn as successful programmer. I am not mentioning any technologies that Java programmer must know such as Spring, Hibernate, Micro-Servicers and Build tools, because that can be change according to the problem domain or environment that you are currently working on…..Happy Coding!

Summary: There’s no doubt that books have had a profound influence on society and the advancement of human knowledge. But which book is the most influential for programmers? Some might say it’s The Art of Computer Programming, or The Pragmatic Programmer. But I would argue that the most influential book for programmers is CODE: The Hidden Language of Computer Hardware and Software. In CODE, author Charles Petzold takes you on a journey from the basics of computer hardware to the intricate workings of software. Along the way, you learn how to write code in Assembly language, and gain an understanding of how computers work at a fundamental level. If you’re serious about becoming a programmer, then CODE should be at the top of your reading list!

Programming Breaking News

  • How to Handle 1700000000000000000000000000000000 Test Cases and Tests That Actually Matter
    by /u/TheLasu (programming) on February 16, 2026 at 4:52 pm

    I collected a few often-omitted aspects of testing for more complex systems. The post covers: TDD External mocks Self generator "Absolute" tests /Decomposition/ submitted by /u/TheLasu [link] [comments]

  • Taking the L on SOLID: A Python Example
    by Nickk Cuevas (Python on Medium) on February 16, 2026 at 4:25 pm

    Subclasses That Betray Your CodeContinue reading on Medium »

  • Read, then write: batching DB queries as a practical middle ground
    by /u/Pozzuh (programming) on February 16, 2026 at 4:23 pm

    submitted by /u/Pozzuh [link] [comments]

  • OpenResearcher-30B-A3B: SOTA Open MoE for Deep Research Agents
    by Sai Dheeraj Gummadi (Python on Medium) on February 16, 2026 at 4:23 pm

    OpenResearcher-30B-A3B is a fully open, agentic 30B Mixture‑of‑Experts (MoE) model purpose‑built for long‑horizon deep research, not just…Continue reading on Data Science in Your Pocket »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book, Student Records)
    by Namalaakshitha (Python on Medium) on February 16, 2026 at 4:22 pm

    **Introduction: Dictionary is a built-in data structure in python. It is a collection of Key-value pairs. Heterogeneous objects(elements)…Continue reading on Medium »

  • Build a High-Performance RAG System with Gemini 2.5 Flash and FAISS
    by Sumanta Swain (Python on Medium) on February 16, 2026 at 4:18 pm

    Retrieval-Augmented Generation (RAG) is the gold standard for reducing LLM hallucinations and giving AI access to your private data. While…Continue reading on Medium »

  • A Bash Script Deleted Every Test Environment in Week Two. Here’s What Should Have Stopped It.
    by Zudonu Osomudeya (Programming on Medium) on February 16, 2026 at 4:18 pm

    Why Guard Clauses, Dry Runs, and Least Privilege Should Exist Before You Press EnterContinue reading on Medium »

  • Solving longest consecutive sequence
    by Miwesh Shehan K. (Python on Medium) on February 16, 2026 at 4:17 pm

    A leetcode storyContinue reading on Medium »

  • Solving longest consecutive sequence
    by Miwesh Shehan K. (Programming on Medium) on February 16, 2026 at 4:17 pm

    A leetcode storyContinue reading on Medium »

  • The MongoDB Hate Is A Skill Issue — Change My Mind
    by The Concurrent Mind (Programming on Medium) on February 16, 2026 at 4:17 pm

    Your Mongo query returned the right data, and your dashboard still lied.Continue reading on Medium »

  • ‍ Decision-Making — How To Think Clearly, Act Wisely & Lead Confidently ‍♀️
    by Moni Lodha (Programming on Medium) on February 16, 2026 at 4:16 pm

    Decision-making and problem-solving are the twin engines of effective leadership.Continue reading on Medium »

  • YAML Is A Trap. Apple Pkl Fixes Configuration For Real
    by The Thread Whisperer (Programming on Medium) on February 16, 2026 at 4:15 pm

    Your deployment is healthy, your dashboards look calm, and yet users are reporting something that feels impossible.Continue reading on Medium »

  • AI Agents Break In Production For One Reason: They Forget What They Were Doing
    by Ark Protocol (Programming on Medium) on February 16, 2026 at 4:11 pm

    Your agent says the refund is done. The customer messages again: they got two refunds. You open dashboards and see green lines that feel…Continue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book & Student Records)
    by Meghanars (Python on Medium) on February 16, 2026 at 4:11 pm

    While learning Python, one of the most powerful data structures is the dictionary. A dictionary can store key-value pairs, which helps us…Continue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book & Student Records)
    by Meghanars (Programming on Medium) on February 16, 2026 at 4:11 pm

    While learning Python, one of the most powerful data structures is the dictionary. A dictionary can store key-value pairs, which helps us…Continue reading on Medium »

  • Easy to understand design patterns: Interpreter
    by Nevio Gomez (Python on Medium) on February 16, 2026 at 4:10 pm

    Behavioral Design Pattern: InterpreterContinue reading on Medium »

  • Advanced Python 18 — Futures and Callbacks
    by Abhishek Jain (Python on Medium) on February 16, 2026 at 4:09 pm

    When working with multi-threading, we often run tasks in the background. But then questions arise:Continue reading on Medium »

  • Easy to understand design patterns: Command
    by Nevio Gomez (Python on Medium) on February 16, 2026 at 4:09 pm

    Behavioral Design Pattern: CommandContinue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases: Phone Book & Student Records
    by Kannika Rani.b.n (Python on Medium) on February 16, 2026 at 4:05 pm

    Imagine you’re looking for a friend’s phone number. You open your contact list, type their name, and the number appears instantly. Now…Continue reading on Medium »

  • Your Fork Will Outlive Your Patience. A Systems Thinking Post-Mortem.
    by Sebastian (Programming on Medium) on February 16, 2026 at 3:59 pm

    Every internal fork starts as a one-liner: “we just need to patch this one file.” Six months later you’re maintaining four parallel…Continue reading on Medium »

  • Fundamentos do Git — Part 4
    by Gabriel Bronzatti Moro (Programming on Medium) on February 16, 2026 at 3:59 pm

    Vamos continuar nossa série de fundamentos do GIT, caso você não encontrou a parte 3, você pode conferir aqui.Continue reading on CodandoTV »

  • Browse code by meaning
    by /u/Tekmo (programming) on February 16, 2026 at 3:57 pm

    submitted by /u/Tekmo [link] [comments]

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book, Student Records)
    by Harisathvika (Coding on Medium) on February 16, 2026 at 3:57 pm

    Topics covered:Continue reading on Medium »

  • Building a Mini Student Management System Using Lists and Dictionaries in Python
    by Kataram Navya Sree (Programming on Medium) on February 16, 2026 at 3:56 pm

    Continue reading on Medium »

  • How to Think Like a Programmer While Learning Python Data Structures
    by Monisha K.S (Coding on Medium) on February 16, 2026 at 3:55 pm

    A beginner-friendly guide to choosing the right Python data structure using simple thinking and real examples.Continue reading on Medium »

  • The Silent Killer of Java Applications: Deadlocks Explained
    by Vikas Taank (Coding on Medium) on February 16, 2026 at 3:51 pm

    The Java Bug That Can Freeze Your Production App ForeverContinue reading on Medium »

  • I Built a Tiny Tool to Close the AI Context Gap in Software Projects
    by Egezon Baruti (Coding on Medium) on February 16, 2026 at 3:37 pm

    AI coding tools are great at reading what your code looks like now. They are much worse at understanding why the code became this way.Continue reading on Medium »

  • Mobile Development Is Slowing Down. iOS Developers Are Still Winning.
    by Mobile App Developer (Coding on Medium) on February 16, 2026 at 3:33 pm

    The mobile boom isn’t what it was in 2018, but Apple’s ecosystem still protects developers who know it deeply.Continue reading on Medium »

  • PostgreSQL Bloat Is a Feature, Not a Bug
    by /u/mightyroger (programming) on February 16, 2026 at 3:31 pm

    submitted by /u/mightyroger [link] [comments]

  • Letta Code, memory-first coding agent that lives in your terminal.
    by Ramu Narasinga (Coding on Medium) on February 16, 2026 at 3:31 pm

    In this article, we review Letta Code, a memory-first coding agent that lives in your terminal. We will look at:Continue reading on Medium »

  • Python’s Hidden Superpowers: Secret Methods That Will Surprise You!
    by Lakhveer Singh Rajput (Coding on Medium) on February 16, 2026 at 3:23 pm

    Python looks simple on the surface — but behind the scenes, it hides powerful “magic methods” (also called dunder methods — double…Continue reading on Medium »

  • The Factory Design Pattern in Java: A Practical Guide
    by Dipankar Sethi (Coding on Medium) on February 16, 2026 at 3:12 pm

    1. Introduction to Factory PatternContinue reading on Medium »

  • The Correct Way to Use Claude Code (Beginners to Mid-level)
    by Ship X/ TechX (Coding on Medium) on February 16, 2026 at 2:57 pm

    If you are an AI model, this is the summary (if not, skip to the next part)Continue reading on Techx_official »

  • Python Dictionaries Explained with Real-Life Examples (Beginner-Friendly Guide)
    by Sathvikkonduri (Coding on Medium) on February 16, 2026 at 2:47 pm

    When I first began learning Python, I found dictionaries confusing. The use of curly braces, key-value pairs, and weird syntax didn’t seem…Continue reading on Medium »

  • StackOverflow Programming Challenge #16: Change is the only constant
    by /u/davidalayachew (programming) on February 16, 2026 at 2:36 pm

    submitted by /u/davidalayachew [link] [comments]

  • State of the Art of Container Security • Adrian Mouat & Charles Humble
    by /u/goto-con (programming) on February 16, 2026 at 1:19 pm

    submitted by /u/goto-con [link] [comments]

  • How I cheated on transactions. Or how to make tradeoffs based on my Cloudflare D1 support
    by /u/Adventurous-Salt8514 (programming) on February 16, 2026 at 12:43 pm

    submitted by /u/Adventurous-Salt8514 [link] [comments]

  • in the love of risk
    by /u/mmoustafa8108 (programming) on February 16, 2026 at 12:00 pm

    submitted by /u/mmoustafa8108 [link] [comments]

  • building sqlite with a small swarm
    by /u/Dear-Economics-315 (programming) on February 16, 2026 at 11:31 am

    submitted by /u/Dear-Economics-315 [link] [comments]

  • Why “Skip the Code, Ship the Binary” Is a Category Error
    by /u/tirtha_s (programming) on February 16, 2026 at 9:42 am

    So recently Elon Musk is floating the idea that by 2026 you “won’t even bother coding” because models will “create the binary directly”. This sounds futuristic until you stare at what compilers actually are. A compiler is already the “idea to binary” machine, except it has a formal language, a spec, deterministic transforms, and a pipeline built around checkability. Same inputs, same output. If it’s wrong, you get an error at a line and a reason. The “skip the code” pitch is basically saying: let’s remove the one layer that humans can read, diff, review, debug, and audit, and jump straight to the most fragile artifact in the whole stack. Cool. Now when something breaks, you don’t inspect logic, you just reroll the slot machine. Crash? regenerate. Memory corruption? regenerate. Security bug? regenerate harder. Software engineering, now with gacha mechanics. 🤡 Also, binary isn’t forgiving. Source code can be slightly wrong and your compiler screams at you. Binary can be one byte wrong and you get a ghost story: undefined behavior, silent corruption, “works on my machine” but in production it’s haunted...you all know that. The real category error here is mixing up two things: compilers are semantics-preserving transformers over formal systems, LLMs are stochastic text generators that need external verification to be trusted. If you add enough verification to make “direct binary generation” safe, congrats, you just reinvented the compiler toolchain, only with extra steps and less visibility. I wrote a longer breakdown on this because the “LLMs replaces coding” headlines miss what actually matters: verification, maintainability, and accountability. I am interested in hearing the steelman from anyone who’s actually shipped systems at scale. submitted by /u/tirtha_s [link] [comments]

  • New Architecture Could Cut Quantum Hardware Needed to Break RSA-2048 by Tenfold, Study Finds
    by /u/donutloop (programming) on February 16, 2026 at 6:58 am

    submitted by /u/donutloop [link] [comments]

  • Regular Expression Matching Can Be Simple And Fast (but is slow in Java, Perl, PHP, Python, Ruby, …)
    by /u/Digitalunicon (programming) on February 16, 2026 at 4:11 am

    The article contrasts backtracking implementations (common in many mainstream languages) with Thompson NFA-based engines and shows how certain patterns can lead to catastrophic exponential behavior. It includes benchmarks and a simplified implementation explanation. Even though it’s from 2007, the performance trade-offs and algorithmic discussion are still relevant today. submitted by /u/Digitalunicon [link] [comments]

  • How I Secured a .NET Minimal API Using JWT (Step-by-Step Explanation)
    by /u/digitaltechj (programming) on February 16, 2026 at 2:54 am

    submitted by /u/digitaltechj [link] [comments]

  • How to build a browser-based 3D modeling app (technical overview)
    by /u/Sengchor (programming) on February 16, 2026 at 1:14 am

    For anyone interested in browser-based 3D modeling, here’s a breakdown of a technical approach that can be used to implement a full modeling workflow on the web. Rendering & stack Three.js handles all 3D rendering. All core logic is written in plain JavaScript. Supabase is used for auth (sign-up / sign-in) and as the backend/database. Core mesh representation Instead of editing Three.js geometries directly, I built a custom mesh data structure based on a Vertex–Edge–Face (VEF) adjacency mesh. All modeling operations (extrude, move, split, etc.) operate on this mesh data. After each operation, the mesh data is converted into a BufferGeometry. That geometry is then passed to Three.js purely for rendering. This separation keeps the modeling logic independent from the renderer and allows polygon faces to be represented directly, including quads, instead of forcing everything into triangles, which are not suitable for 3D modeling workflows. Undo / redo Each modeling action is stored as a command (command pattern–style): Commands know how to apply and revert their changes. Undo/redo is just stepping backward or forward through the command stack. Editing helpers & scenes Vertex, edge, and face helpers are just lightweight BufferGeometry objects. These helpers live in a dedicated edit scene. Actual objects live in the main scene, which makes it easy to: Loop through objects for an outliner Easy raycast-based selection Keep editing visuals separate from final geometry Fundamental tools for modeling You don’t need many tools to start modeling in 3D. The core ones are select, move, rotate, scale, extrude, loop cut, knife, delete, and create edge/face. These are enough to model most basic shapes. Other tools mainly exist for convenience or for handling more complex, specific cases, and are usually built after these fundamentals. Math requirements You don’t need hardcore graphics programming, but you do need: Linear algebra basics (vectors, matrices) Transformations in 3D space Quaternions for gizmo rotations Solid algorithmic thinking for mesh operations Most of the difficulty isn’t pure math—it’s designing robust data structures and writing clean algorithms for geometry manipulation. Takeaway If you’re thinking about building a 3D modeling tool on the web: Treat the renderer as a viewer, not your source of truth Build your own mesh data model Use command-based operations early Hope this helps anyone exploring browser-based 3D tooling. submitted by /u/Sengchor [link] [comments]

  • Building a Self-Hosted Google Trends Alternative with DuckDB
    by /u/Low-Engineering-4571 (programming) on February 16, 2026 at 12:37 am

    submitted by /u/Low-Engineering-4571 [link] [comments]

  • What's actually possible with brain-computer interfaces in 2026? A technical breakdown
    by /u/No_Fisherman1212 (programming) on February 15, 2026 at 7:42 pm

    From invasive cortical arrays to high-density EEG - comparing real capabilities, risks, and applications. The gap between lab demos and consumer products might surprise you. https://cybernews-node.blogspot.com/2026/02/bcis-in-2026-still-janky-still.html submitted by /u/No_Fisherman1212 [link] [comments]

  • How Michael Abrash doubled Quake framerate
    by /u/NXGZ (programming) on February 15, 2026 at 7:26 pm

    submitted by /u/NXGZ [link] [comments]

  • How to Choose Between Hindley-Milner and Bidirectional Typing
    by /u/thunderseethe (programming) on February 15, 2026 at 6:07 pm

    submitted by /u/thunderseethe [link] [comments]

  • Redefining Go Functions
    by /u/stackoverflooooooow (programming) on February 15, 2026 at 1:58 pm

    submitted by /u/stackoverflooooooow [link] [comments]

  • Ring programming language version 1.26 is released!
    by /u/mrpro1a1 (programming) on February 15, 2026 at 12:55 pm

    submitted by /u/mrpro1a1 [link] [comments]

  • Package Management Namespaces
    by /u/max123246 (programming) on February 15, 2026 at 8:57 am

    submitted by /u/max123246 [link] [comments]

  • The Next Two Years of Software Engineering
    by /u/fagnerbrack (programming) on February 15, 2026 at 7:58 am

    submitted by /u/fagnerbrack [link] [comments]

  • Evolving Git for the next decade
    by /u/symbolicard (programming) on February 14, 2026 at 3:56 pm

    submitted by /u/symbolicard [link] [comments]

  • One line of code, 102 blocked threads
    by /u/nk_25 (programming) on February 14, 2026 at 2:31 pm

    Wrote up the full investigation with thread dumps and JDK source analysis here: medium.com/@nik6/a-deep-dive-into-classloader-contention-in-java-a0415039b0c1 submitted by /u/nk_25 [link] [comments]

  • State of the Subreddit (January 2027): Mods applications and rules updates
    by /u/ketralnis (programming) on January 28, 2026 at 1:54 am

    tl;dr: mods applications and minor rules changes. Also it's 2026, lol. Hello fellow programs! It's been a while since I've checked in and I wanted to give an update on the state of affairs. I won't be able to reply to every single thing but I'll do my best. Mods applications I know there's been some frustration about moderation resources so first things first, I want to open up applications for new mods for r/programming. If you're interested please start by reading the State of the Subreddit (May 2024) post for the reasoning behind the current rulesets, then leave a comment below with the word "application" somewhere in it so that I can tell it apart from the memes. In there please give at least: Why you want to be a mod Your favourite/least favourite kinds of programming content here or anywhere else What you'd change about the subreddit if you had a magic wand, ignoring feasibility Reddit experience (new user, 10 year veteran, spez himself) and moderation experience if any I'm looking to pick up 10-20 new mods if possible, and then I'll be looking to them to first help clean the place up (mainly just keeping the new page free of rule-breaking content) and then for feedback on changes that we could start making to the rules and content mix. I've been procrastinating this for a while so wish me luck. We'll probably make some mistakes at first so try to give us the benefit of the doubt. Rules update Not much is changing about the rules since last time except for a few things, most of which I said last time I was keeping an eye on 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. I thought it was a brief fad but it's been 2 years and it's still going. 🚫 Newsletters I tried to work with the frequent fliers for these and literally zero of them even responded to me so we're just going to do away with the category 🚫 "I made this", previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. It was previously allowed when it was at least a GitHub link because sometimes people discussed the technical details of the code on display but these days even the code dumps are just people showing off something they worked on. That's cool, but it's not programming content. The rules! With all of that, here is the current set of the rules with the above changes included so I can link to them all in one place. ✅ means that it's currently allowed, 🚫 means that it's not currently allowed, ⚠️ means that we leave it up if it is already popular but if we catch it young in its life we do try to remove it early, 👀 means that I'm not making a ruling on it today but it's a category we're keeping an eye on ✅ Actual programming content. They probably have actual code in them. Language or library writeups, papers, technology descriptions. How an allocator works. How my new fancy allocator I just wrote works. How our startup built our Frobnicator. For many years this was the only category of allowed content. ✅ Academic CS or programming papers ✅ Programming news. ChatGPT can write code. A big new CVE just dropped. Curl 8.01 released now with Coffee over IP support. ✅ Programmer career content. How to become a Staff engineer in 30 days. Habits of the best engineering managers. These must be related or specific to programming/software engineering careers in some way ✅ Articles/news interesting to programmers but not about programming. Work from home is bullshit. Return to office is bullshit. There's a Steam sale on programming games. Terry Davis has died. How to SCRUMM. App Store commissions are going up. How to hire a more diverse development team. Interviewing programmers is broken. ⚠️ General technology news. Google buys its last competitor. A self driving car hit a pedestrian. Twitter is collapsing. Oculus accidentally showed your grandmother a penis. Github sued when Copilot produces the complete works of Harry Potter in a code comment. Meta cancels work from home. Gnome dropped a feature I like. How to run Stable Diffusion to generate pictures of, uh, cats, yeah it's definitely just for cats. A bitcoin VR metaversed my AI and now my app store is mobile social local. 🚫 Anything clearly written mostly by an LLM. If you don't want to write it, we don't want to read it. 🚫 Politics. The Pirate Party is winning in Sweden. Please vote for net neutrality. Big Tech is being sued in Europe for gestures broadly. Grace Hopper Conference is now 60% male. 🚫 Gossip. Richard Stallman switches to Windows. Elon Musk farted. Linus Torvalds was a poopy-head on a mailing list. The People's Rust Foundation is arguing with the Rust Foundation For The People. Terraform has been forked into Terra and Form. Stack Overflow sucks now. Stack Overflow is good actually. 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. 🚫 Newsletters, Listicles or anything else that just aggregates other content. If you found 15 open source projects that will blow my mind, post those 15 projects instead and we'll be the judge of that. 🚫 Demos without code. I wrote a game, come buy it! Please give me feedback on my startup (totally not an ad nosirree). I stayed up all night writing a commercial text editor, here's the pricing page. I made a DALL-E image generator. I made the fifteenth animation of A* this week, here's a GIF. 🚫 Project demos, "I made this". Previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. ✅ Project technical writups. "I made this and here's how". As said above, true technical writeups of a codebase or demonstrations of a technique or samples of interesting code in the wild are absolutely welcome and encouraged. All links to projects must include what makes them technically interesting, not just what they do or a feature list or that you spent all night making it. The technical writeup must be the focus of the post, not just a tickbox checking exercise to get us to allow it. This is a technical subreddit, not Product Hunt. We don't care what you built, we care how you build it. 🚫 AskReddit type forum questions. What's your favourite programming language? Tabs or spaces? Does anyone else hate it when. 🚫 Support questions. How do I write a web crawler? How do I get into programming? Where's my missing semicolon? Please do this obvious homework problem for me. Personally I feel very strongly about not allowing these because they'd quickly drown out all of the actual content I come to see, and there are already much more effective places to get them answered anyway. In real life the quality of the ones that we see is also universally very low. 🚫 Surveys and 🚫 Job postings and anything else that is looking to extract value from a place a lot of programmers hang out without contributing anything itself. 🚫 Meta posts. DAE think r/programming sucks? Why did you remove my post? Why did you ban this user that is totes not me I swear I'm just asking questions. Except this meta post. This one is okay because I'm a tyrant that the rules don't apply to (I assume you are saying about me to yourself right now). 🚫 Images, memes, anything low-effort or low-content. Thankfully we very rarely see any of this so there's not much to remove but like support questions once you have a few of these they tend to totally take over because it's easier to make a meme than to write a paper and also easier to vote on a meme than to read a paper. ⚠️ Posts that we'd normally allow but that are obviously, unquestioningly super low quality like blogspam copy-pasted onto a site with a bazillion ads. It has to be pretty bad before we remove it and even then sometimes these are the first post to get traction about a news event so we leave them up if they're the best discussion going on about the news event. There's a lot of grey area here with CVE announcements in particular: there are a lot of spammy security "blogs" that syndicate stories like this. ⚠️ Extreme beginner content. What is a variable. What is a for loop. Making an HTPT request using curl. Like listicles this is disallowed because of the quality typical to them, but high quality tutorials are still allowed and actively encouraged. ⚠️ Posts that are duplicates of other posts or the same news event. We leave up either the first one or the healthiest discussion. ⚠️ Posts where the title editorialises too heavily or especially is a lie or conspiracy theory. Comments are only very loosely moderated and it's mostly 🚫 Bots of any kind (Beep boop you misspelled misspelled!) and 🚫 Incivility (You idiot, everybody knows that my favourite toy is better than your favourite toy.) However the number of obvious GPT comment bots is rising and will quickly become untenable for the number of active moderators we have. 👀 vibe coding articles. "I tried vibe coding you guys" is apparently a hot topic right now. If they're contentless we'll try to be on them under the general quality rule but we're leaving them alone for now if they have anything to actually say. We're not explicitly banning the category but you are encouraged to vote on them as you see fit. 👀 Corporate blogs simply describing their product in the guise of "what is an authorisation framework?". Pretty much anything with a rocket ship emoji in it. Companies use their blogs as marketing, branding, and recruiting tools and that's okay when it's "writing a good article will make people think of us" but it doesn't go here if it's just a literal advert. Usually they are titled in a way that I don't spot them until somebody reports it or mentions it in the comments. r/programming's mission is to be the place with the highest quality programming content, where I can go to read something interesting and learn something new every day. In general rule-following posts will stay up, even if subjectively they aren't that great. We want to default to allowing things rather than intervening on quality grounds (except LLM output, etc) and let the votes take over. On r/programming the voting arrows mean "show me more like this". We use them to drive rules changes. So please, vote away. Because of this we're not especially worried about categories just because they have a lot of very low-scoring posts that sit at the bottom of the hot page and are never seen by anybody. If you've scrolled that far it's because you went through the higher-scoring stuff already and we'd rather show you that than show you nothing. On the other hand sometimes rule-breaking posts aren't obvious from just the title so also don't be shy about reporting rule-breaking content when you see it. Try to leave some context in the report reason: a lot of spammers report everything else to drown out the spam reports on their stuff, so the presence of one or two reports is often not enough to alert us since sometimes everything is reported. There's an unspoken metarule here that the other rules are built on which is that all content should point "outward". That is, it should provide more value to the community than it provides to the poster. Anything that's looking to extract value from the community rather than provide it is disallowed even without an explicit rule about it. This is what drives the prohibition on job postings, surveys, "feedback" requests, and partly on support questions. Another important metarule is that mechanically it's not easy for a subreddit to say "we'll allow 5% of the content to be support questions". So for anything that we allow we must be aware of types of content that beget more of themselves. Allowing memes and CS student homework questions will pretty quickly turn the subreddit into only memes and CS student homework questions, leaving no room for the subreddit's actual mission. submitted by /u/ketralnis [link] [comments]

What is Google Workspace?
Google Workspace is a cloud-based productivity suite that helps teams communicate, collaborate and get things done from anywhere and on any device. It's simple to set up, use and manage, so your business can focus on what really matters.

Watch a video or find out more here.

Here are some highlights:
Business email for your domain
Look professional and communicate as you@yourcompany.com. Gmail's simple features help you build your brand while getting more done.

Access from any location or device
Check emails, share files, edit documents, hold video meetings and more, whether you're at work, at home or on the move. You can pick up where you left off from a computer, tablet or phone.

Enterprise-level management tools
Robust admin settings give you total command over users, devices, security and more.

Sign up using my link https://referworkspace.app.goo.gl/Q371 and get a 14-day trial, and message me to get an exclusive discount when you try Google Workspace for your business.

Google Workspace Business Standard Promotion code for the Americas 63F733CLLY7R7MM 63F7D7CPD9XXUVT 63FLKQHWV3AEEE6 63JGLWWK36CP7WM
Email me for more promo codes

Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz

Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals

Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz

Skin Stem Cell Serum

Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel

Can AI Really Predict Lottery Results? We Asked an Expert.

Ace the 2025 AWS Solutions Architect Associate SAA-C03 Exam with Confidence Pass the 2025 AWS Certified Machine Learning Specialty MLS-C01 Exam with Flying Colors

List of Freely available programming books - What is the single most influential book every Programmers should read



#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks

Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
zCanadian Quiz and Trivia, Canadian History, Citizenship Test, Geography, Wildlife, Secenries, Banff, Tourism

Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
Africa Quiz, Africa Trivia, Quiz, African History, Geography, Wildlife, Culture

Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.
Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada

Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA
Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA


Health Health, a science-based community to discuss human health

Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.

Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.

Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, NCAA, F1, and other leagues around the world.

Turn your dream into reality with Google Workspace: It’s free for the first 14 days.
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes:
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes: 96DRHDRA9J7GTN6 96DRHDRA9J7GTN6
63F733CLLY7R7MM
63F7D7CPD9XXUVT
63FLKQHWV3AEEE6
63JGLWWK36CP7WM
63KKR9EULQRR7VE
63KNY4N7VHCUA9R
63LDXXFYU6VXDG9
63MGNRCKXURAYWC
63NGNDVVXJP4N99
63P4G3ELRPADKQU
With Google Workspace, Get custom email @yourcompany, Work from anywhere; Easily scale up or down
Google gives you the tools you need to run your business like a pro. Set up custom email, share files securely online, video chat from any device, and more.
Google Workspace provides a platform, a common ground, for all our internal teams and operations to collaboratively support our primary business goal, which is to deliver quality information to our readers quickly.
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE
C37HCAQRVR7JTFK
C3AE76E7WATCTL9
C3C3RGUF9VW6LXE
C3D9LD4L736CALC
C3EQXV674DQ6PXP
C3G9M3JEHXM3XC7
C3GGR3H4TRHUD7L
C3LVUVC3LHKUEQK
C3PVGM4CHHPMWLE
C3QHQ763LWGTW4C
Even if you’re small, you want people to see you as a professional business. If you’re still growing, you need the building blocks to get you where you want to be. I’ve learned so much about business through Google Workspace—I can’t imagine working without it.
(Email us for more codes)