Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmitris
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dmitris
3mo ago
Shift-Cmd-R Reader Mode if on Mac
2.
▲
by
dmitris
3mo ago
to be clear [IMO]
3.
▲
by
dmitris
2y ago
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.
4.
▲
by
dmitris
3y ago
on a Mac, one can 'brew install qrencode' (from https://fukuchi.org/works/qrencode/index.html.en )
5.
▲
by
dmitris
3y ago
Avianca Flight 052 https://en.wikipedia.org/wiki/Avianca_Flight_052 (mentioned above in the comments)
6.
▲
by
dmitris
3y ago
https://en.wikipedia.org/wiki/Principal_investigator
7.
▲
by
dmitris
4y ago
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 https://docs.
8.
▲
by
dmitris
4y ago
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 you have access to O'Re
9.
▲
by
dmitris
5y ago
what about their children?
10.
▲
by
dmitris
5y ago
alternatively `sudo dnf module install -y container-tools` https://podman.io/getting-started/installation
11.
▲
by
dmitris
5y ago
Performance Improvement Plan https://www.perkbox.com/uk/resources/blog/a-complete-guide-t...
12.
▲
by
dmitris
6y ago
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)
13.
▲
Building BPF applications with libbpf-boostrap
(nakryiko.com)
1 points
by
dmitris
6y ago
|
0 comments
14.
▲
by
dmitris
6y ago
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
15.
▲
by
dmitris
6y ago
related documentation in the Developer Guide: https://docs.aws.amazon.com/apigateway/latest/developerguide...
16.
▲
Mutual TLS Authentication for Amazon API Gateway
(aws.amazon.com)
2 points
by
dmitris
6y ago
|
1 comments
17.
▲
by
dmitris
7y ago
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, the godoc command
18.
▲
by
dmitris
8y ago
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.
19.
▲
by
dmitris
11y ago
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 information in a declarative manner instead of Makefile
20.
▲
by
dmitris
12y ago
Gave me a bigger jolt than the morning coffee - here's a spoiler in Go: http://play.golang.org/p/YBfxhjvsOB
21.
▲
by
dmitris
14y ago
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 bug open https://bugzilla.mozilla.org/show_bug.cgi?id=8118