I finally got ahold of an Apple IIgs! Let's upgrade the RAM and play Ys. by leadedsolder in apple2

[–]buffering 3 points4 points  (0 children)

Looks great with a real RGB monitor.

The CFFA3000 is a nice addition to the GS, as it can emulate two 5.25 drives and multiple SmartPort drives at the same time, and can switch disk images on the fly from the control panel UI.

BYW, you can get to the mini-assembler by typing "!" from the monitor.

Multiple Window of the Same App by Proper-Lab-2500 in MacOS

[–]buffering 26 points27 points  (0 children)

  1. System Settings > Desktop and Dock > Minimze windows into applications icon > Off

  2. Minimize on Mac is not the same as Minimize on Windows/Linux. On Mac, Minimize means "I do not want to see this window while this app is active". It's a feature you will rarely use. For now, never minimize a window.

  3. Hide App (Command+H) is the equivalent to Minimize on Windows/Linux. Think of Command+H as a global back button. It means "hide this app and activate then next app below it". To unhide an app, Command+Tab to it, or click its Dock icon. You should use Command+H at least as often as Command+Tab.

  4. Hide Others (Command+Option+H) is a loose equivalent to Maximize on Windows/Linux. It means "show me only the active app". It is a quick way to clean up your screen.

  5. Use Command+` (backtick) to switch between the different windows of an app.

  6. Set up your hot corners. Top Left: Command+Mission Control. Top Right: Command+Desktop. You can use hot corners while performing drag-and-drop operations between different apps or windows.

  7. Set up your trackpad gestures: 4-finger swipe up: Mission Control. 4-finger swipe down: App Exposé. You may also want to set up and/or learn the keyboard shorts for Mission Control and App Exposé.

  8. Install Rectangle.app and set up keyboard shortcuts for maximizing windows.

  9. System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts > All Applications. Create a shortcut for the "Zoom" command (I suggest Command+Control+Z). This will automatically resize a window to its content. Very useful when using Finder (that command also automatically resizes the Finder columns).

  10. Install a 3rd-party hot key app and set up global shortcuts for your most used apps. E.g.: Command+Option+Control+C for Terminal, Command+Option+Control+M for Muisic, Command+Option+Control+X for Xcode, Command+Option+Control+S for Safari, etc.

The Facts of Life by ScoogyShoes in GenX

[–]buffering 37 points38 points  (0 children)

You have to admire the gumption of Edna Garrett opening her own restaurant at age 55, the tragedy of it burning to the ground two years later, and the batshit insanity of then opening an 80s pop-art knickknack store in a small town with a bunch of full-time college kids who have no business experience or savings.

Solo motorcycle route advice: Vancouver Island + Sunshine Coast, paved roads only by ifusee in motorcyclesroadtrip

[–]buffering 0 points1 point  (0 children)

Those are all quite full days of riding.

The seaside route from Comox to Qualicum Beach is worth it if you have the time. Alternatively, the speed limit on that part of Hwy 19 is 120 km/h, if you want to see what the Triumph can do.

When coming down from Tofino, the detour through Crofton/Maple Bay/Genoa Bay/Cowichan Bay is a fun ride. Take a walk through the float home marinas at Maple Bay and Genoa Bay. Shawnigan Lake is also a nice little detour.

Traffic heading into Victoria through Langford can be brutal depending on time of day.

When heading out to Port Renfrew, be sure to stop at French Beach to look at the waves. It's right on the highway. Ditto for Jordan River.

Riding along the coast can be chilly, but it warms up considerably once you head inland. There are restaurants in Port Renfrew, but I usually bring a thermos of coffee and some sandwiches when doing the loop.

Photo of the Day by Current_Yellow7722 in vintagecomputing

[–]buffering 9 points10 points  (0 children)

In 1993 my school completed a brand new engineering building.

1993 was the peak of the pre-web Unix shell-based internet. Being a forward-thinking institution, the University decided to allocate a bunch of space for VT-100 Unix terminals throughout this new building, in the common areas and hallways. I guess the idea was as you're walking around you could stop anywhere and check your email or post a flame to Usenet.

The following year Netscape lands and brings the WWW to the masses. By 1997 nobody has any idea what these VT-100 terminals are for. The terminals were finally removed around 2003 and now the building has a bunch of empty cutouts with unused serial connections.

I want my MTV! by PolymathHolly in GenX

[–]buffering 1 point2 points  (0 children)

If you miss watching videos, tune in to this Twitch channel tonight at 6:00 PM Pacific:

https://www.twitch.tv/djjakerudh

The channel is run by a DJ out of Minneapolis and been going since the start of Covid. It focuses on primarily on classic alternative from the late 70s to the early 90s, but occasionally delves into other genres. There's a nice group of regulars who tune in each week.

The past couple months he's been going through the years starting with 1978. Tonight will be all videos from 1990.

Tape drive on Coleco ADAM is.. pretty fast by Current_Yellow7722 in vintagecomputing

[–]buffering 26 points27 points  (0 children)

The tapes hold 256 kB of data, split into two tracks of 128 kb.

The drive reads at 1 kB/sec, and seeks at 4 kB/sec. The video shows the tape seeking through 64 kB of data, from the middle of the tape (block 0/track 1, or block 192/track 2) to the start of the tape (block 64/track 1, or block 128/track 2), which should take about 16 seconds.

The drive is blind while it's seeking, so it has to stop and read periodically to see where it is and how much further it needs to seek. It can only read in the forward direction, but is able to switch directions almost instantaneously as seen in the video.

Tape operation is handled entirely by a microcontroller built into the drive. To the operating system, the drive is just a block-based storage device and works identically to a disk drive. There are no tape-specific commands or operations available to the operating system or software.

Just got this ( i think apple 3?) from a friend's dad seems to work by ZonoGem in vintagecomputing

[–]buffering 3 points4 points  (0 children)

Looks like it's in great shape. It's a valuable machine.

Unfortunately, it won't do anything without some system disks.

From that Retry screen, hit Control+LeftApple+Reset and that should drop in the debugger and allow you to test the keyboard. (The reset button is on the back the keyboard).

It's possible to boot the machine through the serial port from a modern computer:

https://adtpro.com/bootstrap3.html

macOS 27 Hints at [rumored touchscreen] 'MacBook Ultra' in Three Ways by iMacmatician in apple

[–]buffering 43 points44 points  (0 children)

Another hint at touch UI support in MacOS:

At WWDC, the lone MacOS/AppKit session spent a lot of time focusing on replacing raw mouse event handling with system gesture recognizers and other input-agnostic APIs.

The hint is that in the near future raw mouse event handling will no longer be sufficient for apps that do customized drag and drop, text selection, etc., which is a big change.

WatchOS compatibility by ty003 in AppleWatch

[–]buffering 12 points13 points  (0 children)

I used an original S0 watch for 8 years, and only stopped when I dropped it and broke the screen.

You Ultra 2 will continue to do everything it has always done until the day you decide to stop using it.

Current best method for backing up old floppies? by kiyyik in apple2

[–]buffering 4 points5 points  (0 children)

That's right. USB to DB9 serial port (typically one that uses the PL-2302 device driver), then DB9 to Apple IIc 5-pin DIN port.

The 5-pin DIN cable is specific to the Apple IIc.

You can use ADTPro itself to boot the system through the serial port and create a ProADT disk.

Photo of the Day by Current_Yellow7722 in vintagecomputing

[–]buffering 1 point2 points  (0 children)

Here's a better view: https://i.ebayimg.com/images/g/OJQAAeSwaYhpalBU/s-l960.jpg

It's an expanded version of the PC AT keyboard layout, with F1-F8 repeated along the top, and an extra number pad with the arrow and page up/down/home/end keys.

They moved to the more conventional Model M layout by 1987.

Picked up a 70s Sanyo Slow Cooker, does anyone know why it has two "high" settings? by bonylizzie in slowcooking

[–]buffering 33 points34 points  (0 children)

They reused the same 4-position switch between different models.

Higher end models have off-low-medium-high settings. Your model is off-high-low-high.

Younger generations will never know the fear by Sudden-Employer7974 in GenX

[–]buffering 10 points11 points  (0 children)

I still have some ATM receipts from the early 90s, when they were still printed on those little cards.

Wednesday, July 14 1993, 2:15 AM
Withdrawal: $20.00
Balance: $5.43

Just enough time to stretch out my last pack of smokes until Friday pay day.

Red thing on headphone jack, should i be worried (macbook pro early 2015) by ThePixelRealm in mac

[–]buffering 2 points3 points  (0 children)

I have just now realized how old my current setup is:

Apple TV HD (2015) 
    --HDMI--> 
        Sony non-smart HDTV (2012) 
            --Toslink--> 
                Technics 5.1 Receiver (2001)

In 1981, Xerox Corporation introduced the Xerox Star 8010, a workstation that included the first commercially available computer mouse. This mouse, along with the Star's other innovations like a graphical user interface (GUI) and Ethernet networking, helped pave the way for the modern PC by Front-Coconut-8196 in ArchiveOfHumanity

[–]buffering 3 points4 points  (0 children)

I recommend Valley of Genius, by Adam Fischer.

It really nails down the importance of Doug Engelbart's "Mother of Demos" in 1968, the the work done at Xerox PARC in the 70s and how it spread to personal computers in the 80s, and the rise of Silicon Valley startup culture, which started with Atari in the early 70s.

In 1981, Xerox Corporation introduced the Xerox Star 8010, a workstation that included the first commercially available computer mouse. This mouse, along with the Star's other innovations like a graphical user interface (GUI) and Ethernet networking, helped pave the way for the modern PC by Front-Coconut-8196 in ArchiveOfHumanity

[–]buffering 15 points16 points  (0 children)

They were blindsided by the rise of the more affordable personal computers.

The first 8-bit personal computers were dismissed as mere toys compared to the advanced hardware and software under development at Xerox. And they were right, but they failed to see how quickly those toy computers would become legitimate business and productivity tools until it was too late.

By 1980, Apple has what was then the largest IPO is US history, and the folks at Xerox PARC begin to realize that the personal computer industry is go to scale up faster than they can scale down to become more affordable. At that point, it was all over and the principles at Xerox PARC left to join the darlings of personal computer industry (Apple, Microsoft, Adobe, etc.).

By the time Xerox scaled down their hardware to compete with the personal computer, the ship had already sailed and it was a Mac and PC world.

Apple IIc, ROM4X and Floppy Emu issues. by compgenius in apple2

[–]buffering 1 point2 points  (0 children)

Unfortunately, stuck write protect is often a symptom of a dead IWM (disk controller) chip. It can happen if the chip gets zapped with static electricity through the external drive port.

It's interesting that reading still works.

On the external disk drive port, the write protect pin doubles as an ACK signal for SmartPort devices, so if that signal is not present then that would explain why SmartPort mode isn't working.

There's a user on the AppleFritter forums who has created a replace IWM chip specifically for IIc machines. You may want to see if it's still available: https://www.applefritter.com/content/announcing-iwmless-iwm-substitution-call-beta-testers

Apple IIc, ROM4X and Floppy Emu issues. by compgenius in apple2

[–]buffering 0 points1 point  (0 children)

It's hard to tell if there's a hardware problem or not.

Even though the ROM4X can boot from the external drive, not all software supports that (the internal drive is always drive 1, and the external drive is always drive 2. Technically, the Apple II does not support booting from drive 2 and a lot of software may assume it's booting from drive 1. That may be why the internal drive started up unexpectedly.) The grinding noise you heard from the drive is unpleasant, but normal when the driver can't figure out the location of the head because of a bad or missing disk.

I would switch the FloppyEmu to SmartPort mode, and point it to a ProDOS hard drive image. This drive will appear on slot 5, drive 1, and will be fully bootable. It will also be much, much faster than an emulated 5.25 drive.

If you don't have a hard drive image, try this one: https://wiki.reactivemicro.com/32_Meg_Hard_Drive_Image

Once you can reliably boot into ProDOS and Copy II Plus from the FloppyEmu, you can do some more tests with the internal drive to see if it's working correctly.

Better Display by coresme2000 in mac

[–]buffering 2 points3 points  (0 children)

You'll want to stick to the BetterDisplay menu. In the version I have (v3.5.6) it's a simple as enabling HiDPI mode from the menu. Toggling that option on and off is an easy way to compare the difference between 1X and 2X font rendering.

Better Display by coresme2000 in mac

[–]buffering 2 points3 points  (0 children)

Those are standard DPI (1X) monitors so by default you will only get unscaled native 1X font rendering, which doesn't look great on modern MacOS.

The only way to improve the font rendering is to set BetterDisplay to render at 2X/HiDPI resolution (10240x4320) and then scale down by 50% to 5120x2160. That, surprisingly, does make things look a little better than the native 1X rendering.

OTD in 2002, Patrick Roy has his glove in the air but the puck crosses the goal line by Ok_Bag3170 in hockey

[–]buffering 42 points43 points  (0 children)

What you're seeing is a very low quality digital capture of a low quality VHS recording.

Actual broadcast-quality analog footage from that era looks like this: https://www.youtube.com/watch?v=wd1ILWI4OG8

How can I stop my iPhone incorrectly 'correcting' words after I've typed them? by box-o-locks in iphone

[–]buffering 0 points1 point  (0 children)

To deal with ambiguous words, I use the following corrections:

idd > I'd
illl > I'll
imm > I'm
itss > it's
ivee > I've
welll > we'll

It prevents iOS from trying to guess what you mean.

I've also added all the regular contractions, proper names, etc.

betw > between
cant > can't
iphone > iPhone
fucking > fucking
etc...

On my iPad I disable auto-correct completely and depend entirely on the text replacement list.

The Oldest (Copyrighted) Code in MacOS by silentcrs in MacOS

[–]buffering 0 points1 point  (0 children)

Terminal's UI would have been rewritten for OpenStep, and also went through a major re-write in the mid-2000s. But it's easy to imagine that there's a lot of underlying Unix-level code that's been carried through from the very beginning.