Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Logitech G600 (Score 1) 431

It's really absurd, isn't it? Logitech could win the favor of linux users if they offered something even as rudimentary as a command line programming tool or a protocol spec.

I would have bought a mouse from a company that supports linux, but since I really wanted all those extra buttons, my options were severely limited. The G600 was the least bad option.

In case you decide to buy it, here's the ~/.Xmodmap file I use to swap the middle and right buttons:

pointer = 1 3 2 4 5 6 7 8 9
keycode 78 = Multi_key

(That second line is unrelated; it lets me use Scroll Lock as my compose key.)

Comment Logitech G600 (Score 1) 431

The Logitech G600 is pretty decent if you can get used to the larger size and all the buttons on the side. Stupidly, it forbids you from programming the middle button to middle click and right button to right click. You can program the middle button to right click and right button to middle click, though, and then swap the two with xmodmap if you're using linux. You might also want to program the resolution down much lower than the default for linux use. Of course, since it's from Logitech, you'll need Windows or MacOS to program it.

Comment My hopes are with Rian Johnson (Score 1) 422

None of the new episodes did much for me while I was watching them, and I can hardly remember anything about them now. J.J. Abrams might make the next one more fun, at least, but I recently learned something about Episode 8 that makes me care about the series for the first time in ages: Rian Johnson is doing it. His most recent work was a mainstream movie called Looper, which was fine, but the two he did before that were astonishingly good. (It would be fair to say that story and writing matter to me more than effects.) I'm not sure whether to be worried that he'll mute his talents in pursuit of mainstream money, or excited that he'll make Star Wars interesting again. Either way, I'm looking forward to finding out.

Comment Productivity on available hardware. (Score 1) 592

I was given a Mac laptop at my last startup. I used it instead of buying new hardware because it helped keep our costs down. I ran (xubuntu) linux on it because all of my OS-specific development targeted linux, because most of the software that works well for me is developed primarily for linux, and because the open nature of linux makes admin, troubleshooting, and customization far easier for me than on any proprietary OS. Linux was therefore the only sensible choice.

My CEO sometimes asked why I didn't keep OSX and just run linux in a VM. He seemed surprised that anyone would willingly discard the Mac environment and Mac applications and beautiful Mac perfection that comes with a Mac. (He was a bit of an Apple fanatic.) I explained that since I don't need anything that OSX has to offer, using it as a host for my real OS would just waste resources, complicate timing issues (which were important in my work), potentially add security vulnerabilities, and increase admin overhead (like having to reboot for OSX updates). In other words, all loss, no gain.

The user experience has something to do with it as well. I was a Mac lover for a while long ago, and although I'm happy that MacOS is finally built on a real operating system and wraps it in a package that many people find intuitive, it isn't intuitive to me, and it comes with a lot of restrictions and design choices that get in my way and frustrate me. That's part of why I run linux even when work doesn't demand it.

Comment Something Better (Score 2) 551

I'd like to see an init system like this:

- Starts services on demand based on dependencies, not based on order (like sysvinit) or based on events (like upstart).
- Has a minimal core that can easily run on its own, just to do the job of a standard init system.
- Is easy to learn, configure, and understand.
- Has good documentation.
- Does not encourage application software to require it.
- Does not encourage other system services to require it.
- Works well on linux and non-linux unixes.
- Can be replaced without causing such an upheaval that OS distribution teams are scared to switch again if something objectively better comes along.
- Causes a lot fewer problems than the stuff that I've seen from systemd's author.
- Is maintained by people with the humility, competence, and care required to make it work well for the vast majority of users.

Systemd pushers often claim that it is the way forward because it addresses that first piont. They conveniently avoid recognizing that it fails on most of them. No thanks. I'd rather keep using sysvinit or upstart until something better comes along.

Comment Systemd Pushers (Score 1) 551

I don't understand the people who are pushing systemd so hard despite significant resistance in the community. Reasons for disliking it vary, but don't really matter, because its adoption will force a *lot* of people who don't want it to either suffer through it or suffer through migration to another OS/distro. That is reason enough not to adopt it. Trying to discredit people's reasons for disliking it is presumptuous, pointless, and rather stupid.

Comment Steam and LXC, or how to run it in a sandbox (Score 1) 329

I don't trust Steam, so I run it in an unprivileged linux container. This way, it can't do too much damage and can't spy on my system so easily.

Setting up LXC in such a way that games still work is not trivial, but also not terribly difficult if you know your way around the OS and are willing to do some reading and learning. Here are some tips to get you started.

Comment systemd hatred (Score 4, Insightful) 403

I don't understand the blatent systemd pushing. Reasons for disliking it vary but don't really matter, because its adoption will force a *lot* of people who don't want it to either suffer through it or suffer through migration to another OS. That is reason enough not to adopt it. Trying to discredit people's reasons for disliking it is presumptuous, pointless, and rather stupid.

Comment Perl as an example of what, now? (Score 1) 581

Perl is hardly an example of improvement. Its widespread usage despite its fundamental flaws has given us a large body of software that is often entrenched and almost always a maintenance nightmare. I hope our OS distribution maintainers have the sense not to repeat that mistake with our init system.

Slashdot Top Deals

Beware of all enterprises that require new clothes, and not rather a new wearer of clothes. -- Henry David Thoreau

Working...