Viewing profile — rnmmrnm
rnmmrnm
HN member- Joined
- Tue, Nov 15, 2022, 11:58 AM UTC
- HN karma
- 59
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About rnmmrnm
No profile information was provided.
Recent public activity
-
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.
- story
-
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…
- story
-
comment
Comment #41281162
"So I deployed that hasty fix on friday..."
-
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.
-
comment
Comment #41099089
[flagged]
-
comment
Comment #40726359
https://harmful.cat-v.org/software/GCC classic
- comment
-
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…
-
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…
-
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?
-
comment
Comment #40544122
pretty fun though.
-
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.
-
comment
Comment #40245006
obviously, but i'm not so keen to turn it into a pre-emptive scheduler either lol.
-
comment
Comment #40243395
Terribly sorry!
-
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…
-
comment
Comment #40240052
reading beyond the first paragraphs, I see this practically what he advocates to do :P
-
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…
-
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…
-
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…
-
comment
Comment #40221720
sane error handling in go is more productive any day.
-
comment
Comment #40220133
the day the go codebase throws random panics is the day I quit the company.
-
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…
-
comment
Comment #40156438
my company was too scared to roll X509 signing code on their own so here we are.