about summary refs log tree commit diff stats
path: root/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 3620Kartik K. Agaram2016-11-041-2/+2
|
* 3607Kartik K. Agaram2016-10-281-1/+1
|
* 3606Kartik K. Agaram2016-10-281-1/+1
|
* 3605Kartik K. Agaram2016-10-281-25/+32
|
* 3591Kartik K. Agaram2016-10-241-4/+4
|
* 3590Kartik K. Agaram2016-10-241-0/+17
| | | | | Patch in a new darling from my recent comment at https://lobste.rs/s/n0d3qo/what_are_you_working_on_this_week/comments/rue8pf#c_rue8pf
* 3589 - update authorship in the ReadmeKartik K. Agaram2016-10-241-25/+26
|
* 3588 - documentation for filesystem and networkKartik K. Agaram2016-10-241-4/+4
|
* 3492Kartik K. Agaram2016-10-101-2/+2
|
* 3462Kartik K. Agaram2016-10-071-5/+11
| | | | Better examples in the Readme: keyboard, mouse and filesystem tests.
* 3447 - drop dependence on GNU makeKartik K. Agaram2016-10-061-4/+4
| | | | | | | | | A generic build system is overkill for such a small project, and it was adding complexity on OpenBSD which doesn't come with GNU make by default. In the process we also eliminate our reliance on bash and perl, at least for the core build script.
* 3442Kartik K. Agaram2016-10-051-1/+1
| | | | | | | | Support for a minimal OpenBSD without bash. Many of the scripts in the repo won't work in that situation, but let's at least make the `mu` script work. I'd like to come up with a clean makefile that doesn't require GNU make.
* 3414Kartik K. Agaram2016-09-241-2/+2
|
* 3398Kartik K. Agaram2016-09-181-6/+11
|
* 3322Kartik K. Agaram2016-09-111-2/+2
|
* 3318Kartik K. Agaram2016-09-101-0/+24
| | | | Describe immutability checks in the Readme.
* 3317Kartik K. Agaram2016-09-101-4/+4
|
* 3316Kartik K. Agaram2016-09-101-1/+2
|
* 3314Kartik K. Agaram2016-09-101-21/+25
|
* 3173Kartik K. Agaram2016-08-121-23/+23
|
* 3101 - purge .traces/ dir from repo historyKartik K. Agaram2016-07-051-6/+0
| | | | | | | | | | | | | | | | | | | | | I'd been toying with this idea for some time now given how large the repo had been growing. The final straw was noticing that people cloning the repo were having to wait *5 minutes*! That's not good, particularly for a project with 'tiny' in its description. After purging .traces/ clone time drops to 7 seconds in my tests. Major issue: some commits refer to .traces/ but don't really change anything there. That could get confusing :/ Minor issues: a) I've linked inside commits on GitHub like a half-dozen times online or over email. Those links are now liable to eventually break. (I seem to recall GitHub keeps them around as long as they get used at least once every 60 days, or something like that.) b) Numbering of commits is messed up because some commits only had changes to the .traces/ sub-directory.
* 3100Kartik K. Agaram2016-07-041-0/+1
|
* 3099Kartik K. Agaram2016-07-041-1/+3
|
* 3068Kartik K. Agaram2016-06-261-1/+1
|
* 2997 - new version of http://akkartik.name/aboutKartik K. Agaram2016-05-231-4/+4
|
* 2940Kartik K. Agaram2016-05-081-0/+2
|
* 2877Kartik K. Agaram2016-04-271-1/+1
|
* 2876Kartik K. Agaram2016-04-271-1/+1
|
* 2865Kartik K. Agaram2016-04-241-1/+1
|
* 2833Kartik K. Agaram2016-04-141-1/+4
|
* 2785Kartik K. Agaram2016-03-151-7/+12
|
* 2783 - typo in Readme; thanks John LampingKartik K. Agaram2016-03-141-2/+2
|
* 2761Kartik K. Agaram2016-03-111-10/+8
|
* 2758Kartik K. Agaram2016-03-101-4/+4
|
* 2757Kartik K. Agaram2016-03-101-3/+3
|
* 2756Kartik K. Agaram2016-03-101-6/+6
|
* 2755Kartik K. Agaram2016-03-101-10/+1
|
* 2754Kartik K. Agaram2016-03-101-2/+2
|
* 2753Kartik K. Agaram2016-03-101-3/+3
|
* 2752Kartik K. Agaram2016-03-101-1/+2
|
* 2751Kartik K. Agaram2016-03-101-103/+31
|
* 2750 - take out all philosophy from the ReadmeKartik K. Agaram2016-03-101-197/+61
|
* 2747Kartik K. Agaram2016-03-091-0/+4
| | | | Thanks Ben Trask for engaging with my arguments.
* 2742Kartik K. Agaram2016-03-081-41/+2
|
* 2738Kartik K. Agaram2016-03-081-16/+16
|
* 2737Kartik K. Agaram2016-03-081-1/+1
|
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-29/+29
| | | | | | | | | | | | I'm dropping all mention of 'recipe' terminology from the Readme. That way I hope to avoid further bike-shedding discussions while I very slowly decide on the right terminology with my students. I could be smarter in my error messages and use 'recipe' when code uses it and 'function' otherwise. But what about other words like ingredient? It would all add complexity that I'm not yet sure is worthwhile. But I do want separate experiences for veteran programmers reading about Mu on github and for people learning programming using Mu.
* 2734Kartik K. Agaram2016-03-081-7/+7
|
* 2733Kartik K. Agaram2016-03-071-0/+2
|
* 2732Kartik K. Agaram2016-03-071-1/+10
|