Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
dmitris's comments
login
dmitris
on May 7, 2024
|
parent
|
context
|
next
[–]
| on:
Results of the Grand C++ Error Explosion Competiti...
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.
dmitris
on Feb 2, 2024
|
parent
|
context
|
prev
|
next
[–]
| on:
Print off a QR code for guests to join your WiFi n...
on a Mac, one can 'brew install qrencode' (from
https://fukuchi.org/works/qrencode/index.html.en
)
dmitris
on Dec 20, 2023
|
parent
|
context
|
prev
|
next
[–]
| on:
A Lufthansa A350's frustrating Oakland diversion
Avianca Flight 052
https://en.wikipedia.org/wiki/Avianca_Flight_052
(mentioned above in the comments)
dmitris
on Oct 9, 2023
|
parent
|
context
|
prev
|
next
[–]
| on:
Advice for Prospective PhD Students
https://en.wikipedia.org/wiki/Principal_investigator
dmitris
on Feb 10, 2023
|
parent
|
context
|
prev
|
next
[–]
| on:
The Rust Implementation of GNU Coreutils Is Becomi...
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.rust-embedded.org/book/interoperability/rust-wi...
and
https://doc.rust-lang.org/reference/linkage.html
. The YouTube video
https://www.youtube.com/watch?v=5zmaLhSAkNE
has an example/demo and Jon Gjengset has the "Reverse FFI" section in his "Crust of Rust: Build Scripts and Foreign-Function Interfaces (FFI)" video at 2:02:57
https://www.youtube.com/watch?v=pePqWoTnSmQ&t=7378s
. Finally,
https://prog.world/building-and-using-dynamic-link-libraries...
is yes another article on "Building and using dynamic link libraries in Rust".
dmitris
on May 16, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Tetragon: eBPF-Based Security Observability and Ru...
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'Reilly's Safari library, it is
https://learning.oreilly.com/library/view/security-observabi...
there.
dmitris
on March 11, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Israel passes law denying naturalization to Palest...
what about their children?
dmitris
on Feb 23, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Podman 4.0
alternatively `sudo dnf module install -y container-tools`
https://podman.io/getting-started/installation
dmitris
on Jan 13, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
I think I know why you can't hire engineers right ...
Performance Improvement Plan
https://www.perkbox.com/uk/resources/blog/a-complete-guide-t...
dmitris
on Dec 4, 2020
|
parent
|
context
|
prev
|
next
[–]
| on:
We Switched from bcc-tools to libbpf-tools for BPF...
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)
More
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: