Viewing profile — dmitris
dmitris
HN member- Joined
- Tue, Dec 13, 2011, 7:36 AM UTC
- HN karma
- 9
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About dmitris
No profile information was provided.
Recent public activity
-
comment
Comment #48766571
Shift-Cmd-R Reader Mode if on Mac
-
comment
Comment #48537173
to be clear [IMO]
-
comment
Comment #40283316
I like to do `g++ foo.cc |& tee /tmp/out` then you can `less /tmp/out`, grep the file, open it in an editor etc.
-
comment
Comment #39233306
on a Mac, one can 'brew install qrencode' (from https://fukuchi.org/works/qrencode/index.html.en )
-
comment
Comment #38706623
Avianca Flight 052 https://en.wikipedia.org/wiki/Avianca_Flight_052 (mentioned above in the comments)
-
comment
Comment #37821636
https://en.wikipedia.org/wiki/Principal_investigator
-
comment
Comment #34738075
It is possible to use Rust shared objects in C (and other languages) with the "cdylib" or "staticlib" crate types and when the Rust functions are marked with 'extern "C"'. See http…
-
comment
Comment #31403424
and also a whitepaper / report from Isovalent on the same topic https://isovalent.com/blog/post/2022-04-oreilly-security can be downloaded for free (after filling the form), or if …
-
comment
Comment #30642374
what about their children?
-
comment
Comment #30439696
alternatively `sudo dnf module install -y container-tools` https://podman.io/getting-started/installation
-
comment
Comment #29917948
Performance Improvement Plan https://www.perkbox.com/uk/resources/blog/a-complete-guide-t...
-
comment
Comment #25301183
the link is wrong - should be https://pingcap.com/blog/why-we-switched-from-bcc-tools-to-l... (the current one points to a WeBank's case study about TiDB)
- story
-
comment
Comment #25162238
https://github.com/iovisor/bcc/blob/master/docs/reference_gu... lists the hook points where BPF code can be attached. Also take a look at https://blogs.oracle.com/linux/notes-on-bp…
-
comment
Comment #24516890
related documentation in the Developer Guide: https://docs.aws.amazon.com/apigateway/latest/developerguide...
- story
-
comment
Comment #21258343
The current problem though is that it requires all your code + all the dependencies to be under $GOPATH/src. https://github.com/golang/go/issues/33655 starts with: "At this time, t…
-
comment
Comment #18310641
Here's a deriv example in Go: https://play.golang.org/p/kUM5qn7oiXg I find that it follows the functional spec quite closely, thanks to Go functions being first class citizens.
-
comment
Comment #9508375
would not it be easier and cleaner to use the Android's REPO tool [1] to pin down the versions and layout your workspace? At least the REPO allows you to write down the dependency …
-
comment
Comment #8172083
Gave me a bigger jolt than the morning coffee - here's a spoiler in Go: http://play.golang.org/p/YBfxhjvsOB
-
comment
Comment #5330528
Tainted mode for Javascript and tools for identifying DOM XSS (similar to DOMinator) would be really useful for security testing and audits of the modern complex sites. There is a …