This thread needs more hardware. I'm making bike lights. First a little story. I was late to class one day in March, pothole season. I was cruising in the drops, when I came up to a T intersection. A van pulls up, and stops at the stop sign. As I approach the intersection, I see a pothole, swerve to avoid the hole, and the van pulls forward. I have about 1 second before I hit the van, land with my back on the hood, s…
Ask HN: What are you working on and why is it cool?
601–610 of 786 posts
Re: Ask HN: What are you working on and why is it cool?
#602We're working on visualizing the social network within movies. :)
Re: Ask HN: What are you working on and why is it cool?
#603Earlier quoted context omitted.
What language are the examples in?
Python. I wanted to make the underlying ideas as transparent as possible, so I chose a language which many people will find accessible, and I've tried to use simple, easily understandable idioms. I hope it will also be easily accessible to people who use Python rarely.
I wonder if there's any analogue for technical books using a particular computing language, ie the base explanatory text is kept the same (as much as possible) but the code samples are "translated" to another computer language ?
For example, if I didn't know Python, it would be great to be able to pick up a "translation" of your book with the code written in a similar language such as Ruby.
Obviously, only a subset of tech books could be treated in this fashion, but a way for authors to license their existing content for uses like this would be interesting.
Re: Ask HN: What are you working on and why is it cool?
#604Re: Ask HN: What are you working on and why is it cool?
#605Why it's cool:
1) Instead of building an API for your project, you can start using Zazler as a ready-made API. It acts as a web server that can be installed locally and configured directly to a SQL database (a legacy database or a new one, we're currently supporting PostgreSQL, MySQL, SQLite and MSSQL), so that makes it cross-platform. (ofcourse you can also build a proxy with node or nginx on the server's port if that's necessary)
2) Database queries are defined as URLs per HTTP request, using a query syntax very similar to SQL. This allows the user of an app to write necessary queries, hence extend the app on the client-side. Complex joins, filters and similar stuff is supported.
3) Zazler comes bundled with many technical formats, data visualizations and app templates. And they are extendable, meaning the app's users themselves can decide how to view the data, even write their own formats and templates.
4) The feedback we've received from backend developers is that it will save them many, many hours of boilerplate coding. So it can also serve as a development platform that can be used to write database queries using URLs instead of writing boilerplate backend code. You can basically set it up and let the frontend technician take over the work from there.
5) We've used similar architecture for the last 6 years in our projects, so it's pretty mature. Now we're releasing Zazler as a beta for public and planning to launch it as a separate product in 2014.
I've written a blog post where I describe Zazler's approach in more detail: "API Creation – the Missing Link in API Management" http://www.zazler.com/?p=115
Re: Ask HN: What are you working on and why is it cool?
#606It's cool because unlike other apps that fetch data from Facebook, we're classifying events into categories using NLP algorithms and we're also working on advanced event recommendation system, so we don't just provide a list of things.
Also unlike other tech startups that try to make things easier to do at home (delivery, social networks, etc etc) we're trying to encourage you to go out and enjoy life.
It's for Android only at the moment. http://olaii.com
I'm always open for chat, suggestions, criticism so don't hesitate to contact me/us :)
Re: Ask HN: What are you working on and why is it cool?
#607A book that explains the core ideas of neural networks and deep learning. Cool because: * The book incorporates lots of running code for readers to explore and extend. * The book's philosophy is to go deep into the core concepts of deep learning, not to superficially cover a long laundry list of ideas. This gives readers a solid foundation to build on, and makes understanding other material much easier. * Deep learni…
Re: Ask HN: What are you working on and why is it cool?
#608I'm working on Event Discovery App. It's cool because unlike other apps that fetch data from Facebook, we're classifying events into categories using NLP algorithms and we're also working on advanced event recommendation system, so we don't just provide a list of things. Also unlike other tech startups that try to make things easier to do at home (delivery, social networks, etc etc) we're trying to encourage you to g…
Re: Ask HN: What are you working on and why is it cool?
#609This thread needs more hardware. I'm making bike lights. First a little story. I was late to class one day in March, pothole season. I was cruising in the drops, when I came up to a T intersection. A van pulls up, and stops at the stop sign. As I approach the intersection, I see a pothole, swerve to avoid the hole, and the van pulls forward. I have about 1 second before I hit the van, land with my back on the hood, s…
That's one hell of a print. Maybe try lowering the temperature? What are you slicing it with?
Re: Ask HN: What are you working on and why is it cool?
#610I'm working on Event Discovery App. It's cool because unlike other apps that fetch data from Facebook, we're classifying events into categories using NLP algorithms and we're also working on advanced event recommendation system, so we don't just provide a list of things. Also unlike other tech startups that try to make things easier to do at home (delivery, social networks, etc etc) we're trying to encourage you to g…
Cool stuff, tried it on my friends phone, would love to see that on my iPhone soon.