jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
irf has quit [Ping timeout: 252 seconds]
istewart has joined #commonlisp
rtypo has quit [Ping timeout: 252 seconds]
Noisytoot has quit [Remote host closed the connection]
jmercouris1 has quit [Quit: jmercouris1]
Noisytoot has joined #commonlisp
awlygj has quit [Quit: leaving]
szkl has joined #commonlisp
randm has quit [Remote host closed the connection]
randm has joined #commonlisp
nij- has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 252 seconds]
pfdietz has quit [Quit: Client closed]
X-Scale has quit [Quit: Client closed]
X-Scale has joined #commonlisp
random-nick has quit [Ping timeout: 246 seconds]
dsmith has quit [Changing host]
dsmith has joined #commonlisp
mzan has joined #commonlisp
nij- has quit [Ping timeout: 240 seconds]
hayley has joined #commonlisp
josrr has quit [Remote host closed the connection]
amb007 has joined #commonlisp
msv has quit [Remote host closed the connection]
msv has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
nij- has joined #commonlisp
ec_ has quit [Ping timeout: 260 seconds]
pfdietz has joined #commonlisp
brokkoli_origin has quit [Ping timeout: 272 seconds]
brokkoli_origin has joined #commonlisp
X-Scale has quit [Quit: Client closed]
Pixel_Outlaw has joined #commonlisp
ec_ has joined #commonlisp
nij- has quit [Ping timeout: 268 seconds]
mason has quit [Changing host]
mason has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
irf has joined #commonlisp
notzmv has quit [Ping timeout: 260 seconds]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
Pixel_Outlaw has quit [Quit: Leaving]
shka has joined #commonlisp
wacki has joined #commonlisp
amb007 has joined #commonlisp
hayley has quit [Ping timeout: 264 seconds]
alcor has joined #commonlisp
markb1 has quit [Ping timeout: 256 seconds]
ec_ has quit [Ping timeout: 260 seconds]
jjnkn has joined #commonlisp
pve has joined #commonlisp
notzmv has joined #commonlisp
irf has quit [Read error: Connection reset by peer]
rgherdt has joined #commonlisp
nerap has joined #commonlisp
shka has quit [Ping timeout: 256 seconds]
<nerap> I'm generating a captcha with vecto, whenever a URI with the path "captcha" is requested. Vecto has #'save-png and #'save-png-stream, but neither caveman2, ningle, nor clack have any match for the keyword stream in the readme. Any idea where I can write the file data to?
<nerap> here is the code: https://ctxt.io/2/AABIvyUoEQ
<ixelp> Context – share whatever you see with others in seconds
donleo has joined #commonlisp
<beach> nerap: You may want to paste that code to a place with a fixed font so that the indentation is obvious, like plaster.tymoon.eu as indicated in the channel topic.
<beach> nerap: And why would stream be a keyword?
<nerap> beach, I don't see a keyword used as a stream.
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<nerap> you can ignore the (import :lack.util.writer-stream), that was me trying to see whether that package has something for me to use.
<beach> Do you really mean "keyword" as "a symbol in the KEYWORD package"?
<nerap> What are you referring to?
<beach> In Common Lisp, "keyword" means "a symbol in the KEYWORD package". Is that what you are referring to?
<nerap> I means with keyword just a search string in the web browser. xD
<nerap> I should be careful when using words that have a meaning common lisp lingo.
<beach> Yes.
<nerap> I'm hoping that for seasoned lispers it would be easy to figure out where to write to, because I don't know where to start my search in the source code. I've figured out that caveman2 builds on top of ningle, which builds on top of clack and uses lack for middlewares which integrate with lack.
<beach> It would have to be seasoned lispers who know all that web stuff.
Gleefre has joined #commonlisp
<nerap> I've now asked in #lispweb, I hope someone of the few people in there is online.
msavoritias has joined #commonlisp
rtypo has joined #commonlisp
markb1 has joined #commonlisp
<nerap> Is the https://european-lisp-symposium.org site accessible for you? For me it keeps perpetually loading until it times out.
<ixelp> European Lisp Symposium
<beach> It loads fine here.
dino_tutter has joined #commonlisp
wacki has joined #commonlisp
meritamen has joined #commonlisp
markb1 has quit [Ping timeout: 264 seconds]
meritamen has quit [Remote host closed the connection]
<pkal> loads immediately for me as well
wacki has quit [Read error: Connection reset by peer]
wacki has joined #commonlisp
markb1 has joined #commonlisp
jjnkn has quit [Read error: Connection reset by peer]
synchromesh has quit [Read error: Connection reset by peer]
synchromesh has joined #commonlisp
cage has joined #commonlisp
nij- has joined #commonlisp
random-nick has joined #commonlisp
<ixelp> Yukari Hafner: "Finally made dynamic pipeline reconfiguration wor…" - TyNET
<paulapatience> nerap: Where are you hoping to write to? I'm not sure I understand what you are trying to do.
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
waleee has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 255 seconds]
Lord_of_Life has joined #commonlisp
nij- has joined #commonlisp
<nerap> I'm generating an image and just want to send it. But up until now I've only send strings from common lisp.
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
gilberth has quit [Ping timeout: 268 seconds]
ixelp has quit [Ping timeout: 252 seconds]
ixelp has joined #commonlisp
<random-nick> an image as in a raster image or as in a common lisp image?
<paulapatience> You mean you want to send the octets making up the captcha?
<paulapatience> Oh, to the output stream of whatever the request you're handling is
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
<nerap> yeah, I want to send an image as an octet stream, so that I don't have to write to disk and read from disk every time.
random-jellyfish has quit [Ping timeout: 256 seconds]
aciep has joined #commonlisp
kevingal has joined #commonlisp
jjnkn has joined #commonlisp
awlygj has joined #commonlisp
awlygj has quit [Client Quit]
zxcvz has joined #commonlisp
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
awlygj has joined #commonlisp
nerap has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
kevingal has quit [Ping timeout: 240 seconds]
mm007emko has quit [Ping timeout: 256 seconds]
mm007emko has joined #commonlisp
mm007emko has quit [Read error: Connection reset by peer]
nerap has joined #commonlisp
mm007emko has joined #commonlisp
irf has joined #commonlisp
josrr has joined #commonlisp
nerap has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
random-jellyfish has joined #commonlisp
mm007emko has quit [Ping timeout: 252 seconds]
mm007emko has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
msavoritias has quit [Read error: Connection reset by peer]
zxcvz has quit [Quit: zxcvz]
nij- has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
ec_ has joined #commonlisp
amb007 has joined #commonlisp
nij- has quit [Remote host closed the connection]
nij- has joined #commonlisp
random-jellyfish has quit [Ping timeout: 252 seconds]
mgl has joined #commonlisp
zetef has joined #commonlisp
gilberth has joined #commonlisp
bjorkint0sh has joined #commonlisp
bjorkintosh has quit [Ping timeout: 268 seconds]
semarie has quit [Ping timeout: 255 seconds]
semarie has joined #commonlisp
nij- has quit [Ping timeout: 272 seconds]
n8n has joined #commonlisp
mgl has quit [Ping timeout: 264 seconds]
nerap has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
irf has quit [Remote host closed the connection]
zetef has quit [Ping timeout: 256 seconds]
ldb has joined #commonlisp
istewart has joined #commonlisp
mgl has joined #commonlisp
mgl_ has joined #commonlisp
mgl has quit [Ping timeout: 268 seconds]
alcor has quit [Quit: Modding the Emacs config again, that'll be the 121th revision lmao]
alcor has joined #commonlisp
meritamen has joined #commonlisp
meritamen has quit [Client Quit]
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
mgl_ has quit [Ping timeout: 246 seconds]
aciep has quit [Ping timeout: 268 seconds]
Eoco has quit [Ping timeout: 252 seconds]
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
kevingal has joined #commonlisp
akoana has joined #commonlisp
kevingal has quit [Remote host closed the connection]
Eoco has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.2]
tedwing has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
aciep has joined #commonlisp
wacki has joined #commonlisp
zetef has joined #commonlisp
nerap has quit [Ping timeout: 264 seconds]
nij- has joined #commonlisp
mm007emko has quit [Read error: Connection reset by peer]
mm007emko has joined #commonlisp
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #commonlisp
jjnkn has quit [Remote host closed the connection]
tedwing has quit [Ping timeout: 252 seconds]
Pixel_Outlaw has joined #commonlisp
ldb has quit [Ping timeout: 264 seconds]
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
alcor has quit [Ping timeout: 256 seconds]
zetef has quit [Ping timeout: 256 seconds]
tedwing has joined #commonlisp
zetef has joined #commonlisp
chomwitt has joined #commonlisp
makomo has joined #commonlisp
tedwing has quit [Ping timeout: 260 seconds]
reb has joined #commonlisp
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
chomwitt has quit [Ping timeout: 260 seconds]
irf has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
mgl_ has joined #commonlisp
X-Scale has joined #commonlisp
aciep has quit [Ping timeout: 260 seconds]
amb007 has quit [Ping timeout: 256 seconds]
zetef has quit [Ping timeout: 256 seconds]
zetef has joined #commonlisp
pve has quit [Quit: leaving]
mgl_ has quit [Ping timeout: 256 seconds]
Jach has quit [Read error: Connection reset by peer]
tedwing has joined #commonlisp
tedwing has quit [Ping timeout: 264 seconds]
dino_tutter has quit [Ping timeout: 255 seconds]
tedwing has joined #commonlisp
borodust has quit [Remote host closed the connection]
irf has quit [Ping timeout: 260 seconds]
donleo has quit [Ping timeout: 255 seconds]
triffid has joined #commonlisp
davidt has joined #commonlisp
nij- has joined #commonlisp
davidt has quit [Remote host closed the connection]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
borodust has joined #commonlisp
amb007 has joined #commonlisp
bjork1intosh has joined #commonlisp
bjorkint0sh has quit [Ping timeout: 260 seconds]
awlygj has quit [Quit: leaving]