[2016-04-02 00:49:08 UTC] So KURRENTLY working on the webserver thing with java, and i have to say it's really nice that it seems like you don't actually have to care about INDIANNESS of the bytes [2016-04-02 00:49:13 UTC] this is why java is really cool [2016-04-02 01:04:37 UTC] I guess [2016-04-02 01:04:57 UTC] I'm not sure if you'd need to care about endianness in any language when making a web server though [2016-04-02 01:05:16 UTC] HTTP is a text based one-byte-at-a-time protocol [2016-04-02 01:35:12 UTC] hmm... well i suppose for http, but last quarter i took a class where they provided most of the network code and we just had to part of a search indexer where the index files were all stored in network format or something and we had to alwyas convert them to host format when reading [2016-04-02 01:35:55 UTC] now that i think of it... i'm not sure why they did it that way, but for me, as long as it works theres no PROBLEMO