educational

Tag

Cards List
#educational

@huangzworks: "Virtual Memory From First Principles", a small book specifically explaining virtual memory, free to read (link in comments)!!

X AI KOLs Timeline · 9h ago Cached

Introduces a free small book "Virtual Memory From First Principles", focusing on explaining virtual memory principles.

0 favorites 0 likes
#educational

@dotey: Open Source Project Recommendation: Claude Code From Scratch. This is an open-source ebook for learning Claude Code. Strictly speaking, it's more than just an ebook; it also includes code, so you don't need to look at the 500,000 lines of Claude Code's code. It uses ~4300 lines of code (Ty...

X AI KOLs Timeline · 16h ago Cached

Recommends the open-source ebook project 'Claude Code From Scratch', which reproduces the core architecture of Claude Code with approximately 4300 lines of code, helping to understand how coding agents work.

0 favorites 0 likes
#educational

@Jolyne_AI: Finished learning C syntax but stuck on 'what to write'? Online tutorials are scattered and hard to piece into a system. Project Box solves this: a collection of projects curated for C beginners, taking you from beginner to advanced, practicing until you master it. A total of 10 projects of varying difficulty, from Tic-Tac-Toe to network programming, each with source code…

X AI KOLs Timeline · yesterday Cached

Project Box is a collection of projects designed for C beginners, containing 10 projects of varying difficulty, from Tic-Tac-Toe to network programming. Each project includes source code, documentation, and build configurations, helping learners master C through practice.

0 favorites 0 likes
#educational

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

Hacker News Top · yesterday Cached

NanoEuler is a GPT-2-scale language model built entirely from scratch in C/CUDA without any ML libraries, including hand-written forward/backward passes, a byte-level BPE tokenizer, and training pipeline. The project is an educational artifact demonstrating the engineering behind transformer training and runs on a single RTX 4070.

0 favorites 0 likes
#educational

@_alejandroao: introducing tau τ — an educational agent harness that teaches you how to build agent harnesses i will be publishing tut…

X AI KOLs Timeline · 2d ago Cached

Tau is an educational Python coding agent that teaches you how to build agent harnesses, with transparent architecture and tutorials.

0 favorites 0 likes
#educational

I shrank a transformer until every number fitted on the screen and made the weights editable [R]

Reddit r/MachineLearning · 2d ago

An interactive web page that visualizes a tiny transformer with editable weights, allowing users to see how changes affect predictions in real time, aimed at helping developers understand the forward pass of an LLM.

0 favorites 0 likes
#educational

@KirkDBorne: Updated 2204-page PDF Mathematics ebook: "Algebra, Topology, Differential Calculus, and Optimization Theory For Compute…

X AI KOLs Timeline · 2d ago Cached

Updated 2204-page PDF mathematics ebook covering algebra, topology, differential calculus, and optimization theory for computer science and machine learning, released by Jean Gallier and Jocelyn Quaintance.

0 favorites 0 likes
#educational

@kazukifujii: The UC San Diego Hao AI Lab blog provides a very clear explanation of the usefulness of DistServe's Prefill Decode Disa…

X AI KOLs Timeline · 3d ago Cached

The UC San Diego Hao AI Lab blog provides a clear explanation of DistServe's Prefill Decode Disaggregation, tracing its acceptance from 2024 to 2025 and linking to related technologies like NVIDIA Dynamo, llm-d, Ray Serve LLM, LMCache, and MoonCake, making it a great starting point for learning LLM inference.

0 favorites 0 likes
#educational

@TensorTonic: You reach for ReLU, GELU, and Softmax in almost every model you build. But could you write the forward pass and the gra…

X AI KOLs Timeline · 3d ago Cached

A tweet promoting TensorTonic, a platform that allows users to practice implementing nine common activation functions (Sigmoid, ReLU, Tanh, Softmax, Leaky ReLU, GELU, Swish, ELU, SELU) from scratch, including forward pass and gradient computation.

0 favorites 0 likes
#educational

@henit_chobisa: Wanted to share a small achievement. For the last month I’ve been scribbling over whiteboards and notebooks trying to u…

X AI KOLs Timeline · 4d ago Cached

A developer built a transformer model entirely from scratch in TypeScript, including a custom autograd engine, and released it as an open-source educational tool on GitHub.

0 favorites 0 likes
#educational

A Tiny Compiler for Data-Parallel Kernels

Hacker News Top · 5d ago Cached

A blog post describing a tiny compiler that demonstrates how to lower data-parallel kernels by converting for loops into vectorized loops with lanes and masks, implemented in ~180 lines of Python.

0 favorites 0 likes
#educational

@Goutamdilesh: 10000+ Pages Programming Notes - FREE ❯ Java http://goalkicker.com/JavaBook/ ❯ Python http://goalkicker.com/PythonBook/…

X AI KOLs Timeline · 5d ago Cached

A collection of free programming notes (PDFs) for Java, Python, JavaScript, SQL, DSA, C, and C++ from GoalKicker.

0 favorites 0 likes
#educational

Sidegent

Product Hunt · 6d ago

Sidegent is a product that teaches users how to build AI agents through hands-on practice.

0 favorites 0 likes
#educational

30 Core Agentic Engineering Concepts, Explained Simply

Reddit r/ArtificialInteligence · 6d ago Cached

This newsletter explains 30 core agentic engineering concepts, emphasizing learning the ideas behind tools rather than chasing every new tool.

0 favorites 0 likes
#educational

@RuujSs: https://x.com/RuujSs/status/2069430225801490602

X AI KOLs Timeline · 2026-06-23 Cached

A comprehensive guide explaining the Kalman filter and its application in building smarter trading systems, including mathematical foundations and production-grade examples.

0 favorites 0 likes
#educational

A game where you're an OS and have to manage processes, memory and I/O events

Hacker News Top · 2026-06-23 Cached

A game where you play as the operating system, managing processes, memory, and I/O events to keep the user satisfied.

0 favorites 0 likes
#educational

15 sorting algorithms in 6 minutes (2013) [video]

Hacker News Top · 2026-06-23 Cached

A 2013 video visualizing and audibilizing 15 sorting algorithms in 6 minutes, including selection sort, quick sort, and bogo sort.

0 favorites 0 likes
#educational

Lithp.py (~2008)

Hacker News Top · 2026-06-21 Cached

An interpreter for John McCarthy's original Lisp, written in Python, with heavily documented source code aimed at teaching the internals of Lisp.

0 favorites 0 likes
#educational

@onnowpurbo: eBook AI SOC Mastery (100+ halaman) https://drive.google.com/file/d/11X9BNGYyZqeSo2gJhU4Vv6JuH3bzfuGs/view?usp=drive_li…

X AI KOLs Timeline · 2026-06-21

A thread sharing links to ebooks on AI SOC Mastery (100+ pages) and Catatan AI SOC (600+ pages), including PDFs and source code, available on Google Drive.

0 favorites 0 likes
#educational

Studying FLUX in diffusers library was hard, so I built a smaller open-source version [P]

Reddit r/MachineLearning · 2026-06-20 Cached

A simplified open-source PyTorch implementation of FLUX diffusion transformers with verifiable line-by-line source mappings, designed for educational purposes.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback