Contents contributed and discussions participated by Fabien Cadet
Should You Ship This Code Before Reducing Technical Debt?! « The Agile Execut... - 4 views
Herbert Simon - Wikipedia (en) - 2 views
-
« Simon was among the founding fathers of several of today's important scientific domains, including artificial intelligence, information processing, decision-making, problem-solving, attention economics, organization theory, complex systems, and computer simulation of scientific discovery. He coined the terms bounded rationality and satisficing, and was the first to analyze the architecture of complexity and to propose a preferential attachment mechanism to explain power law distributions. »
Why LD_LIBRARY_PATH is bad, by David Barr (2001) - 2 views
-
This list is prepended to the existing list of compiled-in loader paths for a given executable, and any system default loader paths.
-
For security reasons, LD_LIBRARY_PATH is ignored at runtime for executables that have their setuid or setgid bit set. This severely limits the usefulness of LD_LIBRARY_PATH.
-
SunOS 4.x uses major and minor revision numbers. If you have a library “Xt”, then it's named something like “libXt.so.4.10” (Major version 4, minor 10). If you update the library (to correct a bug, for example), you would install libX11.so.4.11 and applications would automatically use the new version.
- ...5 more annotations...
[video] Dylin Prestly: Microsoft .NET vs Java Trailer @ Dailymotion - 2 views
Tablib: Pythonic Tabular Datasets - 8 views
Building Real Software: Lessons in Software Reliability, 2009-08-30 by Jim Bird - 11 views
Google Announces Plans To Bake Android-Like Web Intents Into Chrome | TechCrunch, 2011-... - 2 views
-
« So what exactly are Web Intents? The name and the purpose are both similar to the Intents system that's present in Google's Android platform. In short, Intents allow two separate applications to communicate with each other, without either of them having to actually know what the other one is. Instead, they offer and listen for generic hooks. »
dompdf - The PHP 5 HTML to PDF Converter - 4 views
-
Demo & examples at : http://pxd.me/dompdf/www/index.php "Official page" at http://code.google.com/p/dompdf/
Hadoop! : Apache distributed computing ecosystem - 4 views
-
« The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
Solr : Open source search platform from Apacle Lucene - 2 views
-
« Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing distributed search and index replication, [...] »
The truth about REST, 2011-04-11 by Ian Elliot @ i-programmer.info - 7 views
-
"[...] If you are a programmer in a hurry and just catch part of the conversation you might well decided that REST is trivial and fairly obvious - just use URLs to code remote procedure calls. This is 80% of REST but the remaining 20% is important and it is all a matter of how you organise the remote procedure calls. [...] If you take the "URLs are remote procedure calls" approach to web apps then you are free to invent as many commands or verbs as you like."
« First
‹ Previous
241 - 260 of 338
Next ›
Last »
Showing 20▼ items per page