Programming Facts
webfacts.bsky.social
Programming Facts
@webfacts.bsky.social
10 followers 5 following 190 posts
Daily pseudorandom fun facts / jokes about programming. Made by @gaimeri.github.io using @bluebotsdonequick.com If you have a fact, and would like to share it: https://forms.gle/bfYZ4cm5VJh9aQWd8
Posts Media Videos Starter Packs
HTML is forgiving. Too forgiving. That’s how we got here.
Java: Because every hello world needs 42 lines and a class hierarchy.
Security review? Nah, we have a VPN.
Why did the web designer break up with the desktop? Because they found someone more responsive! (is this too much?)
You can write a calculator in CSS. But the real math is in the padding.
Visual Studio Code is built with Electron—yes, it’s basically a glorified browser that runs your code better than your actual browser.
You can implement recursion with macros in C. You probably shouldn’t.
You can build CPUs, calculators, and even functional phones inside Minecraft.
Haskell is a pure functional language with lazy evaluation. It doesn’t compute anything unless absolutely necessary—just like you on a Monday.
We use client-side encryption. The key is hardcoded, but technically it’s encrypted.
The user account got compromised. We fixed it by blaming them.
The world (read: web) needs more enterkeyhints.
A programmer has a problem. They decide to use AI. Now the AI has a problem.
Kubernetes: It's like managing a data center with a YAML Ouija board.
Programmer Pickup Lines pt. 0:

Are you an iterable? Because I'd like to spread you.
Prologician – Solves problems by declaring them solved.
My Docker container is lighter than my will to keep developing.
CSS is the art of making one thing look right and five others break.
I learned to code to change the world. Now I just change ticket statuses.
autocapitalize attribute only affects virtual keyboards, voice and other non-physical input methods. How does one speak in capitals, though?
Javascriptor – Lives in async/await purgatory.
Excel is the most popular IDE in finance.
Security tip: Encrypt everything. Then forget the password.
You can do animations in HTML using <marquee> and <blink>. You probably shouldn’t.
You can write your front-end in WebAssembly. You probably shouldn’t. But it will be fast while breaking.