Ask HN: After Engineering – What's Next?
3 pointsby svckr2 comments
Location: Aachen, Germany
Remote: Preferably
Willing to relocate: Maybe later, but happy to come for regular office visits anywhere between Amsterdam, Berlin, Frankfurt, Zürich
Technologies (recently): JavaScript, Java, Infrastructure-stuff, …
Résumé/CV: jpo.dev/f/cv-hn-2022.pdf
Email: hi (at) jpo.dev
Hi HN, I'm Jonas, and I'll keep it short: echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | docker run -i busybox base64 -d
Edit: Yes, I'm piping your email address through an operating system image I just downloaded from the internet and, to be honest, I feel quite badly about this. :(
JSON Patch uses JSON Pointer (RFC 6901) to address elements, but another method from (very) roughly same time is JSON Path [0] (RFC 9535) and here's one of my favorite mnemonics:
- JSON Path uses "points" between elements
- JSON Pointer uses "path separators" between elements
[0] https://en.wikipedia.org/wiki/JSONPath