Hacker News new | ask | show | jobs
by yodon 907 days ago
Far too many engineers think creating a startup is about writing code. Writing the code is the easy part. Communicating why someone else should care about the code or the product is the hard part.
1 comments

But it's fully buzzword compatible!

"Enjoy a collaborative editing experience, while taking advantage of true serverless scalability, strong consistency, ACID-compliance, sharding, and other database properties."

"Programmatically interacting with records on RONIN is made possible through its unique query syntax, designed to allow for accessing data in the most “humane” way possible, as it closely mimics the English language."

Here's the syntax:

    get.blogPosts = {
        'where.author.handle.is': 'elaine',
        'where.ronin.createdAt.isLessThan': new Date(),
        including: ['author']
    };
This is SQL made hard.
Ugh. Yeah "unique query syntax" is not a feature.

I suspect this whole thing may be GPT generated buzzword bullshit.