Earlier quoted context omitted.
This only works because there's a captive audience, and the publisher knows that they can get away with charging anything since the students feel they have no other choice but to buy a copy. Far more specialized textbooks with far smaller audiences are routinely available for much cheaper (e.g. http://amzn.to/1ByBDLG ). The right place to target reform would be professors. They should take a stand to write and use on…
Do you or does anyone know if there's any kind of existing market for pirated textbooks? I'm not a student but if music and films are pirated in large doses, it seems textbooks geared towards the same demographic would be popular.
New Requests for Startups
261–270 of 407 posts
Re: New Requests for Startups
#262Earlier quoted context omitted.
We already have the tools to deliver software continuously and reliably. They are called containers and virtual machines. The problem as usual is not with the technology. If you look back we had SmallTalk virtual machines some time ago that you could pause, ship over the network, and pick up where you left off. Reading is not the issue as well because most code is terrible and it doesn't matter how easy you make it t…
I didn't say we need to teach people to write elegant code. See my examples at http://akkartik.name/post/tracing-tests . I take this perverse joy in coming up with ugly code that is suited to its surroundings, and I'm extremely well-suited for programming because when it comes to code our aesthetics are like George Costanza's instincts ( http://en.wikipedia.org/wiki/The_Opposite ). I want programming to be like readi…
Re: New Requests for Startups
#263Earlier quoted context omitted.
I am the founder a developer tools startup and I've thought a lot about the future of programming. To be honest, the developer tools market is extremely competitive ("everything must be free") and it is not for the faint of heart. That said, if anyone wants to chat sometime in the Bay Area about future dev tools and/or startups around them, I'd be happy to meet. (contact info at https://wukix.com/contact )
Hi Wes! I enjoyed your talk on Mocl at the Bay Area Lisp meetup last year.
Re: New Requests for Startups
#264> What comes after programming languages? I've been working on this for several years, though a startup seems the wrong vehicle for it. I think the description in the RFS is misguided: "We’re interested in helping developers create better software, faster. This includes new ways to write, understand, and collaborate on code, and the next generation of tools and infrastructure for delivering software continuously and…
Both those things literally only came after reading so much code! No shortcuts from the Dev environment (idea, docs) aside from navigation and search!
Re: New Requests for Startups
#265Would somebody please disrupt the textbook publishing industry? http://www.amazon.com/Discrete-Mathematics-Applications-Susa... $264.39, for students that work part time jobs at $7.00 an hour (before taxes). Not only students are angry about this. Professors are angry, and authors are angry too. Bitter fights between professors and publishers are common. Everybody wants to see the big players in this industry fail .…
It seems to me that the most powerful opportunity here would be not only to disrupt textbooks but also academic journals; in the process of tackling both areas as a unified problem of knowledge distribution, one might shorten the distance between the latest research and the established curriculum, as well as opening an avenue for better modes of teaching (as per the point made by `rcarrigan87).
Re: New Requests for Startups
#266> What comes after programming languages? I've been working on this for several years, though a startup seems the wrong vehicle for it. I think the description in the RFS is misguided: "We’re interested in helping developers create better software, faster. This includes new ways to write, understand, and collaborate on code, and the next generation of tools and infrastructure for delivering software continuously and…
This is a great point. I am always struck by how there are so many times where, if I could sit down with the original program author for 5 - 10 minutes, I could understand more from that interactive back-and-forth than several hours of reading code in solitude. This tells me it's not that understanding how that code works is intellectually difficult; rather it's discovering how it works is time-consuming. It would be…
Re: New Requests for Startups
#267> What comes after programming languages? I've been working on this for several years, though a startup seems the wrong vehicle for it. I think the description in the RFS is misguided: "We’re interested in helping developers create better software, faster. This includes new ways to write, understand, and collaborate on code, and the next generation of tools and infrastructure for delivering software continuously and…
Re: New Requests for Startups
#268Earlier quoted context omitted.
Many people with reduced mobility (e.g. my grandmothers) can't ride them, though. There's space for alternatives.
The bicycle is a 80/20 solution, but it's hard to make VC-level money in the business. Plus, a few more decades of high-tech short-distance personal transportation and we'll all look like in Wall-E and the bicycle will become 20/80.
Re: New Requests for Startups
#269Would somebody please disrupt the textbook publishing industry? http://www.amazon.com/Discrete-Mathematics-Applications-Susa... $264.39, for students that work part time jobs at $7.00 an hour (before taxes). Not only students are angry about this. Professors are angry, and authors are angry too. Bitter fights between professors and publishers are common. Everybody wants to see the big players in this industry fail .…
Is there no crowd sourced, open sourced textbook non-profit organization? Sort of like Wikipedia/Wikimedia but with textbooks. Ideally there would be a Wiki-like website with people constantly editing and revising and arguing over texts/chapters/paragraphs. A cursory Google search yields the site https://openstaxcollege.org/ , which appears to be supported by Rice University. This has open sourced texts, but not crow…
http://www.openintro.org/stat/textbook.php
Free online, <$10 in print. There is a high school level stats text book available as well. Its also not "crowd sourced", but the results seem solid.
Re: New Requests for Startups
#270Earlier quoted context omitted.
These have traditionally been domains requiring a huge research apparatus with tremendous manpower, for only very long term gains. Not good for startups. In AI, how can a startup hope to succeed when academia has had almost no success in 50 years (and I am doubtful throwing more CPU/neuron layers will 'solve' the problem). This is a pure example of the AI Effect[1]. Academia has been extremely successful with AI Rese…
Interesting link, but I still feel AI hasn't had much success: Do we really have much more today that A* search, neural nets with backpropagation, and HMMs/SVM/etc, which were all developed in the 1960s? The successes of AI that I see (eg OCR/speech recognition and Chess/Jeopardy) use these same old algorithms with only marginal improvements and more CPU. There have been no new major techniques or insights. I'm not a…