Viewing profile — ggleason
ggleason
HN member- Joined
- Mon, Oct 07, 2019, 4:18 PM UTC
- HN karma
- 127
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About ggleason
Recent public activity
-
comment
Comment #42050135
How to use supervised learned classifiers without a training set by using LLMs.
- story
-
comment
Comment #41933028
It would be extremely handy to have a document store / graph database which had row polymorphism. I started writing a prototype, but unfortunately never got there. I wonder if any …
-
comment
Comment #38845011
Those are all interesting ideas. For the index structure itself you can use succinct dynamic data structures to reduce the size. The bulk loading approach is particularly amenable …
- story
- story
- story
-
comment
Comment #36681461
TerminusDB founder here. TerminusDB is now at the absolute outer edge of compact data representation. Neo4j is literally 10 times more space for the same data meaning that you'll n…
-
comment
Comment #36415424
Oh, I should probably mention a blog I wrote describing how it works: https://github.com/terminusdb/technical-blogs/blob/main/blog...
-
comment
Comment #36415413
I was looking at various forms of indexing solutions to solve search and clustering problems with TerminusDB for clients. When I compared solutions against embeddings from LLMs, th…
-
comment
Comment #35969091
TerminusDB represents the data using succinct data structures which reduces the required memory substantially over many other representations. Each branch needs to be capable of be…
-
comment
Comment #35889487
Yeah, it's really unfortunate that these amazing advances in datalog don't make it into general purpose languages.
-
comment
Comment #35735530
> Datomic Cloud is slow, expensive, resource intensive, designed in the baroque style of massively over-complicated CloudFormation astronautics. Hard to diagnose performance issues…
- story
-
comment
Comment #34821429
Hi this is Gavin and I founded TerminusCMS (terminusdb.com). CMS stands for "content management system" and headless means API-based, with no restrictions over where you use the co…
-
comment
Comment #33787707
This blog gives some details of how to order a wide variety of different data types using lexical embeddings. This is very useful for TerminusDB as we use dictionary structures to …
- story
-
comment
Comment #33620574
Yes, but the low level memory layout and search iterators are written in rust.
-
comment
Comment #33620566
Quite speedy, especially when looking at relatively long chains in the graph.
-
comment
Comment #33614435
This is my account of how we took the idea of succinct data structures, and added mutability, thereby getting something which allows for git-like functionality, but also fast query…
- story
-
comment
Comment #33374670
Well, I do know SPARQL :D TerminusDB uses a datalog under the hood, but GraphQL can expose a lot of datalog like power with the right interface. Ultimately we want to have named pa…
-
comment
Comment #33371157
Juniper helped us implement a GraphQL / RDF bridge in about two weeks.
- story
-
comment
Comment #32416007
I am of the same opinion. TerminusDB uses a data log for query and update. I think it will catch on. And in the future we will even be able to add constraints - which can be a real…