Viewing profile — FFFXXX
FFFXXX
HN member- Joined
- Mon, Aug 21, 2023, 2:40 PM UTC
- HN karma
- 23
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About FFFXXX
No profile information was provided.
Recent public activity
-
comment
Comment #44923912
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 fie…
-
comment
Comment #44923495
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 …
-
comment
Comment #43139804
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 ca…
-
comment
Comment #42760003
https://www.npr.org/2015/03/02/390245038/ben-franklins-famou...
-
comment
Comment #41902231
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…
-
comment
Comment #41902209
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.
-
comment
Comment #41142941
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…
-
comment
Comment #39296110
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 chan…
-
comment
Comment #39239970
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 …