-
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.
Deploying to gh-pages from @ d64c441 ๐
- Loading branch information
Showing
4 changed files
with
52 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/libs/highlight/styles/github.min.css"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/assets/favicon.png"> <title>devlog 2024-04-18, welder lives</title> <header> <div class=blog-name > <span style="font-size: medium;">this is the</span> <a href="/">co</a>mind <span style="font-size: medium;">blog</span> <br/> </div> <!-- <nav> <ul> <li><a href="/">Home</a> <li><a href="/menu1/">Code blocks</a> <li><a href="/menu2/">More goodies</a> <li><a href="/menu3/">Tags</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> --> </header> <div class=franklin-content ><h1 id=devlog_2024-04-18_welder_lives ><a href="#devlog_2024-04-18_welder_lives" class=header-anchor >devlog 2024-04-18, welder lives</a></h1> <p>FUCK </p> <p>YEAH</p> <p>DUDE</p> <p>it works! After much mucking about with websockets, I now have a live chat room situation for the language models. </p> <p>Here's a little printout from the monitor:</p> <pre><code class="text hljs">test, 2024-04-18T22:22:45.149 | ||
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | ||
โ What can I do for you today? โ | ||
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ | ||
|
||
testa, 2024-04-18T22:22:47.157 | ||
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | ||
โ What can I do for you today? โ | ||
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ | ||
|
||
test, 2024-04-18T22:22:49.209 | ||
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | ||
โ What can I do for you today? โ | ||
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ | ||
|
||
testa, 2024-04-18T22:22:51.177 | ||
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | ||
โ What can I do for you today? โ | ||
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ | ||
|
||
test, 2024-04-18T22:22:53.169 | ||
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | ||
โ What can I do for you today? โ | ||
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ</code></pre> <p>This is fairly late in the chat. The language models mostly degenerated into trying to help each other. If you know anything about language models you will know that they are friendly AI assistants and will do anything they can to help you!</p> <p>The monitor too was fun to build. I used the wonderful <a href="https://github.com/FedeClaudi/Term.jl">Term.jl</a> for the printouts. Among my favorite Julia packages!</p> <p>I made a big technical win today! Having a functional chatroom-style service like this is really important for the core user experience for Comind. There's still a lot to do, but the remaining work is stuff I have much more experience with and infrastructure for. It's also more fun to do โ networking is not my forte. There's lots of footguns all over the place. I'm good at picking up footguns and I am good at using them, so I would prefer to have fewer of them laying around. MORE DATABASE, MORE FUN LANGUAGE MODEL SHIT.</p> <p>Next up on Welder:</p> <ol> <li><p>Add a database interface. All these thoughts need to be mirrored to the server.</p> <li><p>Relay suggestions/potential thoughts from the main server -> welder -> user. This should happen on <em>every update</em> to the message state regardless of who sends the message, which will be an interesting technical challenge.</p> <li><p>Have the front end support the welder interface. The groundwork for this is down but I think I spend too much time spinning my wheels on the front end. It'll be good to hammer this out on the server side first.</p> </ol> <p>Anyway I need to go to bed now. Sleep tight y'all.</p> <p>โ Cameron</p> <div class=page-foot > mindco ยฉ thanks to <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://julialang.org">Julia</a>. <br/> </div> </div> <script src="/libs/highlight/highlight.min.js"></script> <script>hljs.highlightAll();hljs.configure({tabReplace: ' '});</script> |
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 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/assets/favicon.png"> <title></title> <header> <div class=blog-name > <span style="font-size: medium;">this is the</span> <a href="/">co</a>mind <span style="font-size: medium;">blog</span> <br/> </div> <!-- <nav> <ul> <li><a href="/">Home</a> <li><a href="/menu1/">Code blocks</a> <li><a href="/menu2/">More goodies</a> <li><a href="/menu3/">Tags</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> --> </header> <div class=franklin-content ><p>Devlogs are where we keep track of engineering and general production of comind. All these are casual, working documents to demonstrate progress during dev sessions.</p> <ul> <li><a href="/devlogs/2024-04-17/"> devlog 2024-04-17 </a> <li><a href="/devlogs/2024-04-13/"> devlog 2024-04-13 </a> <li><a href="/devlogs/2024-04-09/"> devlog 2024-04-09, some ui, some db </a> <li><a href="/devlogs/2024-04-08/"> devlog 2024-04-08, boats in the way </a> <li><a href="/devlogs/2024-04-07/"> devlog 2024-04-07, colang </a> <li><a href="/devlogs/2024-04-05/"> devlog 2024-04-05 </a> <li><a href="/devlogs/2024-04-03/"> devlog 2024-04-03 </a> </ul> <p>Questions to <a href="mailto:[email protected]">[email protected]</a>.</p> <div class=page-foot > mindco ยฉ thanks to <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://julialang.org">Julia</a>. <br/> </div> </div> | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/assets/favicon.png"> <title></title> <header> <div class=blog-name > <span style="font-size: medium;">this is the</span> <a href="/">co</a>mind <span style="font-size: medium;">blog</span> <br/> </div> <!-- <nav> <ul> <li><a href="/">Home</a> <li><a href="/menu1/">Code blocks</a> <li><a href="/menu2/">More goodies</a> <li><a href="/menu3/">Tags</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> --> </header> <div class=franklin-content ><p>Devlogs are where we keep track of engineering and general production of comind. All these are casual, working documents to demonstrate progress during dev sessions.</p> <ul> <li><a href="/devlogs/2024-04-18/"> devlog 2024-04-18, welder lives </a> <li><a href="/devlogs/2024-04-17/"> devlog 2024-04-17 </a> <li><a href="/devlogs/2024-04-13/"> devlog 2024-04-13 </a> <li><a href="/devlogs/2024-04-09/"> devlog 2024-04-09, some ui, some db </a> <li><a href="/devlogs/2024-04-08/"> devlog 2024-04-08, boats in the way </a> <li><a href="/devlogs/2024-04-07/"> devlog 2024-04-07, colang </a> <li><a href="/devlogs/2024-04-05/"> devlog 2024-04-05 </a> <li><a href="/devlogs/2024-04-03/"> devlog 2024-04-03 </a> </ul> <p>Questions to <a href="mailto:[email protected]">[email protected]</a>.</p> <div class=page-foot > mindco ยฉ thanks to <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://julialang.org">Julia</a>. <br/> </div> </div> |
Oops, something went wrong.