HN user

LukeEF

1,193 karma

Sunlit Uplands

Posts93
Comments174
View on HN
github.com 2y ago

Many Worlds: a philosophy of data collaboration

LukeEF
2pts0
github.com 2y ago

The Semantic Web Is Dead – Long Live the Semantic Web

LukeEF
31pts5
github.com 2y ago

Parallelizing HNSW (Hierarchical Navigable Small World) graphs

LukeEF
49pts6
terminusdb.com 2y ago

Entity Resolution with AI: DBLP and ACM Publication Benchmark

LukeEF
3pts0
ismailmaj.github.io 2y ago

Destructing Trees Safely and Cheaply

LukeEF
1pts0
github.com 3y ago

A Giant Data Merge

LukeEF
1pts0
www.technologyreview.com 3y ago

Google DeepMind’s game-playing AI just found another way to make code faster

LukeEF
2pts1
www.semafor.com 3y ago

Are AI startups too easy to copy?

LukeEF
2pts0
github.com 3y ago

Building a Vector Database to Make Use of Vector Embeddings

LukeEF
1pts0
github.com 3y ago

Open Source Text to Video

LukeEF
2pts0
github.com 3y ago

We wrote a vector database in a week (in Rust)

LukeEF
3pts0
arxiv.org 3y ago

Anthropomorphism in Dialogue Systems

LukeEF
2pts0
terminusdb.com 3y ago

Solution to the Object Relational Impedance Mismatch

LukeEF
1pts0
github.com 3y ago

Schema migrations as first class citizens

LukeEF
6pts0
pluralistic.net 3y ago

Hollywood is best example of labor power in America

LukeEF
1pts0
techcrunch.com 3y ago

Tech workers could take labor lessons from Hollywood’s writers

LukeEF
1pts0
www.sfchronicle.com 3y ago

Why S.F. can’t pay its teachers on time

LukeEF
5pts0
www.fastcompany.com 3y ago

AI’s biggest risk is the corporations that control them

LukeEF
296pts288
arxiv.org 3y ago

LORA: Low-Rank Adaptation of Large Language Models

LukeEF
42pts3
skift.com 3y ago

Sabre Is Cutting 15 Percent of Its Workforce, Roughly 1,100 Jobs

LukeEF
2pts0
jgp.ai 3y ago

PayPal open sources its data contract template

LukeEF
2pts0
accidental-taxonomist.blogspot.com 3y ago

Taxonomies for Content Components

LukeEF
1pts0
www.reuters.com 3y ago

EU proposes new copyright rules for generative AI

LukeEF
1pts0
dfrnt.com. 3y ago

A Visual Data Product Builder

LukeEF
3pts0
github.com 3y ago

Many Worlds: A Philosophy of Data Collaboration

LukeEF
18pts1
azeemba.com 3y ago

What Is a URL Dangers of Inconsistent Parsing of URLs

LukeEF
3pts0
terminusdb.com 3y ago

Knowledge Graph Schema Design Patterns and Principles

LukeEF
3pts0
github.com 3y ago

Building a Headless Content Management System

LukeEF
4pts0
terminusdb.com 3y ago

Show HN: TerminusCMS – New Headless CMS for Devs

LukeEF
3pts2
news.ycombinator.com 3y ago

Show HN: TerminusCMS – Headless CMS for Devs

LukeEF
9pts1

I am not sure of the exact statistic, but something like 95% of all production databases are less than 10GB. There seems to be a 'FAANG hacker' fascination with 'extreme-scale' which probably comes from seeing the challenges faced by the handful of organizations working at that level. Much of the time most graph database users want (as in why are they there) a DB that allows you to flexibly model your data and run complex queries. They probably also want some sort of interoperability. If you can do that well for 10GB, that is holy grail enough. We certainly found that developing graph database TerminusDB [1] - most users have smaller production DBs, more lightly use bells and whistles features, and really want things like easy schema evolution.

[1] https://github.com/terminusdb/terminusdb

From the google leaks paper:

'LoRA is an incredibly powerful technique we should probably be paying more attention to

LoRA works by representing model updates as low-rank factorizations, which reduces the size of the update matrices by a factor of up to several thousand. This allows model fine-tuning at a fraction of the cost and time. Being able to personalize a language model in a few hours on consumer hardware is a big deal, particularly for aspirations that involve incorporating new and diverse knowledge in near real-time. The fact that this technology exists is underexploited inside Google, even though it directly impacts some of our most ambitious projects.' [1]

[1] https://www.semianalysis.com/p/google-we-have-no-moat-and-ne...

Datomic is Free 3 years ago

There are already some open source alternatives to datomic. TerminusDB (https://github.com/terminusdb/terminusdb) for example is implemented in prolog (and Rust) so has the datalog variant query power that makes datomic so powerful. If you want free as in speech (thou I love free beer).

This has to be imagined in the context of a post-SQL future. Unless of course you are a 'SQL is the end of history' person!

'The open-source developer tools market is one of the worst markets one could possibly end up in... the answer is basic microeconomics. Developers love building developer tools, often for free. So while there is massive demand, the supply vastly outstrips it. This drives the number of alternatives up, and the prices down to zero.'[1]

5 years later and this still feels correct. From one OSS Dev Tool founder to another - more power & good luck!

[1] https://www.defmacro.org/2017/01/18/why-rethinkdb-failed.htm...

I bounce from default engine to engine (most recently startpage as a 'better' google) but so far always find myself back with google search. Last time I went elsewhere, I recorded the occasions when I appended the URL bar search with @google. Quick info on a business (address, telephone # etc.) and maps dominated. I haven't used another engine that can deliver similar. I also realized how much time I spend looking at maps and street viewer...

The knowledge graph and maps are a massive search moat.

it still has locks thou - unless you use the less powerful online version. Would be better imho to have a lock free desktop version of Excel that operates like an IDE where you merge changes and resolve conflicts at the point of merge.

Founder of excel collaboration and versioning startup [1] here so I am a believer.

There are only about 30 million programmers. There are over 1 billion Excel users. Excel is Turing complete. Excel is by far the most used programming language on the planet. It is easily 20 times more popular than the next contender.

The value of Excel is that it is presenting the data, with a set of formulae that let you keep derived data up-to-date. This inferred data provides sums and computations, sometimes simple, but sometimes exquisitely complex. And through this whole range of complexity, with a billion users, virtually nobody treats Excel seriously like a programming language.

We have a programming language which is essentially acting as a declarative database, and yet we don't do unit tests, we don't keep track of changes, we collaborate with Excel by sending it to our colleagues in the mail and god-forbid we should doing any serious linting of what is in the thing.

Anyone who has used Excel in anger realizes why it is so brilliant. Show me another declarative constraint based, data driven inference language that I can teach to my grandmother.

The problem isn't Excel. The problem is that we are treating Excel like its a word processor, and not what it is: a programming language.

[1] https://versionxl.com/

Calling for people to be fired because they wrote a blog post with ideas you don't like is monstrous. Whatever other 'criticisms' you might have, that is beyond the pale and shouldn't be acceptable commentary on this platform.

It isn't really saying anything - just trying to give a look at an ongoing internal dialogue about web3, which i suspect is pretty widespread. Devs often don't like permissionless blockchain and crypto, but do like decentralization and moving away from giant beasts like Apple, Google, Facebook. The Socratic method of back and forth points can help to stimulate critical thinking. Thou maybe that has failed in this case!

TerminusDB person here: we were using the API internally for our immutable collaboration database service [1] so we thought we'd make it available for others to use. We think it is better than the one derived from the RFC and built specifically for collaboration, but you can be the judge of that! In any case - choice is good, right?

[1] https://terminusdb.com/

Knowledge Graphs 5 years ago

Mostly the ability to think in abstractions and imagine what might be technically possible! Certainly not exclusive to programmers but more density there.

Knowledge Graphs 5 years ago

We have a immutable chain structure in TerminusDB which allows for straightforward uncoordinated multi-read access or multi-version concurrency control. This approach also makes branching simple to implement. Any number of new layers can point to the same former parent layer.

You might like this white paper (but for reasons above you will have to overlook some of the OWL information): https://github.com/terminusdb/terminusdb/blob/dev/docs/white...

Knowledge Graphs 5 years ago

Taking these concepts and trying to tie them back into what programmers do, so that the experience of building a knowledge graph database is not alien is essential if this is going to become mainstream tech.

We[1] started building with OWL, the web ontology language, to represent the shape of the graph. This made sense because OWL is a very rich language for describing graphs. However it also has drawbacks. It is very hard - and alien to common experience - for developers to read OWL. It was not built to describe schemata but rather ontologies (to describe what could be represented, rather than what must be represented). It also had no concept of a document, and as we were trying to build a document-oriented knowledge graph, we had to graft one onto it, which became a source of confusion for our users.

Eventually - with much pain and time - we decided to simplify the interface, make the concept of the document more central, make the primary interaction method be through json documents and create a schema language that looks like the JSON you hope to build (and feels more like one you might write in a programming language).

It is early days for the relaunched version (and we had to swallow the frustration of such a deep breaking change), but it certainly feels like regular programmers are now able to quickly build knowledge graphs. The combination of graph, schema, and document is powerful.

[1] https://github.com/terminusdb/terminusdb

Interesting you said that - i read the first part, scanned the rest looking for continuation of the story and then searched for 'Sheila'. Really wonder what happened next - was there a reconciliation, did the hurt run too deep, did Sheila even remember or did she think they just drifted apart?

TerminusDB co-founder here. In 10.0 (anti-SemVer speaking), we decided to simplify the interface, make the concept of the document more central, make the primary interaction method be through JSON documents and create a schema language that looks like the JSON you hope to build (and feels more like one you might write in a programming language).

It's early days, but internally to the team, the traction has already been noticeable. Many more of us have built complex knowledge graphs using our software.

The possibilities that a document graph could bring to application development has always excited us. We really feel like their day will come. Its part of why we've been involved with implementation of graph databases since 2004.

The object store of yore always felt like a good idea to us, but we were aware of its problems: difficulties with referential integrity, difficulties with concepts of identity etc. These former attempts did not succeed but they gave us great information as to what might succeed in the future.