Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
FFFXXX
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
FFFXXX
1y ago
I think you are quoting from https://learn.microsoft.com/en-us/dotnet/api/system.threadin... "In C#, using the volatile modifier on a field guarantees that every access to that field is a volatile memory
2.
▲
by
FFFXXX
1y ago
The part about C# volatile accesses using release-acquire ordering seems to be wrong if I read the C# docs correctly. "There is no guarantee of a single total ordering of volatile writes as seen from all threads of execution" htt
3.
▲
by
FFFXXX
2y ago
Compare the average republican sentiment to this regarding the railway strike / paid sick days: https://www.ibew.org/media-center/Articles/23Daily/2306/2306... I don't think you can simply hand
4.
▲
by
FFFXXX
2y ago
https://www.npr.org/2015/03/02/390245038/ben-franklins-famou...
5.
▲
by
FFFXXX
2y ago
The 95% safe Rust Code does not use any auto-vectorization ( https://cliffle.com/p/dangerust/5/nbody-5.rs ) Only the 100% Rust-safe implementation uses auto-vectorization and is at 0.73% of the RUNTIME of the C
6.
▲
by
FFFXXX
2y ago
No, the Rust code is at 97% of the RUNTIME of the C code ( https://cliffle.com/p/dangerust/5/#evaluation ) when keeping the manual vectorization.
7.
▲
by
FFFXXX
2y ago
One interesting usecase is that you can run a tauri app without any webview windows just as a system tray icon and only spawn a webview window when necessary. This kind of makes it way more lightweight but only in some situations (obv. heav
8.
▲
by
FFFXXX
3y ago
Thats awesome, now I'm going to have to find a reason to use this for something ;) Tiny nitpick: the #![allow()] generates a 'warning: unused attribute' warning for me. If you change it to #![allow(unused_attributes)] it disa
9.
▲
by
FFFXXX
3y ago
It possible to disable this plugin. I have it disabled.[1] The linked YouTrack thread[2] in the article says so as well. It is just not possible to remove the plugin entirely from your device. Regarding the plugin being enabled by default t