Just downright interesting: http://programmers.stackexchange.com/questions/298628/which-language-is-a-bios-written-inWhich programming language is used to write a BIOS program?
Great question, felt compelled to write an answer myself amongst other great answers: http://programmers.stackexchange.com/questions/303010/where-to-describe-architectural-problemsWhere to describe architectural problems?
http://programmers.stackexchange.com/questions/302124/are-there-any-significant-disadvantages-to-depending-upon-abstractionsAre there any significant disadvantages to depending upon abstractions?
I really liked this question because it garnered some very thought provoking answers. This is one of those questions where I now think about the persistence of data and highly sensitive data in a different way than I have before. One of those questions that attract answers where you realize that you might have a tool in your toolbelt to handle this kind of situation, but you think pretty deeply about why that is great tool and what features of that tool make it great. I liked the one answer so much that I put a bounty on the question just to reward the one author. http://programmers.stackexchange.com/questions/300373/no-central-databaseNo central database
Not a high view count question but I think it was a good question with a great answer: http://programmers.stackexchange.com/questions/298388/how-to-store-and-find-updated-values-in-a-distributed-hash-tableHow to store (and find) updated values in a Distributed Hash Table?
More self promotion but everybody loves a good Agile question: http://programmers.stackexchange.com/questions/298247/is-it-possible-to-take-a-flexible-agile-approach-to-projects-that-require-estimaIs it possible to take a flexible agile approach to projects that require estimates of both time taken and time saved?
Interesting thought exercise: http://programmers.stackexchange.com/questions/297327/is-a-memory-of-all-possible-permutations-of-a-kilobyte-block-and-pointers-possib/297329#297329Is a memory of all possible permutations of a kilobyte block and pointers possible?
Dates, calendars, durations, intervals, timestamps, epoch, timezones, all the fun stuff that Programmers since the dawn of computers have underestimated the complexity of only to be driven mad by the unaccounted complexity of doing any application development where Time is involved: http://programmers.stackexchange.com/questions/296904/why-isnt-there-a-true-date-only-data-typeWhy isn't there a true "Date-Only" data type?
Good explanation of Merge Sort: http://programmers.stackexchange.com/questions/297160/why-is-mergesort-olog-nWhy is mergesort O(log n)?
http://programmers.stackexchange.com/questions/286625/best-way-to-consume-rest-service-within-servlet-on-same-serverBest way to consume REST service within Servlet on same server?
Simple question, simple excellent answer: http://programmers.stackexchange.com/questions/288597/what-the-best-practice-in-rest-to-append-or-delete-to-a-listwhat the best practice in REST to append or delete to a list
Another simple question, simple answer: http://programmers.stackexchange.com/questions/286702/uml-what-is-an-activity-in-an-activity-diagramUML : What is an Activity in an Activity diagram?
Interesting and thought provoking question about SOA principles with an excellent easy to follow answer (Yes this question wasn't posted this year but this answer was): http://programmers.stackexchange.com/questions/199543/does-soa-service-composition-actually-work-in-practiceDoes SOA service composition actually work in practice?
Thomas Owens wrote a great answer here: http://programmers.stackexchange.com/questions/278135/notifications-in-use-case-diagramsNotifications in Use-case Diagrams
This borders on "maybe too opinionated?" but it is certainly a controversial question that attracted answers with up and downvotes. Thought it was interesting: http://programmers.stackexchange.com/questions/276640/is-this-breaking-soaIs this breaking SOA?
A good Q&A on the atomicity of unit tests: http://programmers.stackexchange.com/questions/274655/how-to-make-one-test-depend-on-the-results-of-another-testHow to make one test depend on the results of another test?