Twilio. Ringing phones is pure magic, and provides so many disruptive opportunities it is staggering.
Ask HN: What are the best technologies you've worked with this year?
81–90 of 155 posts
Re: Ask HN: What are the best technologies you've worked with this year?
#82Re: Ask HN: What are the best technologies you've worked with this year?
#83Re: Ask HN: What are the best technologies you've worked with this year?
#84LCDS, WebORB specifically and Flex 3 RoR Lift Web Framework
And in the Q4 of the year i used all my time to learn Android and a lot of cool API's:
Overlay-Manager to recognize gestures in Android AndEngine Geocoding and reverse geocoding Notifications by vibrating SMSManager
I really enjoyed developing Android stuff, and i'm keeping up with these for a while.
Re: Ask HN: What are the best technologies you've worked with this year?
#85MVC.NET 3 + Entity Framework 4 + OpenRasta + Membership Framework + MEF + LINQ + dojo has been a good experience so far.
Re: Ask HN: What are the best technologies you've worked with this year?
#86 Type theVar;
if (theFunction(theVar)
{ /*do something with theVar*/ }
theFunction returns true if it set theVar, false otherwise.
The problem is that theVar's visibility extends beyond our interest in it. The ZQ template lets me write this: if (ZQ theQ = theFunction())
{ /*do something with theQ.Get()*/}
and all of a sudden I don't have to come up with anywhere near as many meaningful names as before.To me it's neat because I've found many unanticipated uses for it e.g. wrapping the values in option-specifying structures where a default is cleanly indicated with a default-inited (or subsequently Clear()ed) ZQ, rather than having a separate 'use default' boolean, or 'set default' function.
http://zoolib.svn.sourceforge.net/viewvc/zoolib/trunk/zoolib...
Re: Ask HN: What are the best technologies you've worked with this year?
#87The Play Framework is amazing. Its rapid development capability allowed me to finish one project with highly compressed schedule ahead of time.
From reading this thread I see Java doesn't get much love, but for us poor saps that spent 10 years using and learning it and can't give it up yet, Play is great.
Re: Ask HN: What are the best technologies you've worked with this year?
#88Re: Ask HN: What are the best technologies you've worked with this year?
#89* Mopub - mix and match ad networks, server side - open source SDK (brand new start-up that just got funded, out of AngelPad)
* ASIHTTP - makes networking easy
* TouchJSON - the fastest JSON library, AFAIK
* Appirater - easy drop-in widget for prompting for reviews
Re: Ask HN: What are the best technologies you've worked with this year?
#90Smalltalk - What a powerful language. This is what OOP should look like.
Object Oriented Databases - Gemstone and db4o. Not having to deal with the OO and Relational mismatch is a breath of fresh air.