00:24
C-Keen has quit [Ping timeout: 246 seconds]
00:31
C-Keen has joined #picolisp
00:32
C-Keen is now known as Guest70583
03:22
abel-normand has joined #picolisp
03:23
abel-normand has quit [Remote host closed the connection]
04:14
_whitelogger has joined #picolisp
05:10
orivej has quit [Remote host closed the connection]
05:10
orivej has joined #picolisp
06:36
mtsd has joined #picolisp
07:29
orivej has quit [Remote host closed the connection]
07:29
orivej has joined #picolisp
07:33
<
tankfeeder >
morning
07:35
<
Regenaxer >
Hi tankfeeder
07:36
rob_w has joined #picolisp
08:10
aw- has joined #picolisp
08:11
<
aw- >
Regenaxer: where can i see the changelog ?
08:11
<
aw- >
i just saw your tweet
08:12
<
Regenaxer >
hi aw-, it should be in the TGZ
08:26
<
aw- >
tankfeeder: no, I meant pilbox
08:28
<
beneroth >
Good morning all
08:29
<
aw- >
ok updated the APK
08:30
<
aw- >
REPL version says 17.11.10 though
08:37
Guest70583 has quit [Changing host]
08:37
Guest70583 has joined #picolisp
08:37
Guest70583 is now known as C-Keen
08:40
<
Regenaxer >
Good morning beneroth
08:41
<
Regenaxer >
aw-, which version do you mean?
08:41
<
Regenaxer >
Each PIL has its own version
08:42
<
Regenaxer >
Settings show the PilBox version
08:43
<
Regenaxer >
which is the one in the file "Version" in the home directory
09:06
aw-1 has joined #picolisp
09:07
aw-2 has joined #picolisp
09:07
aw-1 has quit [Read error: Connection reset by peer]
09:09
aw- has quit [Ping timeout: 268 seconds]
09:28
orivej has quit [Ping timeout: 248 seconds]
09:32
aw-2 is now known as aw-
09:33
<
aw- >
Regenaxer: haha yes you're right! there's a version of PicoLisp, and a version for PilBox - sorry!
09:34
<
Regenaxer >
so with e.g demo.zip you have three
09:34
<
beneroth >
the amount of versions!
09:34
<
Regenaxer >
*Version, Version and demo/version
09:36
rudha has joined #picolisp
09:36
<
beneroth >
Does anyone here use webmin (or a similar server management webgui) and can recommend it?
09:39
<
tankfeeder >
all unknown.
09:42
<
beneroth >
thanks :)
09:43
<
beneroth >
aw- maybe?
09:44
<
beneroth >
background: re-use existing software (dependencies, runtimes, etc) vs. DIY picolisp (effort, more customizable, probably more secure, less dependency)
09:52
<
aw- >
tankfeeder: i made my own
09:52
<
tankfeeder >
task done.
09:52
<
aw- >
but it's very specific to my use-case, like most DIY stuff
09:52
<
aw- >
err beneroth sorry that was meant for you
09:53
<
aw- >
beneroth: what are you trying to manage? those things can range from super simple to ridiculous
09:54
<
Regenaxer >
tankfeeder: Looks good
09:54
<
Regenaxer >
The 'cond' could be an 'if'
09:55
<
tankfeeder >
i will replace and commit
09:55
<
Regenaxer >
Perfect
09:57
<
beneroth >
aw-, pure-ftp & OS updates
09:57
<
beneroth >
mainly, in this case
10:01
<
tankfeeder >
next task:
10:02
<
Regenaxer >
Uh, so many prime searches! ;)
10:02
<
Regenaxer >
almost like those many "sort" tasks
10:03
<
Regenaxer >
Seems like programmers spend all their time sorting and finding prime numbers
10:07
<
C-Keen >
yes, they get untidy pretty fast
10:11
<
Regenaxer >
C-Keen, T
10:12
<
Regenaxer >
tankfeeder, yep. That was an easy one
10:15
orivej has joined #picolisp
10:24
roundsf`` has quit [Ping timeout: 264 seconds]
10:31
rudha has quit [Ping timeout: 248 seconds]
10:32
rudha has joined #picolisp
10:33
orivej has quit [Ping timeout: 248 seconds]
11:20
<
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
11:21
<
beneroth >
and I need to work more with form.l ;)
11:23
rudha has quit [Remote host closed the connection]
11:23
orivej has joined #picolisp
11:36
<
aw- >
beneroth: perhaps, i've never used it ;)
12:09
rudha has joined #picolisp
12:23
aw- has quit [Quit: Leaving.]
12:42
<
Regenaxer >
(inc 'I) can be (inc 'I 2) ?
12:43
<
Regenaxer >
(only odd numbers)
12:45
<
tankfeeder >
hangs forever
12:46
<
Regenaxer >
Also, it could be a lot faster by trying to divide only by the primes found so far
12:46
<
Regenaxer >
But speed is not part of the task I assume
12:46
<
tankfeeder >
let understand what you wrote
12:47
<
tankfeeder >
let me
12:47
<
tankfeeder >
i want faster
12:49
<
Regenaxer >
The 'prime?' function tries to divide by all odd numbers
12:49
<
Regenaxer >
(for (D 3 T (+ D 2))
12:49
<
Regenaxer >
If you instead pass in (made)
12:49
<
Regenaxer >
and try for these numbers, you have less divisions
12:50
<
Regenaxer >
(until (prime? (inc 'I 2) (made)))
12:51
<
Regenaxer >
I have not tested though
12:51
<
tankfeeder >
i will play
12:52
<
Regenaxer >
Also, no need to try to divide by current I
12:52
<
Regenaxer >
so first use (made), then (link I)
12:54
<
Regenaxer >
Perhaps something like:
12:54
<
Regenaxer >
echo "Set iptables ..."
12:54
<
Regenaxer >
/home/app/7fach/setIptables
12:54
<
Regenaxer >
echo "Starting PicoLisp Application Server ..."
12:54
<
Regenaxer >
/home/app/7fach/httpGate
12:54
<
Regenaxer >
su - -c bin/run app
12:54
<
Regenaxer >
echo "Start Mailing List ..."
12:54
Regenaxer has quit [Remote host closed the connection]
12:55
Regenaxer has joined #picolisp
12:55
<
tankfeeder >
manually works.
12:55
<
Regenaxer >
(until (prime? I))
12:55
<
Regenaxer >
(link I)
12:55
<
Regenaxer >
(inc 'I) ) )
12:56
<
tankfeeder >
(made) inside prime?
12:56
<
Regenaxer >
ah, forgot, yes
12:56
<
Regenaxer >
that's the main point
12:58
miskatonic has joined #picolisp
13:07
orivej has quit [Ping timeout: 250 seconds]
13:09
orivej has joined #picolisp
13:10
coffeecup12345 has joined #picolisp
13:11
coffeecup12345 has quit [Remote host closed the connection]
13:23
<
tankfeeder >
it hangs, debugging
13:23
<
tankfeeder >
(until (prime? I)) is stranger
13:23
<
tankfeeder >
(until (prime? I)) is strange
13:24
<
tankfeeder >
I var dont change,
13:25
<
tankfeeder >
this version.
13:29
<
Regenaxer >
yes, if you don't increment in the loop
13:29
<
Regenaxer >
sorry, my fault
13:30
<
Regenaxer >
You know what I mean
13:31
<
Regenaxer >
(until (prime? I (made)) (inc 'I 2)) (link I)
14:09
<
tankfeeder >
doesnt work, cant continue debug for today.
14:24
roundsf has joined #picolisp
15:05
rudha has quit [Quit: Leaving]
15:11
<
Regenaxer >
Hm, strange, seemed very simple on the first sight (but I did not spend much mime with it)
15:14
rob_w has quit [Quit: Leaving]
15:47
libertas has joined #picolisp
16:24
<
rick42 >
how is everyone?
16:24
<
Regenaxer >
Hi rick42!
16:25
<
rick42 >
hi, Regenaxer!
16:25
<
Regenaxer >
very good - thanks! :)
16:26
orivej has quit [Quit: No Ping reply in 180 seconds.]
16:27
orivej has joined #picolisp
16:31
<
beneroth >
hi rick42 o/
16:31
<
beneroth >
I'm sick but in good mood :)
16:37
<
Regenaxer >
oh, sick?
16:37
<
Regenaxer >
I was almost all of last week
16:37
<
Regenaxer >
its autumn
16:38
miskatonic has quit [Remote host closed the connection]
16:49
<
beneroth >
yeah, a kind of cold or so
17:41
<
rick42 >
beneroth: \o
17:42
<
rick42 >
(sorry you are not feeling well) :(
17:42
<
rick42 >
but in a good mood! Great!
17:45
alexshendi has joined #picolisp
17:55
rgrau has joined #picolisp
18:22
rgrau has quit [Ping timeout: 268 seconds]
19:31
solene has joined #picolisp
19:58
mtsd has quit [Remote host closed the connection]
20:38
f8l has quit [Read error: Connection reset by peer]
20:39
f8l has joined #picolisp
20:45
orivej has quit [Quit: No Ping reply in 180 seconds.]
20:46
orivej has joined #picolisp
21:08
orivej has quit [Ping timeout: 268 seconds]
21:51
tankfeeder has quit [Ping timeout: 255 seconds]
21:59
clacke[m] has quit [Ping timeout: 250 seconds]
22:09
clacke[m] has joined #picolisp
22:27
f8l has quit [Remote host closed the connection]
22:28
f8l has joined #picolisp
23:42
tankfeeder has joined #picolisp