Skip to content

Commit

Permalink
Update this week's retrospective
Browse files Browse the repository at this point in the history
  • Loading branch information
axelknock committed Apr 1, 2024
1 parent e0d2680 commit 79e0a3c
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions content/retrospectives/20240325T213118--the-week-of-march-25th.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,25 @@ date = 2024-03-25T21:31:18-04:00
tags = []
identifier = "20240325T213118"
slug = "the-week-of-march-25th"
summary = "This week is not over, so this entry is incomplete."
summary = "Interacted, hacked a bit, and read some more."
+++
## Goals
| # | Goal | Grade |
|:-----------------------------------------------------------------------|:-------------------------------------------------------------------|:------|
| [1](#interact-with-my-family) | Interact with my family | |
| [2](#hack-together-a-browser-extension) | Hack together a browser extension | |
| [3](#read-some-more-structure-and-interpretation-of-computer-programs) | Read some more *Structure and Interpretation of Computer Programs* | |
| [1](#interact-with-my-family) | Interact with my family | A |
| [2](#hack-together-a-browser-extension) | Hack together a browser extension | C |
| [3](#read-some-more-structure-and-interpretation-of-computer-programs) | Read some more *Structure and Interpretation of Computer Programs* | B |

[//]: # (## Notes)
[//]: # (### Interact with my family)
[//]: # (### Hack together a browser extension)
[//]: # (### Read some more *Structure and Interpretation of Computer Programs*)
## Notes
### Interact with my family
Talked to my sister at length. Turns out she just had a baby, and that kind of thing deprives one of sleep for at least a couple of weeks afterwards. I had not called her immediately after just for that reason. She told me I would have to get a TDaP (Tetanus, Diphtheria, and Pertussis [whooping cough]) shot for my eventual meeting with my new niece. I got that done quickly, at Costco for cheap. I also sent along a couple of gifts my niece will never conciously perceive, but hopefully the parents will appreciate the cute dress and bib.

### Hack together a browser extension
Ran through a tutorial for a basic extension. I have finally decided what I want to build though, and an extension is not the bulk of it. I want to build a self-hosted interface to Large Language Models hosted by OpenAI, Anthropic, Mistral, self-hosted, and more. They have fairly similar Application Programming Interface endpoints, so one interface to all of them would be of some benefit. There already exists at least one such project, but its reliance on cloud technologies made me sick, so I want to build my own.

I have at least a couple of goals in mind for this:
- Installable as a Progressive Web App
- For it to work as an extension (with potential like highlighting for quick context)

### Read some more *Structure and Interpretation of Computer Programs*
I did this, and I also found that watching [MIT's 1986 SICP Lectures](https://www.youtube.com/playlist?list=PLE18841CABEA24090) by the book's authors—Hal Abelson and Gerald Jay Sussman—after having read and worked through the material myself, is much more beneficial than any single component on its own.

0 comments on commit 79e0a3c

Please sign in to comment.