Commit Graph

8927 Commits

Author SHA1 Message Date
Kartik K. Agaram 189bd674a0 a few surprisingly nuanced tweaks to task 8
Thanks sejo for the feedback.
2021-10-26 21:57:08 -07:00
Kartik K. Agaram b16ece5ae8 . 2021-10-26 21:27:01 -07:00
Kartik K. Agaram 06a1928c8d typo in tutorial 2021-10-26 21:26:07 -07:00
Kartik K. Agaram 0b16b27f49 task: floating-point
I'm almost ready to throw in the towel. Writing out the rules makes it
obvious how hostile they are to most people.
2021-10-25 22:50:04 -07:00
Kartik K. Agaram d3be351847 . 2021-10-24 07:07:37 -07:00
Kartik K. Agaram 016e788f08 . 2021-10-24 00:20:02 -07:00
Kartik K. Agaram 7da7e94720 . 2021-10-24 00:10:33 -07:00
Kartik K. Agaram 7d28bbe2f2 . 2021-10-24 00:02:07 -07:00
Kartik K. Agaram 1cfaf7537c . 2021-10-24 00:00:23 -07:00
Kartik K. Agaram 00438cd8a0 . 2021-10-23 23:58:34 -07:00
Kartik K. Agaram 6a2ec6bfab . 2021-10-23 23:53:27 -07:00
Kartik K. Agaram c6f32bc2b4 finally I can address sejo's feedback on shadow/clobber 2021-10-23 23:50:14 -07:00
Kartik K. Agaram c9eeca659e . 2021-10-23 23:43:21 -07:00
Kartik K. Agaram b4a3e804af rewrite Mu reference 2021-10-23 23:38:14 -07:00
Kartik K. Agaram 145957b7ee . 2021-10-23 09:30:49 -07:00
Kartik K. Agaram f2ee8c1fb6 better phrasing thanks to feedback from sejo 2021-10-22 16:09:56 -07:00
Kartik K. Agaram 6293c438a6 . 2021-10-22 16:04:22 -07:00
Kartik K. Agaram 28b6d1656a . 2021-10-21 21:20:22 -07:00
Kartik K. Agaram 5de772bebd task: using a runbook 2021-10-21 21:02:52 -07:00
Kartik K. Agaram 42002973c1 . 2021-10-21 20:56:49 -07:00
Kartik K. Agaram b044bd4264 task: error messages 2021-10-21 20:46:04 -07:00
Kartik K. Agaram d19a5c66e0 paper over one gap pointed out by sejo 2021-10-20 22:59:42 -07:00
Kartik K. Agaram efe918919a thanks sejo for feedback 2021-10-20 21:51:47 -07:00
Kartik K. Agaram 289e503a85 . 2021-10-20 15:01:36 -07:00
Kartik K. Agaram 4dab538ad1 . 2021-10-20 14:58:45 -07:00
Kartik K. Agaram 019de1c304 . 2021-10-20 14:51:05 -07:00
Kartik K. Agaram 8b87d2244e . 2021-10-20 14:49:10 -07:00
Kartik K. Agaram c9c5faef24 . 2021-10-20 14:47:18 -07:00
Kartik K. Agaram b367e7f7f9 . 2021-10-20 14:42:57 -07:00
Kartik K. Agaram 3dead55641 task: variables in registers vs memory 2021-10-20 14:35:18 -07:00
Kartik K. Agaram f263a2070b . 2021-10-20 12:57:38 -07:00
Kartik K. Agaram 163aa68b46 . 2021-10-20 12:45:22 -07:00
Kartik K. Agaram 12615266b6 . 2021-10-20 12:32:58 -07:00
Kartik K. Agaram 9320a557f7 . 2021-10-20 12:25:06 -07:00
Kartik K. Agaram 619dc31dfc sketching out a slow tutorial 2021-10-20 12:01:55 -07:00
Kartik K. Agaram 909a0e2530 . 2021-10-17 21:57:41 -07:00
Kartik K. Agaram 9a183b8179 support backspace when reading line from keyboard 2021-10-13 23:15:59 -07:00
Kartik K. Agaram db0363462f primitive: read line from keyboard
Blocking.
2021-10-13 23:14:20 -07:00
Kartik K. Agaram d280bd8dac parse float from text 2021-10-12 22:31:57 -07:00
Kartik K. Agaram 72d104d169 . 2021-10-12 22:15:06 -07:00
Kartik Agaram 132d72d28a . 2021-10-11 21:35:16 -07:00
Kartik K. Agaram a54b2cb7af . 2021-10-11 21:24:33 -07:00
Kartik K. Agaram bb1d5c2cd3 . 2021-10-11 21:21:31 -07:00
Kartik K. Agaram 2308b97066 bugfix: rendering fake screens
Not exercised anywhere except in the shell. I ran into it after running:

  (print screen 34)

Introduced in commit d2f96cb0b6 on Sep 1. This is the sort of thing I
currently don't know how to write tests for :/
2021-10-11 21:02:41 -07:00
Kartik K. Agaram d6866ec35d . 2021-10-10 15:52:03 -07:00
Kartik K. Agaram 3254fe5ca5 . 2021-10-10 15:50:52 -07:00
Kartik K. Agaram 365b1f855c . 2021-10-10 15:48:47 -07:00
Kartik K. Agaram ee1b0d19b6 . 2021-10-10 08:35:59 -07:00
Kartik Agaram 1fca8ee13c . 2021-10-09 21:09:21 -07:00
Kartik K. Agaram 1ff9dde13b make page-up/page-down smart to hidden items
In the process we eliminate a whole bunch of duplication and give item
navigation a single source of truth.

Page-up isn't quite _identical_ to how it used to be before. Let's see
if it bothers us.
2021-10-09 20:40:17 -07:00