Xah Talk Show 2026-03-20 Ep781. random boring monolog. existential crisis by AI
- today's ai is makeing programing language tutorial obselete
- What's the difference between programing language tutorial written by ai vs human
- after some 30 minutes talking and exploration, i discovered, actually, there is no essential difference. and i think this is a great insight.
- discussing about ai generated videos
- Titty Killer 5: Zero G
- will ai write js clock using svg or canvas? interesting question. it turned out, it used neither.
- write a javascript code to draw an analog clock with second hand
- https://x.com/i/grok/share/6adc6893fb6947c2a89b08ddb0d38e2b
- why i am proud of some of my programing language tutorial, and the specific reasons for each.
- Programing Language Tutorials. Index
- the story-telling style of tutorials
- Eloquent JavaScript Written by Marijn Haverbeke.
- https://eloquentjavascript.net/
- can you have sine cosine in css translate
@property --angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; } .element { --angle: 0deg; transform: translate( calc(cos(var(--angle)) * 120px), calc(sin(var(--angle)) * 120px) ); animation: orbit 4s linear infinite; } @keyframes orbit { to { --angle: 360deg; } }
- why i am proud of my JavaScript tutorial
- JavaScript in Depth
- because mostly it's in depth. most in depth of all my programing language tutorials
- why i am proud of my Wolfram language tutorial
- Wolfram Language Tutorial
- because, Wolfram language tutorial is rare, and mine is rather the only one focused for industrial programers.
- Elementary Intro to Wolfram Language, Review
- review of Wolfram Language: Fast Introduction for Programmers , by Wolfram Research.
- https://www.wolfram.com/language/fast-introduction-for-programmers/en/
- this is close to mine tutorial, but i think it is not in depth.
- which programing language is easy to learn
- XahLee.info Search 🔍
- collapse of usa
- is emacs lisp difficult to learn
- Author of Intro to Emacs Lisp Robert J Chassell Died