bookmarks

RFC 4287: The Atom Syndication Format

https://www.rfc-editor.org/rfc/rfc4287.html

I love how this RFCs look, they look so pretty! Using Atom's RFC as an example.

agnes cameron

https://agnescameron.info/

Her websites just look incredible and well-thoughout. I love them very much!!

Website Component Checklist

https://shellsharks.com/notes/2023/08/15/website-component-checklist

A checklist of things to add to your personal website.

100 things you can do on your personal website

https://jamesg.blog/2024/02/19/personal-website-ideas/

A list of 100 things to add to your personal website.

Thricegreat's Webpage

https://thricegreat.neocities.org/

A very minimal, plain-text-y website. Looks cool.

THE QUICK AND DIRTY GUIDE TO JAPANESE

http://rut.org/~wmaton/www/pub/jap.guide.txt

Old email guide to learning japanese.

Condensed Audio Catalog

https://condensedaudiocatalog.com

Catalog of japanese and chinese condensed audios from various shows.

RAW MANGA SITES

https://rentry.co/rawmangaz

List of raw manga scan sites.

Nyaa

https://nyaa.si

Catalog of torrent for different japanese content.

Animelon

https://animelon.com/

Catalog of anime with great subtitles.

Teach Yourself Computer Science

https://teachyourselfcs.com/

Roadmap to learn computer science using books!

The Querynomicon

https://gvwilson.github.io/querynomicon/

Introduction to SQL featuring a bunch of hands-on exercises.

The Webonomicon

https://gvwilson.github.io/webonomicon/

Introduction to Web Development featuring a bunch of hands-on exercises.

The Power of Prolog

https://www.metalevel.at/prolog

Introduction to Prolog. Also includes videos covering the same subject as the chapters.

Introdução à Computação Gráfica com WebGL

https://panda.ime.usp.br/introcg/static/introcg/

Introduction to Computer Graphics focusing on WebGL.

Introdução a Ciência da Computação em C

https://www.ime.usp.br/~hitoshi/introducao/

Introduction to Computer Science using the C programming language.

Passeios por Programação

https://panda.ime.usp.br/algoritmos/static/algoritmos/index.html

A extension to an algorithm course with hands-on exercises.

Computer Science 61A, 001 - Spring 2011

https://archive.org/details/ucberkeley-webcast-PL3E89002AA9B9879E?sort=title

Classroom videos from a fundamentals to computers course.

Computer Science 186 - 2015

https://archive.org/details/UCBerkeley_Course_Computer_Science_186

Classroom videos from an introduction to database system course.

CSCI 1730

https://cs.brown.edu/courses/csci1730/2012/

Introduction to programming languages course by Brown

From Nand to Tetris

https://www.nand2tetris.org/

Learning how to build a modern computer from first Principles.

3D Math Primer for Graphics and Game Development

https://gamemath.com/book/

Math pre-requisites for learning graphics and game development.

Learn Computer Graphics Programming

https://www.scratchapixel.com/

Course on 3D rendering.

okmij.org

https://okmij.org/ftp/

Index full of computer science and math content.

Teach Yourself Scheme in Fixnum Days

https://docs.scheme.org/tyscheme/

Introduction to the scheme programming language. There's a bunch of code examples throughout the book.

Learn CSS Layout

https://book.mixu.net/css/

Guide on how to fuck CSS works.

Viewpoints Research Institute

https://vpri.org/

Institute researching new and old computer science ideas. A bunch of stuff from Alan Kay.

An Oral History of Binary Exploitation

https://taggartinstitute.org/p/an-oral-history-of-binary-exploitation-defenses

A course on binary exploitations.

Learn You Some Erlang for Greater Good!

https://learnyousomeerlang.com/

A beginners book on erlang, touching on functional programming, concurrency, OTP, and more.

The BEAM Book

https://blog.stenmans.org/theBeamBook/

Understanding the Erlang Runtime System.

A Gentle Introduction to ML

https://www.lix.polytechnique.fr/~catuscia/teaching/sml/GIML/manual~1.htm

Introduction to Standard ML with hands-on exercises.

RFC 9110: HTTP Semantics

https://datatracker.ietf.org/doc/html/rfc9110

HTTP semantics can be very confusing, personally I find status codes specially confusing. Having the RFC at hand is nice! (even though it doesn't clarify much)

Series of posts on HTTP status codes

https://evertpot.com/http/

HTTP status code reference with examples. It helps me reason whether some status code better fits some situation or not.