---
title: "Harris Jose — Blog"
url: https://harrisjose.com/blog/3
---
# Harris Jose — Blog

Newest first, 10 per page. Every post is also available by appending `.md` to its URL.

## [Higher Order Company](https://higherorderco.com/)

2024-05-20

> No need to deal with the complexity of concurrent programming: locks, mutexes, atomics... any work that can be done in parallel will be done in parallel.


## [Merge What You Can, Fork What You Can't: Managing Data Integrity in Local-First Software](https://riffle.systems/papoc22.pdf)

2024-05-16



## [Building data-centric apps with a reactive relational database](https://riffle.systems/essays/prelude/)

2024-05-15

> we’ve found promising signs that the reactive relational model can help developers more easily and debug apps, produce better apps for end-users, and offers intriguing possibilites for data-centric interoperability between apps


## [Building AI agents with Effect by Tim Suchanek](https://www.youtube.com/watch?v=6SrHTdoSBc4)

2024-05-09



## [Brotzky on making AI reliable](https://twitter.com/brotzky_/status/1787883890088312990)

2024-05-09

> Our prompts are moderately long, very specific, repeat key requests multiple times, and we provide examples of good answers in the prompt.


## [Canopi — The Home Screen for your Life](https://www.whatiftheresabetterway.com/)

2024-04-30

> We store things in app silos without any association between things that belong together. And in turn, we lose out on all the value that comes from connecting related information.


## [typewriter-editor/typewriter](https://github.com/typewriter-editor/typewriter)

2024-04-29

> It is more difficult to conceptualize a hierarchical document that can be any depth than it is a plain text document, a flat list of characters. Because of this, it can also be more difficult to customize editors using a hierarchical data model because the API is more complex, but ultimately it is more flexible and powerful.


## [Introducing sqlite-vss: A SQLite Extension for Vector Search](https://observablehq.com/@asg017/introducing-sqlite-vss)

2024-04-28

> sqlite-vss is a new vector search and storage solution that aims to be a "happy medium" between those two approaches. Your embeddings are stored inside a SQLite database and can be queried using SQL, similar to the fts5 full-text search SQLite extension.


## [How Evolu Works](https://www.evolu.dev/docs/how-evolu-works)

2024-04-28

> Evolu creates and stores CRDT messages locally and derives actual DB from them. The most simple CRDT mutation (and the only one implemented right now) is the last write win. A CRDT message contains a table, row, column, value, and timestamp because every CRDT message has to have a timestamp to ensure globally stable ordering via hybrid logical clocks(opens in a new tab).


## [Guide to ESOPs & Startup Share Schemes in Australia](https://eucalyptus.vc/blog/esop-guide-australia-2022)

2022-03-03



---

Page 3 of 8. Newer posts: https://harrisjose.com/blog/2.md

Older posts: https://harrisjose.com/blog/4.md
