Viewing profile — _swa8
_swa8
HN member- Joined
- Sat, Apr 23, 2011, 4:49 PM UTC
- HN karma
- 267
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About _swa8
Recent public activity
-
comment
Comment #12695791
I disagree. They're a warning and an error message, and should go to stderr. It may _also_ be useful to show them on the terminal, in case the user would like to see them now, and …
-
comment
Comment #12692082
Error and warning messages are not status or progress messages, at least not in the context of this discussions, which is that a long-running computation should indicate to the use…
-
comment
Comment #12691737
Stderr should only get error messages, and, arguably, warning messages. It shouldn't get status and progress messages. Those should go to /dev/tty, and the program should be gracef…
-
comment
Comment #12675211
It still seems to be OK to bring Note 7s on airplanes. Not bottles of water, though, that's too dangerous.
-
comment
Comment #12666501
Yes, absolutely. I, for example, am one, though I admit I was born only after humanity has visited the Moon. Still, more than 16 years ago.
-
comment
Comment #12569895
Aliases are per shell process. You need to reload your .bashrc (or whatever file you define aliases in) in every shell. Shell scripts are instantly available in all shell instances…
-
comment
Comment #12529759
Making static websites for over a decade, now. (Can make user-editable wikis as well.)
- story
-
comment
Comment #12318311
The Economist is following mainstream journalism in general, then.
-
comment
Comment #12311574
Does pointing that out advance the discussion in a useful way? Does it help having a constructive debate? Does it make anyone's day or life better? Are you just posting in the hope…
-
comment
Comment #12310749
Babies need to be taught how to use the nipple. Not intuitive.
-
comment
Comment #12289286
You run it in such a way that the paths are identical. For example, by using the -r option. $ mkdir foo $ echo foo > foo/bar $ cp -a foo foo2 $ summain -r foo > foo.summain $ summa…
-
comment
Comment #12288999
Since I develop backup software, this is a problem I needed to solve (e.g., for verifying that restore works). So I wrote a tool: http://liw.fi/summain/ It produces output that is …
-
comment
Comment #12273659
The difference between free software and open source isn't copyleft. Both free software and open source embrace copyleft. From your writing I deduce you are of the opinion that ope…
-
comment
Comment #12273615
I've followed, and sometimes participated in, variations of this discussion since 1989. I wrote up an article about this topic on the Yakking blog, recently: http://yakking.brancha…
- story
-
comment
Comment #12179058
The Unix command /bin/true (do nothing, exit with code zero) can be implemented as an empty file. When it's run, the kernel doesn't recognize it as binary code, so it gives it to /…
-
comment
Comment #12135325
I have been keeping a journal in a private ikiwiki instance for several years now. Basically, I set up an ikiwiki blog that generates a static website, served by Apache over localh…
-
comment
Comment #12107754
That seems like a very old version to review.
-
comment
Comment #12107018
I don't recognise the Nautilus I use from the screenshot or the description. For example, I have a completely different sidebar and I have no problem having multiple tabs in a wind…
-
comment
Comment #12025586
http://ikiwiki.info/ supports comments. There are several variants of "static website": * Site is generated by its author, and won't change until author changes and re-generates it…
-
comment
Comment #12023954
I doubt joeyh wants to add tools to moreutils that already exist as separate projects of their own.
-
comment
Comment #12004104
Here's another tiny browser: http://www.netsurf-browser.org/ At a previous job, we built and installed and ran a system test with that faster than Firefox unpacked the source tarba…
-
comment
Comment #11982107
It tells you that your file is corrupted. You can then restore from backups, re-download, or take some other corrective action, such as delete the file, reboot the machine, re-inst…
-
comment
Comment #11945190
SSH is originally from Finland. Unlike GPG, it's not an implementation of a pre-existing spec, so it might make a somewhat better example.