Programming

Related:

Show all related links >>
wumpus-cave.net

Wumpus Cave (https://wumpus-cave.net/post/2024/10/2024-10-01-death-of-cobol/index.html)

COBOL Language Programming
josephg.com

Rewriting Rust (https://josephg.com/blog/rewriting-rust/)

Programming Rust
www.chiark.greenend.org.uk

Possibly all the ways to get loop-finding in graphs wrong (https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/findloop/)

Graph Mistakes Programming
fennel-lang.org

the Fennel programming language (https://fennel-lang.org/)

Fennel Language Lisp Lua Programming
limpet.net

Let's build a browser engine! Part 1, Getting started (https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)

Further Reading Guide Programming Rust Tutorial
nbaksalyar.github.io

Rust in Detail, Writing Scalable Chat Service from Scratch (https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html)

Chat Further Reading Programming Rust Tutorial
github.com

dnsguide/README.md at master · EmilHernvall/dnsguide (https://github.com/EmilHernvall/dnsguide/blob/master/README.md)

DNS Further Reading Guide Programming Rust Tutorial
www.builder.io

Good Refactoring vs Bad Refactoring (https://www.builder.io/blog/good-vs-bad-refactoring)

Best Practice Programming
davidar.io

Simulating worlds on the GPU, Four billion years in four minutes (https://davidar.io/post/sim-glsl)

Programming Simulation Worldbuilding
www.observationalhazard.com

After 10 Years, Yelp Gave My App 4 Days ~ Observational Hazard (https://www.observationalhazard.com/2024/07/after-10-years-yelp-gave-my-app-4-days_29.html)

Programming
punkx.org

The UNIX Pipe Card Game (https://punkx.org/unix-pipe-game/)

Board Game Education Fun Programming Unix
staniks.github.io

staniks.github.io (https://staniks.github.io/articles/serious-engine-networking-analysis)

Game Engine Programming
robert.ocallahan.org

So You Want To Build A Browser Engine (https://robert.ocallahan.org/2024/06/browser-engine.html)

Browser Programming
ym2132.github.io

From Scratch - Generative Adversarial Networks (https://ym2132.github.io/GenerativeAdversarialNetworks_Goodfellow)

GAN Programming
barretts.club

Rust is for the Engine, Not the Game - Barrett's Club (https://barretts.club/posts/rust-for-the-engine/)

Game Engine Programming Rust
www.muppetlabs.com

A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux (https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html)

Assembly C ELF Linux Programming
quuxplusone.github.io

The best engineering interview question I've ever gotten, Part 1 – Arthur O'Dwyer – Stuff mostly about C++ (https://quuxplusone.github.io/blog/2022/01/06/memcached-interview/)

Programming
notgull.net

Why choose async/await over threads? – notgull – The world's number one source of notgull (https://notgull.net/why-not-threads/)

Async Programming Rust
www.cockroachlabs.com

Antithesis of a One-in-a-Million Bug, Taming Demonic Nondeterminism (https://www.cockroachlabs.com/blog/demonic-nondeterminism/)

Determinism Programming
exercism.org

Exercism (https://exercism.org/)

Education Programming
jcarroll.com.au

I Patched R to Solve an Exercism Problem - (https://jcarroll.com.au/2024/02/26/i-patched-r-to-solve-an-exercism-problem/)

Programming R
jcarroll.com.au

Array Languages, R vs APL - (https://jcarroll.com.au/2023/07/07/array-languages-r-vs-apl/)

Neet detail with domain appearing next to every link

APL Programming R
benw.is

How I Improved My Rust Compile Times by 75% (https://benw.is/posts/how-i-improved-my-rust-compile-times-by-seventy-five-percent)

Optimization Programming Rust
www.philipzucker.com

Compiling With Constraints | Hey There Buddo! (https://www.philipzucker.com/compile_constraints/)

Programming
generalrobots.substack.com

The Mythical Non-Roboticist - by Benjie Holson (https://generalrobots.substack.com/p/the-mythical-non-roboticist)

Programming Robotics
lisyarus.github.io

My favourite animation trick, exponential smoothing | lisyarus blog (https://lisyarus.github.io/blog/programming/2023/02/21/exponential-smoothing.html)

Animation Programming
uoycs-plasma.github.io

What is GP 2? | GP 2 (https://uoycs-plasma.github.io/GP2/)

Graph Language Programming
www.hillelwayne.com

The Hunt for the Missing Data Type (https://www.hillelwayne.com/post/graph-types/)

Graph Programming
gaultier.github.io

gaultier.github.io/blog/you_inherited_a_legacy_cpp_codebase_now_what.html (https://gaultier.github.io/blog/you_inherited_a_legacy_cpp_codebase_now_what.html)

Programming
gameprogrammingpatterns.com

Game Programming Patterns (https://gameprogrammingpatterns.com/)

Book Game Dev Programming
www.hillelwayne.com

Planner programming blows my mind (https://www.hillelwayne.com/post/picat/)

Language Programming
leanrada.com

htmz - a low power tool for html (https://leanrada.com/htmz)

HTML Programming
github.com

akalenuk/the_namingless_programming_language, Naming is hard. How far can we go without? (https://github.com/akalenuk/the_namingless_programming_language)

Language Programming
python-history.blogspot.com

The History of Python: Why Python's Integer Division Floors (http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html)

Programming Python
spectrum.ieee.org

Why Bloat Is Still Software’s Biggest Vulnerability - IEEE Spectrum (https://spectrum.ieee.org/lean-software-development)

Bloat Cybersecurity Programming
earthly.dev

From Go to Rust: The Two Types of Readable Code - Earthly Blog (https://earthly.dev/blog/readability/)

Programming
pythonspeed.com

Not just NVIDIA: GPU programming that runs everywhere (https://pythonspeed.com/articles/gpu-without-cuda/)

Programming
antithesis.com

Is something bugging you? (https://antithesis.com/blog/is_something_bugging_you/#ref2)

Programming
the-algorithms.com

The Algorithms (https://the-algorithms.com/)

Algorithm Open Source Programming
rachelbythebay.com

Figure out who's leaving the company: dump, diff, repeat (https://rachelbythebay.com/w/2024/02/08/ldap/)

Programming
rustpython.github.io

RustPython (https://rustpython.github.io/)

Interpreter Programming Python Rust
craftinginterpreters.com

Crafting Interpreters (https://craftinginterpreters.com/)

Maman, comment on fait les langages de programmation ?

Programming
jason.today

Falling Sand (https://jason.today/falling-sand)

Programming
maxnagy.com

The overengineered Solution to my Pigeon Problem Max Nagy (https://maxnagy.com/posts/pigeons/)

J’adore ce projet.

Bird Internet Programming
collapseos.org

Collapse OS (http://collapseos.org/)

Un OS pensé pour tourner sur les machines de fortune post-effondrement.

Assembly OS Programming
www.bortzmeyer.org

Présentation de RFC (https://www.bortzmeyer.org/rfcs.html)

Une introduction aux RFC, en français.

Norm Programming Web
poor.dev

Anatomy of a Terminal Emulator (https://poor.dev/blog/terminal-anatomy/)

Programming Shell
100r.co

100R (https://100r.co/site/home.html)

Programming