I share your pain.
HN user
phillc
I'm currently trying to buy a pair of shoes on amazon, and many reviewers are calling out the fact that after giving the shoes a five star, they go to buy a second pair of the same shoe to find that it is completely different and of terribly quality.
I actually owe my programming career to MTM. When I was ~10-11 years old, I held many tournaments. At some point, my tournament grew to the point where I couldn't manage signups day of, and tried to make a website using frontpage + some form of extensions (angelfire? tripod?) to have early signups. I eventually learned javascript and a tiny bit of perl.
Looking back at that point in time, I did a horrible job of managing those tournaments (Sometimes my pre-teen responsibilities took priority and made me miss some tournaments. Oh and I seem to remember storing passwords in clear text). However I look at myself today and am extremely happy to be a successful developer, which may have never happened if it hadn't been for the MTM1/MTM2 games and websites, which I am certain I probably copied a ton of "codes" from back then.
I use it here and there as well. I combined it with meteor to give a presentation without having to screen share. https://github.com/phillc/meteor-impress
Example: http://phillc-cd.meteor.com/
Open in multiple tabs and click the following button in the top left and move around.
You hit my opinion exactly. I love to hate/hate to love meteor because of how easy it is, but I just can't come up with an easy testing scheme outside of full out integration test, or making some separate modules that are injected. Thanks for the link.
If you are worried about cost, just run it on a subset of your servers. 10-20% of your servers should be enough to gather most information you need... unless you are using new relic as the only aggregator of server status/monitoring... and that should be heroku's job.
Your philosophies are sound for banking software.
There are cases where startups, social impact organizations, or any fast moving team would pick rails for its fast movement, accessibility, and support, even if they thought that there were even more security issues than that have happened.
Single location to aggregate a list of all vulnerable apps.
If you are scanning your code base for find_by_'s, make sure to look at your find_all_by_'s as well if you have them.
Thank you... I always wondered why that was true.
Yep, it focuses my eyes.
While pair programming, it tends to drive the other person nuts.
And that they took some of the learnings during the contest and saw some decent gains.
One of the racks fell over onto the other racks, like dominios.
Yes. I have played with many js frameworks, including derby, meteor, tower, and several more while attempting to build my toy app http://retr.us . While it is built in meteor, I have concluded that I liked socketstream the best because of the level of control, especially on the server side. It also was the easiest to write unit tests for.
Thank you! I was in the middle of debating what to do my presentation in and decided to go with Shower because of your analysis.