Bookmarks
Some of my favorite links.
RFC 4287: The Atom Syndication Format
https://www.rfc-editor.org/rfc/rfc4287.htmlThe Atom RFC for Web Design inspiration, it looks pretty cool!
Website Component Checklist
https://shellsharks.com/notes/2023/08/15/website-component-checklistA 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.
THE QUICK AND DIRTY GUIDE TO JAPANESE
http://rut.org/~wmaton/www/pub/jap.guide.txtOld, plain-text E-mail guide to learning Japanese.
Condensed Audio Catalog
https://condensedaudiocatalog.comCatalog of Japanese and Chinese condensed audios from various shows.
Introdução à Computação Gráfica com WebGL
https://panda.ime.usp.br/introcg/static/introcg/Introduction to Computer Graphics from USP
Introdução a Ciência da Computação em C
https://www.ime.usp.br/~hitoshi/introducao/Introduction to Computer Science in C from USP
Passeios por Programação
https://panda.ime.usp.br/algoritmos/static/algoritmos/index.htmlA bunch of interesting Computer Science topics bunched together from USP
Introduction to Programming in Java
https://introcs.cs.princeton.edu/java/home/Introduction to Programming from Princeton
Computer Science 61A, 001 - Spring 2011
https://archive.org/details/ucberkeley-webcast-PL3E89002AA9B9879E?sort=titleClassroom videos from Berkeley
Computer Science 186
https://archive.org/details/UCBerkeley_Course_Computer_Science_186Classfrom videos from Berkeley
3D Math Primer for Graphics and Game Development
https://gamemath.com/book/Math pre-requisites for learning Graphics and Game Development
Iterators and for loops with Guile Scheme
https://willosborne.co.uk/coding/2019/11/16/iterators-and-for-loops-with-guile-scheme.htmlDifferent ways to loop/iterate over collections in Guile Scheme
CSCI 1730
https://cs.brown.edu/courses/csci1730/2012/Introduction to Programming Languages course by Brown
Guile Examples
https://codeberg.org/ZelphirKaltstahl/guile-examplesA repository full of Guile Scheme example code
Viewpoints Research Institute
https://vpri.org/Institute researching new and old computer science ideas
An Oral History of Binary Exploitation
https://taggartinstitute.org/p/an-oral-history-of-binary-exploitation-defensesA course on binay exploitation
A Gentle Introduction to ML
https://www.lix.polytechnique.fr/~catuscia/teaching/sml/GIML/manual~1.htmIntroduction to Standard ML