6
votes
4answers
248 views
Understanding algorithms for measuring trends
What's the rationale behind the formula used in the hive_trend_mapper.py program of this Hadoop tutorial on calculating Wikipedia trends?
There are actually two components: a mont …
0
votes
1answer
51 views
Finding trending topics from a stream of data
Finding single word trend is simple you can chunk each word of the data stream and do a count and limit it by last 24 hrs or 48 hrs. I'm not sure how to find trends of 2 word or 3 …
0
votes
2answers
64 views
How is the internet changing the way we program? [closed]
This is more of a philosophical question, but in your guys' view, what have been the major impacts of the internet on the way we write software?
With more and more pertinent infor …
4
votes
8answers
155 views
When calculating trends, how do you account for low sample size?
I'm doing some work processing some statistics for home approvals in a given month. I'd like to be able to show trends - that is, which areas have seen a large relative increase or …
0
votes
5answers
53 views
Good Reference for Web Concepts
My business analyst approached me and asked if I could recommend a book that would help her get up to speed on some of the concepts, trends and buzzwords related to todays internet …
1
vote
1answer
47 views
How does RetailMeNot calculate its success rate trends?
I am developing a rails application where I need a "success rate" system similar to RetailMeNot. I noticed that they use jQuery Sparkline library (http://omnipotent.net/jquery.spar …
1
vote
11answers
367 views
How will JQuery impact Web development?
JQuery is a hot topic these days. Today, on Stack Overflow, there are currently 8,470 questions with the JQuery tag making it the 10th most popular topic - right up there with SQL …
0
votes
1answer
30 views
Hype Cycle placement for a given technology
We've all participated in discussions about whether or not a given technology has proven itself sufficiently to be used for a given purpose. In our organization, we were instructe …
5
votes
19answers
727 views
What is the hot next-generation technology that a software engineer should learn? [closed]
In 1996, anyone who learned Java was one step ahead of the curve. An "experienced" high-value Java guru in 1998 had two years experience. Of course, just having it on your resume …
6
votes
12answers
295 views
How do you keep up with the Software Development world? [closed]
When someone asks me what they should focus on or what they should do to keep up in the software development industry I always tell them to choose a technology and become a special …
0
votes
1answer
44 views
Looking for industry numbers on source code management
I'm looking for statistics on SCM usage, in particular I'm trying to find out what percentage of their time developers spend on SCM-related tasks. The more detailed the breakdown, …
1
vote
4answers
201 views
How to determine a formula for execution time given quantitative data, Excel, trendlines, monte carlo simulation
Hi all,
Can I get your help on some Maths and possibly Excel?
I have benchmarked my app increasing the number of iterations and number of obligors recording the time taken in sec …
10
votes
9answers
1k views
Are we in a functional programming fad?
I use both functional and imperative languages daily, and it's rather amusing to see the surge of adoption of functional languages from both sides of the fence. It strikes me, howe …
4
votes
1answer
136 views
Should the base case be Open Source?
I hatched as a software developer in a proprietary world dominated by large corporations with closed source software - it wasn't questioned. As my career grew, the Internet became …
5
votes
9answers
485 views
Staying current on programming trends via Twitter
I have rarely used my Twitter account since I created it a few years ago. However, I recently read an article about people using Twitter to follow professionals in their fields to …
