Explore >> Select a destination


You are here

timilearning.com
| | henrikwarne.com
2.7 parsecs away

Travel
| | What a great book Designing Data-Intensive Applications is! It covers databases and distributed systems in clear language, great detail and without any fluff. I particularly like that the author Martin Kleppmann knows the theory very well, but also seems to have a lot of practical experience of the types of systems he describes. There is...
| | www.blog.montgomerie.net
5.3 parsecs away

Travel
| | I posted YACYAML, the Cocoa YAML parser/object archiver I've been working on for a little while to GitHub today. It converts Cocoa objects to and from YAML, a plain text, human friendly data serialization format. YACYAML can be used in lots of ways - from replacing plists or JSON for simple config files, up to storing entire custom documents in an easy to view (and easy to hand-edit) format. Why have I made this? The short answer is that I like YAML. It's 'nicer' than plists and JSON to edit, and it's far, far, nicer to look at than NSKeyedArchiver's binary representation (which, to be fair, wasn't meant to be human-readable in the first place, but I think it would be good if it was).
| | thatonegamedev.com
2.3 parsecs away

Travel
| | In this article I will discuss what binary serialization is and the difference between that and a more typical JSON or XML serialization.
| | janakiev.com
16.0 parsecs away

Travel
| Are you working with Jupyter Notebook and Python? Do you also want to benefit from virtual environments? In this tutorial you will see how to do just that with Anaconda or Virtualenv/venv.