Skip to main content
ntc2's user avatar
ntc2's user avatar
ntc2's user avatar
ntc2
  • Member for 13 years, 9 months
  • Last seen this week
123 votes
22 answers
54k views

Capture stdout and stderr into different variables

30 votes
1 answer
46k views

GDB: Attempt to dereference generic pointer

24 votes
2 answers
2k views

Where is "Hutton's Razor" first defined?

21 votes
1 answer
3k views

How to make Git temporarily ignore ~/.gitconfig?

19 votes
7 answers
31k views

GitLab: how can I tell what acess level I have on a project?

18 votes
2 answers
1k views

How to configure amount of command history saved by GHCi?

14 votes
2 answers
2k views

Type-level nats with literals and an injective successor? (N-ary compose)

13 votes
2 answers
3k views

Where does `stack build` store generated executables?

11 votes
2 answers
444 views

How do I write this more general version of `Control.Monad.Writer.censor`?

9 votes
1 answer
3k views

How do I install MELPA packages via El-Get?

9 votes
3 answers
3k views

How to make `git log --stat -- <path>` show *all* files in selected commits?

6 votes
1 answer
956 views

How to use `local` and a `Reader` monad with Scrap Your Boilerplate (SYB)?

3 votes
2 answers
345 views

How do I use GHC.Exts.breakpoint?

2 votes
1 answer
419 views

Git: how to copy only the versioned files from a subdirectory?

1 vote
0 answers
42 views

How do I make `--cc` the default for merge diffs in Git?

1 vote
1 answer
3k views

How to force `git merge`?

1 vote
1 answer
429 views

How to `apply` a macro/syntax in Racket?

0 votes
1 answer
186 views

SQLAlchemy: How do I avoid this inconsistency between ORM cache and DB

0 votes
1 answer
97 views

How to safely case on kind-constrained type variable in Haskell?

-3 votes
1 answer
99 views

How is the Hack language's type system defined?