alcover
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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,…
-
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 /…
-
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…
-
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…
- The Improbable Rise and Fall of E-Gold (wired.com)
-
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...
- Show HN: Stricks – managed C strings library (github.com)
-
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…
-
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]…
- Show HN: Runc – Compile and run C in one command (github.com)
- Show HN: Bk – Backup Made Easy (github.com)
-
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…