I remember when I was 6 and my dad brought home an Osbourne for me to play with. Just using CPM felt like dungeon diving to this weird world where you might find a loot in the form of a game or something.
I completely agree with this comment. I could have spent all day on my C64 without even having a game to play or knowing how to code beyond PRINT and GOTO. Hacking around on a computer back in the 80s made me feel like I was part of a secret club and that, at any moment, I was going to live out War Games or some such (especially once we had a modem). The possibilities seemed limitless!
Dungeons and Directories, an exploration game in your file explorer
51–60 of 67 posts
Re: Dungeons and Directories, an exploration game in your file explorer
#52Earlier quoted context omitted.
Well, that seems like the ideal candidate for a RAM drive, doesn't it?
Ramdisks are extremely slept on, there is a lot of stuff you can kludge with a ramdisk in a pinch. I had to do some video stream processing the other day and I didn't have time. So I just made a ramdisk and read/wrote jpegs at 30fps, yeah it's stupid as hell, but it worked when I needed it to and that's what matters.
Re: Dungeons and Directories, an exploration game in your file explorer
#53Earlier quoted context omitted.
I tried conveying the same to my teen children. It went over like a lead zeppelin.
so it IS only in our heads? on the other hand, nobody would read a manual these days anymore...
also, i didn't read manuals back then. i didn't know where they were. closest to a manual i had were Byte magazines
Re: Dungeons and Directories, an exploration game in your file explorer
#54Re: Dungeons and Directories, an exploration game in your file explorer
#55System 7 used to have a 99 level limit on nested folders. as bored teens, we'd do stupid things like nest folders to that 99 deep limit. in the bottom folder, create an apple script file that would force the user to okay/cancel a silly comment. "Click Okay/Accept If you agree dylan604 is the greatest" kind of stupid. Clicking cancel would do nothing, so that you had to click okay to continue. We'd then make this as a…
Re: Dungeons and Directories, an exploration game in your file explorer
#56There was a game "Virus: The Game" (1997) on PC which takes place in your file system.
Re: Dungeons and Directories, an exploration game in your file explorer
#57Been looking around for awhile so figured this would be a good place to ask.
Re: Dungeons and Directories, an exploration game in your file explorer
#58I remember when I was 6 and my dad brought home an Osbourne for me to play with. Just using CPM felt like dungeon diving to this weird world where you might find a loot in the form of a game or something.
When I got my first PC (a Linux Eee PC netbook), I remember opening an xterm and typing each letter of the alphabet, one at a time and hitting TAB-TAB to see all the commands that start with that letter. Not an efficient way to learn how to use bash, but it was exciting. The biggest hurdle for me was figuring out "how do I open a file?" I could cd around and ls, but what if I wanted to open a .doc in openoffice? Ther…
———
[0]: https://scriptingosx.com/2017/02/the-macos-open-command/
Re: Dungeons and Directories, an exploration game in your file explorer
#59Earlier quoted context omitted.
When I got my first PC (a Linux Eee PC netbook), I remember opening an xterm and typing each letter of the alphabet, one at a time and hitting TAB-TAB to see all the commands that start with that letter. Not an efficient way to learn how to use bash, but it was exciting. The biggest hurdle for me was figuring out "how do I open a file?" I could cd around and ls, but what if I wanted to open a .doc in openoffice? Ther…
A nice thing about Apple’s Terminal is the open [0] command. I miss that in Windows Powershell and would likely miss it in Linux as well. ——— [0]: https://scriptingosx.com/2017/02/the-macos-open-command/
Re: Dungeons and Directories, an exploration game in your file explorer
#60Earlier quoted context omitted.
I completely agree with this comment. I could have spent all day on my C64 without even having a game to play or knowing how to code beyond PRINT and GOTO. Hacking around on a computer back in the 80s made me feel like I was part of a secret club and that, at any moment, I was going to live out War Games or some such (especially once we had a modem). The possibilities seemed limitless!
One thing that modern computing has never been able to replicate is instant on. Literally press power button - thing is running. Nothing like having part of your memory address space mapped directly to ROM. No updates and no second chances!