Software Distribution By Vinyl 279
townxelliot writes "Beige Records is home to the intriguing 8-Bit Construction Set. Their record has the distinction of being "the first ever use of the vinyl recording medium for software distribution - the inside tracks are audio data which can be dubbed to cassette tape and booted in your respective atari or commodore 8-bit computers". Samples of their music ("entirely programmed in 6502 assembly language") are available for download."
does this mean (Score:5, Funny)
AOL (Score:3, Funny)
AOL will of course be the first and largest user of this new medium.
Re:does this mean (Score:2, Funny)
Re:does this mean (Score:2)
Increasing amount of data. (Score:4, Interesting)
Re:Increasing amount of data. (Score:3, Informative)
Re: 3 grooves (Score:2, Informative)
http://www.eeggs.com/items/2874.html [eeggs.com]
Re: 3 grooves (Score:3, Interesting)
Re:2 grooves? (Score:3)
Re:Increasing amount of data. (Score:3)
Try flipping the record over; you'll often find a second groove on the other side.
Re: (Score:3, Informative)
Re:Increasing amount of data. (Score:2, Informative)
Re:Increasing amount of data. (Score:2, Interesting)
I think the parent poster is right about the lighter grooves, both from a logical standpoint and by the fact that the video phonographs came in special plastic containers so that you were not able to touch the actual medium. If you did, the medium
Re:Increasing amount of data. (Score:2, Informative)
Re:Increasing amount of data. (Score:2)
Re:Increasing amount of data. (Score:3, Funny)
Re:Increasing amount of data. (Score:2)
One on Side A, one on Side B.
Ahhh the good old days.... (Score:5, Funny)
Some good decks could even reliably copy games in high speed dubbing mode.
Whoohoo!
Re:Ahhh the good old days.... (Score:5, Funny)
Re:Ahhh the good old days.... (Score:5, Funny)
Re:Pirating Over College Radio Waves (Score:3, Funny)
don't play it backwards (Score:5, Funny)
Data on vinyl done before (Score:5, Informative)
Video on Vinyl (Score:3, Interesting)
http://www.vinylvideo.com/
Was that a hoax or does it really work?
Re:Video on Vinyl (Score:3, Informative)
Well, it's possible in theory, there was a vinyl-based video system called SelectaVision / VideoDisc [cedmagic.com].
Though, the discs themselves used read mechanism that was very different from LPs, and also had far higher groove density than LPs; if you store analog video on LPs, you probably get either a very short video or a very bad resolution.
John Logie Baird (Score:5, Interesting)
See http://www.answers.com/topic/john-logie-baird [answers.com]
There's nothing new under the sun !
Re:John Logie Baird (Score:2)
Re:Data on vinyl done before (Score:5, Interesting)
Re: (Score:3, Insightful)
Re:Data on vinyl done before (Score:5, Interesting)
There used to be a few speccy games on vinyl. In fact, a few 80's pop acts (Thompson Twins, Shakin' Stevens) released some as B-sides on some of their singles.
Apparently the game wasn't very good.
There's some more info on previous data-on-vinyl experiments here [kempa.com].
Re:Data on vinyl done before (Score:2)
I thought it rather curious and impossible that it would work (crackle etc) but it did.
It came on a flexidisc, one of those thin film discs that would only play about twice.
Re:Data on vinyl done before (Score:3, Insightful)
Mark
Re:Data on vinyl done before (Score:3, Interesting)
Re:Data on vinyl done before (Score:2)
But if a US-American company tells something like "first ever", "world's best", and "world famous" this usually limits to the world inside the borders of continental USA :)
Re:Data on vinyl done before (Score:2)
vinyl is for sissies (Score:5, Funny)
Re:vinyl is for sissies (Score:5, Funny)
Screw that. Gimme a nice solid deck of 5081 cards any day. Now that was data ! Back when a Megabyte was enough to make your back sore. 1MB = 1,048,576 bytes = 13,108 cards = ~6.5 boxes of cards (at roughly 10 lbs/box) = ~65 lbs. Were talking serious data here.
ahh... (Score:5, Funny)
Re:ahh... (Score:2, Insightful)
And every LP you bought was even labelled with the proper address to write to if you needed to obtain permission for making copies, broadcasting &c.
Re:ahh... (Score:2)
Imagine... (Score:5, Funny)
Re:Imagine... (Score:4, Funny)
Re:Imagine... (Score:2)
HCM (Score:2)
6502 Assembly Language (Score:4, Funny)
LDA #115
JSR $FFD2
LDA #108
JSR $FFD2
LDA #097
JSR $FFD2
LDA #115
JSR $FFD2
LDA #104
JSR $FFD2
LDA #100
JSR $FFD2
LDA #111
JSR $FFD2
LDA #116
JSR $FFD2
SYS 49152
I wonder if slashdot has ever been output in 6502 assembly language before?
Re:6502 Assembly Language (Score:3, Funny)
(anyone else missing an RTS or JMP $FFD2 instead of the last JSR here?
Re:6502 Assembly Language (Score:2, Troll)
I can't remember what I did yesterday but for some reason I really can't get any of the important C-64 numbers out of my head.
POKE 53281,0
POKE 53280,0
POKE 646,15
SYS 64738
Re:6502 Assembly Language (Score:2)
I wouldn't have been able to nitpick if I didn't know this particular feeling just too well, would I?
Re:6502 Assembly Language (Score:2)
POKE 53281,0
POKE 53280,0
POKE 646,15
SYS 64738
Ah yes. Change screen color, border color, cursor color, reboot (?).
I do miss that machine, sad to say.
Re:6502 Assembly Language (Score:2, Interesting)
Fairly brute force, don't you think?
Haven't really programmed C64 for a while, but here goes... haven't assembled it or anything...
.segment "CODE"
.import CHROUT
.import P1 ; that pointer in zeropage
.proc helloslash .ascii "hELLO sLASHDOT"
.byte 00
.endproc
init: ldy #$00
lda # sta P1
lda #>_msg
sta P1+1
ploop: lda (p1),y
cmp #$00
beq out
iny
jsr CHROUT
jmp ploop
out: rts
_msg:
Or, if you want to use BASIC ROM,
.segment "CODE"
.proc helloslash
lda #
ldy #>_msg .a
jsr $AB1E
rts
_msg:
Re:6502 Assembly Language (Score:2)
JSR $FFD2
Note that these characters are in PET-ASCII. Lower and upper case are interchanged due to the way the PET/C-64 keyboard works.
This made for lots of fun uploading files to a C-64 based BBS which required reversing the case before sending so they would display properly.
As for strange data transfer media, I'm sure almost everyone here is too young to remember paper tape. Also for a short time, there was a type of bar code reader (Cauzin Softstrip) which read in programs printed in magazine
Hah! (Score:5, Funny)
Hasn't this been done before? (Score:5, Informative)
This page [kempa.com] has data on various vinyl records with computer data stored on them. Most of which are about 20 years old. So they're not the first to distribute computer data on vinyl.
Re:Hasn't this been done before? (Score:5, Informative)
I still have a few games, including an Othello/Reversi game for the ZX81 from "Your Computer" magazine.
The disadvantage was that you could play the acetate about twice before it got so damaged that it wouldn't play any more, so we used to record the record to tape first time.
Vinyl/acetate wasn't even the strangest way that computer software was distributed. I remember they used to broadcast games late at night on TV. You had to (carefully!) record the sound signal off the TV and onto your tape machine. Madness!
Rich.
Re:Hasn't this been done before? (Score:2)
Re:Hasn't this been done before? (Score:4, Interesting)
Ahh, the old 8-bit days......
Re:Hasn't this been done before? (Score:2)
I did once see a BBC Model B with a Teletext adapter. That would be around 1995, and by that point it was an extremely rare artifact. Of course by then it was too late to actually use it to download software :-(
Rich.
Re:Hasn't this been done before? (Score:2)
but they were shut down/ceased their service after there were automatic stream->file converters that just leached all songs on rotation...
Re:Hasn't this been done before? (Score:3, Insightful)
Re:Hasn't this been done before? (Score:2)
Not first post... (Score:3, Interesting)
Re:Not first post... (Score:3, Informative)
Although that wasn't data as sound, teletext uses unused parts of the picture.
It's hardly a first (Score:5, Interesting)
http://www.kempa.com/blog/archives/000053.html [kempa.com]
OH DEAR.
a bat bit
you.
Re:It's hardly a first (Score:2)
Shakin' bleedin' Stevens?!
Shakin' Stevens had a computer game; on his singles?! Very weird and geeky; not the kind of thing you'd have expected from him at all.
It's kind of like finding out that Britney Spears has secreted Marijuana in unused pits on the outside edge of her latest CD in an attempt to overthrow American society.
Terminator X (Score:2, Funny)
TI-99/4A (Score:2, Interesting)
Re:TI-99/4A (Score:2)
I think that was the comand.. it's been awhile.
Re:TI-99/4A (Score:3, Funny)
For those of you who ever tried an Oric, you may remember the default load command; CLOAD "". But if you prepended ",S" it would go into something called a slow mode. ON A CASSETTE.
Loading "The Hobbit" in slow mode took about 25 minutes, and I'm not even kidding here. It was so slow that you could almost hear every bit and tell wether it was a cool game
Re:TI-99/4A (Score:2)
Tunnels of Doom.
Man that was the most fun I had on a computer for about 5 years. Given that I am more into "action" games now, it is weird to go back and play this game on an emulator, but it was a heck of a game.
Load times were awful... I even used the emulator to "save" a game of mine to a
On another
Pete Shelley (ex-Buzzcocks) did this in 1983 (Score:3, Interesting)
the last track on this album called "zx spectrum code" contains computer graphics for the sinclair zx spectrum computer. see http://freespace.virgin.net/pete.shelley/xl1-01.h
cheers, lars
Its not the first. (Score:2, Informative)
nice idea, though, to be mixing up assembly and music. take that, miss spears!!
like the modem tones (Score:2, Interesting)
OK - so not quite vinyl, but... (Score:5, Informative)
Rainbow Magazine (Score:3, Informative)
It had the same code on it that was listed in the magazine in text, but the record came without the typing and type-o-ing.
Rainbow Magazine was a magazine with content based around the Tandy/Radio Shack Color Computer. [coco3.com]
When I was a kid... (Score:5, Funny)
Done by Computer & Video Games magazine in the (Score:4, Informative)
Cheers,
Ian
Scannable? (Score:3, Funny)
Re:Scannable? (Score:2, Insightful)
Re:Scannable? (Score:3, Informative)
and there has been a previous slashdot article about the 'digital needle':
http://www.cs.huji.ac.il/~springer/
Great.Now who makes A/V software for my turntable? (Score:2, Funny)
LT-TFA (Score:4, Informative)
'tho listening to some Speedy-J tracks, sounds like there some data encoded in those!
-2A
distro on vynyl (Score:2, Informative)
was put on a flexible record, and bound
into Interface Age magazine. You had
to play it, record it to cassette, and
load it in the machine.
Interface Age floppy ROM's (Score:2)
Why bother? (Score:4, Insightful)
This story should have been posted later (Score:4, Funny)
Radio (Score:2)
Re:Radio (Score:2)
Not new at all (Score:3, Informative)
Software record from 1977 (Score:2)
What about FM Radio (Score:3, Interesting)
IIRC it was some ZX-Spectrum games that they did transmit.
I myself never tried to tape the transmitions and use them, although.
I declare previous art (Score:3, Informative)
Audiophiles... (Score:5, Funny)
Waxing Philosophical (Score:2)
I wonder what kinds of software is really encoded backwards in those Led Zeppelin and Beatles records. Maybe "turn me on, dead man" is really literal, and "turn me off, dead man" is encoded somewhere else.
sigsaly (Score:2, Informative)
Some UK magazine had a "flexi-disk" on the cover (Score:2)
I also seem to recall I could never get it to load!
Honestly, you young'uns -- there's nothing new! I'm just waiting for the
odd picture (Score:2)
Why in the world is Agent Smith wearing a helmet?
where have you been? (Score:2)
reply from beige (Score:5, Informative)
thanks for the debate on our record, hope someone likes the music anyway. obviously not the first data on vinyl [just never bothered to change the webpage in 5 years] and actually not the first time the 8-bit construction set has been slashdotted. but nonetheless it's always a pleasure to see what people think.
we received an anonymous and very interesting email in early 2002 detailing some patents regarding software distribution on vinyl. i'm appending it below for interested parties.
thanks again
& peace out nerds
paul
paul AT beigerecords DOT com
*****
Date: Mon, 14 Jan 2002 23:59:03 -0500
Distribution of computer programs on vinyl records
was done in the early 70's by several different
researchers. First, a guy named
Allan B. Chertok. He has several patents in this field,
which I would recommend that you guys read:
US Patent 3,662,350 (1972)
US Patent 3,740,733 (1973)
US Patent 3,662,354 (1972)
Also- Norman L. Harvey. This guys was a real genius.
Check out his patent: US 3,755,792 (1973).
This is not to say that your work is not "original"
and "cool". But please- give credit where credit is due!
*****
yeah but... (Score:2)
Re:I was just waiting for some topic about music . (Score:2)