-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
93 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[deps] | ||
Franklin = "713c75ef-9fc9-4b05-94a9-213340da978e" | ||
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c" | ||
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c" | ||
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 2024-04-21, the chattening | ||
|
||
Finally, the front end is (very roughly) hooked up to the back end. The work for the past week or two has been | ||
building Welder.jl, which is Comind's websocket handler for managing what basically amount to chat rooms | ||
with a lot of bells and whistles. | ||
|
||
You can see a video [on X](https://twitter.com/cameron_pfiffer/status/1782287593385926998) of this working, which also includes a rough demo of what the UI is starting to look like. | ||
|
||
The markdown editor is clean and easy to work with. I'm using [Tiptap](https://tiptap.dev/). A very, very early version of Comind used Tiptap, so I have some familiarity and was able to bolt it into the frontend relatively quickly today. I jettisoned tiptap a while ago because it doesn't really have a clear analogue to a native mobile app platform (there's discussion about React Native [support for tiptap](https://github.com/ueberdosis/tiptap/discussions/3113)). | ||
|
||
At this point, I'm committed to just getting a fuckin' web out now and dealing with the mobile app side later. | ||
Ultimately, mobile development is hard and it is simply not my forte. Web shit is easy to hack together and | ||
I really just want something I can start showing people to see how they use it. Eventually I would like to | ||
hire or partner with someone to build the mobile side. | ||
|
||
Big day! Lots and lots of code across many repos. There were some additional changes to authentication, misc Welder.jl functionality, and tons of UI improvements, functionality, and appearance. | ||
|
||
Also I submitted a YCombinator application tonight. I am not really banking on that being anything but I figured I'd submit one anyway. | ||
|
||
-- Cameron | ||
|