Conversation
Notices
-
Embed this notice
Spent a few hours trying to hack a system together where a multi threaded scraper could scrape some page and report back to a unix socket client, but ultimately the built binary was severely broken..
-
Embed this notice
Will probably just scrap the Unix domain socket management stuff and have a little ncurses dashboard to feed me information about shit the threads are doing
-
Embed this notice
@sysrq i AM using go. I'm pretty sure I just don't know how to properly use select statements
-
Embed this notice
@kirby
I hate to bring up Go again but Go could do this easily with channels.