Skip to main content
MWB's user avatar
MWB's user avatar
MWB's user avatar
MWB
  • Member for 11 years, 6 months
  • Last seen this week
  • California, USA
172 votes
10 answers
16k views

How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__?

56 votes
1 answer
20k views

How can I view someone's comment history on GitHub?

55 votes
7 answers
14k views

Why is writing to memory much slower than reading it?

40 votes
2 answers
24k views

Are PIP packages curated? Is it safe to install them?

36 votes
2 answers
5k views

Why isn't 'nullptr' in the 'std' namespace?

27 votes
6 answers
3k views

Is Haskell appropriate for long-running applications?

14 votes
2 answers
8k views

(Chez) Scheme benchmarks?

13 votes
4 answers
5k views

Do multiple CPUs compete for the same memory bandwidth?

12 votes
1 answer
677 views

Why is SciPy acting very differently in IPython and Python?

12 votes
5 answers
1k views

How to assign member variables temporarily?

11 votes
4 answers
9k views

do "const" declarations help the compiler (GCC) produce faster code? [duplicate]

11 votes
2 answers
8k views

Why is LuaJIT's memory limited to 1-2 GB on 64-bit platforms?

10 votes
1 answer
13k views

How can I set the number of OpenMP threads from within the program?

10 votes
2 answers
3k views

Is overloading broken in cppclass Cython/C++ definitions?

10 votes
1 answer
4k views

Are there limits to host-guest OS version compatibility in Docker? [closed]

9 votes
2 answers
7k views

Can .NET Core be used to build native Linux binaries?

8 votes
2 answers
7k views

Repeat a NumPy array in multiple dimensions at once?

8 votes
2 answers
5k views

Is Session.run(fetches) guaranteed to execute its "fetches" arguments in-order?

8 votes
2 answers
3k views

Why isn't DropOut used in Unsupervised Learning?

8 votes
1 answer
3k views

Why is scikit-learn's random forest using so much memory?

7 votes
1 answer
3k views

What does Rust's lack of incremental compilation mean, exactly?

7 votes
2 answers
3k views

What are the relative advantages of extending NumPy in Cython vs Boost.Python?

7 votes
2 answers
4k views

Numpy: how to use argmax results to get the actual max? [duplicate]

7 votes
3 answers
435 views

Does Prolog need GC when the occurs check is globally enabled?

6 votes
1 answer
8k views

How to setup serialization in IntelliJ/Kotlin?

6 votes
2 answers
486 views

What occurs-check optimizations is SWI Prolog using?

6 votes
3 answers
825 views

How to find the kth smallest element in an unsorted array or its segment?

6 votes
3 answers
1k views

Is it legal to alias "const restrict" pointer arguments?

6 votes
2 answers
5k views

Python and conflicting module names

6 votes
0 answers
239 views

How reproducible are floating point CPU operations on x86-64?

1
2 3 4 5 6