Next version of the Dat protocol will have a key value store (called hyperdb) that's very similar to leveldb -- except it's p2p, supports random reads over the network, and has multiple writers.
How similar to leveldb? Here's subhyperdb: https://t.co/TFtFvh6B5L
📢 The Beaker 0.8 beta is here! 📢
We hope you'll try it. We can't wait to hear what you think!
If you already have Beaker, getting the beta is easy:
1⃣ Open beaker://settings
2⃣ Click "Check for prereleases"
3⃣ Wait for the download to finish, then restart Beaker
@expo Thanks for asking and for Expo! We are making an app for parents to communicate with childcare centers. Interesting from developers' perspective is that we are using @elmlang to manage the state of RN elements. We'll probably make a post or a talk about it featuring Expo.
I'm excited to release line-charts today! It's a library making it easier to build *good* charts as it implicitly follows the advice of @EdwardTufte.
Check the demo here: https://t.co/Vk1JzlWwTN
@GesickaDaria Cześć, Daria! Kopę lat! Szkoda, że przeszliście na ciemną stronę nomenklatury ("Własność Intelektualna"? 😬), ale cieszę się, że działacie i szczerze pozdrawiam z daleka :-)
A programmer is not just someone who writes code. A programmer:
- Reads code
- Writes code
- Understands code
- Deletes code
- Thinks about code
Too much emphasis is put on writing only, while in practice professional programmers are "code managers".
@nickjanetakis@Docker If that's the case I hope some love will find it's way into Compose, as it seems a little buggy to me. I was hoping that Stack will be more reliable, but it does not provide all the nice developer oriented features of Compose.
@nickjanetakis@Docker I wonder if Stack is going to eventually replace Compose. It seems like they overlap a lot. Still Compose seems better for development setup (with run and exec), while Stack has deployment related features. Do you think they will merge these tools?