HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atribecalledqst

no profile record

comments

atribecalledqst
·2 месяца назад·discuss
Thank you! I knew that existed, but now that I read the synopsis I'm thinking that the C++20/23 material makes sense in this "tour" book... the C++11 (and earlier) material in The C++ Programming Language is like the basis for the language, and everything that came after is more advanced in usage. I guess.

Anyway, maybe all obvious observations but thank you nonetheless
atribecalledqst
·2 месяца назад·discuss
In college we had Mojo for downloading tracks out of other people's iTunes, for a precious little amount of time (maybe just a year or year and a half before they released an update that killed the actual filesharing). It was always fun finding hidden gems in people's libraries - learned about some of my favorite artists that way.
atribecalledqst
·2 месяца назад·discuss
I've cracked into quite a few programming books over the years and it's pretty crazy how much of an advantage it's given me. I'm a lowly systems engineer, not even a real programmer, but I definitely understand networking better than the majority of programmers at my company because I read Stevens' TCP/IP Illustrated 10 years back. (and I read the OLD version from the 90s that was already dated when I read it!) And then I read UNIX Network Programming to help understand all the different sockets APIs and that's paid dividends too, because I get our network programming code better than most of my coworkers too.

Then there was that one time I was self-studying computer architecture (Computer Systems: A Programmer's Perspective) and was able to turn what I learned around and hack our binary code at a customer site because I wasn't in an environment where I could compile our code... and then years later, when I wanted to analyze the ROM of a 90s electronic device with a much simpler instruction set than x86, I wasn't afraid to crack open the thing in Ghidra

Let's see, what else have I read that's paid dividends over the years:

- Modern Operating Systems (Tannenbaum)

- Learning Python (Lutz)

- JavaScript - The Definitive Guide (Flanagan)

- Programming PHP (Tatroe)

- Learning Web Design (Robbins)

- Algorithms (Sedgewick)

- A book I read whose name escapes me now, about technologies like RS-282/RS-484 and serial communications in general

- (I could probably put down Cuckoo's Egg too as an "inspiration" for me ultimately getting interested in computers and networking, and I bet that's not too uncommon a story)

It's probably a sign of my age (mid 30s for reference), but when I'm curious about something and want to learn it really deeply - I look for a good book on the topic. (although I'm willing to admit that maybe this process hinders me in some ways, because it means I sometimes spend more time studying than I actually do working with a thing - I have spent a LOT more time reading about circuits than building them - but I like studying so I'm happy either way)
atribecalledqst
·2 месяца назад·discuss
I still find myself hoping (probably futilely) that Bjarne Stroustrop will come out with a new edition of The C++ Programming Language, to help me understand all the features that have been added to it since C++14...
atribecalledqst
·2 года назад·discuss
> (also, the values for "met online" on that graph seem to be small but non-zero in the 1980s! I'd like to hear the stories of some of those couples...)

IIRC Jason Scott's BBS documentary mentions this a bit. There's a couple that shows up a number of times that met on a BBS.
atribecalledqst
·2 года назад·discuss
The lab course is getting harder to run since the parts in the BOM on the author website are being end-of-life'd. I ran into this when I started trying to run it as a self-study project a while ago. It wasn't always clear what parts you could use to replace them either...

Also, the BOM itself doesn't have everything used in the course, so I sometimes found I needed to order something I hadn't anticipated needing. (the frustration with this ultimately caused me to drop it, maybe half-ish of the way through)

This doesn't really negate your point, the lab course certainly still exists, I'm just not sure how amenable it is to run through as a self-study hobbyist.