Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jacobsa
jacobsa has asked
70
questions and find answers to
15
problems.
Stats
777
EtPoint
151
Vote count
70
questions
15
answers
About
Software engineer at Google.
jacobsa questions
How can you prevent a destructor call from being reordered above an atomic write by the compiler?
What API design choices exist for a struct that must be pinned?
Why does std::thread::Scope::spawn need the bound `T: 'scope`?
What would the downsides be of using [[no_unique_address]] all over the place?
Do lifetime parameters have any effect on memory layout?
Why does std::is_invocable_r reject functions returning non-moveable types?
How can I find the xnu version that corresponds to a particular OS X release?
How can I give two compatible names to a C++ class template with deduction guides?
How do I store an atomic pointer with sentinel values in Rust?
C++11: What prevents stores from lifting past the start of a lock's critical section?
jacobsa answers
How to move elements from one slice to another
Data written with gsutil is not visible with gcsfuse
gcsfuse Input/Output error
In C++ can you use one empty type as storage for another?
Mounting google storage bucket folder using gcsfuse
How to use gcsfuse allow_other option?
use gcsfuse to mount google cloud storage buckets in a docker container
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
What are some use cases for memory_order_relaxed
How to unmount Google Bucket in Linux created with gcsfuse