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

  • The Unseen Architect – Data
    by Celestial Elf (Programming on Medium) on February 16, 2026 at 3:13 am

    Code executes, but data decides. In the world of scalable solutions, understanding your data is paramount.Continue reading on Medium »

  • The Spring Boot Features 90% of Developers Never Use (But Should)
    by Gain Java Knowledge (Programming on Medium) on February 16, 2026 at 3:07 am

    I once reviewed a Spring Boot project with 45 controllers, 77 services, and thousands of lines of code. Everything “worked.” And yet… it…Continue reading on Medium »

  • Practical Python Tricks Part 17: Mutable state in decorators and class-based decorators
    by PrimerPy (Programming on Medium) on February 16, 2026 at 3:05 am

    Decorators capture configuration through closures at decoration time. But what if you need to change that configuration later — at runtime…Continue reading on Python in Plain English »

  • To vibe code, or not to vibe code?
    by Vladimir Shchur (Programming on Medium) on February 16, 2026 at 3:03 am

    I know how to write proper code. I have 15+ year of hands-on experience behind me. I was also an early adopter of Github Copilot and have…Continue reading on Medium »

  • Apex Fluently Proves Salesforce Open Source Is Alive… Or does It?
    by Andrii Sukhetskyi (Programming on Medium) on February 16, 2026 at 3:03 am

    Last week, a comment from an executive on LinkedIn:Continue reading on Medium »

  • 50 Xcode Shortcuts That Will Make You Faster
    by Chandra Welim (Programming on Medium) on February 16, 2026 at 3:01 am

    Stop reaching for the mouseContinue reading on Medium »

  • brulee + tidymodels (MLP in tidy workflows) — Case Study
    by Journal of Landing Across Linguistic Foreground (Python on Medium) on February 16, 2026 at 2:58 am

    ## Introduction: Why MLPs in R’s Tidy Ecosystem Matter in 2026Continue reading on Medium »

  • brulee + tidymodels (MLP in tidy workflows) — Case Study
    by Journal of Landing Across Linguistic Foreground (Programming on Medium) on February 16, 2026 at 2:58 am

    ## Introduction: Why MLPs in R’s Tidy Ecosystem Matter in 2026Continue reading on Medium »

  • neuralnet/RSNNS (classic FFNNs) — Case Study
    by Journal of Landing Across Linguistic Foreground (Programming on Medium) on February 16, 2026 at 2:57 am

    The RSNNS package in R provides an interface to one of the most comprehensive classic neural network libraries ever developed: the…Continue reading on Medium »

  • 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]

  • SAML Explained Simply: Enterprise SSO Guide (Part 1)
    by isuru perera (Programming on Medium) on February 16, 2026 at 2:51 am

    Your manager walks to your desk and says:Continue reading on Medium »

  • Everything You Need to Know About NumPy in 2026
    by Himanshu Puri (Python on Medium) on February 16, 2026 at 2:49 am

    Python continues to dominate the world of programming, especially in Data Science, Artificial Intelligence, and Machine Learning. At the…Continue reading on Medium »

  • Monte Carlo Simulations in Production: 20,000 Seasons Later
    by Kevin Zhou (Coding on Medium) on February 16, 2026 at 2:33 am

    As a lifelong soccer fan, I’ve spent countless hours arguing with friends about who will finish in the Top 4, who’s going down back into…Continue reading on Medium »

  • Stop Chasing Shiny Frameworks: Why Pragmatic Tech Stacks Win in 2026
    by George Witt (Coding on Medium) on February 16, 2026 at 2:32 am

    How Experienced Engineering Teams Are Choosing Boring Technology That Actually Ships ProductsContinue reading on Medium »

  • Mastering Django’s ORM: A Comprehensive Guide to Database Interactions
    by Jahel (Python on Medium) on February 16, 2026 at 2:22 am

    Django’s Object-Relational Mapper (ORM) is one of its most powerful features.Continue reading on Medium »

  • A GPT in 246 Lines of Pure Python: What Karpathy’s Latest Art Project Teaches Us About LLMs
    by Peter Ho (Python on Medium) on February 16, 2026 at 2:16 am

    Everything you need to train a language model fits in a single file with zero dependencies. Everything else is just efficiencyContinue reading on Medium »

  • Claude Code vs Codex: I Tested Both for 6 Months
    by Civil Learning (Coding on Medium) on February 16, 2026 at 2:08 am

    The debate is getting heated. $200/month for Claude Code Max or $20/month for Codex Plus? Everyone has an opinion, and most of them are…Continue reading on Medium »

  • Mastering Python Data Structures for Data Engineering: 60+ Production-Ready Solutions
    by Mayurkumar Surani (Python on Medium) on February 16, 2026 at 1:46 am

    By Mayurkumar Surnai, Senior Data EngineerContinue reading on Medium »

  • 5 Powerful Python Libraries and Where They’re Used
    by Inderjeetsinghkhalsa (Python on Medium) on February 16, 2026 at 1:36 am

    Python has become one of the most popular programming languages in the world — and honestly, one big reason is its libraries.Continue reading on Medium »

  • 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]

  • How Python Uses Data Structures Behind the Scenes: Lists, Tuples, Sets, and Dictionaries
    by Dheeraj Gowda N (Python on Medium) on February 16, 2026 at 1:12 am

    Introduction:Continue reading on Medium »

  • Topic Taxonomy: The Invisible Architecture Behind Intelligent Systems
    by Everton Gomede, PhD (Python on Medium) on February 16, 2026 at 1:04 am

    AbstractContinue reading on Stackademic »

  • Agentic Coding: How AI is Rewriting the Software Development Lifecycle
    by Made Adi Widyananda (Coding on Medium) on February 16, 2026 at 1:03 am

    The software development lifecycle (SDLC) is undergoing a radical transformation, driven by advancements in artificial intelligence…Continue reading on Medium »

  • Is “Write-Only Code” the Fullstack Developer’s New Reality, or a Recipe for Disaster?
    by Made Adi Widyananda (Coding on Medium) on February 16, 2026 at 1:02 am

    The rise of AI-powered coding tools has sparked both excitement and trepidation among fullstack developers. On one hand, these tools…Continue reading on Medium »

  • Coding in 2026: From Writing Code to Orchestrating AI
    by Warsono (Coding on Medium) on February 16, 2026 at 1:01 am

    Over the past few months, one thing has become increasingly clear to me: coding in 2026 is no longer about who types the fastest. The real…Continue reading on Medium »

  • Beyond LRU: How I Used Random Forest to Build a “Smarter” Cache
    by Tomoharu Tsutsumi (Python on Medium) on February 16, 2026 at 12:56 am

    Can a few lines of Machine Learning outperform the industry-standard LRU algorithm? The answer lies in how we define “cost.”Continue reading on Medium »

  • The Coolest CSS Updates on this year
    by Shefayetnayon (Coding on Medium) on February 16, 2026 at 12:47 am

    CSS updated codeContinue reading on Medium »

  • สร้าง Automated News Dashboard ด้วย Python + Streamlit
    by Aethaya Meesawat (Python on Medium) on February 16, 2026 at 12:42 am

    เคยไหม? ที่เราต้อง Google หาข่าวทุกวัน วนไปวนมาจนเหนื่อย วันนี้เราจะมาสร้าง News Dashboard ที่อัปเดตข่าวให้เราอัตโนมัติทุก 5 นาที…Continue reading on Medium »

  • If You’re Not Versioning Your SwiftData Schema, You’re Gambling
    by Mohammad Azam (Coding on Medium) on February 16, 2026 at 12:41 am

    Let me say this clearly. If you are building a SwiftData app and you are not versioning your schema, you are gambling. It may not hurt you…Continue reading on Medium »

  • 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]

  • Local WebSocket: Building Real-Time Apps That Work Without the Cloud
    by /u/_Flame_Of_Udun_ (programming) on February 15, 2026 at 9:37 pm

    I've published an article introducing my new Dart/Flutter package: `local_websocket`, enabling real-time apps over local networks without cloud servers, perfect for offline-first, on-premises, or privacy-sensitive use cases like healthcare systems. Key features covered: - Automatic device discovery and LAN WebSocket communication. - Pure Dart implementation with server scanning capabilities. - Practical examples for dashboards, collaboration, and mission-critical apps. Feedback welcome on production use, reconnection strategies, or integration tips with Flutter projects. submitted by /u/_Flame_Of_Udun_ [link] [comments]

  • Can agentic coding raise the quality bar?
    by /u/LukeMathWalker (programming) on February 15, 2026 at 7:52 pm

    submitted by /u/LukeMathWalker [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]

  • AI to stay in Flow - a personal decision on how I chose to (not) use AI
    by /u/shrupixd (programming) on February 15, 2026 at 5:50 pm

    👋 This is a bit different take on programming with AI, instead of going more in the vibecoding direction, I'll try to use AI to stay get into the "zone", into the flow state. I'd love to hear other ideas how AI can be used in a way to empower us instead taking away. How can AI leave the hard parts to us, but give us better focus on it? submitted by /u/shrupixd [link] [comments]

  • Observability for AI Workloads: A New Paradigm for a New Era
    by /u/horovits (programming) on February 15, 2026 at 2:37 pm

    Everyone's rushing to deploy AI workloads in production. but what about observability for these workloads? AI workloads introduce entirely new observability needs around model evaluation, cost attribution, and AI safety that didn’t exist before. Even more surprisingly, AI workloads force us to rethink fundamental assumptions baked into our “traditional” observability practices: assumptions about throughput, latency tolerances, and payload sizes. Curious to hear more insights on this topic from others here. submitted by /u/horovits [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]

  • Rethinking Java Web UIs with Jakarta Faces and Quarkus
    by /u/henk53 (programming) on February 15, 2026 at 11:41 am

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

  • Solving the "Dual Write" Problem in Microservices with the Transactional Outbox Pattern (Spring Boot + Kafka)
    by /u/aadiraj48 (programming) on February 15, 2026 at 9:30 am

    Hey everyone, One of the biggest headaches in distributed systems is ensuring data consistency when you need to update a database and notify another service (via Kafka/RabbitMQ) at the same time. If the DB commit succeeds but the message fails to send, your system is now inconsistent. I put together a deep dive on the Transactional Outbox Pattern to solve this. The scenario I used: A Pizza Shop ordering system. The Order Service saves the order, but if the message to the Inventory Service is lost, you have a hungry customer and a broken stock count. What’s covered in the implementation: The "Dual Write" Trap: Why u/Transactional isn't enough when external brokers are involved. The Outbox Table: How to treat business logic and event publishing as one unbreakable unit. The Poller Service: Setting up a scheduled relay service to query and publish unprocessed events. Alternatives: Brief mention of CDC (Debezium) and the Saga Pattern for heavier requirements. Tech Stack: Java 21 Spring Boot 3.x Kafka & Docker Desktop PostgreSQL I’ve included a full demo showing both a Success Scenario (eventual consistency) and a Failure/Rollback Scenario (simulating a 10/0 error to show how the Outbox prevents ghost messages). Full Video Deep Dive: https://youtu.be/HK4tH17lljM GitHub Repo: https://github.com/abchatterjee7 I'd love to hear how you guys are handling distributed transactions, are you team Outbox, or do you prefer CDC/Debezium for this? submitted by /u/aadiraj48 [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]

  • Integrating a log management platform with Dokploy
    by /u/tanin47 (programming) on February 14, 2026 at 5:28 pm

    submitted by /u/tanin47 [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]

  • Micro Frontends: When They Make Sense and When They Don’t
    by /u/archunit (programming) on February 14, 2026 at 6:39 am

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

  • Rendering the visible spectrum
    by /u/thepowderguy (programming) on February 14, 2026 at 5:24 am

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

  • New Architecture Could Cut Quantum Hardware Needed to Break RSA-2048 by Tenfold, Study Finds
    by /u/donutloop (programming) on February 13, 2026 at 12:30 pm

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

  • Spotify says its best developers haven't written a line of code since December, thanks to AI
    by /u/c0re_dump (programming) on February 13, 2026 at 11:42 am

    The statements the article make are pretty exaggerated in my opinion, especially the part where a developer pushes to prod from their phone on their way to work. I was wondering though whether there are any developers from Spotify here who can actually talk on how much AI is being used in their company and how much truth there is to the statements of the CEO. Developer experience from other big tech companies regarding the extent to which AI is used in them is also welcome. submitted by /u/c0re_dump [link] [comments]

  • Recovered 1973 diving decompression algorithm
    by /u/thunderbird89 (programming) on February 13, 2026 at 11:30 am

    Originally by u/edelprino, at https://www.reddit.com/r/scuba/comments/1r3kwld/i_recovered_the_1973_dciem_decompression_model/ A FORTRAN program from 1973, used to calculate safe diving limits. submitted by /u/thunderbird89 [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)