Live data from Hacker News

Viewing profile — HerrMonnezza

HerrMonnezza

HN member
Joined
Sat, Jan 21, 2012, 6:42 PM UTC
HN karma
1,585
Public activity
210 items

About HerrMonnezza

No profile information was provided.

Recent public activity

  1. comment
    Comment #44473305

    Interesting remarks, thanks! When discussing remote vs non-remote with a colleague some time ago over lunch, he mentioned that "remote is an extreme version of yourself", so those …

  2. comment
    Comment #42095889

    arXiv replaces any URL in the text of the abstract with a link with text "this http url"; it seems the authors did not know this and just embedded a bare URL in their abstract.

  3. comment
    Comment #41493095

    One thing that Git and the other DVCS's massively improved over Subversion is that commits are local, and you only need to talk to a remote endpoint when you push/pull. In Subversi…

  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #38706192

    `s6-sudo` [1] is an alternative that does exactly this: connects to a running privileged daemon and asks it to execute a command. [1]: https://skarnet.org/software/s6/s6-sudo.html

  9. story
  10. comment
    Comment #38515060

    I'm curious: why the `printf '%s\n' "$(pwd -P)"` ? wouldn't just `pwd -P` achieve the same?

  11. comment
    Comment #38110037

    It really depends on what your current and wanted roles are... When it happened to me, I would have had to interview again because there were no other roles in my career ladder lef…

  12. story
  13. comment
    Comment #36603454

    IIRC, Linux' ext2/3/4 support an 'a' attribute that make a file append-only.

  14. story
  15. comment
  16. comment
    Comment #34692955

    I guess they redirect you to a different IP than they publish in the public DNS?

  17. comment
    Comment #33651882

    I agree, but how is this different from polls, fidelity programs at department stores, statistics on various topics, etc - all of which have existed for decades?

  18. comment
    Comment #33574748

    So Ur- comes from Urdeutsch? :-)

  19. comment
    Comment #33207390

    Impressive! But one stated goal of the software is to be compatible with STOS and AMOS, so one has to use an 80s BASIC for programming AOZ.

  20. story
  21. story
  22. story
  23. comment
    Comment #31407913

    Maybe we should establish a sort of expert-led central archive of rock-solid, battle-tested C libs/functions/snippets that one can trust ? GNUlib [1], albeit marketed as a "portabi…

  24. comment
    Comment #31227811

    (There should be a 2nd part to your post, where you send a very good report to the colleagues, and note their reaction.)

  25. comment
    Comment #31180639

    Julia [1] has macros (not necessarily based on s-exprs though you can use s-exprs if you want) and a REPL [2] with some decent tooling (e.g., [3] [4]) [1]: http://julialang.org/ [2…