This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-24
Channels
- # announcements (7)
- # babashka (5)
- # babashka-sci-dev (20)
- # beginners (125)
- # biff (98)
- # catalyst (1)
- # clerk (37)
- # clj-kondo (6)
- # clojure (49)
- # clojure-dev (18)
- # clojure-europe (6)
- # clojure-uk (2)
- # data-science (17)
- # deps-new (20)
- # emacs (11)
- # helix (5)
- # hyperfiddle (34)
- # malli (3)
- # missionary (4)
- # reitit (4)
- # sci (15)
- # solo-full-stack (7)
- # sql (5)
- # testing (2)
An update. • Following the counsel of a number of friends, the week started with a full-on Biff push. • I got Biff up, running, and deployed (thank you @foo, @seancorfield, @naomarik768, and others). After a 60-second victory party, I wilted. The stuff I have to add to Biff got overwhelming. I still don’t know how to glue together LLMs and vector databases (in or out of XTDB) from Biff. Not yet anyway. To @naomarik768’s point, building a sales funnel is central. • In the middle of the night Tuesday, I recognized the basic eelchat structure could help. Bots do have places in community structures. • Still overwhelmed, I started screwing around with webhook-based http://Make.com scenarios (I’m not affiliated with Make). They have modules that talk to pinecone, OpenAI, Auth0, and have an HTTP module for APIs that don’t yet have modules (like Stardog). Custom modules are also an option. • Webhooks don’t come with front ends. I got sick of raw HTML/CSS/JS for a client and I knew things weren’t going to get any easier. • Based on my Tuesday night epiphany and my webhook roadrash, I dove back into eelchat. I feel better knowing that I can build a set of Make scenarios serving backend functions if I can’t get anything else to work. For a rookie, this is hard. I know for most of you, watching me is watching a fish flop around out of water. This channel probably still makes sense in as much as I think I’m still headed for AWS-based Datomic — eventually. Weird that the channel is created by someone so inexperienced. The road is just much longer than I imagined. Thank heavens I now have more to work with than just my imagination.
I fooled around with integrating chatgpt and biff but didn't get to the vector databases though. I just did web requests to their API and it worked quite well.
sounds like you're learning a lot in any case 🙂
I think a lot of people don't appreciate that even a relatively "small" web application these days has a lot of moving parts -- and even if you have a "framework" to get something up and running quickly, getting it doing what you actually want can be overwhelming. Lots of little "baby steps" can get you there but sometimes it's hard to even draw the map of how to get these from here...