> The New York Times observes that Kash Patel has now deleted his tweet (for unknown reasons) and adds that the charging documents are still not available.
Kash Patel tweeting in real-time indicates that he aware of it and at some-level involved with the arrest. It also shows that he sees this as a totally reasonable action and response - and wants the public to know about it.
Hi! For now, Colanode is available only as a desktop app (Electron). The primary reason is that we wanted to implement some local-first features, which are currently more complex to achieve in the browser.
Mainly using SQLite and having access to native file system for reading and writing files. We wanted to provide a full offline functionality. While it's possible to achieve that in browser as well it seemed quite complicated for now (we might consider it in the future).
It’s actually fairly straightforward using the OPFS API; I used it to build an upload queue a while ago, so the user can drag arbitrary files on the browser, they get copied into the OPFS as regular files, and then I can upload them at my own leisure, even after browser restarts.
The SQLite WASM build even has support for it AFAIR.
It would be more interesting if the graph could be generated by sourcing an arbitrary epub file into a RAG and have it figure out character relations without reading the whole book.
I wouldn't be surprised if it all could be done with a script using aichat[1] and rendering the diagram using graphviz.
I have always hated Gherkin because the extra layer of language expression / abstraction is superficial, and PMs can't write any ol' thing that makes sense, it has to be supported by the parser.
But LLMs can make sense of any ol' thing, so, and it shocks me to admit such, maybe Gherkin is back on the menu.
On the other hand, I am mostly involved in startups where lots of tech choices need to be made from scratch. The startup I'm currently working for doesn't even consider US based tech solutions at the moment. And I think more startups that pop up nowadays will think twice before choosing non-EU based tech.
reply