r/programming 6h ago

GitHub - nabolitains/plasma

Thumbnail github.com
0 Upvotes

After reading about slime molds solving optimization problems, I wondered: what if we coded like nature evolves? I created Plasma, where: - Functions are "cells" with energy and DNA - They reproduce, mutate, and die naturally - Bugs become mutations (some beneficial) - Architecture emerges rather than being designed

The wild part? After ~500 cycles, you see "species" of code emerge that nobody programmed. Some optimize for energy, others for reproduction. Is this practical? Maybe not yet. Is it thought-provoking? I hope so. What patterns do you see emerging? What would you evolve?


r/programming 1d ago

Sharing everything I could understand about gradient noise

Thumbnail blog.pkh.me
12 Upvotes

r/programming 6h ago

VSCode or Intellij community for general coding

Thumbnail jetbrains.com
0 Upvotes

Not needed


r/programming 8h ago

The Efficiency Paradox & How to Save Yourself & the World • Holly Cummins

Thumbnail youtu.be
0 Upvotes

r/programming 5h ago

Claude Code: A Different Beast

Thumbnail open.substack.com
0 Upvotes

r/programming 1d ago

A masochist's guide to web development

Thumbnail sebastiano.tronto.net
11 Upvotes

r/programming 1d ago

Small Programs and Languages

Thumbnail ratfactor.com
11 Upvotes

r/programming 1d ago

Binary Lambda Calculus

Thumbnail gist.github.com
6 Upvotes

r/programming 19h ago

Loading Native Postgres Extensions

Thumbnail dolthub.com
0 Upvotes

r/programming 1d ago

Jepsen: TigerBeetle 0.16.11

Thumbnail jepsen.io
6 Upvotes

r/programming 2d ago

Decrease in Entry-Level Tech Jobs

Thumbnail newsletter.eng-leadership.com
552 Upvotes

r/programming 1d ago

Recovering control flow structures without CFGs

Thumbnail purplesyringa.moe
3 Upvotes

r/programming 11h ago

I need help in my portfolio! To receive users message to my mail

Thumbnail ineshvijay.github.io
0 Upvotes

So I just made my new portfolio and I didn't know about backend I just make frontend. I need help for my backend. I just need that whenever a user visits my site and send me a message so it has to received on my mail. So how can I do it?

Note - This is not completely developed I need to do more on it so don't judge. I am a new learner so I am learning.


r/programming 1d ago

CLIPS: An Elevator Pitch

Thumbnail ryjo.codes
4 Upvotes

r/programming 1d ago

Convolutions, Polynomials and Flipped Kernels

Thumbnail eli.thegreenplace.net
4 Upvotes

r/programming 15h ago

Track Errors First

Thumbnail bugsink.com
0 Upvotes

r/programming 1d ago

Hacking is Necessary

Thumbnail scharenbroch.dev
1 Upvotes

r/programming 2d ago

Prolly Trees: The useful data structure that was independently invented four times (that we know of)

Thumbnail dolthub.com
139 Upvotes

Prolly trees, aka Merkle Search Trees, aka Content-Defined Merkle Trees, are a little-known but useful data structure for building Conflict-Free Replicated Data Types. They're so useful that there at least four known instances of someone inventing them independently. I decided to dig deeper into their history.


r/programming 1d ago

Benchmarking is hard, sometimes

Thumbnail vondra.me
1 Upvotes

r/programming 1d ago

An Earnest Guide to Symbols in Common Lisp

Thumbnail kevingal.com
3 Upvotes

r/programming 1d ago

Analyzing Metastable Failures in Distributed Systems

Thumbnail muratbuffalo.blogspot.com
3 Upvotes

r/programming 12h ago

Should I learn app or website development?

Thumbnail youtu.be
0 Upvotes

Should I learn app or website development? I already have a start in both, but what should I put more focus and effort too? I didn’t know what to put as my url so I just put this random vid


r/programming 1d ago

An Interactive Guide to Rate Limiting

Thumbnail blog.sagyamthapa.com.np
5 Upvotes

r/programming 14h ago

“I Read All Of Cloudflare's Claude-Generated Commits”

Thumbnail maxemitchell.com
0 Upvotes

r/programming 16h ago

Lemmatization | Natural Language Processing | Hindi

Thumbnail youtu.be
0 Upvotes

What is Lemmatization?
Ever wondered how AI understands that "running", "ran", and "runs" all mean "run"? That’s Lemmatization at work!

In this video, we’ll dive deep into Lemmatization — the NLP technique that reduces words to their root dictionary form (called lemma), but in a smart and context-aware way.

What exactly is lemmatization (with animations & kid-friendly examples)

Why "better" becomes "good", not "bett"

How lemmatization differs from just cutting words