| 1. | | Microsoft has Abandoned Silverlight and All Other Plugins (infoq.com) |
| 265 points by implmentor on Sept 15, 2011 | 194 comments |
|
| 2. | | Facebook and Heroku (heroku.com) |
| 265 points by briandoll on Sept 15, 2011 | 61 comments |
|
| 3. | | TinyProj connects developers, designers, etc. with paid, short-term projects. (kylewritescode.com) |
| 246 points by jmonegro on Sept 15, 2011 | 76 comments |
|
| 4. | | Why I Go Home: A Developer Dad's Manifesto (adamschepis.com) |
| 229 points by aschepis on Sept 15, 2011 | 113 comments |
|
| 5. | | Show HN: Hacker News Mobile - A fast and readable mobile HN website (gethifi.com) |
| 209 points by JoelSutherland on Sept 15, 2011 | 58 comments |
|
| 6. | | Cube: time series visualization (MongoDB + Node + D3) (square.github.com) |
| 192 points by NelsonMinar on Sept 15, 2011 | 23 comments |
|
| 7. | | 37signals.com - Evolution of a homepage (37signals.com) |
| 195 points by wlll on Sept 15, 2011 | 22 comments |
|
| 8. | | Getting Started on the Google+ API (googleplusplatform.blogspot.com) |
| 175 points by schlichtm on Sept 15, 2011 | 25 comments |
|
| 9. | | From $0-100million with no sales people. Atlassian's commandments for startups. (businessofsoftware.org) |
| 166 points by joshuacc on Sept 15, 2011 | 112 comments |
|
| 10. | | WinRT demystified (tirania.org) |
| 152 points by friism on Sept 15, 2011 | 45 comments |
|
| 11. | | Text Particles (hoza.us) |
| 148 points by DanielRibeiro on Sept 15, 2011 | 21 comments |
|
| 12. | | Google+ Platform (developers.google.com) |
| 140 points by abraham on Sept 15, 2011 | 25 comments |
|
| 13. | | A Farewell to CSS3 Gradients (designfestival.com) |
| 128 points by antr on Sept 15, 2011 | 30 comments |
|
| 14. | | Pagination with rel=“next” and rel=“prev” (googlewebmastercentral.blogspot.com) |
| 122 points by barredo on Sept 15, 2011 | 31 comments |
|
| 15. | | Netflix stock plunges as subscribers quit (cnn.com) |
| 106 points by SHOwnsYou on Sept 15, 2011 | 121 comments |
|
| 16. | | Instapaper’s (anti-)social network (marco.org) |
| 99 points by siglesias on Sept 15, 2011 | 13 comments |
|
| 17. | | What Designers Can Learn from Target’s Checkout Form (uxmovement.com) |
| 95 points by waterhole on Sept 15, 2011 | 44 comments |
|
| 18. | | Apple ProRes codec reverse engineered (videolan.org) |
| 95 points by kierank on Sept 15, 2011 | 25 comments |
|
| 19. | | “C#, it’s just not portable” (fastchicken.co.nz) |
| 94 points by DonnyV on Sept 15, 2011 | 35 comments |
|
| 20. | | P vs NP on simple english wikipedia - feedback, please (wikipedia.org) |
| 93 points by MarkPNeyer on Sept 15, 2011 | 59 comments |
|
| 21. | | Announcing Joyent Cloud (joyentcloud.com) |
| 89 points by timf on Sept 15, 2011 | 44 comments |
|
| 22. | | How non-competes are damaging the Massachusetts economy: Angela's story (boston.com) |
| 90 points by ilamont on Sept 15, 2011 | 82 comments |
|
| |
|
|
| |
| 83 points | parent |
|
| 25. | | In-Car Algorithm Could Rapidly Dissolve Traffic Jams (technologyreview.com) |
| 85 points by munin on Sept 15, 2011 | 67 comments |
|
| 26. | | Anonymous plans to occupy Wall Street (itworld.com) |
| 82 points by jfruh on Sept 15, 2011 | 59 comments |
|
| 27. | | What's New in the .NET Framework 4.5 (msdn.microsoft.com) |
| 80 points by Garbage on Sept 15, 2011 | 23 comments |
|
| 28. | | The Pay-It-Forward Culture (steveblank.com) |
| 79 points by websirnik on Sept 15, 2011 | 25 comments |
|
| 29. | | F# 3.0 Developer Preview Now Available (msdn.com) |
| 76 points by icey on Sept 15, 2011 | 15 comments |
|
| 30. | | A Hodgepodge of Python (adku.com) |
| 75 points by donmcc on Sept 15, 2011 | 17 comments |
|
|
| More |
In 1993, I'd write a Windows 3.1 app with Win16, a Mac app with the Mac Toolbox, and a Linux app with one of Athena, Xlib, or (I don't remember if this was around at the time) Motif.
In 1996, I would have made some trivial modifications to my Win16 app to make a Win32 app for Windows NT or 95 (and Microsoft made this a lot easier with things like message crackers and typedefs); my Mac app would need a recompile to target PowerPC, but otherwise be fine; and my Linux app still requires no changes either. So far, so good.
By 2001, my Windows app still works perfectly. It'll look dated unless I make some changes to the manifest to indicate that I'm ready for the new common controls, but this is pretty straightforward to do; it's not a big rewrite. I can start heavily using COM without rewriting my whole code-base. My Mac app will have required a port to Carbon--significantly more work than the Win16 to Win32 migration, but not horrible, and my app's now native for the upcoming OS X.
But Linux? Wow. I mean, I guess I can keep running my app--it executes--but no one uses Athena, no use uses raw Xlib. I really need to port to Gtk+ 1.2 or Qt 2.0 if I want to look anything vaguely close to acceptable. And this is a major rewrite for me to undertake; they look very little like their predecessors. Yes, the toolkits are open-source, and yes, they still work, but let's be real here: I need to rewrite.
Let's move forward to 2005. My Win32 app still works, without changes. Granted, I might want to start using the nascent .NET, but Managed C++ and COM interop makes that pretty easy to accomplish piecemeal. On the Mac side, the writing's getting on the wall that Carbon's going to die, so I'm going to want to start porting to Cocoa, and that amounts to basically a full rewrite. I'm also going to want to start porting my app to Intel.
And on the Linux side, I've got to move to Gtk+ 2.0 or Qt 4.0. And that's again a big deal. If you weren't using Gtk+ or Qt back then, you should know that it was (at least in my opinion) a relatively large amount of work to upgrade. Not a full rewrite, mind you, but Qt redid piles of classes, methods, and hierarchy, and Gtk+ introduced glib, reworked signalling, themes, and tons else I'm forgetting. It was a lot of work.
Jump to 2010. My Win32 app fucking still works. Managed C++ is really mature right now. And if I wrote C# or VB or anything in WinForms, it'll also still work, and it can use COM objects I export from my old C++ app, and expose COM objects to my old C++ app. My Mac app, rewritten in Cocoa, still works fine, as long as I ported it to Intel, too; otherwise, users can't easily run it without installing Rosetta, an automated, if separate, install. I'm also going to be seriously thinking about trying to get it also running on Cocoa Touch for the i* devices, which have a radically different GUI toolkit. On the Linux side, the GUI of my app should still be in fairly good shape, although G-d help me if I did anything involving sound or 3D effects, since that API's gone through many wholesale changes in the last few years. And if I didn't write plain Qt and Gtk, but instead using GNOME and KDE, then...wow. I've had a lot of pain. I went through to KDE 4, which was a huge deal.
Now, we're leaving out that, in the 2005-2010 timeframe, Microsoft introduced WPF and Silverlight. So let's assume, in addition to my old C++ app that still works, I've now also got a few Silverlight and WPF apps I've written.
Now it's 2011. What happens on these three platforms?
On the Mac side, I'm in the same place: I need to be really thinking about Cocoa Touch, but my existing Cocoa app still works fine. If I didn't port to Intel, my app is dead, but that wasn't hard, so let's assume I did it.
On the Linux side, having gone through the KDE 4 transition, I'm now dealing with the GNOME 3 and/or Ubuntu-being-a-weirdo transition.
On the Windows side, in Windows 8, my old app still runs. My Silverlight apps and my WinForms apps and my WPF apps still run. The bad news is that they run in the legacy Windows desktop. So now, what has to happen to fix that?
My C++ app's GUI is fucked. Total rewrite. Really total, even worse than the Gtk+ 1.2 to 2.0 transition. WinForms, too. They're not coming to Metro.
But my Silverlight and WPF apps? Are you serious? It's very little work to get these running on Metro. Metro uses XAML really heavily, and has a very Silverlight-like view of the .NET libraries, actually. Most of the changes I'm going to make are mechanical and look-and-feel. This isn't trivial, but it's at worst a lot easier (IMHO) than the movement from Gtk 1.2 to 2.0 or Qt 3 to 4.
So you know what? At the end of the day, Microsoft looks really good to me. Great binary backwards compatibility, and really good toolkit compatibility. They've given me a really clean migration path from Silverlight/WPF to Metro that does most definitively not require a full rewrite. This is better than both other platforms listed above.
Me? I'll take it.