scotty79

↗ HN profile [ 57.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Do you know any? How would you design one?

  2. And if not, can an iPhone be both jaibroken and infected with RAT without unlocking the phone (with pin or anything else)? Context is that obsessive ex installed RAT of friends android phone so she switched to iPhone,…

  3. Basically wrap your data struct in Option<Rc<RefCell<_>>> Better yet, use your custom type that provides few helper functions that make using it as nice as old C++ pointers. Obviously there's no pointer arithmetic, but…

  4. Chevron and Others Lobby for Russia (economictimes.indiatimes.com)
  5. When writing macros the main idea is to convert the tree that represents the code into a modified tree. What is the best way to describe such alterations in non ad-hoc, more declarative manner? The only thing that comes…

  6. In most languages creating array, list, set, mapping, usually requires different code to create them and to access them. Do you know any language where you create generic collection and just specify what you require of…

  7. When you need to write some program that calculates and shows something quick you probably write some console program in whatever language. But what do you personally do, when you need a quick program that needs to draw…

  8. DeepMind Folds Proteins (english.elpais.com)