Stack Exchange
Unix and Linux Stack Exchange
  • Questions
  • Tags
  • Users
  • About
Unix and Linux Stack Exchange
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

ruohola

282
reputation
  • Turku, Finland
  • Member since February 18 2019
  • 23 profile views
  • Last seen Mar 18 '24 at 18:38

I'm currently working as a software engineer at Reaktor.

Some of my favorites:
A: Is it possible to use Firebase Realtime Database to implement a distributed mutex?
A: How to iterate over non-const variables in C++?
A: How to get the address of a C++ lambda function within the lambda itself?
A: How to restore linear git history after nonlinear merge?
A: Is the time complexity of string += "a" the same as string = string + "a"?

Q: How does Rust's 128-bit integer `i128` work on a 64-bit system?
Q: Is there a currently used system with a C++ compiler where int is over 32 bits wide?
Q: How to restore linear git history after nonlinear merge?
Q: When CPython set `in` operator is O(n)?
Q: Can storing wildcard strings in a column (to be used with LIKE operator) cause unexpected query results or security issues?