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
<aw-> about Von Neumann.. there was an interesting paper discussing that (from 1978): [PDF](https://www.thocp.net/biographies/papers/backus_turingaward_lecture.pdf)
<aw-> kakobrekla: nice link, thanks
tankf33der has quit [Ping timeout: 255 seconds]
michelp has quit [Ping timeout: 255 seconds]
alexshendi has quit [Read error: Connection reset by peer]
tankf33der has joined #picolisp
michelp has joined #picolisp
pierpal has joined #picolisp
tankf33der has quit [Ping timeout: 256 seconds]
michelp has quit [Ping timeout: 256 seconds]
aw- has quit [Ping timeout: 240 seconds]
tankf33der has joined #picolisp
michelp has joined #picolisp
rob_w has joined #picolisp
mtsd has joined #picolisp
<beneroth> Good morning all
<Regenaxer> Hi beneroth!
<beneroth> Hi Regenaxer !
<beneroth> hot weather prognosticated for today
<Regenaxer> yeah, seems so
<mtsd> Good morning everyone
alexshendi has joined #picolisp
<beneroth> Good morning mtsd !
<Regenaxer> Hi mtsd!
<mtsd> Hot weather approaching? We had that a few weeks ago, but now it is cooler again
<mtsd> Midsummer this week. It has a tendency to rain that weekend :)
<Regenaxer> On the average this summer is too hot almost everywhere
<Regenaxer> oh ;)
<mtsd> Some years it has been the same temperature on both midsummer and christmas eve. But I dont think we will be that unlucky this time ;)
alexshendi has quit [Read error: Connection reset by peer]
orivej_ has joined #picolisp
orivej has quit [Ping timeout: 268 seconds]
rob_w_ has joined #picolisp
rob_w_ has quit [Remote host closed the connection]
orivej_ has quit [Ping timeout: 240 seconds]
xificurC has joined #picolisp
orivej has joined #picolisp
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #picolisp
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #picolisp
<arievw> Hi
arievw has left #picolisp [#picolisp]
rob_w has quit [Read error: Connection reset by peer]
rob_w has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
rob_w has quit [Remote host closed the connection]
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
rob_w has joined #picolisp
<beneroth> want some hahaha-only-serious fun?
<beneroth> guy got fired by the computer. shutting down all his accounts was automated (took days). even informing security etc. was automated.
<beneroth> the joke was, the guy got not fired for real, just a missing/wrong database entry.
<beneroth> but nobody could do anything about it! not his managers, nor theirs!
<beneroth> automation gone too far
<mtsd> Scary.
<mtsd> Funny too. But scary
<mtsd> People at the mercy of the machines. And it is our own fault
<beneroth> yes.
<beneroth> just imagine the havoc one malicious user (or intruding hacker) or even just a bug can unleash once this level of automation is more common
<mtsd> Skynet is here :)
<beneroth> there is a NSA system with that name
<mtsd> Really? haha
<beneroth> nice short wiki entry. see the section "Controversy", very fitting and telling about such systems
<mtsd> Indeed
<beneroth> In dubio pro reo (https://en.wikipedia.org/wiki/In_dubio_pro_reo) is dying, because of automation and imprecise laws against complex circumstances. arbitrariness and despotism are coming back. 200-300 years was a short period.
<beneroth> :(
<mtsd> Strange how technical progress is making humanity go backwards, in a way
<mtsd> We seem to trust the machines we create more than ourselves
pierpal has quit [Ping timeout: 248 seconds]
styx has joined #picolisp
<xificurC> accidents and bugs happen. That doesn't mean the system is trying to kill us. If we were to turn off all computers where would we be right now?
<mtsd> Isn't the problem that computers and software is getting too big, too complicated?
<mtsd> As long as systems are not sentient, they are not TRYING to do anything.
<beneroth> yeah. that and too few fail-safes. Horrible failures might become less (quantitatively), but more devastating (qualitatively), especially when we plug more and more together.
<mtsd> We just tend to trust when the computer "says" and goes along with it
<xificurC> I wouldn't mind a rebirth. But the last OS one was iOS and Android and that didn't go much better than our previous attempts
<xificurC> a simpler hardware would be nice too
<beneroth> it reached it goals for it makers.
<xificurC> beneroth: I don't measure success that way
<xificurC> their goals aren't yours, are they
<beneroth> me neither, but that's the valuation in the selection/filter/cost function running at the core of those big slow AIs we call corporations
<beneroth> the nail clipper AI problem.
mtsd has quit [Quit: Leaving]
pierpal has joined #picolisp
styx has quit [Quit: styx]
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
alexshendi has joined #picolisp
sriram has joined #picolisp
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
<sriram> I am trying to add tracing to svg> to see what it does..../pil draw2Rects.l -"trace 'svg> '+PdfWin" + does not seem to work
<sriram> also (trace 'svg> '+PdfWin) after connecting gives an error "svg> -- Can't trace"
<Regenaxer> Hi sriram
<Regenaxer> hmm, then the source is not loaded yet (?)
<Regenaxer> does draw2Rects.l load everything?
<sriram> Hi Regenaxer...I tried both ways ./pil -"trace 'svg> +PdfWin" draw2Rects.l + ...that gives the cant trace error right away
<Regenaxer> yes
<sriram> oh ...(load "@lib/http.l" "@lib/xhtml.l" "@lib/form.l" "@lib/canvas.l")
<sriram> yes...so I must put the trace inside
<Regenaxer> the source must be loaded
<Regenaxer> no
<sriram> the misc/pdfPage.l
<sriram> after loading?
<Regenaxer> yes
<Regenaxer> 'trace' needs the definitions in memory
<sriram> yes...agreed....thanks..will try that way
<Regenaxer> eg
<sriram> yes?
<Regenaxer> ./pil misc/pdfPage.l -main -"trace 'XXX" -go +
<Regenaxer> can be also before -main
<sriram> so ./pil misc/pdfPage.l -main -"trace 'svg '+PdfWin" -go +
<Regenaxer> yes, but svg> iirc
<sriram> I mean ./pil misc/pdfPage.l -main -"trace 'svg> '+PdfWin" -go +
<sriram> yes
<Regenaxer> yep :)
<Regenaxer> I think it can even be after the -go
<Regenaxer> Then it is traced only in the child
<sriram> :) thanks..will try it out...changing to using svg as last time you mentioned it is more powerful than canvas, so wont need measureText
<sriram> can i do debug also?
<sriram> to step through each line of svg>
<Regenaxer> yes, same syntax as trace
<Regenaxer> yes
<sriram> ok perfect
orivej has joined #picolisp
orivej has quit [Ping timeout: 265 seconds]
rob_w has quit [Ping timeout: 245 seconds]
cilz has joined #picolisp
pierpal has quit [Ping timeout: 240 seconds]
pierpal has joined #picolisp
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
styx has joined #picolisp
anjaa has quit [Ping timeout: 240 seconds]
alexshendi has quit [Read error: Connection reset by peer]
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
sriram has quit [Ping timeout: 260 seconds]
styx has quit [Ping timeout: 245 seconds]
cilz has quit [Remote host closed the connection]
orivej has joined #picolisp
<beneroth> how to save the princess - in 8 programming languages
<beneroth> comic
<beneroth> (old but still fun)
alexshendi has joined #picolisp
alexshendi has quit [Client Quit]
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 245 seconds]
alexshendi has quit [Ping timeout: 256 seconds]
styx has joined #picolisp
pierpal has quit [Quit: Poof]
orivej has joined #picolisp
pierpal has joined #picolisp
pierpa has joined #picolisp
aw- has joined #picolisp