Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kagevf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Githack: A Persistent Object Store for Lisp Based on Git
(funcall.blogspot.com)
31 points
by
kagevf
9d ago
|
1 comments
2.
▲
by
kagevf
9d ago
From the Abstract Heresies blog: "Githack is a Lisp object store that uses Git as its backend."
3.
▲
by
kagevf
2mo ago
For sure. Its code output is definitely not to be fully trusted. Oftentimes, you can point at where it made a mistake and it usually fixes it too.
4.
▲
by
kagevf
2mo ago
> That’s not necessarily a bad thing. True, and to my point, "popular" isn't necessarily "better". > because they are so standard and are good enough, using them massively eases the burden of making, buying an
5.
▲
by
kagevf
2mo ago
> Next up is demonstrating the AI is more productive with better programming languages. That actually would be pretty exciting! But, wouldn't AI be biased toward more popular languages, since those will by nature of their popularity
6.
▲
by
kagevf
3mo ago
Apparently, the Series library offers that. It didn't make it into the ANSI standard, but it's still maintained and covered in CLtL2. edit SICP has examples on how to implement streaming (in Scheme).
7.
▲
by
kagevf
8mo ago
From what I've seen, "AI" is typically written with the "Roman" (latin) letters, or translated as 人工知能 (AI) or as 生成AI (generative AI like LLMs).
8.
▲
by
kagevf
9mo ago
Wikipedia is right; the romanization is just matching how it's rendered in kana.
9.
▲
by
kagevf
10mo ago
I think your post pretty well illustrates how LLMs can and can't work. Favoriting this so I can point people to it in the future. I see so many extreme opinions on it like from how LLM is basically AGI to how it's "total garb
10.
▲
by
kagevf
1y ago
One approach would be to write code first, then run it by AI to get a critique. I think that strikes a good balance between avoiding atrophy and still getting the benefits of the tool.
11.
▲
by
kagevf
1y ago
If I create an executable with SBCL's save-lisp-and-die then run that executable, it presents a repl. Not really a development scenario, but more of a "running application" scenario. But, even then, if the executable creates
12.
▲
by
kagevf
1y ago
When I saw the headline, I thought it referred to "Q" the array programming language (looks like your first link).
13.
▲
by
kagevf
1y ago
I didn't know about M-? ... I like how if there's only 1 match it automatically jumps to that single reference. :)
14.
▲
by
kagevf
1y ago
I liked the convention of putting the TLD in parentheses after each link.
15.
▲
European Lisp Symposium 2025
(european-lisp-symposium.org)
3 points
by
kagevf
1y ago
|
1 comments
16.
▲
by
kagevf
1y ago
May 19 and May 20.
17.
▲
by
kagevf
1y ago
> "Anything with non-deterministic output will have this. Anything with non-deterministic output that charges money ... Edit Added words to clarify what I meant.
18.
▲
by
kagevf
1y ago
> EDIT: It has been brought to my attention that these misclicks/mistaps are a source of ad revenue haha ... looks like "follow the money" applies yet again to get to the root cause ...
19.
▲
by
kagevf
1y ago
Maybe substack?
20.
▲
by
kagevf
1y ago
Thank you, I'll check it out!
21.
▲
by
kagevf
1y ago
I like LoL alright too. I was only maybe a year or so into CL when I read it, so I didn't really notice a lot of what it's criticized for. On the one hand, I'm a little sad that I see it bagged on so much (that link from beac
22.
▲
by
kagevf
1y ago
Here's an example: http://metamodular.com/Books/land-of-lisp.html
23.
▲
by
kagevf
1y ago
My opinion of LOOP started to change when I read (the much maligned) "Land of Lisp" and went over that "periodic" diagram in TFA. Seeing the elements of LOOP broken down like that went a long way to get me to overcome my
24.
▲
by
kagevf
1y ago
Sometimes harsh language is required to help the customers realize how ungrateful they truly are.
25.
▲
by
kagevf
1y ago
thank you!
26.
▲
by
kagevf
1y ago
Care to share your .emacs? :)
27.
▲
by
kagevf
1y ago
> There is no such thing as an LLM 'session'. This matches my understanding too, at least how it works with Open AI. To me, that would explain why there's a 20 or 30 question limit for a conversation, because the necessary
28.
▲
by
kagevf
1y ago
Maybe consider adding a highlight to the search term in the (filtered) text.
29.
▲
by
kagevf
2y ago
I do not. These days I would reach for a shell script for general scripting, filling in the gaps with maybe a C# console app or something in Common Lisp if I want/need some interactivity. Something that happens pretty frequently is I&#
30.
▲
by
kagevf
2y ago
OK, here's a pretty niche blast from the past: the boo programming language. It ran on the CLR (.NET) and had syntax similar to python. I recall using it back around 2006 - 2008 because it offered scripting features for .NET on Windows
More ›