Skip to main content
interfect's user avatar
interfect's user avatar
interfect's user avatar
interfect
  • Member for 13 years, 11 months
  • Last seen more than a month ago
15 votes
1 answer
7k views

Setting package_dir to ..?

13 votes
3 answers
22k views

How do I register/reregister a Gitlab Runner using a pre-made config.toml?

7 votes
3 answers
3k views

How should modern OpenGL shaders be written so as to be compatible with each other?

6 votes
1 answer
1k views

How can I use OpenGL 4 features through WebGL

6 votes
2 answers
2k views

How can I sample from a complex or compound distribution in Haskell?

6 votes
3 answers
3k views

Marking Cython as a Build Dependency?

6 votes
0 answers
1k views

To what end are we maintaining package-lock.json files that are free of security vulnerabilities? Why not just delete them or let them go stale?

5 votes
1 answer
694 views

Efficiently inserting blocks into the middle of a file

4 votes
1 answer
3k views

Optional calls in GoMock

4 votes
1 answer
2k views

Setuptools setup.py installing when dependencies not satisfied

3 votes
1 answer
267 views

Is there a practical workflow for developing Gnome Shell extensions on Wayland?

2 votes
1 answer
297 views

Small pods starving big pods on an oversubscribed Kubernetes cluster

2 votes
0 answers
62 views

Python bindings: like pants or not?

2 votes
1 answer
120 views

Does `dict.copy()` iterate? Can I use it while modifying the dict in another thread?

2 votes
1 answer
792 views

Is Amazon S3's ListObjectsV2 self-consistent over multiple pages?

2 votes
1 answer
1k views

Restarting a Kubernetes job if it is evicted but not if it fails?

2 votes
1 answer
838 views

Options with Options with Python argparse?

2 votes
1 answer
929 views

Virtual Network Adapter Library for .NET

2 votes
1 answer
396 views

SWIG Not Accepting Wrapped Objects For Pointer Parameters

2 votes
1 answer
113 views

Viewing GCC Optimization Intermediates in GDB?

2 votes
0 answers
131 views

Renaming files in Git Annex with names too long to check out on the current filesystem

1 vote
1 answer
1k views

How can I prevent Google Play from installing apps on my Android device when asked to do so from a browser?

1 vote
1 answer
408 views

Redirected output from a subprocess call getting lost?

1 vote
1 answer
821 views

SBT Build Setup for Library and Multiple Command Line Tools

1 vote
1 answer
1k views

How do I use the `node inspect` debugger on an application that uses standard input?

1 vote
0 answers
158 views

Forcibly opening or otherwise impersonating a class in Kotlin

1 vote
0 answers
85 views

How can I use my GPU to provide AI-powered code completion/translation/generation?

1 vote
0 answers
206 views

In C++, can two translation units be identical?

0 votes
0 answers
274 views

When a process holding a LOCK_SH lockf() file lock receives a SIGKILL, will the file become LOCK_EX lockable before waits on the process return?

0 votes
0 answers
84 views

Testing sub-component units with React Testing Library