Live data from Hacker News

Viewing profile — rnmmrnm

rnmmrnm

HN member
Joined
Tue, Nov 15, 2022, 11:58 AM UTC
HN karma
59
Public activity
52 items

About rnmmrnm

No profile information was provided.

Recent public activity

  1. comment
    Comment #46660009

    this is cute but i imagined prompting the ai for a loop-di-loop roller coaster. If this could build complex ride it would be a game changer.

  2. story
  3. story
    Ask HN: P2P Archive.is Alternative?

    We can all agree that site was a tremendous asset for information preserving. If we suspect archive.is will be taken down by law enforcement, shouldn't we be working on a decentral…

  4. story
  5. comment
    Comment #41281162

    "So I deployed that hasty fix on friday..."

  6. comment
    Comment #41215461

    just my two cents that netfilter (for which iptables is a frontend) is a kernel subsystem and therefore global to all containers on host.

  7. comment
    Comment #41099089

    [flagged]

  8. comment
    Comment #40726359

    https://harmful.cat-v.org/software/GCC classic

  9. comment
  10. comment
    Comment #40575672

    Well here I tunneled multiple TCP connections traffic over a single input/output streams (the SSH shell IO stream). Basically when you got a single communication channel and it's e…

  11. comment
    Comment #40568445

    reminds me how the other day I circumvented disabled SSH port forwarding by using https://github.com/nwtgck/yamux-cli + ncat already on the machine to do something like: yamux -l l…

  12. comment
    Comment #40554473

    I also need elaboration on this. I presumed calling lua from c can be used to implement user-defined callbacks. Launching a thread for lua + locking seems even slower?

  13. comment
    Comment #40544122

    pretty fun though.

  14. comment
    Comment #40329347

    I didn't finish yet but I was thinking he's talking about memorizing the algorithm to calculate sines in your head.

  15. comment
    Comment #40245006

    obviously, but i'm not so keen to turn it into a pre-emptive scheduler either lol.

  16. comment
    Comment #40243395

    Terribly sorry!

  17. comment
    Comment #40240374

    Well the only thing that's really itching me is the fact that the whole lua debug.* section is documented as >You should exert care when using this library. Several of its function…

  18. comment
    Comment #40240052

    reading beyond the first paragraphs, I see this practically what he advocates to do :P

  19. comment
    Comment #40239817

    A bit off topic: I just wrote a bunch of lua C debug api code (lua_sethook) to pre-emptively run and context-switch multiple lua "coroutines" (well not so "co"). Is this library of…

  20. comment
    Comment #40237911

    you wrap those properly. believe me waking up in the middle of the night because someone abused panic to throw state around, end up being called from a new goroutine, just enough t…

  21. comment
    Comment #40237736

    tbh only like 50% of my `if err != nil { return err }` are mindless. rest of the time, the fact that error handling is explicit and in my face has helped me alot during my time wit…

  22. comment
    Comment #40221720

    sane error handling in go is more productive any day.

  23. comment
    Comment #40220133

    the day the go codebase throws random panics is the day I quit the company.

  24. comment
    Comment #40167147

    And he didn't even get into how mac docking stations fucking suck and full of graphics bugs (everybody in my company actually turned off chrome GPU accel. because the display somet…

  25. comment
    Comment #40156438

    my company was too scared to roll X509 signing code on their own so here we are.