TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Amazon kindle source code

324 pointsby sundar22inover 13 years ago

10 comments

wheelsover 13 years ago
I thought it was kind of neat to that a library I'd written was one of the 45 included. I was kind of curious to see what they'd changed, but it ended up being a little boring:<p><a href="https://gist.github.com/1289293" rel="nofollow">https://gist.github.com/1289293</a><p>It's a library for reading / writing audio meta data (tags) and they basically just removed support for several formats. What's perhaps more interesting is what they didn't remove: I don't have a Kindle, but from the code this would seem to imply that it supports Ogg Vorbis and FLAC in some capacity.<p>Also noted that they're using a version from early 2008, even though there have been 5 more recent releases since.<p>Edit: I also went back and grabbed the very first Kindle release, which contained only 22 packages (TagLib still being one of them), and there they used an even older version (meaning they do at least sometimes grab newer versions of the libs).
评论 #3114519 未加载
评论 #3118616 未加载
markbaoover 13 years ago
Like Palm's WebOS open source releases [0], this is the code of the modifications they made to open-source projects, some of which they are supposed to release under GPL.<p>The title should be updated to reflect this.<p>[0]: <a href="http://opensource.palm.com/packages.html" rel="nofollow">http://opensource.palm.com/packages.html</a>
评论 #3114465 未加载
评论 #3114445 未加载
skeletonjellyover 13 years ago
For some reason I thought it would be the source code for the reader component but it looks like it's just conforming to the GPL license requirements for things they've modified.<p>Kindle_src_3.2.1_576290015.tar.gz contains: <a href="http://pastie.org/2699524" rel="nofollow">http://pastie.org/2699524</a>
dfcover 13 years ago
Why did this get upvoted so many times? It has been available for years now.<p>I'm afarid to say that I think people upvoted this without even reading the link. I'd bet that 200+ people who voted for this thought it was the source to amazon's proprietary components. Its not, its gpl'ed code that has been available for as long as amazon has sold the kindle.
评论 #3116687 未加载
ctzover 13 years ago
Unfortunately, still no SDK and no sign of movement. This is really sad, as I'd love access to the Kindle's market.
评论 #3114631 未加载
jasiekover 13 years ago
For a split second there I understood that as "Kindle SDK being released today".
jrmgover 13 years ago
I'm really surprised to see so much GPL and LGPLed code in here. Doesn't the license require that, in addition to having the source code, that it be possible for the user be able to re-compile and re-link the binaries? Isn't this impossible with the Kindle hardware?
评论 #3117478 未加载
Achsharover 13 years ago
yup, they have to release the code due to the license..
smalleganover 13 years ago
Will the Fire be on here when it launches?
评论 #3115204 未加载
mihover 13 years ago
Does this mean the community can finally add support to epub books?
评论 #3116014 未加载