Nixers Book Club - Book #4: The Art of UNIX Programming - Community & Forums Related Discussions
Users browsing this thread: 6 Guest(s)
|
|||
Alright, time for the book club update - this time from the TTY!
Chapter 15 and 16 were interesting, especially that these chapters start tackling day to day use and "methodology". Chapter 15: Tools In this chapter we put ourselves in the boots of new users, devs, selecting their toolset to do common tasks on Unix. Quote:Finding and assembling them into a kit that suits your needs has This reminds me of the classic tejr's post: https://blog.sanctum.geek.nz/series/unix-as-ide/ Quote:yacc has a rather ugly interface, through exported global variables I didn't know that. Quote:In the mid-1980s it was fairly common for large Unix program distributions We still got one of these build.sh for some projects at work. This makes me realize I've never actually learned any of these Makefiles generator, I probably should one day. Does anyone have a recommendation? It seems meson is the way to go today. On the VCS, that always reminds me of this thread: https://nixers.net/Thread-Comparing-the-...ol-systems ...And there's no mention of git either. Chapter 16: Reuse Philosophy of the rule of least action: don't redo something if someone has already done it. Unless you want to learn how it was done or if you have time to waste. Quote:Newbie is growing horribly frustrated. He had heard in college that So true, I find the NIH complex description to be on point. There's a lot of that, always has been a lot of that. Quote:People from outside the Unix world (especially non-technical people) I think that this mentality is slowly changing in many parts of the world. Quote:They may lack polish and have documentation that assumes much, but the We're here to fill the docs! I agree that the community around a software or framework/library, users and devs is what shows its alive. On the "where to look": these days there's github, gitlab and blogs, and things are easily found on search engines, it's booming. |
|||