[tw5] Re: Taking Task Management to the full Software Development Life Cycle

2022-12-10 Thread Charlie Veniot
If it is something you'd like to play with, bring up the latest version of BASIC Anywhere Machine , go to the Tools menu, and open all five windows in the SDLC group. Having those 5 windows open side by each, create things in each of the

[tw5] Re: Taking Task Management to the full Software Development Life Cycle

2022-12-10 Thread Charlie Veniot
Fyi, I put together a concept diagram as a guide to follow as I setup the user interface elements: BAM Support for SDLC Processes and Artefacts On Monday, November 14, 2022 at 12:52:10 AM UTC-4

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Charlie Veniot
Now that I've skimmed the whole referenced page, the immediate reaction: The buffet of "artefacts" is overwhelming. For me, too many artefacts, too many ways of doing things, too much thinking, too much to know about. Too much stuff going on: I immediately shut down as a defence mechanism. I

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Charlie Veniot
Delayed reaction: thanks for the comment! A lot of times, when I figure out in my head how to do something in TiddlyWiki, I don't follow through on doing it because the challenge is no longer there. No challenge, no problem to solve, no interest. This was one of those rare moments in which I

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Charlie Veniot
G'day sir, I've actually been doing parameterised transclusion for about a year now, with my own syntax: {{ blah_blah_tiddler-tiddler-title:::param1:::param2 || tTemplate}} The parameterised transclusions work is really interesting, I think it will be fantastic for everybody, but I don't

Re: [tw5] If I wanted to start a discussion ...

2022-12-10 Thread Charlie Veniot
Well, I am a Damn Small Linux, Puppy Linux, and Linux From Scratch fan. If you know Linux, you can imagine I'm on a totally opposite spectrum. Kind of unrelated, kind of not. My device of choice at home: Chromebook. I guess I am immediately drawn to light and agile, and quickly get miserable

Re: [tw5] If I wanted to start a discussion ...

2022-12-10 Thread Arlen Beiler
>From my linux experience, the sweet spot is having everything required to immediately get down to business in every single situation. At minimum, having apt, nano, curl, and ssh installed is pretty much a no brainer. But you don't need the dev tools, you don't need the docker runtime or VMs, you

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Jeremy Ruston
Great stuff Charlie, really inspired. I hope you will enjoy the new possibilities coming in https://github.com/Jermolene/TiddlyWiki5/pull/ Best wishes Jeremy On Saturday, December 10, 2022 at 3:43:19 PM UTC cj.v...@gmail.com wrote: > I find the layout of the code above looks better when

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Charlie Veniot
I find the layout of the code above looks better when viewed in Google Groups . On Saturday, December 10, 2022 at 11:15:51 AM UTC-4 Charlie Veniot wrote: > And the TiddlyWiki syntax (no javascript) version: > ``` > \define

[tw5] Re: Use Case for Session Storage: Fibonacci Series

2022-12-10 Thread Charlie Veniot
And the TiddlyWiki syntax (no javascript) version: ``` \define fibo(fnmax fni:1 fnm2:0 fnm1:1) <$list filter="[[$fnm2$]match[0]]"> F,,$fnm2$,, = $fnm2$ F,,$fnm1$,, = $fnm1$ <$vars fni={{{ [[$fni$]add[1]] }}} fn={{{ [[$fnm1$]add[$fnm2$]] }}}> F,,<>,, = <> <$list