not bitcoin, but I have some similar experience and thought I could share. I got into dogecoin literally right after it launched (late 2013). There were zero exchanges that sold it. Hell, there wasn't even a place you…
how do you handle backup/replication for your sqlite server?
It might be feasible if you use sqlite's in-memory feature, because hitting the disk on each query is way too slow for a real-time application. Why not just use an r-tree library for the language you're using? It'll be…
What kinds of questions were asked during the interview process? I don't think I'll ever have the chance to work there, but I'm extremely curious about the vetting process for a place with such a notorious hiring bar.
not bitcoin, but I have some similar experience and thought I could share. I got into dogecoin literally right after it launched (late 2013). There were zero exchanges that sold it. Hell, there wasn't even a place you…
how do you handle backup/replication for your sqlite server?
It might be feasible if you use sqlite's in-memory feature, because hitting the disk on each query is way too slow for a real-time application. Why not just use an r-tree library for the language you're using? It'll be…
What kinds of questions were asked during the interview process? I don't think I'll ever have the chance to work there, but I'm extremely curious about the vetting process for a place with such a notorious hiring bar.