libera/#commonlisp - IRC Chatlog
Search
5:38:41
jackdaniel
on one hand it is cool that genera is refreshed and made legally available (I assume that it is unless some substantial claim is made public); on another hand LLM claims sound like a desperate marketing lie and (for now) it is a not yet available for try without some application process
6:01:46
Pixel_Outlaw
I hope there is interest enough for it to be enjoyed. I've seen a decline in the "hacker" mindset in the last few years.
6:02:44
jackdaniel
I have some uninteresting takes on the topic, and they coincide with the last few years timeframe of events, but we'd be discussing llms again ;)
6:03:22
jackdaniel
that said I hope that portable genera is successful enough to grow beyond invitation only, with a free (even if non-commercial) license
6:05:17
Pixel_Outlaw
I thought more folks would be trying Medley as another historic environment. A few CL lookie-loos pop in on occasion. :)
6:05:55
jackdaniel
if I had time I'd happily explore Medley to be honest, but I'm too busy with other CL stuff
6:06:03
Pixel_Outlaw
Asking odd questions and expecting it to just magically support Quickproject or Roswell
6:07:27
Pixel_Outlaw
It's all good. No worries. Right now I think the last topic of discussion was that packages were loading into an unexpected default area.
8:09:51
_Posterdati_
please help, how can I generate an alert on a hunchentoot served web page? Is there any tutorial? Thanks!
8:11:02
_Posterdati_
I implemented the lispweb program from Adam Tornhill: https://www.adamtornhill.com/articles/lispweb.htm
8:11:40
_Posterdati_
but it lacks a proper error handling on trying to enter an already present game in the database
9:47:51
thijso
I don't think there's a quicklisp channel, so I'm asking here. If I should ask elsewhere, I'm all ears. Also, I'm not sure this is actually a quicklisp issue. Anyway, I'm trying to build an android apk, which includes quicklisp. Using quicklisp I'm trying to load clog, but clog depends on sqlite. So the load errors on not finding libsqlite.so. I've managed to cross-compile libsqlite.so, but I'm unclear
9:47:57
thijso
on where I need to put that so that the load of clog (or cl-sqlite) can actually find it. Any pointers would be very welcome
9:48:34
jackdaniel
if you have control over the invocation, then customizing LD_LIBRARY_PATH would help
9:49:04
jackdaniel
perhaps there is a variable that stores /addtitional/ library directories that you may push to
9:49:20
jackdaniel
in the worst case, you could just put a full path when sqlite is required by clog
9:56:21
thijso
thinking on it a bit more, I actually need it to be found when the app is loaded/running as well obviously, so I probably need to bundle the libsqlite.so file in the assets of the app and refer to that somehow. Probably by altering cffi:*foreign-library-directories*. I think...
9:59:51
jackdaniel
I'm split between eliza repeating claims and "you are 100% correct to push back on this" ;) /jk