Apple announces iPhone 17, iPhone Air
Quote from: wmlive on Today at 08:00 PMBrowsing through web.archive.org/web/20171103135832/http://download.unirc.eu/OpenStep/ reveals a huge treasure trove of general interest.
But how to recursively download the whole thing from the Internet Archive's Wayback Machine?
Here is a working solution: github.com/StrawberryMaster/wayback-machine-downloader.
Quote from: ptek on Today at 04:05 AMFound this website http://web.archive.org/web/20171103135832/http://download.unirc.eu/OpenStep/Soft/misc/NEXTTOYOU/97.1-Fruehjahr/APPSTOYOU/ which was mentioned on [...]Browsing through web.archive.org/web/20171103135832/http://download.unirc.eu/OpenStep/ reveals a huge treasure trove of general interest.
gem install wayback_machine_downloader_straw
(as described in the README).2e800000: aaaaaa0a
2e800004: aaaaaa0a
2e800008: aaaaaa0a
2e80000c: aaaaaa0a
2e800010: aaaaaa0a
2e800014: aaaaaa0a
2e800018: aaaaaa0a
2e80001c: aaaaaa0a
...
2e800000: 00000001
2e800004: 00000102
2e800008: 00000203
2e80000c: 00000304
2e800010: 00000405
2e800014: 00000506
2e800018: 00000607
2e80001c: 00000708
2e800020: 00000809
2e800024: 0000090a
2e800028: 00000a0b
2e80002c: 00000b0c
2e800030: 00000c0d
2e800034: 00000d0e
2e800038: 00000e0f
2e80003c: 00000f00
2e800040: 00001001
2e800044: 00001102
2e800048: 00001203
2e80004c: 00001304
...
2e800000: 55555500
2e800004: 55555500
2e800008: 55555500
2e80000c: 55555500
2e800010: 55555500
2e800014: 55555500
2e800018: 55555500
2e80001c: 55555500
...
NeXT>e 2e800000
2e800000: 55555500? ffffffff
2e800004: 55555500? .
NeXT>e 2e800000
2e800000: ffffffff? .
Quote from: andreas_g on Sep 25, 2025, 05:11 PMI just had a closer look but unfortunately I cannot link the error message to a certain hardware failure. I think it means that one or all VRAM modules are bad. But it also might be something else.
Out of interest I tested how much RAM is necessary to run an ND board. It works with a minimum of 4 MB RAM (not to confuse with the 4 MB of VRAM on the board).
Quote from: jeffburg on Sep 26, 2025, 05:30 AMI am not sure if it was in Rhapsody or not.
Quote from: /NextLibrary/Documentation/NextDev/ReleaseNotes/AppKit.htmlNSBezierPath and NSAffineTransform
These two classes help provide a more complete abstraction in the Application Kit framework layer for graphics operations. NSBezierPath enables standard operations with lines, user-defined paths, and arrays of glyphs, such as stroking, filling, and clipping. It also provides simple bounds computation and hit detection methods. NSAffineTransform provides an abstraction for the graphics transformation matrix.
Quote from: ptek on Sep 26, 2025, 02:55 AMInteresting, is NSBezierPath() a commonly used function on OSX? I wonder if that function is in Rhapsody DR2?