Live data from Hacker News

Viewing profile — swa14

swa14

HN member
Joined
Mon, May 14, 2012, 1:22 PM UTC
HN karma
99
Public activity
37 items

About swa14

No profile information was provided.

Recent public activity

  1. comment
    Comment #4369860

    >>open hardware MIPS netbook made in China More specificly, the Lemote Yeelong, which is not only made in China (like most hardware I guess), but also designed there. It's neat eno…

  2. comment
    Comment #4283817

    For a moment there one might have been thinking he meant atrocious actions with high death tolls against a civilian population, in which case the OP is definitely failing to unders…

  3. comment
    Comment #4270697

    >>There is no shame in asking for someone to pay for what they have purchased. True, but what have they purchased ? >>Safeway is not greedy, begging or anything of the sort when th…

  4. comment
    Comment #4270293

    Not silly. It's supposed to be this way. And don't skip out on the angst. A starting businessman should be apprehensive of sending out invoices and questioning himself. Yes, it doe…

  5. comment
    Comment #4262111

    >>Oracle is just a business. It's just that it's the kind of business that makes me glad kitten stomping doesn't have an appreciable ROI .

  6. comment
    Comment #4261035

    Well, price dumping, I would say. Normally centos users would "grow into" payed support from RH. Now Oracle claims to give them that support without cost. Unbreakable Linux was nev…

  7. comment
    Comment #4260944

    Thanks for the brtfs, but no thanks. I'll only touch your stuff with a GPL pole and with a non-oracle maintainer. If you want support for Centos, please consider redhat * I'm sure …

  8. comment
    Comment #4246687

    And once again, by your proposed model to fund science. How are we even going to know there's a comet hurling towards earth ? Gazing out there for neat stuff in the cosmos isn't ev…

  9. comment
    Comment #4245745

    >>if the problem cannot be addressed than why even bring it up? Because an engineer ( not a research scientist) somewhere , given the right model, and access to the right informati…

  10. comment
    Comment #4239214

    >>Take special note of my words above, particularly "DEEP DOWN" Especially DEEP DOWN, that's where the problem lies. It's called "Appeal to nature", and it consists of explaining o…

  11. comment
    Comment #4239113

    >If a male were to sexually harass a female, it would not be sexism because he is not giving males special preference over females Well, seeing how he's not sexually harassing the …

  12. comment
    Comment #4239062

    >>you know what I mean I'm afraid not. Your implication does not really define anything. >>If you want to argue I don't. But I'd like to impart the following. >>If you maybe you ar…

  13. comment
    Comment #4238767

    I'm sorry. I meant "the business" as in "the business you're representing", not the "business" as in suits. So in this case dressing in wacky t-shirts and mohawks. Actually, as you…

  14. comment
    Comment #4238682

    It's not that I disagree with the general sentiment, but there's an undertone of self-righteousness there. " I was already thinking about what clothes I would avoid taking to Las V…

  15. comment
    Comment #4177108

    the git dcvs has a git-blame feature. I guess it depends on the right environment for such a feature to be productive, which would basically mean an environment where "Blame Jim" m…

  16. comment
    Comment #4171214

    Because when programming in any language, you can't rise above your own proficiency in C. That is my observation anyway. I think it has something to do with the deeper understandin…

  17. comment
    Comment #4158833

    Raymond, as is his wont, sets up a strawman and proceeds to set it on fire pitching himself as a champion of "the just side". It's a strawman, because in truth the only important p…

  18. comment
    Comment #4122862

    Ah. I guess I didn't express myself very clearly. I'm not advocating starting with 'ed' and transitioning to 'vi'. I'm an emacs user myself. But as you know, emacs is not always in…

  19. comment
    Comment #4121603

    not a joke at all. A regex you use in 'ed' command mode, you can use directly in vi after typing ':' I never made any heavy use of 'vi', but I can use it because I know a little 'e…

  20. comment
    Comment #4121247

    well, if he was referring to 'unix' as specified in the Single Unix Specification (which incorporates IEEE Std 1003.1) then all unix systems have 'ed' http://pubs.opengroup.org/onl…

  21. comment
    Comment #4121155

    It's not whether 'vi' is available (it usually is), but whether it is behaving properly. Situations do occur where any fullscreen editor will fail and where 'ed' will work as expec…

  22. comment
    Comment #4121125

    Even today 'ed' has practical uses apart from being the default emergency backup of the backup editor. One situation where I always use 'ed' is when I reinstall a machine (with the…

  23. comment
    Comment #4115445

    I think I see your point, and it has merit ... but ... :) in a way, the 'find' program is like what you envision, except it's just for files. That means that someone somewhere alon…

  24. comment
    Comment #4113911

    >>Let me ask you this; how would you do the equivalent of this hypothetical command? >> $ ls | structured-grep 'file.size > 1M' # find . -maxdepth 1 -size +1M really, flat text is …

  25. comment
    Comment #4108671

    GNU's a little more than some userland tools thrown in for good measure. It is actually an operating system. If you look at the posix spec, which defines what a real "unix" should …