eriksank

↗ HN profile [ 79.6 ms ] full profile
Karma
140
Created
August 29, 2010 (15y ago)
Submissions
0
  1. 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…

  2. 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…

  3. Saving files inside relational databases (erik-poupaert.blogspot.com)
  4. Documenting source code (erik-poupaert.blogspot.com)
  5. About enforcing coding standards (erik-poupaert.blogspot.com)
  6. 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…

  7. 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…