Playing around with OpenBSD. Coolest thing so far: you can set up a packet-level reverse proxy with a single line in your pf.conf.
-
Show this thread
Second coolest thing: pledge. This Go program prints "foo", then pledges not to use any other syscalls -- which it immediately violates by trying to print again -- so it exits with "signal: abort trap": fmt.Println("foo") unix.Pledge("", "") fmt.Println("bar")
9:11 PM - 16 Sep 2018
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.