Are kids these days actually able to grasp things like this? I don't have kids and am never around them, so please take this question as genuine and in good faith.
Not sure about kids, but I've seen university students that literally did not know how to use a non iOS computing device. Colleagues had to start explaining what a file is, a folder, etc etc, in their courses. Honestly I don't find that too bad. My guess is that computers will go the same way cars did: Most people will only know the very basics that are needed to operate the thing. Any deeper knowledge will be left t…
The Unix Pipe Card Game
31–40 of 46 posts
Re: The Unix Pipe Card Game
#32Earlier quoted context omitted.
The first class of my CS degree was "How to use Microsoft Word" and some of the other students had a really, really hard time figuring this out. Including the guy next to me who kept telling me he had a job lined up already to write software for nuclear reactors in Pascal.
There was a post on HN some time ago about a candidate for a senior IT role, who wrote code in MS Word. I can't find it right now. Maybe I should try Bing search
A customer of mine got bitten on a preproduction server because of a copy and paste from some blog, where ASCII " were converted to Unicode (slanted) "
Re: The Unix Pipe Card Game
#33$19 shipping (Canada) is a little outrageous anybody in Greater Vancouver wanna do a bulk order w me?
Re: The Unix Pipe Card Game
#34Re: The Unix Pipe Card Game
#35I make those decks ( https://punkx.org/ ) to help me teach my daughter, and so far they seem very effective, especially the unix pipes one and the 4917 machine code https://punkx.org/4917/ and the pointers deck https://punkx.org/c-pointer-game/ , from the python deck I use only 10 cards or so btw, you might also like https://punkx.org/overflow/ which is a buffer overflow riscv assembly board game, or depending on you…
What age and how much terminal familiarity did you start playing?
Re: The Unix Pipe Card Game
#36$19 shipping (Canada) is a little outrageous anybody in Greater Vancouver wanna do a bulk order w me?
Re: The Unix Pipe Card Game
#37Re: The Unix Pipe Card Game
#38Re: The Unix Pipe Card Game
#39Earlier quoted context omitted.
> what a file is What is a file, what is a program, how programs run and how programs communicate, is not understood by most people (including most CS students). > Honestly I don't find that too bad. I understand what you mean, it is the same with most technology, users just use it, as your example of cars, or even furniture, or forks and spoons, or language, I am not even sure it is related to complexity. But I disa…
The first class of my CS degree was "How to use Microsoft Word" and some of the other students had a really, really hard time figuring this out. Including the guy next to me who kept telling me he had a job lined up already to write software for nuclear reactors in Pascal.
Re: The Unix Pipe Card Game
#40Great until you play a minimal game with somebody who grew up on awk, perl, etc
Yea that's the fault of the scoring method (Count pipes). Character count would be better... either that or play within the spirit of the game and learn the tools for their intended purpose. I use a lot of awk/sed for quick one-time processing and I use a similar mental model for how I do most of my processing. Build a input stream, use sed to structure the data into records, use awk to process records, massage the o…
I always felt that way too. I don't do a ton of command line processing of stuff now, but got pretty proficient with them back in day specifically for a unix class in college. A lot of the seemingly simple command line tools have overlapping feature sets or can be coerced into doing extra stuff.