Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tatref
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tatref
9mo ago
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 disowned/nohup process will show up as PPID
2.
▲
by
tatref
1y ago
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.
▲
by
tatref
1y ago
Why not dm-integrity?
4.
▲
by
tatref
1y ago
That's why on some configurations (RHEL 7 I think), journald will happily fill up your ram via /run/
5.
▲
by
tatref
2y ago
In Rust, there is no unsafe String, only blocks of code can be unsafe, no?
6.
▲
by
tatref
2y ago
You should add some screenshots!
7.
▲
by
tatref
2y ago
https://sysdig.com/blog/ebpf-offensive-capabilities/
8.
▲
by
tatref
3y ago
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 memory usage because it includes shared pages like file cac
9.
▲
by
tatref
4y ago
If you do this, then you can't add new fields
10.
▲
by
tatref
4y ago
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 "providers" can sell electricity to customers witho
11.
▲
by
tatref
4y ago
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 if you capture numbers
12.
▲
by
tatref
4y ago
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.
▲
by
tatref
4y ago
Can't the function just return `(a.clone, a.clone())`? Maybe you mean something like this? `fn extend_vec(to: &mut Vec<i32>, from: &Vec<i32>) { ... }` This does not compile if you pass the same Vec as to and from, b
14.
▲
by
tatref
5y ago
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 for the whole kernel.
15.
▲
by
tatref
5y ago
Do you have any issue with drivers or license when switching between the VM and normal?
16.
▲
by
tatref
5y ago
Seems like this runs qemu inside the container.
17.
▲
by
tatref
5y ago
It depends on the distance
18.
▲
by
tatref
6y ago
If you send me 1kg of gold, I'll send back double the amount!
19.
▲
by
tatref
6y ago
I think it's way clearer!
20.
▲
by
tatref
7y ago
It's a tool to manage dependencies for rust and can also install rust programs (it will download, compile and install)
21.
▲
by
tatref
7y ago
Benchmarking cpu firmwares is forbidden by the license (same thing for databases)
22.
▲
by
tatref
8y ago
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 (desktop) from 2010 to 2017.
23.
▲
by
tatref
8y ago
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 time ago, I bought an Nvidia. It works like charm with the
24.
▲
by
tatref
8y ago
No, VirtualBox is Windows, Linux, MacOS
25.
▲
by
tatref
8y ago
The readme didn't specify the --release flag in the cargo run command, this should make a pretty big difference
26.
▲
by
tatref
10y ago
No, but variable size lookahead/behind do. This is because the engine has to go back if the remaining part of a regex fails. For some examples, see http://www.regular-expressions.info/recursebacktrack.html ) EDIT: you a
27.
▲
by
tatref
12y ago
I have read that the client version of OpenVPN, which is also vulnerable to heartbleed, should be upgraded, as well as the server. I wonder what could be a possible exploitation on the client side? Obviously, one can not send heartbeat pack
28.
▲
by
tatref
12y ago
Either way, as long as GB = 10^9, and GiB = 2^30
29.
▲
by
tatref
12y ago
I don't think that giving the users something that _is_ wrong is a better solution... Why not switching to GiB? Power users would understand, and others wouldn't even notice!
30.
▲
by
tatref
12y ago
Windows uses GiB, but displays GB. On Linux, most tools uses standard SI (1000 = K, 1024 = Ki), but not all of them...
More ›