Human Typable Shared Secret (make-passwd.scm)

2015-06-18 Thread Michael Titke
Whenever you would like to do something very very important you probably will need a new password for subscribing to a mailing list, creating another on-line account and else. After some passwords you start to develop a scheme on how to easily create new passwords in your mind but it remains

GOOPS Terminal Class

2015-06-18 Thread Michael Tiedtke
I have started to recreate something simple, old and reliable from scratch: it's about creating VI (thats vi and not a roman 6) as a Guile/GOOPS implementation with full Scheme support and it's going to replace Emacs for me in the long run. I start out with Unicode C0 (http://unicode.org/chart

Re: GOOPS Terminal Class

2015-06-18 Thread Michael Tiedtke
On 18/06/2015 16:21, Michael Tiedtke wrote: ... For this I have written a preliminary GOOPS class terminal () which is attached for those interested having a look at. ... Just as a side note. You can try this: (with-output-to-file "sinui0.cat" (lambda () (load "terminal.scm"))) This will

Re: vi on guile

2015-06-18 Thread Michael Tiedtke
On 18/06/2015 17:59, Dimitri Unrau wrote: Hi Michael, scheme based vi sounds like a good idea. For me it seems that working on guile-emacs http://emacswiki.org/emacs/GuileEmacs is a more pragmatic approach. You'll get an editor programmable in scheme, faster execution of elisp, concurrency and s

Re: Human Typable Shared Secret (make-passwd.scm)

2015-06-18 Thread Nala Ginrut
Thanks for sharing! It's inspired me to add such passwd generator to Artanis as a plugin in the future. ;-) On Thu, 2015-06-18 at 07:56 +0200, Michael Titke wrote: > Whenever you would like to do something very very important you probably > will need a new password for subscribing to a mailing li