Earlier quoted context omitted.
your timeline is a bit off there, but yes
His timeline sounds exactly right to me, I basically did the same thing. Mid-late 90s I used Beej's network programming guide to write an IRC client.
Beej's Guide to C Programming
31–38 of 38 posts
Re: Beej's Guide to C Programming
#32Re: Beej's Guide to C Programming
#33 .tm_sec=04, // seconds after the minute -- [0, 60]
Since a leading zero means octal I wouldn't suggest writing a number this way.
Of course, in this case octal 4 == decimal 4.Re: Beej's Guide to C Programming
#34Earlier quoted context omitted.
Beej's Guide to Network Programming was how I fumbled my way into socket programming AND C. I can't remember if I first encountered it in the late 90's or early 2000's. It's funny to think about that world now. Unless you had a shell account or ran Linux or some sort of Unix you had to _pay_ (or... not pay) to get access to a C compiler. If you were lucky you'd get access to some FTP servers via IRC that might have s…
your timeline is a bit off there, but yes
Re: Beej's Guide to C Programming
#35In the time section it has: .tm_sec=04, // seconds after the minute -- [0, 60] Since a leading zero means octal I wouldn't suggest writing a number this way. Of course, in this case octal 4 == decimal 4.
Lucky I didn't go with nine...
Re: Beej's Guide to C Programming
#36I worked with Beej and Robot Stampede back when he helped port Aviary's image editor tools from Flash to HTML5. Beej, if you're reading this, I hope you're doing great!
Re: Beej's Guide to C Programming
#37For those who might not be familiar with Beej, this is not his first or only guide. They're all excellent. There's a link near the top of the page: "Click here for other Guides" Also, see previous posts here on HN https://news.ycombinator.com/from?site=beej.us
Beej's Guide to Network Programming was how I fumbled my way into socket programming AND C. I can't remember if I first encountered it in the late 90's or early 2000's. It's funny to think about that world now. Unless you had a shell account or ran Linux or some sort of Unix you had to _pay_ (or... not pay) to get access to a C compiler. If you were lucky you'd get access to some FTP servers via IRC that might have s…
Then it was just lucky timing with the web picking up around then and the fact that we had just gotten NCSA Mosaic installed on the computers at school. :)
Edit: Pretty sure the first version of the guide was ~1995.
Re: Beej's Guide to C Programming
#38Earlier quoted context omitted.
Beej's Guide to Network Programming was how I fumbled my way into socket programming AND C. I can't remember if I first encountered it in the late 90's or early 2000's. It's funny to think about that world now. Unless you had a shell account or ran Linux or some sort of Unix you had to _pay_ (or... not pay) to get access to a C compiler. If you were lucky you'd get access to some FTP servers via IRC that might have s…
It was some random socket program I found on an FTP server that got me going on writing this whole thing. The sockets API was pretty confusing in terms of the sequence of what to call when and how, but this sample program spelled it out pretty simply. (So thank you, anonymous author!) Then it was just lucky timing with the web picking up around then and the fact that we had just gotten NCSA Mosaic installed on the co…
Thank you for your contribution. Your work enabled me to send some bytes from one place on the internet to another, which ignited a passion and a career for me. Thanks again.
Also, thanks for making me wonder where Chico State was and what the pizza was like.