I'm tempted to print them for those moments when the internet is down and I still need to access SO.
Programming Notes for Professionals books
21–30 of 65 posts
Re: Programming Notes for Professionals books
#22Re: Programming Notes for Professionals books
#23https://stackoverflow.com/questions/2170528/writing-hello-wo...
https://stackoverflow.com/questions/1541682/lisp-script-to-p...
https://stackoverflow.com/questions/2264286/generating-a-qui...
While books are great, something more interesting would be a little app window in your editor, where you could type (or ask Cortana, Siri, Google) “How do I declare a set”, “parse csv“, “open file for writing”, etc., and you would see small examples. The language is known by the editor so no need to include it in the query.
So, for instance, if I wanted to write an F# program, which I don’t know, I could learn it on the fly.
StackOverFlow has the database of knowledge by now. Now, how to get your exact answer, faster?
“Siri, how do I round the corners of a view in iOS?”
Re: Programming Notes for Professionals books
#24I'm tempted to print them for those moments when the internet is down and I still need to access SO.
Why do you need to kill trees just because the internet is down?
Re: Programming Notes for Professionals books
#25Re: Programming Notes for Professionals books
#26What an amazing initiative — not least because they're providing something consumable for offline. Does anyone have any knowledge on the quality of this material? I'd love to dive into quite a few of them where I have surface-knowledge...
Some specific things I noticed in the BASH book: it says this about cp:
> -a … Combines the d, p and r options
But it doesn't show what -r means.
It could benefit from better discussion of using if without brackets with [] and with [[]]-It discusses them, but I wish it gave better insight on when to use them.
All in all, very handy reference material and I will be grabbing a few more to have on hand.
Re: Programming Notes for Professionals books
#27Very interesting. Well-written by machines.
Re: Programming Notes for Professionals books
#28What an amazing initiative — not least because they're providing something consumable for offline. Does anyone have any knowledge on the quality of this material? I'd love to dive into quite a few of them where I have surface-knowledge...
Looking through some of the examples for the languages I know well enough to judge, these seem to be good quality. As a simple case in point, for how to open a file in Python they only show using a context manager. Even though you can easily read files without that, it is the better, safer, perhaps slightly-more-intermediate-level option and also makes a person more familiar with context managers in general. So it is nice to see best practices presented as the defaults.
Re: Programming Notes for Professionals books
#29I'm tempted to print them for those moments when the internet is down and I still need to access SO.
You can also download a "tag" from stackoverflow which is very useful.
I know there is now alternatives for several operative systems using the same docsets [2].
I can't recommend this app enough, it is worth every penny.
[2]: https://blog.kapeli.com/dash-for-ios-android-windows-or-linu...
Re: Programming Notes for Professionals books
#30I'm tempted to print them for those moments when the internet is down and I still need to access SO.
I use a tool called "Dash.app" for Mac from Kapeli [1] (I've no affiliation with them). It allows me to download the documentation for a lot of development tools for offline consumption, these docs are called "Docsets", just to give you an idea of how many docsets it has check this link [3]. It makes also very easy to navigate and search. You can also download a "tag" from stackoverflow which is very useful. I know t…
[3]: https://devdocs.io/