Spyke

Replies

linux

Comment on

Has anyone used or contributed to OpenStreetMap?

Long time ago, I did several villages where I grew up. This was before satellite images covered that area, so I did it the old fashioned way with a GPS, cycling up and down every single street, writing down name and surface in a notebook. Walked around every field, every patch of forest, creek, etc. It took years, but I've literally been everywhere in those villages. It was fun :) When aerial images came I could do private buildings too.

linux

Comment on

I just started using Linux... any great tips?

People will say "use this editor" or "use that window manager", but honestly it's just personal preference. There's no award for using ed to edit files, and almost anything you can do with one distro you can do with any other distro. You might get an urge to distrohop and compile the kernel, and that's fine, but imho far more useful is to learn how pipes work and what you can do with regular expressions. A tutorial for bash is always useful.

linux

Comment on

I feel called out

Reply in thread

I see. I asked because "stable" means different things in different distros. In Debian it means that interfaces and functionality in one version doesn't change. If I set up a script that interacts with the system in various ways, parsing output, using certain binaries in certain ways etc, I should be able to trust that it works the same year after year with upgrades within the same release. To some people this is important, to some people it isn't.

linux

Comment on

What feature/utility/app are you surprised is not installed by default in Linux distributions?

Reply in thread

The original vi has not been maintained for many years. Most distributions, including Debian, Fedora, etc, use a version of Vim which (mostly) is similar to how Vi was.

From Fedoras wiki:
"On Fedora, Vim (specifically the vim-minimal package) is also used to provide /bin/vi. This vi command provides no syntax highlighting for opened files, by default, just like the original vi editor. The vim-minimal package comes pre-installed on Fedora."

From the vim-tiny package description on Debian:
"This package contains a minimal version of Vim compiled with no GUI and a small subset of features. This package's sole purpose is to provide the vi binary for base installations."