Re: Did you know? Webassembly Containers are (Pico-)Lisp machines!

2020-04-11 Thread Rowan Thorpe
t comes third, and part of its coolness is its comprehensive support for compiling to webasm, which is why I started learning rust). -- Rowan Thorpe http://twitter.com/rowanthorpe PGP fingerprint: 92FA 6C6F ABF2 C1B2 7E1C 7CCD 131F D7A9 542F 12F0 -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Dr. Theobold Text Adventure Game: Looking for Beta Testers

2017-09-02 Thread Rowan Thorpe
9/msg000 > 00.html > > This is the project home page: > > https://savannah.nongnu.org/projects/dr-theobold/ BTW: The download-links for the -r2 version are dead links (and the "homepage" link is an empty directory, but that is probably just because you haven't set that up yet). -- Row

Re: Let's Encrypt Expiry

2017-05-28 Thread Rowan Thorpe
On 28 May 2017 at 12:50, Alexander Burger wrote: > Thanks Tomas, > >> I got these emails too and everything worked well for me. > > OK, this is reassuring. > >> Maybe added or removed names? > > Yeah, maybe ... ;) I've always received expiry-reminders for old certs,

Re: Header parsing

2017-04-19 Thread Rowan Thorpe
to the list over the years have mostly reached an audience of one :-D -- Rowan Thorpe http://twitter.com/rowanthorpe "There is a great difference between worry and concern. A worried person sees a problem, and a concerned person solves a problem." - Harold Stephens -- UNSUBSCRIBE: mailt

Re: Header parsing

2017-04-19 Thread Rowan Thorpe
and based on the output of "postfix -l" it should be trivial to add handling for its configured locking mechanism - just to avoid the "once in a blue moon" garbling/disappearance of an email being delivered during processing. -- Rowan Thorpe http://twitter.com/rowanthorpe "

Re: PilMCU status

2017-04-18 Thread Rowan Thorpe
han splitting it out. The other small patch is because during testing (albeit against my Exim spool files which may vary from your Postfix ones) I noticed that some emails which ended without a blank line would end up with the final line half-overwritten by the "-- ", because t

Re: PilMCU status

2017-04-18 Thread Rowan Thorpe
ther the SPF or DKIM headers end up included in the final outgoing mail they will cause a validation failure (SPF due to wrong sender, and DKIM due to modified content). -- Rowan Thorpe http://twitter.com/rowanthorpe "There is a great difference between worry and concern. A worried person sees a problem, and a concerned person solves a problem." - Harold Stephens -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilMCU status

2017-04-17 Thread Rowan Thorpe
aps others) are bouncing certain list-emails - from geo at least - for some obscure reason. Could you please check if your logs show bounced messages with unusual responses? Can anyone registered to the list with a Google Apps or Gmail address confirm/deny they had the same problem? -- Rowan T

Re: PilMCU status

2017-04-03 Thread Rowan Thorpe
for the same reasons. At risk of triggering a long thread of content-less "+1"s, I think it is helpful to point out that AW's request is not a one-off anomaly, but that there are several of us out here *dying* to mess around with this, and to help it reach such a usable point, in

Re: duckduckgo

2017-03-29 Thread Rowan Thorpe
; > https://duckduckgo.com/bang > > http://imgur.com/M9F0h1h > > > > 2. fun and advertisement > > Can probably be done, Requires a HTTP GET to > >http://picolisp.com/wiki/?home&*Search=foo -- Rowan Thorpe "There is a great difference between worry an

Re: future?

2017-03-10 Thread Rowan Thorpe
o thanks. From what Thorsten says in one of those links, it seems there's only an issue for a github-hosted repo when commits are made after 1 March, which gives a little wiggle-room for now, and luckily git makes migration super-easy. -- Rowan Thorpe "A riot is the language of

Re: Future of PicoLisp?

2017-02-20 Thread Rowan Thorpe
on github if you care about privacy/control/librejs issues. gogs is interesting because it is very lightweight, portable, and easy-maintenance (can even be hosted on a raspberry pi or nas device), whereas gitlab is bigger and seems equivalent to github in terms of bells-and-whistles (CI i

Re: (= code data)

2017-02-17 Thread Rowan Thorpe
" '((X) (println X)) ) -> tester (help 'tester) -> "This is the tester function" (tester 123) 123 -> 123 8< -- Rowan Thorpe "A riot is the language of the unheard." - Dr. Martin Luther King "There is a great difference between worry and concern. A

REPL in the browser, picolisp as primary example/screenshot

2017-02-17 Thread Rowan Thorpe
irewalling of its port, though. Then again, due to extra load on the server and potential security holes (extra maintenance burden) it may not be worth it at all. Anyway, just an idea... -- Rowan Thorpe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: (= code data)

2016-12-27 Thread Rowan Thorpe
to demo Picolisp's homoiconicity is by implementing "docstrings" within a small function :-) See here for an example: https://github.com/rowanthorpe/taskwrangle/blob/b14e2fe47a9e03f025442941b2867eb122cefa8b/lib/libtaskwrangle.l#L252 -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BD

Re: FreeBSD 11

2016-10-15 Thread Rowan Thorpe
hem to officially support picolisp, is to then convince them to support it with their NFGI script-acceleration, to eliminate the interpreter-per-request situation entirely. Also, regarding the sub-thread about "barrier to entry": I wasn't thinking as much about barriers due to lack of kno

Re: FreeBSD 11

2016-10-11 Thread Rowan Thorpe
and with superficial FreeBSD familiarity as a "user", I am trying to gauge if I could/would want to take on maintaining packaging for it in Ports, and whether that exists in some form already, or would need creating. -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265

Re: task db example

2016-10-03 Thread Rowan Thorpe
gt; > ..[snip].. > > BTW, Joe's exact name is Bogner ; Thanks for both important corrections (applied) :-) -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD "A riot is the language of the unheard." - Dr. Martin Luther King "There is a

Re: task db example

2016-10-03 Thread Rowan Thorpe
-function or all, based on home-cooked docstring system) * frontend wrapper funcs like (isdone), (rename), (unparent), etc... -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD "A riot is the language of the unheard." - Dr. Martin Luther King "T

Re: Unexpected behaviour from (sort) with

2016-10-01 Thread Rowan Thorpe
could be relevant to as well. Of course you might feel that is being too verbose in order to pander to the n00bs and the forgetful though... -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD "A riot is the language of the unheard." - Dr. Martin

Unexpected behaviour from (sort) with transient-sym-with-leading-numeral-in-cdr

2016-09-30 Thread Rowan Thorpe
quot; "3")) (println A) (sort A >) (println > A)) > ("t" "z" "q" "a" "3a" "x3" "3") > ("t" "q" "a" "3a" "3") > -> ("t" "q" "

Re: task db example

2016-09-06 Thread Rowan Thorpe
-bandwidth). I will upload it but first want to credit the demo-app appropriately as original source. How is stuff posted on the wiki copyrighted/licensed? Public Domain? GPL? -- Rowan Thorpe http://twitter.com/rowanthorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD

Re: Gorlansky lisp book, 800+ tasks

2015-08-27 Thread Rowan Thorpe
On 27 August 2015 at 13:43, Henrik Sarvell hsarv...@gmail.com wrote: Can the book be freely accessed somewhere so that it's possible see the descriptions of the tasks that you solved? He included a (756 page!) lisp20150507.pdf in that repo, which appears to be the book in question. It is all in

Eurolisp April 2015 (would love to see something picolisp-related there)

2015-01-24 Thread Rowan Thorpe
) Especially with all the recent news-worthy developments of PilMCU it would be a missed opportunity if a talk wasn't presented there for that. If it is, please let me know and I'll be in the front row... -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD

Re: A Minimal PicoLisp DB/GUI Application, Telephone field

2015-01-14 Thread Rowan Thorpe
code + ... from USA: 011 + country code + area code + ... -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD There is a great difference between worry and concern. A worried person sees a problem, and a concerned person solves a problem. - Harold Stephens

Re: A Minimal PicoLisp DB/GUI Application

2015-01-12 Thread Rowan Thorpe
and the implementation). FWIW: I am subscribed to *many* mailing lists, but I think the picolisp list is the only one I actually read every single message from. -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD There is a great difference between worry and concern. A worried

Bug building on Hurd (trivial fix?)

2015-01-02 Thread Rowan Thorpe
and opening it as a bug-with-patch on the Debian BTS, I figured it is simpler and faster to post about it here - so if anyone else finds the time, and if the fix really is that simple, it can help all users more quickly. -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD

Re: PicoLisp on Raspi

2014-09-19 Thread Rowan Thorpe
totally up for contributing to PilMCU, RasPicolisp or Picolix86_64p in any way that I can. Count me in. -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD There is a great difference between worry and concern. A worried person sees a problem

Re: kill without 'KILL does not work for PicoLisp processes

2013-07-17 Thread Rowan Thorpe
On Wed, 17 Jul 2013 09:22:14 +0200 Thorsten Jolitz tjol...@gmail.com wrote: ..[snip].. I ran into this problem when experimenting with the web-framework and my app got into a bad state. When restarting then, PicoLisp tells me something like 'Port is already used', so I tried to kill the

Re: kill without 'KILL does not work for PicoLisp processes

2013-07-17 Thread Rowan Thorpe
On Wed, 17 Jul 2013 16:14:11 +0700 Henrik Sarvell hsarv...@gmail.com wrote: When developing web apps I keep the code for the server and the rest separate and reload the rest on every request. No need for restarts at all that way. Unless you're actually fiddling with the actual server

Re: kill without 'KILL does not work for PicoLisp processes

2013-07-17 Thread Rowan Thorpe
On Wed, 17 Jul 2013 12:56:35 +0200 Alexander Burger a...@software-lab.de wrote: On Wed, Jul 17, 2013 at 01:28:59PM +0300, Rowan Thorpe wrote: ..for such times (and for those times that you generally can't be so organised), there is the sledgehammer approach - SO_REUSEADDR Why

Re: How to set IP address for socket?

2013-05-16 Thread Rowan Thorpe
socket, e.g. for about 90 seconds on Linux, or similar duration on other platforms (must wait for OS to release socket based on its own view of things). If that is totally unhelpful or irrelevant then sorry for the line-noise ;-) Rowan Thorpe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject

Re: How to set IP address for socket?

2013-05-16 Thread Rowan Thorpe
in the last version Alex told you to do, but instead of: : MyIpAddr asciz 127.6.26.129 you put the ipv6-mapped address for it: : MyIpAddr asciz :::127.6.26.129 ..? -- Rowan Thorpe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Bug reports?

2013-01-23 Thread Rowan Thorpe
, and when I brute-force overrode that, it has a problem again when I try to change passwords. -- Rowan Thorpe http://identi.ca/rowanthorpe http://twitter.com/rowanthorpe http://www.rowanthorpe.com PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD -- UNSUBSCRIBE: mailto:picolisp

Subscribe

2013-01-02 Thread Rowan Thorpe
Hello Rowan Thorpe ro...@rowanthorpe.com :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe