ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Picolisp latest found at http://www.software-lab.de/down.html | check also http://www.picolisp.com for more information
C-Keen has quit [Ping timeout: 246 seconds]
C-Keen has joined #picolisp
C-Keen is now known as Guest70583
abel-normand has joined #picolisp
abel-normand has quit [Remote host closed the connection]
_whitelogger has joined #picolisp
orivej has quit [Remote host closed the connection]
orivej has joined #picolisp
mtsd has joined #picolisp
orivej has quit [Remote host closed the connection]
orivej has joined #picolisp
<tankfeeder> morning
<Regenaxer> Hi tankfeeder
rob_w has joined #picolisp
aw- has joined #picolisp
<aw-> hi all
<aw-> Regenaxer: where can i see the changelog ?
<aw-> i just saw your tweet
<Regenaxer> hi aw-, it should be in the TGZ
<aw-> oh ok
<aw-> thanks
<aw-> tankfeeder: no, I meant pilbox
<tankfeeder> ok
<beneroth> Good morning all
<aw-> ok updated the APK
<aw-> 20171111
<aw-> REPL version says 17.11.10 though
Guest70583 has quit [Changing host]
Guest70583 has joined #picolisp
Guest70583 is now known as C-Keen
<Regenaxer> Good morning beneroth
<Regenaxer> aw-, which version do you mean?
<Regenaxer> Each PIL has its own version
<Regenaxer> Settings show the PilBox version
<Regenaxer> which is the one in the file "Version" in the home directory
<Regenaxer> bbl
aw-1 has joined #picolisp
aw-2 has joined #picolisp
aw-1 has quit [Read error: Connection reset by peer]
aw- has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 248 seconds]
aw-2 is now known as aw-
<aw-> Regenaxer: haha yes you're right! there's a version of PicoLisp, and a version for PilBox - sorry!
<Regenaxer> yeah
<Regenaxer> so with e.g demo.zip you have three
<beneroth> the amount of versions!
<Regenaxer> *Version, Version and demo/version
<Regenaxer> T :)
rudha has joined #picolisp
<beneroth> Does anyone here use webmin (or a similar server management webgui) and can recommend it?
<tankfeeder> all unknown.
<beneroth> thanks :)
<beneroth> aw- maybe?
<beneroth> background: re-use existing software (dependencies, runtimes, etc) vs. DIY picolisp (effort, more customizable, probably more secure, less dependency)
<aw-> tankfeeder: i made my own
<aw-> hahaha
<tankfeeder> task done.
<aw-> but it's very specific to my use-case, like most DIY stuff
<aw-> err beneroth sorry that was meant for you
<aw-> beneroth: what are you trying to manage? those things can range from super simple to ridiculous
<Regenaxer> tankfeeder: Looks good
<Regenaxer> The 'cond' could be an 'if'
<tankfeeder> ok
<tankfeeder> i will replace and commit
<tankfeeder> .
<Regenaxer> Perfect
<beneroth> aw-, pure-ftp & OS updates
<beneroth> mainly, in this case
<tankfeeder> next task:
<Regenaxer> Uh, so many prime searches! ;)
<Regenaxer> almost like those many "sort" tasks
<Regenaxer> Seems like programmers spend all their time sorting and finding prime numbers
<C-Keen> yes, they get untidy pretty fast
<tankfeeder> done
<Regenaxer> C-Keen, T
<Regenaxer> tankfeeder, yep. That was an easy one
<tankfeeder> next:
orivej has joined #picolisp
roundsf`` has quit [Ping timeout: 264 seconds]
rudha has quit [Ping timeout: 248 seconds]
rudha has joined #picolisp
orivej has quit [Ping timeout: 248 seconds]
<beneroth> aw-, thanks. yeah I think my use case also calls for a DIY, specific to this use case. Also a good project to do with form.l
<beneroth> and I need to work more with form.l ;)
rudha has quit [Remote host closed the connection]
orivej has joined #picolisp
<aw-> beneroth: perhaps, i've never used it ;)
rudha has joined #picolisp
aw- has quit [Quit: Leaving.]
<tankfeeder> done
<Regenaxer> (inc 'I) can be (inc 'I 2) ?
<Regenaxer> (only odd numbers)
<tankfeeder> hangs forever
<Regenaxer> oh
<tankfeeder> oops
<Regenaxer> Also, it could be a lot faster by trying to divide only by the primes found so far
<Regenaxer> But speed is not part of the task I assume
<tankfeeder> let understand what you wrote
<tankfeeder> let me
<tankfeeder> i want faster
<Regenaxer> The 'prime?' function tries to divide by all odd numbers
<Regenaxer> (for (D 3 T (+ D 2))
<tankfeeder> yes
<Regenaxer> If you instead pass in (made)
<Regenaxer> and try for these numbers, you have less divisions
<Regenaxer> (until (prime? (inc 'I 2) (made)))
<Regenaxer> I have not tested though
<tankfeeder> i will play
<Regenaxer> ok
<Regenaxer> Also, no need to try to divide by current I
<Regenaxer> so first use (made), then (link I)
<Regenaxer> Perhaps something like:
<Regenaxer> echo "Set iptables ..."
<Regenaxer> /home/app/7fach/setIptables
<Regenaxer>
<Regenaxer> echo "Starting PicoLisp Application Server ..."
<Regenaxer> /home/app/7fach/httpGate
<Regenaxer> su - -c bin/run app
<Regenaxer>
<Regenaxer> echo "Start Mailing List ..."
Regenaxer has quit [Remote host closed the connection]
Regenaxer has joined #picolisp
<tankfeeder> manually works.
<Regenaxer> oops
<Regenaxer> (make
<Regenaxer> (do N
<Regenaxer> (until (prime? I))
<Regenaxer> (link I)
<Regenaxer> (inc 'I) ) )
<Regenaxer> :)
<tankfeeder> yes
<tankfeeder> (made) inside prime?
<tankfeeder> ?
<Regenaxer> ah, forgot, yes
<Regenaxer> that's the main point
miskatonic has joined #picolisp
<tankfeeder> ok
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #picolisp
coffeecup12345 has joined #picolisp
coffeecup12345 has quit [Remote host closed the connection]
<tankfeeder> it hangs, debugging
<tankfeeder> (until (prime? I)) is stranger
<tankfeeder> (until (prime? I)) is strange
<tankfeeder> I var dont change,
<tankfeeder> this version.
<Regenaxer> yes, if you don't increment in the loop
<Regenaxer> sorry, my fault
<Regenaxer> You know what I mean
<Regenaxer> (until (prime? I (made)) (inc 'I 2)) (link I)
<Regenaxer> afp
<tankfeeder> doesnt work, cant continue debug for today.
roundsf has joined #picolisp
rudha has quit [Quit: Leaving]
<Regenaxer> ret
<Regenaxer> Hm, strange, seemed very simple on the first sight (but I did not spend much mime with it)
rob_w has quit [Quit: Leaving]
libertas has joined #picolisp
<rick42> hallo
<rick42> how is everyone?
<Regenaxer> Hi rick42!
<rick42> hi, Regenaxer!
<rick42> how r u?
<Regenaxer> very good - thanks! :)
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
<beneroth> hi rick42 o/
<beneroth> I'm sick but in good mood :)
<Regenaxer> oh, sick?
<Regenaxer> I was almost all of last week
<Regenaxer> its autumn
miskatonic has quit [Remote host closed the connection]
<beneroth> yeah, a kind of cold or so
<rick42> beneroth: \o
<rick42> (sorry you are not feeling well) :(
<rick42> but in a good mood! Great!
alexshendi has joined #picolisp
rgrau has joined #picolisp
rgrau has quit [Ping timeout: 268 seconds]
solene has joined #picolisp
mtsd has quit [Remote host closed the connection]
f8l has quit [Read error: Connection reset by peer]
f8l has joined #picolisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #picolisp
orivej has quit [Ping timeout: 268 seconds]
tankfeeder has quit [Ping timeout: 255 seconds]
clacke[m] has quit [Ping timeout: 250 seconds]
clacke[m] has joined #picolisp
f8l has quit [Remote host closed the connection]
f8l has joined #picolisp
tankfeeder has joined #picolisp