Viewing profile — tipiak
tipiak
HN member- Joined
- Wed, May 22, 2019, 2:14 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About tipiak
No profile information was provided.
Recent public activity
-
comment
Comment #22106805
std::memset only works for sequential and contiguous memory. std::fill works on pretty much anything that has std::begin() and std::end(). As the conclusion of the article says I w…
-
comment
Comment #20836740
The issue with browser extensions, is that you are not far away from the common hurdles of developing, using and releasing a "real" desktop/mobile application. Having nothing to in…