Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Reading To Learn Tech?

Reading To Learn Tech?

Scheduled Pinned Locked Moved The Lounge
tutorialcomsecurityhelpquestion
34 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R raddevus

    I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

    A Offline
    A Offline
    Amarnath S
    wrote on last edited by
    #9

    I'd expect a 'Hello MAC World' program at least within three chapters which gives all instructions from scratch. Otherwise beginners will get switched off.

    R 1 Reply Last reply
    0
    • G Gary Wheeler

      For me, this happens for one of two reasons. First, I didn't pay enough attention to the early material, so that when the author uses it later I get lost. I go back, read the early stuff again, and the newer material starts to make sense. Second, the author forgot the most important rule in writing: consider your audience. They take small, easy steps in the beginning. Once that part's done, they think they can change over to much bigger steps, having forgotten that their reader might still be learning the material and needs smaller steps.

      Software Zen: delete this;

      R Offline
      R Offline
      raddevus
      wrote on last edited by
      #10

      I am often guilty of your first point, but your 2nd point is definitely the one I’m talking about running into very often. :thumbsup::thumbsup:

      G 1 Reply Last reply
      0
      • A Amarnath S

        I'd expect a 'Hello MAC World' program at least within three chapters which gives all instructions from scratch. Otherwise beginners will get switched off.

        R Offline
        R Offline
        raddevus
        wrote on last edited by
        #11

        Yep that’s exactly what I was thinking. The sample almost got me there but not quite. I will def take time & get it working just wanted to see it running real fast to feel some success.

        1 Reply Last reply
        0
        • R raddevus

          I am often guilty of your first point, but your 2nd point is definitely the one I’m talking about running into very often. :thumbsup::thumbsup:

          G Offline
          G Offline
          Gary Wheeler
          wrote on last edited by
          #12

          That's the primary reason why I no longer buy tech books very often. The writing is really poor.

          Software Zen: delete this;

          R 1 Reply Last reply
          0
          • G Gary Wheeler

            That's the primary reason why I no longer buy tech books very often. The writing is really poor.

            Software Zen: delete this;

            R Offline
            R Offline
            raddevus
            wrote on last edited by
            #13

            There are a couple of publishers (O’Reilly, Manning, No Starch) who still (actually) edit most of their materials but problems still leak through.

            G 1 Reply Last reply
            0
            • R raddevus

              There are a couple of publishers (O’Reilly, Manning, No Starch) who still (actually) edit most of their materials but problems still leak through.

              G Offline
              G Offline
              Gary Wheeler
              wrote on last edited by
              #14

              I do like the O'Reilly quick references. They're brief and give you the basic information without fluff and a lot of worthless screen captures.

              Software Zen: delete this;

              1 Reply Last reply
              0
              • R raddevus

                I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                E Offline
                E Offline
                englebart
                wrote on last edited by
                #15

                I am with you on the crates/imports. Maybe “add them at the bottom of the examples as comments” would be a good publishing guideline for all code samples. ? They are kind of noisy at the top

                1 Reply Last reply
                0
                • R raddevus

                  I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #16

                  Upvoted. Anything that I don't know is rumor and noise. I need everything.

                  Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                  1 Reply Last reply
                  0
                  • R raddevus

                    I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                    R Offline
                    R Offline
                    rnbergren
                    wrote on last edited by
                    #17

                    I have been using linkedin learning (formerly lynda) It has a combination of videos/text etc... Usually they consider everything but not always. Like you I need everything. I find I learn best if I have all of the following Examples!!! Good real world examples Listing of requirements to get them working (the thing it seems you are missing) Someone talking me thru steps 1.2.3.4.5. opps 4 again (I am slow I need everything) Someone having written out those steps 1.2.3.45 opps did 5 too fast again. What was 4? Again Examples to review. again because mine still isn't working (I am slow I need everything) If any of the above is missing. I am not sure I am going to learn that. ymmv

                    To err is human to really elephant it up you need a computer

                    R 1 Reply Last reply
                    0
                    • R rnbergren

                      I have been using linkedin learning (formerly lynda) It has a combination of videos/text etc... Usually they consider everything but not always. Like you I need everything. I find I learn best if I have all of the following Examples!!! Good real world examples Listing of requirements to get them working (the thing it seems you are missing) Someone talking me thru steps 1.2.3.4.5. opps 4 again (I am slow I need everything) Someone having written out those steps 1.2.3.45 opps did 5 too fast again. What was 4? Again Examples to review. again because mine still isn't working (I am slow I need everything) If any of the above is missing. I am not sure I am going to learn that. ymmv

                      To err is human to really elephant it up you need a computer

                      R Offline
                      R Offline
                      raddevus
                      wrote on last edited by
                      #18

                      Thanks for sharing that. I feel like I'm the only one who gets stuck sometimes. At work, any time I mention any problem everyone be like, "Oh no, we've never seen that. It must just be you." Yes, it's just me. Then I search & there is StackOverflow answer with 1 million upvotes :laugh:

                      1 Reply Last reply
                      0
                      • R raddevus

                        I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                        C Offline
                        C Offline
                        CPallini
                        wrote on last edited by
                        #19

                        I feel your pain. There are far too many books like the one you are reading.

                        "In testa che avete, Signor di Ceprano?" -- Rigoletto

                        1 Reply Last reply
                        0
                        • R raddevus

                          I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                          M Offline
                          M Offline
                          markchagers
                          wrote on last edited by
                          #20

                          Related: how, when you try to follow an online tutorial and the first steps go well, and then some weird error suddenly pops up and blocks all progress.

                          J R 2 Replies Last reply
                          0
                          • R raddevus

                            I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                            J Offline
                            J Offline
                            jochance
                            wrote on last edited by
                            #21

                            Many languages seem to have raced to having the simplest/shortest example of Hello World by tucking away or automating a bunch of the plumbing that makes the sausage. You find tons of example code out there lacking usings, imports, and other bits similar to your example. Some of those only put the man behind a curtain because if you were to reveal him it would suddenly become an overwhelming amount of worm cans and rabbit holes. Still, I can't help but shake my head at it sometimes. I wouldn't want to be a rookie right now. Too many curtains hiding central figures and too many 'black boxes'. Many of them, you would not even know they exist which is sort of the first step to ever even being able to want to go looking for them in order to understand more. Mostly, those curtains/boxes, they are not totally bad things. Productivity is great and those things that tend to be "ok as default" or "*most* always handle themselves"... it's nice not to worry about or even see them. The problem comes when you really want to know every detail, but you can't even be sure you do. Unknowable unknowns.

                            R 1 Reply Last reply
                            0
                            • M markchagers

                              Related: how, when you try to follow an online tutorial and the first steps go well, and then some weird error suddenly pops up and blocks all progress.

                              J Offline
                              J Offline
                              jochance
                              wrote on last edited by
                              #22

                              In a sense, maybe relish it. Be persistent and figure it out. You'll learn things the example wasn't ever going to otherwise teach you. Many folks learned to do this before StackOverflow (or even Google) existed. Different people have the different modes of doing their best learning. I think that it is inherent to the craft that learning to dig is maybe, in essence, learning to do. That said, hiding all the shovels is understandable but disconcerting. OTOH, rooms full of shovels are almost as bad and maybe worse.

                              C 1 Reply Last reply
                              0
                              • M markchagers

                                Related: how, when you try to follow an online tutorial and the first steps go well, and then some weird error suddenly pops up and blocks all progress.

                                R Offline
                                R Offline
                                raddevus
                                wrote on last edited by
                                #23

                                Yep, that's exactly what I'm talking about. You invest this initial time then you're just stuck. really frustrating & annoying.

                                1 Reply Last reply
                                0
                                • J jochance

                                  Many languages seem to have raced to having the simplest/shortest example of Hello World by tucking away or automating a bunch of the plumbing that makes the sausage. You find tons of example code out there lacking usings, imports, and other bits similar to your example. Some of those only put the man behind a curtain because if you were to reveal him it would suddenly become an overwhelming amount of worm cans and rabbit holes. Still, I can't help but shake my head at it sometimes. I wouldn't want to be a rookie right now. Too many curtains hiding central figures and too many 'black boxes'. Many of them, you would not even know they exist which is sort of the first step to ever even being able to want to go looking for them in order to understand more. Mostly, those curtains/boxes, they are not totally bad things. Productivity is great and those things that tend to be "ok as default" or "*most* always handle themselves"... it's nice not to worry about or even see them. The problem comes when you really want to know every detail, but you can't even be sure you do. Unknowable unknowns.

                                  R Offline
                                  R Offline
                                  raddevus
                                  wrote on last edited by
                                  #24

                                  That is a great post & exactly the type of thing I'm talking about -- all those things the authors leave out which are actually critical to understanding.

                                  1 Reply Last reply
                                  0
                                  • R raddevus

                                    I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                                    S Offline
                                    S Offline
                                    sasadler
                                    wrote on last edited by
                                    #25

                                    Yep, been there. I think during my career (now over!) there's only been 3 books that I really worked through: 1) Z-80 Microcomputer Handbook (published in 1978, when I built my first computer). 2) Starting Forth 3) Understanding Digital Signal Processing All the other tech books I've purchased just provided bits and pieces, basically just filling in specific blanks.

                                    R 1 Reply Last reply
                                    0
                                    • R raddevus

                                      I'm reading a book right now (Real-World Cryptography - Manning Publisher[^]). In chapter 3 it provided a code example of how to generate a MAC (Message Authentication Code) using Rust. It didn't give the crates (import libraries) that were required. :| (I'm slow, I need everything.) Also, the example was two functions for generating and then reading the MAC but there was no example of the input (I'm slow, I need everything). Which brings me to my point. Do you notice that books get you so far into a subject (about 1 - 3 chapters) and then they get so far out there that you cannot move on further? You're just stuck. The author has left me behind. (I'm slow, I need everything.) So I have a lot of books that I read first 3 chapters & then fall into oblivion. (I'm slow, I need everything.) Well, that is my experience. Does that happen to you?

                                      T Offline
                                      T Offline
                                      thewazz
                                      wrote on last edited by
                                      #26

                                      Same with a lot of videos.

                                      1 Reply Last reply
                                      0
                                      • S sasadler

                                        Yep, been there. I think during my career (now over!) there's only been 3 books that I really worked through: 1) Z-80 Microcomputer Handbook (published in 1978, when I built my first computer). 2) Starting Forth 3) Understanding Digital Signal Processing All the other tech books I've purchased just provided bits and pieces, basically just filling in specific blanks.

                                        R Offline
                                        R Offline
                                        raddevus
                                        wrote on last edited by
                                        #27

                                        My knock-down, number-one, all-time stranded-on-a-dessert-island favorite book is... Programming Windows 3.1 [^] by Charles Petzold (only $99 right now at amazon :laugh: ) It was a complete and thorough software development training guide. I wonder if "kids these days" would even read a tome like that?? Now all they want is "what's the javascript that makes this do that?" :laugh:

                                        S 1 Reply Last reply
                                        0
                                        • R raddevus

                                          My knock-down, number-one, all-time stranded-on-a-dessert-island favorite book is... Programming Windows 3.1 [^] by Charles Petzold (only $99 right now at amazon :laugh: ) It was a complete and thorough software development training guide. I wonder if "kids these days" would even read a tome like that?? Now all they want is "what's the javascript that makes this do that?" :laugh:

                                          S Offline
                                          S Offline
                                          sasadler
                                          wrote on last edited by
                                          #28

                                          I was deep into embedded programming by the time the Petzold book came out so I only did a little bit of it. It was a good book, but not real relevant to what I was programming for. On the Windows side I mostly did RAD (VB, Delphi, C++ Builder) programs for test equipment.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups