29 Nov 2024 |
Jeff Miller | Today I Learned that Simon "Wardley Maps" Wardley works with Feenk (Moldable Development, Glamorous Toolkit, software modernization practice) and that is part of the reasons he gives for being unavailable for hiring | 21:32:43 |
30 Nov 2024 |
Ward | Download image.png | 17:24:23 |
Ward | I am now able to scan the wiki-client source code for the most elementary patterns by searching for nodes that are similarly abbreviated as parenthesized strings. Node users might find this easily installed on one's own localhost.
https://github.com/WardCunningham/idiomatic | 17:28:06 |
Ward | * I am now able to scan the wiki-client source code for the most elementary patterns by searching for nodes that are similarly abbreviated as parenthesized strings. Node users might find this easily installed on one's own environment as described in the readme.
https://github.com/WardCunningham/idiomatic | 17:30:02 |
1 Dec 2024 |
Ralf | See http://wiki.ralfbarkow.ch/view/simon--tudor | 10:38:31 |
Ralf | * Jeff Miller: See http://wiki.ralfbarkow.ch/view/simon--tudor | 10:39:04 |
Ralf |
| 11:12:53 |
Ralf | * HTML5 mp4 https://wiki.ralfbarkow.ch/assets/pages/simon--tudor/Bildschirmaufnahme%202024-11-29%20um%2011.54.44.mov
Changing the Speaker in the Transcript
| 11:13:15 |
Ward | I coded the Journal merge logic once at a hackathon and it worked well enough to demo at the end of day but not well enough to find any application in real life. Maybe we could take a second look at this together and find some problems it solves. | 11:34:42 |
Ralf | Ward: npm install in the idiomatic directory gives me error:
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/…/tmp/idiomatic/package.json'
| 15:48:28 |
Ralf | * Ward: npm install in the idiomatic directory gives me an error:
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/…/tmp/idiomatic/package.json'
| 15:48:47 |
Ralf | Could not read package.json | 15:49:03 |
Ward | Ah. I will need to include that in the git repo then. | 16:05:31 |
Ward | Done. Try git pull before the install. | 16:08:27 |
Ralf | Better but http://localhost:1954/
Cannot GET / | 16:31:42 |
Ralf | Redacted or Malformed Event | 16:33:43 |
Ralf | Redacted or Malformed Event | 16:34:30 |
Ward | There is no / on that site. Start with /index | 16:57:00 |
Ralf | http://localhost:1954/index | 18:27:37 |
Ward | Download image.png | 20:13:34 |
Ward | Yes, from the link in the readme. | 20:13:35 |
2 Dec 2024 |
Ward | Download image.png | 23:38:23 |
Ward | http://ward.dojo.fed.wiki/advent-of-code.html | 23:38:56 |
3 Dec 2024 |
Ward | Download image.png | 18:51:28 |
4 Dec 2024 |
Ward | Download image.png | 03:07:05 |
Ward | Solo now shows node properties on hover. We've done this before but the capability didn't make the transition to pop-up windows due to a coding typo. | 03:08:45 |
Ward | * Solo now shows node properties on hover. We've done this before but the capability didn't make the transition to pop-up windows due to a coding typo which Paul helped me find. | 03:09:36 |
| @ianp5a:matrix.org left the room. | 06:14:19 |
Ward | Knuth explains Tarjan’s strongly connected subgraphs Thursday of this week. https://www-cs-faculty.stanford.edu/~knuth/musings.html | 07:19:07 |
Ward | See also http://paul.dojo.fed.wiki/view/strongly-connected-components | 07:23:39 |