mgedmin's comments
mgedmin | 12 years ago | on: Gnome 3.12 Released
I wonder how hard it would be to write an extension.
mgedmin | 12 years ago | on: Gnome 3.12 Released
mgedmin | 12 years ago | on: Gnome 3.12 Released
mgedmin | 13 years ago | on: How I Fired Myself
mgedmin | 14 years ago | on: Your Bash Prompt Needs This
Edit: I know I can customize the word style using $WORDCHARS, or 'autoload select-word-style'; my problem is that I'm used to having the capability to use two different word styles at once.
I'm looking through the command list in zshzle(1), and I'm a bit confused about the differences between backward-delete-word and backward-kill-word. Some short experiments I did failed to notice any differences (foo/bar/baz M-x backward-delete-word deletes foo/bar/baz). There's also vi-backward-kill-word which deletes 'baz', then '/', then 'bar', then '/', then 'foo'. I want a key to delete 'baz', then 'bar/', then 'foo', and I've no idea how to get it...
mgedmin | 14 years ago | on: Your Bash Prompt Needs This
The little itch that drove me crazy was command-line editing: in bash (and all readline apps) when I have
command long/path/to/some/file
I can press Alt-Backspace to delete 'file', or I can press Ctrl-W to delete 'long/path/to/some/file'.I tried various hacks to make zsh do the same, then gave up.
mgedmin | 14 years ago | on: Your Bash Prompt Needs This
mgedmin | 14 years ago | on: Your Bash Prompt Needs This
mgedmin | 14 years ago | on: Help, Linux ate my RAM
And you can't just subtract the shared memory numbers, because different sets of pages are shared between different sets of processes, and top doesn't give enough information to figure out what's actually happening where.
Running the pmaps tool on all pids and summing the Pss number is perhaps the closest you can get to the actual memory use.
mgedmin | 14 years ago | on: Help, Linux ate my RAM
mgedmin | 14 years ago | on: Help, Linux ate my RAM
mgedmin | 14 years ago | on: Help, Linux ate my RAM
mgedmin | 14 years ago | on: Here is why vim uses the hjkl keys as arrow keys
mgedmin | 14 years ago | on: Here is why vim uses the hjkl keys as arrow keys
I wonder how Dijkstra would react to that statement.
mgedmin | 14 years ago | on: Fixing the Python subprocess interface
So cat("filename with spaces in it") will fail, but cat("'filename with spaces in it') ought to succeed.
It's a neat experiment, but using this module in production would not be a great idea.
mgedmin | 14 years ago | on: Understanding the bin, sbin, usr/bin , usr/sbin split
mgedmin | 14 years ago | on: Is Programming Less Exciting Today?
I was making a map of the level on a piece of paper, and bungled it up (the rooms that were supposed to be adjacent appeared on two completely opposite sides of the paper or something like that). The obvious next step was to write a Python script to take a description of the map (room X: exit north leads to room Y, exit south leads to room Z, etc.) and produce a map (in ASCII art; I didn't want to spend too much time on superfluous graphics).
It was more exciting to write that script and see the map it generated than it was to play the game itself.
I may be weird.
mgedmin | 14 years ago | on: Is Programming Less Exciting Today?
Not every programming task is exciting, but some can be fun.
mgedmin | 14 years ago | on: The Art of Unix Programming
For interactive terminal web browsing I prefer links/elinks (again, compared to lynx/w3m a long time ago).