hackerb9

Results 435 comments of hackerb9

I've implemented the Apple ][ way of skipping a level by typing SKIP instead of Shift+L. This frees up Shift+L to work for movement. Please see [my UIOJKL branch](https://github.com/hackerb9/SDLPoP/tree/keys_UIOJKL).

Why does avahi-daemon consider the failure of registering a reverse entry as a fatal error? Shouldn't it just fall back to providing forward DNS resolution?

Weird that there's been no response and this plugin has been flagged as a virus for quite a while. Thanks @iandouglas for mentioning that 0.2.7 doesn't trigger the virus warning;...

I agree with this suggestion. Making the most common case the easiest makes sense to me. If a script wants to ensure a specific mode instead of relying on autodetection,...

I'm having the darnedest time trying to reproduce this bug. I've tried setting my shell to zsh and compiling old versions of xclip. And yet, I'm always able to just...

I see that "nohup" is given as a solution. Should I presume it only works because it redirects stdout to a file? If not, then perhaps xclip could call `setsid()`...

Yes, I can do that. I just need to learn a little more. I actually attempted to rebase -i (a few different ways) before the pull request, but failed. Git...

@astrand: Have you had a chance to try out this branch? I've been using it as my everyday xclip and have had no problems. I think I've squashed the history...

Hi @astrand, That's actually what it is supposed to do: **“Sensible stdin”**: _If stdin is a keyboard (tty), xclip will default to -output._ The old behavior was to silently block,...

I've thought hard about this and I've written up responses only to find that they are too verbose. I don't want to waste your time, but I do want to...