Ask HN: What are the best technologies you've worked with this year?
131–140 of 155 posts
Re: Ask HN: What are the best technologies you've worked with this year?
#132It makes cross-platform native app development easy, and is a huge leg up for audio work.
Re: Ask HN: What are the best technologies you've worked with this year?
#1332011 we will see in-browser video editing
Re: Ask HN: What are the best technologies you've worked with this year?
#134Re: Ask HN: What are the best technologies you've worked with this year?
#135It's a really great core library for building web applications, takes the 1389408103 functions in PHP and produces a nice modular library that gives you everything you need and nothing you don't.
Re: Ask HN: What are the best technologies you've worked with this year?
#1361) MongoDB - I started off using it in place of a few tables that had some varied column requirements, and I'm now in the middle of converting my entire DB to it. So awesome. 2) Kohana - I love working with this framework. I never really worry about the ugly warts in PHP, because honestly? I'm not programming in PHP any more. I'm programming in Kohana, and I only occasionally fall back to PHP for "low-level" stuff.
I was trying to get into Kohana but I just couldn't find any good guides to get started and to show me all the various features.
Re: Ask HN: What are the best technologies you've worked with this year?
#137Re: Ask HN: What are the best technologies you've worked with this year?
#138Re: Ask HN: What are the best technologies you've worked with this year?
#139The iPad has changed everything. It's an entirely new type of computer that turned out to be substantially better than anyone imagined. Watch a 5-year-old use an iPad for the first time and you will immediately see and understand why this is a major paradigm shift. It's the first "socially acceptable" computer -- at Christmas I can pull out my iPad, plop it down at the dinner table and share pictures with the family,…
The iPad is an entirely new type of computer? You mean, like a pad computer as suggested by Wieser in the 90s? > turned out to be substantially better than anyone imagined By anyone you mean analysts, right?
I mean like a kids computer, and a socially acceptable computer, as I said so. The physical form factor isn't what's new, the implementation, software, use cases, and the whole experience is what's new.
By anyone you mean analysts, right?
By anyone, I mean everyone who I've shown an iPad to. Most people don't get it, initially, but after a few minutes of playing with it, seeing their kids play with it, watching funny youtube videos together etc, everyone basically admits they didn't think it would be as good as it is.
Re: Ask HN: What are the best technologies you've worked with this year?
#140#3 - new to me: Twisted as a server framework; more specific Cyclone which is a Twisted-based clone of the Tornado server framework.
http://github.com/fiorix/cyclone/
Comes with built-in MongoDB (TxMongo) and Redis (TxRedisAPI) support too! :)