Bookmarks
2025
February 2025
2025-02-13
- Thinkserver: my web-based coding environment via hn. Homemade code-server for Elm. #tools
2025-02-12
- Typst as a language: looking at typst as a PL, not just a document language. #typst
- Managing calendar events in Emacs using khal. #emacs
2025-02-11
- Probabilistic Artificial Intelligence by Krause & Hübotter. #ml #textbook
- kaboom a RSS feed generator in rust. #rust #rss
- smol-gpu a tiny virtual gpu for education. #gpu
2025-02-08
- Neural Operators blogpost. #neural-operators
- lisyraus blog, especially last post Simulating water over terrain. #graphics
- pulldown-latex rust crates to generate latex mathml from latex. #rust #laex
- Flow matching blogpost. #genai #flow-matching
- hn post on parsing lot of pdf. #parsing #llm
- minimal NANO emacs implem. #emacs
- Let us flow : book on rectified flows. #genai #flow-matching #textbook
- arxiv cleaner. #tool
2025-02-06
- Scaling book JAX TPU-related. #jax
- Radiant Foam via hn. #graphics
2025-02-03
2025-02-02
January 2025
2025-01-31
- Gamedev.City a HN-like for gamedev, seems a bit dead. #gamedev
2025-01-30
- How I use AI by N. Carlini. #ai
- SmartInbox via lobste.rs. Use a local LLM to filter your email. #email
2025-01-29
- Reinforcement Learning book by Sutton. #rl
2025-01-28
- Machine Learning Notes by Yifan Sun. #ml
- Deep Learning course by Kosta Derpanis. #ml
- Flow Matching Guide and Code by Lipman and coauthors. #genai #flow-matching
- Tutorial on tinygrad discussion on the internal of tinygrad. #autodiff
2024
December 2024
2024-12-14
- Generalization In Diffusion Models Arises From Geometry-Adaptive Harmonic Representations. paper presented by Simoncelli at NeurIPS. #genai #diffusion
2024-12-10
- Flow matching slides. Presentation by Lipman team at NeurIPS. #genai #flow-matching
- Flow with what you know. Blogpost on flow matching. #genai #flow-matching
- An Adaptively Inexact Method for Bilevel Learning Using Primal-Dual Style Differentiation. #bilevel
- Stochastic Taylor Derivative Estimator: Efficient amortization for arbitrary differential operators best paper award at NeurIPS. #autodiff
2024-12-02
November 2024
2024-11-27
- Beginner Blender 4.0 Tutorial - Full Course donut tutorial. #blender
2024-11-25
- Backpropagation and Stochastic Gradient Descent Method by Amari. #autodiff
- Diffusion Models Notebook by David Picard. #genai #diffusion
- The number of linearly inducible orderings of points in \(d\)-space by Cover. Discussed with Laetitia and Romain for SWGG. #ot
- awesome-discrete-diffusion-models. Discrete diffusion list of papers/tools. #genai #diffusion
- Writing a good scientific paper by M. Black. #writing
- PyTorch 2 internal. Slides about the inner of pytorch. #autodiff #pytorch
- Modern CPP Programming slides. #cpp
- Bilevel Optimization of the Kantorovich Problem and its Quadratic Regularization Part I: Existence Results and Bilevel Optimization of the Kantorovich Problem and its Quadratic Regularization Part II: Convergence Analysis. bilevel and OT. #ot #bilevel
- JAX - Why is Everyone So Excited About This Framework JAX from scratch. #autodiff #jax
2024-11-24
- Graphics Studies Compilation. postmortem of video games rendering. #graphics #gamedev
2024-11-21
- Traili bike itinerary planner. #bike
2024-11-20
- Theoretical Foundations of Conformal Prediction book by Angelopoulos, Barber, Bates. #conformal #book
- Introduction to ReSTIR. #graphics
2024-11-19
- Timothy Gowers, Some recent developments in combinatorics. Video by Gowers. #combinatorics
2024-11-18
- Cline: AI assistant that can use your CLI a*N*d *E*ditor. #copilot
- You could have designed state of the art positional encoding. blogpost on PE. #ml
2024-11-16
- Recraft. Generative AI image editor. #genai
- The History of Rome. A podcast. #podcast #history
- Lego bricks labels to print. #lego
- Smash Bros chars Lego MOC. done with E. #lego
- Leaving and Waving beautiful set of photos of final goodbyes. #photos
2024-11-09
- You Too Can Write a Book!. blogpost on the process of book writing. #writing
2024-11-08
- Dror Natan pensieve blackboard. #blackboard
- LoRA vs. Full Fine-Tuning: An Illusion of Equivalence via hn. #finetuning #llm
2024-11-07
2024-11-05
- Reminder Sync for Obsidian via hn. #obsidian
- Integrating Org mode Agenda into other calendar apps (export org-mode to .ics). #orgmode
- The Beautiful Nightmare that is Org Mode. #orgmode
October 2024
2024-10-24
- Automatic Differentiation of Optimization Algorithms with Time-Varying Updates. autodiff inertial method like. #autodiff
- Mathematical Models and Algorithms for Optimisation of the LEGO Construction Problem PhD thesis. #optimization #lego
2024-09-10
- How I Built an NFC Movie Library for my Kids | Simply Explained. #esp32
- Convex Optimization Live Blog - by Ben Recht - arg min. Recht's blogging about his convex optim course. #optimization
- Flow Matching in 100 LOC · GitHub. #flow-maching #genai
September 2024
2024-09-04
August 2024
2024-08-21
- Tutorial conditional flow matching by atong01. #genai #flow-matching
- What are Diffusion Models? | Lil'Log. Blogpost about diffusion. #diffusion #genai
- An introduction to Flow Matching · Cambridge MLG Blog. #genai #flow-matching
- GitHub - eyalbetzalel/fcd: Fréchet Clip Distance Implementation for PyTorch. #genai #flow-matching
- GitHub - yuvalkirstain/PickScore. #genai #flow-matching
- Building a fast single source GPGPU language in C++, and rendering black holes in it · James' Space Blog. #gpu
- The Illustrated AlphaFold | matmols. #proteins
- Angms, excellent optimization notes by Andersen Ang. #blog #optimization
- Mathematical Foundations of Automata Theory. MPRI notes on Automata. #lecture-notes #focs
- Perspectives on diffusion. #diffusion #genai
June 2024
2024-06-29
2024-06-27
- High-dimensional limits of stochastic gradient descent by E. Paquette. #lecture-notes #optimization
2024-06-18
- 3D Gaussian Splatting as Markov Chain Monte Carlo via hn. Enhance 3D Gaussian Splatting by treating it as a Markov Chain Monte Carlo process. #gaussian-splatting
- Ted is writing things blog on privacy, research. #privacy
2024-06-17
- Carto Graou. Map of France railways with real-time traffic. Kindof skyscanner but for trains. #maps
- DiffRast. A tutorial on differentiable rasterization by Sasha Rush. #graphics
2024-06-15
2024-06-14
- Step-by-Step Diffusion: An Elementary Tutorial. #diffusion
2024-06-11
- One World Optimization Seminar in Vienna (2024). #optimization
- Cosma's notebooks. #homepage
- Alan U. Kennington. Writing a wtf 2000p books on differential geometry. #homepage #geodiff
2024-06-10
- leits/MeetingBar. menu-bar app for your calendar meetings. #macos
- Advanced Topics In Statistical Machine Learning by Tom Rainforth (Oxford). #ml #lecture-notes
- Probability by Tomasz Tkocz (CMU). Nice set of graduate notes on probbility. #probability #lecture-notes
- Let's reproduce GPT-2 (124M) by Andrej Kaparthy (Zero to Hero serie) via twitter. #llm
2024-06-09
- Scratchapixel. (Recently?) updated tutorial on computer graphics. #graphics
- Scalable MatMul-free Language Modeling (2024) by Zhu et al. Seems similar toMultiplication-Free Transformer Training via Piecewise Affine Operations (2023) by Kosson and Jaggi. #llm
2024-06-07
- huggingface/llm-vscode. LSP server for LLM (OpenAI or llama.cpp). #llm
- Lecture notes on rough paths and applications to machine learning (2024) by Thomas Cass and Cristopher Salvi. Around 100 pages going from controlled differential equations to machine learning applications (essentially Neural C/O/RDE). #rough-paths #neural-ode
- σ-GPTs: A New Approach to Autoregressive Models (2024) by Arnaud Pannatier, Evann Courdier, and François Fleuret. Basic idea: no fix order in the sequence, but keep an autoregressive model beyond that. via hn #llm
- The Variational Formulation of the Fokker--Planck Equation (1998) by Richard Jordan, David Kinderlehrer, and Felix Otto. Variational scheme converging to the solution of the Fokker-Planck equation. #fokker-planck
- CARTE: Pretraining and Transfer for Tabular Learning (2024) by Myung Jun Kim, Léo Grinsztajn, Gaël Varoquaux. Deep model for tabular data using graph representation (GAT behind). #tabular
- Everyone Should Learn Optimal Transport, Part 1 quick review of OT for ML. #optimal-transport
- Michael Fogleman insane set of projects such as a sdf builder, a voxel engine. #homepage
2024-06-06
- How I learned Vulkan and wrote a small game engine with it via hn. Semi-long post-mortem on learning Vulkan. Mention in particular vkguide. #graphics #vulkan
- Fast randomized least-squares solvers can be just as accurate and stable as classical direct solvers (2024) by Ethan N. Epperly, Maike Meier, Yuji Nakatsukasa. Stochastic LS solver supposed to be a dropin replacement of QR-based methods. #randomized-la
- Lecture Notes in Probabilistic Diffusion Models (2023) by Inga Strümke, Helge Langseth. Quick intro to diffusion models. #ddm
- nikitabobko/AeroSpace. Tiling manager for macOS (yubai style but without desactivation of SIP). #macos
2024-06-05
- tosh. Scratch text-based editor. #scratch
- jordanbaird/Ice. Bartender replacement. #macos
2024-06-04
- Generalization Bounds for Heavy-Tailed SDEs through the Fractional Fokker-Planck Equation (2024) by Benjamin Dupuis and Umut Şimşekli. Heavy tails seems to lead to a fractional FP equation. #fokker-planck #heavy-tails
- Patrick Kidger. Researcher at Google, working especially on Neural C/O/RDE. #homepage #neural-ode
- while True: learn(). Game where you play a cat that learns to code. #gaming
- Art Owen. Terrific book on Monte Carlo methods. #monte-carlo
- Nicholas Carlini. Researcher at Google Brain, working on adversarial robustness. #homepage #security
- Ask HN: Could you share your personal blog here?. List of personal blogs. #homepage
2024-06-01
- RetroDiffusion by AstroPulse. Generating pixel art with diffusion model. #ddm #pixel-art
- David Tong. Huge set of lecture notes in theoretical physics (from Newtonian dynamics to QFT). #physics
May 2024
-
2024-05-31
- Tweet of Peyman Milanfar on Tweedie's formula. #denoising
- List (X) of talks on normalizing flows. #normalizing-flows
- Introduction to Probabilistic Graphical Models and Deep Generative Models-MVA by Pierre-Alexandre Mattei and Pierre Latouche. #ddm
2024-05-30
- Understanding Transformer Reasoning Capabilities via Graph Algorithms (2024). #transformers-theory
- Using LaTeXML to convert your latex files to accessible html - HackMD. Tutorial on using LaTeXML. #latex
- Scaling Laws and Compute-Optimal Training Beyond Fixed Training Durations (2024). Do we need cosine scheduler? via twitter. #optimization
- delve. Fun experiment to explore connection between notions. via hn. #llm
- What We Learned from a Year of Building with LLMs (Part I). via hn. #llm
- Ray Tracing with Voxels in C++ Series -- Part 1 -- Jacco's Blog by Jacco Bikker. Series on ray tracing with voxels. #graphics #ray-tracing
- How Do Transformers Learn Topic Structure: Towards a Mechanistic Understanding (2023) by Yuchen Li, Yuanzhi Li, Andrej Risteski. #transformers-theory
- Antonin Carette. Lots of post on graphics. #homepage #graphics
2024-05-28
- Masterclass by Nilaus - Master book - Factorio Blueprint. Factorio blueprint book for 2-rails city block. #factorio
- The effect of smooth parametrizations on nonconvex optimization landscapes | Mathematical Programming (2024) by Eitan Levin, Joe Kileel & Nicolas Boumal. Transform a nonsmooth problem into a smooth one. #optimization
- potamides/DeTikZify. TikZ generator (MCTS-based) + dataset with associated paper DeTikZify: Synthesizing Graphics Programs for Scientific Figures and Sketches with TikZ (2024) by Jonas Belouadi, Simone Paolo Ponzetto, Steffen Eger. #tikz #rl
- Getting Started In Computer Graphics. #graphics
- Emacs GTD flow evolved. #gtd #orgmode #emacs
- Écriture, relecture et publication multi-formats d'une thèse avec Quarto. #quarto
- Converting LaTeX to HTML: technical notes -- Richard Zach. #latex
2024-05-26
- Tony Zorman. An auctex contributor. #homepage #emacs
- Show HN: I built an Obsidian plugin to create notes from BibTeX. #obsidian
2024-05-24
- ItzCrazyKns/Perplexica. Open source alternative to perplexity.ai. #llm
- Deep linear networks for regression are implicitly regularized towards flat minima (2024) by Pierre Marion, Lénaïc Chizat. #sharpness-ml
2024-05-23
- 10 Books Full of Rails. Whole set of rails blueprints. #factorio
2024-05-21
- Bento3D. 3D printable dividers (presentation) via hn. #3dprint
- ImageOptim/gifski. Highest-quality GIF encoder based on pngquant. #gif
- Breck's Blog. Lots of interesting stuff on writing. Scroll notation. #homepage
- Writing by Bob Doto. #homepage #zettelkasten
2024-05-19
2024-05-17
- 3,000 Best Free Movies on YouTube Playlist. #movies
- N-Dimensional Gaussians for Fitting of High Dimensional Functions (2024) by Stavros Diolatzis, Tobias Zirr, Alexandr Kuznetsov, Georgios Kopanas, Anton Kaplanyan. Going beyond 2d/3d gaussian splatting. #gaussian-splatting
2024-05-16
- yklcs/jaxsplat. 3D Gaussian Splatting in JAX (via reddit). #gaussian-splatting
- Llama 3 implemented in pure NumPy · The Missing Papers via (hn). #llm
2024-05-15
- Discovering Small GitHub Projects for Contributing to FOSS. Find software that have a small impact and contribute to them in any way. #foss
- Developing mathematical software in C. #c
- Blog @ tonsky.me programming blog. #homepage
2024-05-13
- Jupyter in the Emacs universe | Martí Bosch. #python #emacs
- Note-taking strategy 2023 // voices in my head. #orgmode #productivity
- Reflecting on my history with org-mode in 2023 ·. #orgmode
- My productivity app is a never-ending .txt file. #productivity
- jump between org and pdf with synctex : r/emacs. #orgmode
- GitHub - lorniu/go-translate: Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.. #emacs
- GPUs Go Brrr · Hazy Research. #gpu
- How to Optimize a CUDA Matmul Kernel for cuBLAS-like Performance: a Worklog + Programming Massively Parallel Processors - 3rd Edition. #gpu
2024-05-11
- Using Microsoft python-type-stubs with Pyright | Jae-Won's Blog. How to use use pyright but with the stubs from proprietary Microsoft LSP. #python
2024-05-07
- Unbundling Tools for Thought. #productivity
2024-05-06
- buhtz/hyperorg: Hyperorg converts org-files and especially orgroam-v2-files into html-files. - Codeberg.org. #orgode
- Declarative filesystem management with Emacs & Org Mode. #orgmode
- jump between org and pdf with synctex : r/emacs. #orgmode
April 2024
2024-04-25
- Oh My Git! game to learn git. #git
- Deep Generative Models | Deep Generative Models online course with for instance Y. Song. #genai #diffusion
- GitHub - ruili3/awesome-dust3r: 🌟A curated list of DUSt3R-related papers and resources, tracking recent advancements using this geometric foundation model.. #graphics
- llm.c/doc/layernorm/layernorm.md at master · karpathy/llm.c · GitHub implementation of layer norm in C. #llm
- baby cs224n Stanford CS 25 | Transformers United. #llm
2024-04-08
- MiniTorch. Educational autodiff similar to torch. #autodiff
2024-04-05
- How to Train Your ResNet - Myrtle. #ml
- Stevey's Blog Rants: Ten Tips for a (Slightly) Less Awful Resume. #writing
- How to Trust Your Deep Learning Code | Don't Repeat Yourself. #ml
2024-04-02
2024-04-01
- The Good, the Bad, and the Bye Bye: Why I Left My Tenured Academic Job · Yanick Fratantonio. #academia
April 2024
2024-03-30
- Basic Things via hn. project design. #programming