Live data from Hacker News

Viewing profile — tatref

tatref

HN member
Joined
Wed, Apr 02, 2014, 6:35 PM UTC
HN karma
69
Public activity
31 items

About tatref

No profile information was provided.

Recent public activity

  1. 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…

  2. 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...

  3. comment
    Comment #45061804

    Why not dm-integrity?

  4. comment
    Comment #44393314

    That's why on some configurations (RHEL 7 I think), journald will happily fill up your ram via /run/

  5. comment
    Comment #42482125

    In Rust, there is no unsafe String, only blocks of code can be unsafe, no?

  6. comment
    Comment #41079871

    You should add some screenshots!

  7. comment
    Comment #41062775

    https://sysdig.com/blog/ebpf-offensive-capabilities/

  8. 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…

  9. comment
    Comment #34096149

    If you do this, then you can't add new fields

  10. 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 "…

  11. 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…

  12. 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!

  13. 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…

  14. 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…

  15. comment
    Comment #29291473

    Do you have any issue with drivers or license when switching between the VM and normal?

  16. comment
    Comment #29217757

    Seems like this runs qemu inside the container.

  17. comment
    Comment #26927384

    It depends on the distance

  18. comment
    Comment #26490800

    If you send me 1kg of gold, I'll send back double the amount!

  19. comment
    Comment #26054927

    I think it's way clearer!

  20. comment
    Comment #21915320

    It's a tool to manage dependencies for rust and can also install rust programs (it will download, compile and install)

  21. comment
    Comment #20016415

    Benchmarking cpu firmwares is forbidden by the license (same thing for databases)

  22. 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 …

  23. 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…

  24. comment
    Comment #18724640

    No, VirtualBox is Windows, Linux, MacOS

  25. comment
    Comment #17540041

    The readme didn't specify the --release flag in the cargo run command, this should make a pretty big difference