alcover

↗ HN profile [ 65.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Dynamic allocation, SSO, views, refcounting, etc.. are spread on various implementations. C++ separates string and string_view. And they're not fully compatible. (Ex. you can't concat cross-type !?). Rust has str, &str,…

  2. German speakers, the way you create new words by concatenation is fantastic but hard to read. Lebensversicherungsgesellschaft could be faster for the brain to separate as : LebensVersicherungsGesellschaft Is it used /…

  3. Why and how humans behave around each other is a subject that fascinates me. For example, I have noticed that people often sniff when you cross them. Could you advise me on some readings on this ? Preferably not too…

  4. I understand fuzzing is bombarding with malformed or corner-case inputs. But are there tools that, given target source and language model, will systematically pinpoint (at least some) logical vulnerabilities ? User…

  5. Sometimes I wish I could bet on real world events but I don't know of reputable places online. I really don't feel like wiring money to a shady Malta-based clip-joint...

  6. Javascript has a nice syntax but needs to be faster and more reliable. With strong typing JS++ would eliminate many runtime bugs. Without all the crazy implicit conversions, boxing, 'eval', etc... fantastic speeds could…

  7. This area is beyond fascinating. - attested human presence : 1.8 M years old [1] - language family : total isolate [2] [1] https://en.wikipedia.org/wiki/Prehistoric_Georgia [2]…

  8. I desperately want to build radically fast and lean web apps. My stack at the moment is nginx > nodejs > sqlite. To step it up I want to replace nodejs with a compiled app. What language should I use ? Precision : I'd…