Live data from Hacker News

Viewing profile — smorrow

smorrow

HN member
Joined
Fri, Mar 15, 2013, 10:32 PM UTC
HN karma
90
Public activity
230 items

About smorrow

No profile information was provided.

Recent public activity

  1. comment
    Comment #46768813

    The most "research" thing I'm aware of 9front (since you're speaking in present tense) doing is that GEFS needed to work out a lot of things for itself that weren't in the Bε-tree …

  2. comment
    Comment #46768471

    9P is a protocol, FUSE isn't. "Plan 9 praisers who don't actually use Plan 9" have a tendentious way of speaking, that's actually a lot like "AI slop", that Plan 9 users can instan…

  3. comment
    Comment #46767590

    Dozer might be the most likely path to that. https://notgull.net/announcing-dozer

  4. comment
    Comment #46765995

    Plan 9 does that, e.g. dial(2) to do the /net dance. ("2" here actually means something like "3plan9".)

  5. comment
  6. comment
    Comment #46530911

    What I meant by this is, if we had a decent X on Plan 9, we would actually use it, because right now remoting into other systems is just VNC...

  7. comment
    Comment #46475751

    Is it written in C? If it is and you open-sourced it, someone might port it to Plan 9.

  8. comment
    Comment #42829587

    What do you mean "hold-over"? In NI we still say "first year" through "fifth year". Is that not done in Britain?

  9. comment
    Comment #37056884

    > monitors have grown Most people use laptops. (Or it's at least 50/50.)

  10. comment
    Comment #37056779

    Scwm had animations, which went in sometime before the ~2001 Usenix paper, due to a need for them. I don't think there's anything out of place about needful animations.

  11. comment
    Comment #37056357

    It's called dynamic window management, it's very popular, and that's without the animations showing you that something got moved.

  12. comment
    Comment #37056282

    1. You can't pick and choose your monitor like this on laptops. 2. I like my "window/s of interest" (the current "task") to be front and centre; I would like my window management w…

  13. comment
    Comment #37042761

    Compiz had it: https://youtu.be/KGkodX89ouA?t=244

  14. comment
    Comment #36917999

    The first paragraph of https://archive.org/details/rc-shell/ So rc was made for Plan 9. The examples in that paper are definitely on tenth edition Unix, I think this would be becau…

  15. comment
    Comment #36864218

    > That's what we were trying to (and succeeded at being able to) avoid. What did he mean by this?

  16. comment
    Comment #36864080

    Some clues: The mk paper (and Unix man page) doesn't mention rc. Plan 9 existed since the mid-80s. This sentence in the Unix rc(1) sure makes it seem like rc was Plan 9-first: Envi…

  17. comment
    Comment #36784680

    Mash from Inferno https://inbox.vuxu.org/9fans/AANLkTikvTbqLwrxifri86cAEBS3wmk...

  18. comment
    Comment #36784531

    I've been seeing people, never ones who were actually there, make this claim in the last five to ten years. Rc was on tenth edition Unix. I've seen no evidence that it originated o…

  19. comment
    Comment #36456938

    I did read the paper, I always thought it was theoretical too. Then I saw a video with maddog saying he witnessed Ken logging in using his backdoor.

  20. comment
    Comment #36439471

    https://www.youtube.com/watch?v=Ka0kkwtO94I

  21. comment
    Comment #36439347

    I'm curious why private school? The usual reason people don't unschool is they haven't really heard of it ( or they've heard of it but believe some boomer conventional wisdom like …

  22. comment
    Comment #34111099

    The fire conventional wisdom thing is just that: conventional wisdom. Debunked in this week's Tom Scott video.

  23. comment
  24. comment
    Comment #33020719

    And yet Plan 9 has a curl/wget equivalent, `hget`.

  25. comment
    Comment #32649603

    What I find interesting is that Plan 9's "who" did not . It's just ls /proc | sed '{grep out usernames}' | sort -u so it's pretty specific to whatever machine it runs on, as oppose…