franksalim | 13 years ago | on: We Need A Standard Layered Image Format
franksalim's comments
franksalim | 14 years ago | on: $74 MK802 Android micro-PC take on the Cotton Candy, RasPi
franksalim | 14 years ago | on: WebSockets is a stream, not a message based protocol
franksalim | 14 years ago | on: Apple: We Don’t Use Carrier IQ… In Most Of Our Products… Anymore.
"With any diagnostic data sent to Apple, customers must actively opt-in to share this information..."
As I understand it, Carrier IQ is about sending data to carriers. Apple only denied that data was silently sent to Apple. That's completely different than saying no data has been transmitted at all.
franksalim | 14 years ago | on: What feature would improve the web?
The handshake and HTTP upgrade are there for a reason. Connecting out from web applications with straight TCP breaks the web security model. After the handshake, you can treat WebSocket binary frames as if they were a TCP byte stream. Speak any protocol you want to.
Anything you can do with TCP you can do with WebSocket. The only exception is that you cannot connect to a listening server that does not expect the WebSocket handshake. That is intentional! In fact, that is the reason for the WebSocket handshake.
franksalim | 14 years ago | on: What feature would improve the web?
franksalim | 14 years ago | on: Rob Pike comments on Ryan Dahl's rant
franksalim | 14 years ago | on: Tilt-Shift Using CSS
franksalim | 14 years ago | on: How many ways can you slice a URL and name the pieces?
franksalim | 14 years ago | on: Thoughts on Designing a new Web Apps Language
franksalim | 15 years ago | on: Microsoft Share Price and Google Employment Interest
franksalim | 15 years ago | on: So you think you own your Twitter name?
franksalim | 15 years ago | on: Native Client: Getting Ready for Takeoff
franksalim | 15 years ago | on: Windows Signature Experience: it's just windows sans the crapware
franksalim | 15 years ago | on: Oracle sues Google over use of Java in Android
franksalim | 15 years ago | on: Bill Gates: In Five Years The Best Education Will Come From The Web
http://twitter.com/BillGates/status/19764971764 "I’ve been spending time watching some of the courses on www.khanacademy.org – many of which are quite good. More coming on GatesNotes..."
For what it's worth, I think he is right. You can learn a tremendous amount by reading and watching talks on the Web.
franksalim | 15 years ago | on: Stop thinking about how to scale. Startups die from not having customers.
franksalim | 15 years ago | on: JavaScript needs macros
There are plenty of JavaScript compilers that each have their own incompatible module systems. Adding another will only exacerbate what is already a major problem. JavaScript needs modules in the language to prevent fragmentation into what are effectively different source languages.
franksalim | 16 years ago | on: IMatix: AMQP ‘fundamentally flawed’
franksalim | 16 years ago | on: Comet is dead, long live websockets