Live data from Hacker News

Show HN: Kvass, a personal key-value store

github.com

81–90 of 129 posts

Re: Show HN: Kvass, a personal key-value store

#81
post #58

Somewhat unrelated: Can one buy kvass starter in the United States, and if so, what is it called? I'm not interested in bottled kvass, it never tastes like the real thing and you don't get to watch kvass explosions in the bottle as it is being made

Kvass starter? I typically just use yeast, old rye bread, raisins, and sugar. Maybe added lemon for taste at the end.

This recipe is similar to how I make mine (in Russian): https://www.gastronom.ru/recipe/55100/domashnij-kvas-iz-hleb...

Re: Show HN: Kvass, a personal key-value store

#82
post #76
post #71

Earlier quoted context omitted.

That's a bit harsh, while I don't agree with OP I don't think that your language helps in promoting a healthy discussion about what is reasonable to expect from a HN front-page post. Also you say that "it's not HN job to entertain you". What is HN's job then? Because honestly I do come here to read things that entertain me.

To be news. I can understand if you missed that, it's not very obvious from visiting the home page.

That is very much not the purpose of HN, it's in

https://news.ycombinator.com/newsguidelines.html

Re: Show HN: Kvass, a personal key-value store

#84
post #58

Somewhat unrelated: Can one buy kvass starter in the United States, and if so, what is it called? I'm not interested in bottled kvass, it never tastes like the real thing and you don't get to watch kvass explosions in the bottle as it is being made

Kvass starter? I typically just use yeast, old rye bread, raisins, and sugar. Maybe added lemon for taste at the end. This recipe is similar to how I make mine (in Russian): https://www.gastronom.ru/recipe/55100/domashnij-kvas-iz-hleb...

TIL.. When I saw kvass being made I was too young to know how it works.

Re: Show HN: Kvass, a personal key-value store

#85
post #43
post #36

Not trolling or trying to downplay anybody here, but honestly - how “kvass” (readed as “k-v-ass” given it is a “key-value” storage) is a good name?..

About as good a name as the password manager which I'm unable to read in any other way than keep ass . (Just in case you are unaware, kvas/kvass is a traditional north-eastern europe drink.)

Kvas means yeast, could be also a drink name.

Re: Show HN: Kvass, a personal key-value store

#86

Earlier quoted context omitted.

But you can’t access Sqlite over the web.

...and you shouldn't.

Seems to me that for a personal tool like this, sqlite3 is non-problematic.

https://www.sqlite.org/whentouse.html

"Generally speaking, any site that gets fewer than 100K hits/day should work fine with SQLite. The 100K hits/day figure is a conservative estimate, not a hard upper bound. SQLite has been demonstrated to work with 10 times that amount of traffic."

Re: Show HN: Kvass, a personal key-value store

#87
post #4

I’m wondering what sorts of use-cases people would use a personal key-value store for. Maybe it’s just a useful foundation for building other tools on top of, like a password manager.

I use a KV, Hashi vault, so my shell scripts get api keys, secrets, etc and they’re not stored plaintext or in SCM.

Re: Show HN: Kvass, a personal key-value store

#88

Cool. Curious why you chose sqlite instead of something like badger [ https://github.com/dgraph-io/badger ] given you expose it as a key value database, which badger is.

SQLite allows me to keep multiple versions of the same entry, which is convenient for state merging. Half the sync logic is actually implemented in SQL. Other than that, I’m already familiar with it and the storage backend is not very performance critical for the intended use case.

Re: Show HN: Kvass, a personal key-value store

#89
post #24

Earlier quoted context omitted.

TLS is available in pre-shared key (PSK) mode. Looks like there is ongoing work to add TLS-PSK to Go's standard library: https://github.com/golang/go/issues/6379#issuecomment-117006...

Cool! If this gets implemented, I'll definitely use is instead of raw AES.

Yeaaah don’t use ECB.

AEAD or gtfo

Re: Show HN: Kvass, a personal key-value store

#90
post #61

Earlier quoted context omitted.

What do you mean it didn't take off? QR code detection is implemented in native iOS camera and IIRC most android implementations too. Almost everyone can use it. In that sense it took off more than bitcoin.

That is true, its just not as widely used as I would have hoped.

I feel like that has changed over the past few years. Many restaurants in my area started using them for menus, and I recently saw them used to setup wifi while on vacation.
Post reply on HN