Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's just a blob of bytes. If you write a 32-bit float and then read an int from the same location, you get whatever int those 32 bits form.


And to be clear, unlike in C it's well-defined what those 32-bits are, because it's defined to be an IEEE 754 binary float32.


That generally tells me that this tool is meant for developers smarter than me to make the appropriate abstractions for me to use. Not for me to consider this a core part of my web app development toolkit. :)


Very much in keeping with the [Extensible Web Manifesto][1].

[1]: https://extensiblewebmanifesto.org/


> this tool is meant for developers smarter than me

Developers solving different problems than you. When you run into a problem that needs this tool don't hesitate to use it. Dealing with data structures like this isn't really harder than the usual JS stuff, just different and a learning curve.




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

Search: