Viewing profile — tatref
tatref
HN member- Joined
- Wed, Apr 02, 2014, 6:35 PM UTC
- HN karma
- 69
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About tatref
No profile information was provided.
Recent public activity
-
comment
Comment #46400653
I'm on mobile, so it's not super easy to read the source, but it seems like it only checks for the parent processes? Also I don't think this approach works correctly, because a dis…
-
comment
Comment #45230656
In France, the last construction is Flamanville EPR. It is at least 5 times over budget and 15 years late https://en.m.wikipedia.org/wiki/Flamanville_Nuclear_Power_Pl...
-
comment
Comment #45061804
Why not dm-integrity?
-
comment
Comment #44393314
That's why on some configurations (RHEL 7 I think), journald will happily fill up your ram via /run/
-
comment
Comment #42482125
In Rust, there is no unsafe String, only blocks of code can be unsafe, no?
-
comment
Comment #41079871
You should add some screenshots!
-
comment
Comment #41062775
https://sysdig.com/blog/ebpf-offensive-capabilities/
-
comment
Comment #38049238
The memory is still owned by the electron process, so ASLR is not involved here. Also in case of OOB, you still land into the electron process. VIRT is not a good measure of actual…
-
comment
Comment #34096149
If you do this, then you can't add new fields
-
comment
Comment #33848837
EDF is losing money because of stupid decision like ARHEN that forces EDF to sell electricity at a low price, and also forces them to buy at a high price... So called electricity "…
-
comment
Comment #33732276
Isn't simpler to use perl? Perl -pe 's/. (capture this). /$1/' That way, you can capture multiple groups, and change the format in the output. You can also do simple calculations i…
-
comment
Comment #33217196
Do you also feel nervous when resizing a FS that has files in use? I've never thought about the AV scan of such a file!
-
comment
Comment #32307331
Can't the function just return `(a.clone, a.clone())`? Maybe you mean something like this? `fn extend_vec(to: &mut Vec , from: &Vec ) { ... }` This does not compile if you pass the…
-
comment
Comment #29487356
The target architectures of the rust compiler are very limited compared to GCC. So if you port some core functionality of the kernel to rust, that would make rust a hard dependency…
-
comment
Comment #29291473
Do you have any issue with drivers or license when switching between the VM and normal?
-
comment
Comment #29217757
Seems like this runs qemu inside the container.
-
comment
Comment #26927384
It depends on the distance
-
comment
Comment #26490800
If you send me 1kg of gold, I'll send back double the amount!
-
comment
Comment #26054927
I think it's way clearer!
-
comment
Comment #21915320
It's a tool to manage dependencies for rust and can also install rust programs (it will download, compile and install)
-
comment
Comment #20016415
Benchmarking cpu firmwares is forbidden by the license (same thing for databases)
-
comment
Comment #18974241
I'm replying to all the answers here. It seems that everyone has a different experience on the subject! Just a precision: I had an ATI card (laptop) from 2005 to 2010, then an ATI …
-
comment
Comment #18972404
I supported AMD several years because of this... Then I got tired of the low quality of both the open source, and the closed driver. Crashes, glitches in movies, flickering... Some…
-
comment
Comment #18724640
No, VirtualBox is Windows, Linux, MacOS
-
comment
Comment #17540041
The readme didn't specify the --release flag in the cargo run command, this should make a pretty big difference