Live data from Hacker News

Viewing profile — _swa8

_swa8

HN member
Joined
Sat, Apr 23, 2011, 4:49 PM UTC
HN karma
267
Public activity
78 items

About _swa8

I think Peter Thiel is a indecent human being, and I consider Y Combinator's support for him to be unacceptable. HN is a publicity stunt for YC. Since I do not want to support YC, I no longer want to use HN. However, HN developers are not good enough to implement a "close account" feature, so I can't do that. I'll be more careful in the future about creating accounts on sites without account removal.

Recent public activity

  1. 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 …

  2. 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…

  3. 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…

  4. comment
    Comment #12675211

    It still seems to be OK to bring Note 7s on airplanes. Not bottles of water, though, that's too dangerous.

  5. 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.

  6. 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…

  7. comment
    Comment #12529759

    Making static websites for over a decade, now. (Can make user-editable wikis as well.)

  8. story
  9. comment
    Comment #12318311

    The Economist is following mainstream journalism in general, then.

  10. 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…

  11. comment
    Comment #12310749

    Babies need to be taught how to use the nipple. Not intuitive.

  12. 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…

  13. 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 …

  14. 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…

  15. 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…

  16. story
  17. 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 /…

  18. 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…

  19. comment
    Comment #12107754

    That seems like a very old version to review.

  20. 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…

  21. 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…

  22. comment
    Comment #12023954

    I doubt joeyh wants to add tools to moreutils that already exist as separate projects of their own.

  23. 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…

  24. 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…

  25. 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.