eriksank
- Karma
- 140
- Created
- August 29, 2010 (15y ago)
- Submissions
- 0
-
With 50% of the bitcoin hashrate located behind the Great Firewall of China (GFC), the only way for the NSA to take out the majority of bitcoin miners, consists in operating deep behind the GFC. According to Edward…
- Urgent security advisory concerning your money (gist.github.com)
-
If someone stands to gain big time from your death, you had better make sure that you can seriously trust this person, such as your own children, but definitely not your own wife. With the Roman empire one of the first…
- Bitcoin reputation capital marketplaces (github.com)
- Myscriptbox: chaining the scripting balkans (github.com)
- Complexity in software development is not entirely subjective (erik-poupaert.blogspot.com)
- Proof that 1+1=2 written in PHP (github.com)
- If the project's budget matters, the results will not (erik-poupaert.blogspot.com)
- Saving files inside relational databases (erik-poupaert.blogspot.com)
- What to think about theories like SDLC and Capacity Maturity Model (CMM) (erik-poupaert.blogspot.com)
- Russell's paradox is not contradictory but undecidable (erik-poupaert.blogspot.com)
- Get the top spot in Google Search by writing a program for it (erik-poupaert.blogspot.com)
- Truth, Liar, Random cannot be solved with 3 questions (erik-poupaert.blogspot.com)
- Staying compatible with all the miracles and all the horrors of the past (erik-poupaert.blogspot.com)
- This is what is wrong with the marketing and management fields of study (erik-poupaert.blogspot.com)
- Documenting source code (erik-poupaert.blogspot.com)
- Computing the equilibrium points for the Boston College 3-player games (erik-poupaert.blogspot.com)
- This is what is wrong with contemporary mathematics (erik-poupaert.blogspot.com)
- About enforcing coding standards (erik-poupaert.blogspot.com)
-
C is considered a low-level or system programming language. If a C library were a duck, this is what you can do with a duck: #include <dlfcn.h> void* library = dlopen("./duck.so", RTLD_LAZY); typedef void…
- Lambda calculus: Why true and false are functions (github.com)
-
C code is very often called from scripting engines. This phenomenon started almost immediately when the first shell scripts appeared, chaining C programs. It only became more prevalent with scripting popularity…