Live data from Hacker News

Viewing profile — henesy

henesy

HN member
Joined
Sat, Dec 27, 2014, 8:14 AM UTC
HN karma
111
Public activity
69 items

About henesy

No profile information was provided.

Recent public activity

  1. comment
    Comment #30504419

    The other comments are correct that there's value in returning a value even if it was passed in to make chaining functional calls easier. This can get a little tricky when ownershi…

  2. comment
    Comment #30497442

    The first version I implemented did allocate and return the allocated output buffer, but I scrapped that design I never changed the return value after I did this and didn’t see an …

  3. comment
    Comment #30496104

    Author here. While the other comments are correct, the exact reason for this use of providing in/out is that the reversal is called on a subset of the incoming array. line = Brdstr…

  4. comment
    Comment #24426680

    Love this

  5. story
  6. story
  7. comment
    Comment #22619244

    Yes, /bin is a directory where the bind[1] command can be used to multiplex/union other directories on top. The / directory in general is built this way as a virtual top directory,…

  8. comment
    Comment #22089996

    Used by sysfatal(2): https://github.com/0intro/plan9-contrib/blob/master/sys/src/... Also mentioned in sysfatal(2)'s manual: http://man.cat-v.org/9front/2/perror

  9. comment
    Comment #21570471

    s/o to unionfs for plan9 by kvik: http://code.a-b.xyz/unionfs Userspace implementation of union directories with control of which half of the union made gets precedence for certain…

  10. comment
    Comment #21570445

    I generally prefer mk to make, I just find the way multiple mkfiles compose and some of the syntax changes pleasant. A small change, but being able to just do $foo instead of $(foo…

  11. comment
    Comment #20490353

    It's a really early draft, but here's the base for an awesome-inferno repository: https://github.com/henesy/awesome-inferno

  12. comment
    Comment #20490093

    Inferno instances are really meant to be compartments for individual programs more than a desktop OS in and of itself. Dis VM instances are super light… you wouldn't really be need…

  13. comment
    Comment #20489355

    Yeah zones especially, I agree.

  14. comment
    Comment #20489131

    This exists and to a pleasant effect! http://doc.cat-v.org/inferno/4th_edition/styx-on-a-brick/ The ev3dev project is partially inspired by everything is a file and I've used it in…

  15. comment
    Comment #20488965

    Linux containers feel like a very weak imitation of what they could be under an environment like Plan9 imo. Linux lacks a lot of core abstraction properties that would make contain…

  16. comment
    Comment #20488953

    As long as your processor supports vmx ofc Just ask aux/icanhasvmx :) Manuals: - http://man.cat-v.org/9front/1/vmx - http://man.cat-v.org/9front/3/vmx

  17. comment
    Comment #20488949

    s/o to the wip 9front ports tree, too: http://code.9front.org/hg/ports

  18. comment
    Comment #20488935

    The concept here is fairly profound and you could make the analogy of power to something like Lisp. Lisp everything is a symbol, in Plan9 everything is a file and all namespaces ar…

  19. comment
    Comment #20488870

    Yeah idk why people have this notion. Last 9front commit was… 3 days ago: http://code.9front.org/hg/plan9front/

  20. comment
    Comment #20488865

    Source: http://code.9front.org/hg/purgatorio/ Purgatorio 64-bit is a ways away, but is a goal. It'll happen eventually, but the more eyes the better.

  21. comment
    Comment #20488855

    Yeah Richard Miller just put out tentative support for the Raspberry Pi 4 for his pi port. https://9p.io/sources/contrib/miller/9/bcm/

  22. comment
    Comment #20488831

    Nice to see Inferno posted! Some Inferno related stuff: - Limbo by Example: https://github.com/henesy/limbobyexample - The Inferno Shell: http://debu.gs/entries/inferno-part-1-shel…

  23. comment
    Comment #19255173

    Make one a Plan 9/9front terminal :)

  24. comment
    Comment #18313931

    Great to see RISC-V news make it public. Always glad to find more Plan 9 hobby projects to learn from :)

  25. comment