Fork me on GitHub
#off-topic
<
2017-04-19
>
tbaldridge00:04:17

@qqq @didibus if you want to really go down a (fun) rabbit-hole, I highly recommend this blog: http://www.dalnefre.com/wp/ Especially the posts on "Kernel".

tbaldridge00:04:00

Let's build a Lisp from scratch, including stuff like fexprs, but make it so every expression is an actor! What could possibly go wrong? 🙂

qqq00:04:00

@tbaldridge : nope, enough digging for today

qqq00:04:13

now need to find a DB where I can store 100MB machine learning training data

qqq00:04:26

while cassandra doesn't like > 16MB and CockroachDB doesn't like > 1MB

tbaldridge00:04:29

100MB? Sqlite 😛

tbaldridge00:04:41

oh a blob store

qqq00:04:46

100MB is not entire DB size; it's the size of a blob

noisesmith00:04:47

I hear “medium data” is the new hotness

qqq00:04:53

a blob goes from 100MB to 10GB

pedroteixeira21:04:18

if you need relational db, I would go with postgresql - perhaps consider breaking the data into max of 1GB chunks

qqq00:04:59

(think collections of text / images / wav files)

tbaldridge00:04:14

Sounds like a good use-case for a Linux filesystem. Nested folders of files will take you a long way.

qqq00:04:27

I think you said the exact same thing last time I asked

qqq00:04:31

Atleast you'r consistent 🙂