Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zokier
8 months ago
|
parent
|
context
|
favorite
| on:
Spotting base64 encoded JSON, certificates, and pr...
JSON is already text based and not binary so encoding it with base64 is bit wasteful. Especially if you are going to just embed the text in another json document.
And of course text-based things themselves are quite wasteful.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And of course text-based things themselves are quite wasteful.