Hacker News new | past | comments | ask | show | jobs | submit login

If all your code is dealing with binary data, why the heck are you using strings for it? There's a bytes type there for a reason, which doesn't deal with encodings, and you won't accidentally try and treat a blob like a string.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: