Skip to content

Commit be56a25

Browse files
committed
more groups
1 parent 55c3e1c commit be56a25

15 files changed

Lines changed: 105 additions & 43 deletions

File tree

handler/app/milestone.go

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ func Collection() Milestones {
930930
{
931931
Title: "The earliest PC cracked releases", Year: 1984, Highlight: true,
932932
Lead: "So far, The Duplicators and 'public domain'",
933+
Link: "/g/the-duplicators", LinkTitle: "about these pioneering crackers",
933934
Content: "<p>This modified, tagged, or graffitied title screen is a <strong>crack&nbsp;screen</strong> " +
934935
"and was a typical way for crackers on the Apple, Atari microcomputers, and the IBM PC to credit themselves. " +
935936
"Crackers altered games and removed disk copy protection from software to permit copying and redistribution.</p>" +
@@ -967,10 +968,19 @@ func Collection() Milestones {
967968
{
968969
Prefix: "The earliest PC groups,", Year: 1984,
969970
List: Links{
970-
{LinkTitle: "Against Software Protection <small>ASP</small>", Link: "/g/against-software-protection"},
971+
{
972+
LinkTitle: "Against Software Protection <small>ASP</small>",
973+
Link: "/g/against-software-protection",
974+
Forward: "Atlanta, Connecticut, Miami",
975+
},
971976
{LinkTitle: "The Duplicators", Link: "/g/the-duplicators"},
972-
{LinkTitle: "The IPL", Link: "/g/ipl"},
973-
{LinkTitle: "Software Pirates Inc <small>SPi</small>", Link: "/g/software-pirates-inc"},
977+
{LinkTitle: "The IPL", Link: "/g/ipl", Forward: "Chicago"},
978+
{
979+
LinkTitle: "Software Pirates Inc <small>SPi</small>",
980+
Link: "/g/software-pirates-inc",
981+
Forward: "Texas and Sunnyvale, CA (?)",
982+
},
983+
{LinkTitle: "Faked 'public domain' releases", Link: "/g/public-domain"},
974984
},
975985
Picture: Picture{
976986
Title: "Copyright invalid in 1984",
@@ -1132,7 +1142,8 @@ func Collection() Milestones {
11321142
{
11331143
Prefix: "The earliest PC groups,", Year: 1985,
11341144
List: Links{
1135-
{LinkTitle: "The Illinois Pirates <small>TIP</small>", Link: "/g/the-illinois-pirates"},
1145+
{LinkTitle: "Imperial Warlords", Link: "/g/imperial-warlords", Forward: "San Francisco and Minnesota"},
1146+
{LinkTitle: "The Illinois Pirates <small>TIP</small>", Link: "/g/the-illinois-pirates", Forward: "Chicago"},
11361147
},
11371148
Picture: Picture{
11381149
Title: "The Illinois Pirates hack",
@@ -1227,7 +1238,12 @@ func Collection() Milestones {
12271238
List: Links{
12281239
{LinkTitle: "ESP Pirates", Link: "/g/esp-pirates", Forward: "Arizona"},
12291240
{LinkTitle: "Five-O", Link: "/g/five-o", Forward: "Minnesota"},
1230-
{LinkTitle: "T.O.A.D.S. <small>TOADS</small>", Link: "/g/toads"},
1241+
{
1242+
LinkTitle: "T.O.A.D.S. <small>TOADS</small>",
1243+
Link: "/g/toads",
1244+
Forward: "Chicago and San Francisco",
1245+
},
1246+
{LinkTitle: "Cracking On the IBMpc", Link: "/g/cracking-101", Forward: "Buckaroo Banzai"},
12311247
},
12321248
Picture: Picture{
12331249
Title: "Five O Presents",
@@ -1287,7 +1303,11 @@ func Collection() Milestones {
12871303
LinkTitle: "Canadian Pirates Inc <small>(CPI)</small>", Link: "/g/canadian-pirates-inc",
12881304
Forward: "🇨🇦 Ontario",
12891305
},
1290-
{LinkTitle: "-=C&M=-", Link: "/g/c-ampersand-m"},
1306+
{
1307+
LinkTitle: "-=C&M=-",
1308+
Link: "/g/c-ampersand-m",
1309+
Forward: "Maryland",
1310+
},
12911311
{
12921312
LinkTitle: "KGB", Link: "/g/kgb",
12931313
Forward: "🇨🇦 Ontario",
@@ -1542,7 +1562,7 @@ func Collection() Milestones {
15421562
{LinkTitle: "Pirates Sick of Initials", Link: "/g/pirates-sick-of-initials", SubTitle: "PSi"},
15431563
{
15441564
LinkTitle: "Sorcerers", Link: "/g/sorcerers",
1545-
Forward: "🇫🇮 First demo and Finnish group on the PC",
1565+
Forward: "🇫🇮 First PC demo group and Finnish group on the PC",
15461566
},
15471567
{LinkTitle: "The Firm", Link: "/g/the-firm", Forward: "BCC, Bentley Sidwell Productions"},
15481568
{LinkTitle: "The Underground Council", Link: "/g/the-underground-council", SubTitle: "UGC"},
@@ -1760,7 +1780,7 @@ func Collection() Milestones {
17601780
Content: "<p>The first known release of a game on CD was probably Battle Chess MPC (multimedia PC) released by International Network of Crackers on the 3rd of March 1992. " +
17611781
"Being a novel medium for software distribution, the INC release was a mess requiring the user to have access to 28 floppy disks and then a third party tool to copy and \"splice\" the disks to a hard drive. " +
17621782
"Copying to this many floppy disks for a single game would have been slow, tedious, and expensive, both in time and hardware.</p>" +
1763-
"<p>Later in the month " +
1783+
"<p>Later in the month on the 22nd, " +
17641784
"Razor 1911 would release Stellar 7 CD-ROM (now lost) that was reviewed in <a href=\"/f/b42bdee\">DMZ Review #4</a> and " +
17651785
"$yndicate would release the " +
17661786
`<a href="/f/b126bd6">CD ROM edition</a> ` + "of Wing Commander that didn't have complex installation process, and INC would attempt some other MPC titles. But in 1992, CD piracy didn't make sense or take off.</p>" +

handler/demozoo/demozoo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ func groups() Groups { //nolint:funlen,maintidx
855855
"hype": 47074,
856856
"illuminatus": 120174,
857857
"international-network-of-crackers": 12175,
858-
"insane-creators-enterprise": 2169,
858+
"insane-creators-enterprise": 2196,
859859
"insanity": 130208,
860860
"katharsis": 37053,
861861
"kgb": 69323,

handler/tidbit/tidbit.go

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,18 @@ func Groups() Tibits { //nolint:maintidx
122122
18: []URI{"canadian-pirates-inc", "kgb", "ptl-club"},
123123
19: []URI{"the-underground-council"},
124124
199: []URI{"ptl-club", "sprint", "the-underground-council", "byte-bandits-bbs", "triad"},
125-
20: []URI{"new-york-crackers", "miami-cracking-machine", "international-network-of-crackers"},
126-
201: []URI{"miami-cracking-machine"},
127-
202: []URI{"new-york-crackers"},
125+
// MCM / INC / NYC etc require a sequential order
126+
20: []URI{"miami-cracking-machine"}, // 201
127+
26: []URI{"new-york-crackers"}, // 202
128+
201: []URI{"new-york-crackers", "miami-cracking-machine", "international-network-of-crackers"}, // 20
129+
202: []URI{"international-network-of-crackers"}, // 26
130+
333: []URI{"norwegian-cracking-company", "international-network-of-crackers", "the-humble-guys"},
131+
// end
128132
21: []URI{"public-domain"},
129133
22: []URI{"bentley-sidwell-productions"},
130134
23: []URI{"boys-from-company-c"},
131135
24: []URI{"fairlight"},
132136
25: []URI{"future-crew"},
133-
26: []URI{"international-network-of-crackers"},
134137
27: []URI{"vortex-software"},
135138
28: []URI{"opyright-infiltration-agency"},
136139
2700: []URI{"the-firm", "swat", "national-underground-application-alliance", "fairlight"},
@@ -139,7 +142,6 @@ func Groups() Tibits { //nolint:maintidx
139142
30: []URI{"cmen"},
140143
31: []URI{"erkle"},
141144
32: []URI{"extasy", "xerox", "fairlight"},
142-
333: []URI{"norwegian-cracking-company", "international-network-of-crackers", "the-humble-guys"},
143145
34: []URI{"scd_dox", "software-chronicles-digest"},
144146
35: []URI{"software-chronicles-digest"},
145147
36: []URI{"the-humble-guys"},
@@ -487,6 +489,7 @@ func Groups() Tibits { //nolint:maintidx
487489
383: []URI{"licensed-to-draw"},
488490
384: []URI{"mirage"},
489491
385: []URI{"the-cracking-lords", "dead-memory"},
492+
386: []URI{"insane-creators-enterprise"},
490493
}
491494
}
492495

public/md/tidbit/1234.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
In 1992 INC briefly ran an art division known as **International Network of Crackers Art Division** (IAD), or abbreviated to _INC Art Division_ _(INC*AD)_. As a number of IAD art works were included in the second [DeAD art pack](https://16colo.rs/pack/dead01), it is likely IAD merged with DeAD.
1+
In 1992 INC briefly ran an art division known as **International Network of Crackers Art Division** (IAD), or abbreviated to _INC Art Division_ _(INC*AD)_. As a number of IAD art works were included in the second [DeAD art pack](https://16colo.rs/pack/dead01), according to reports, DeAD became affiliated with INC and renamed, though the new association didn't last.

public/md/tidbit/20.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
**International Network of Crackers** was formed in September 1989 by the merger of the New York Crackers, ECA (currently unknown but maybe _Elite Crackers Association_), and the Miami Cracking Machine. NYC would leave a few months later after disagreements on the structure with the new group leaving MCM as the direct ancestor of INC.
1+
**Miami Cracking Machine** was a game cracking group founded by Line Noise in 1988, who according to reports was very young[^1] and had a lot of money to spend on his hobby.
22

3-
Optical Illusion wrote about the group founding in September 1989 in the now-lost INC Newsletter #1, that fortunately was reprinted in [Toxic Shock](/f/ae23ed4). In it, he notes that himself and Line Noise, president of MCM were discussing having an ECA supplier join MCM. From that conversation the idea of a merger with ECA formed, and from which Line Noise suggested bringing the New York Crackers in for a three way tie up. The two phoned The Zenabyte, president of ECA and sysop of [The Dark Domain](https://demozoo.org/bbs/9789/), who immediately agreed to the idea. While JT, president of NYC, confirmed the following day.
3+
MCM often released with the tagling, "The MCM Presents...", however early on they used "MCM Group Presents".
44

5-
The name was decided on a conference phone call with the three presidents. Initial rejected names included, Epic, Mutiny, Link, INT, and CD-13. It was The Zenabyte who came up with **INC**.
5+
The earliest release we have is Presumed Guility from March 1989, which list members, Line Noise, Lord Michael, Mr. Clean, Dr. Jeckyl, Joe Johnson. And these boards from Florida, [Star Frontiers](https://demozoo.org/bbs/3796/), [Shadowgate](https://demozoo.org/bbs/11841/), [Sentry's Post](https://demozoo.org/bbs/7689/), plus [The Copyworks Inc](https://demozoo.org/bbs/7690/) from Houston, Texas.
66

7-
The original senior staff were: Line Noise, Optical Illusion, The Realm Keeper, JT, The Zenabyte.
7+
The main crackers for MCM were Patch, Megaton Man, The Cyborg, R. Bubba Magillicutty.
8+
9+
Continuing with the PC Scene trend[^2] of including a custom crack screen in their releases. MCM seems to be the first to include a high-resolution, EGA graphic mode with the June 1989 release of USS Stinger and [credited](http://localhost:1323/f/a92ba9) to Mr. Clean.
10+
11+
[^1]: In a March 1993 [interview](/f/a72d0b) with Adrenalin, Line Noise stated his age was 17, which would have made him 12 or 13 in 1988. In the interview he stated, "You have to keep in mind, I've always been thought of by everyone around here as the mature one. I always wanted to be an adult if you know what I mean, and I never acted my age."
12+
13+
[^2]: The first known PC crack screens [appeared](/g/five-o) in March 1986 and used the common, low resolution and 4-color, CGA graphics mode.

public/md/tidbit/201.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
**Miami Cracking Machine** was a game cracking group founded by Line Noise in 1988, who according to reports was very young[^1] and had a lot of money to spend on his hobby.
1+
**International Network of Crackers** was formed in September 1989 by the merger of the New York Crackers, ECA (currently unknown but maybe _Elite Crackers Association_), and the Miami Cracking Machine. NYC would leave a few months later after disagreements on the structure with the new group leaving MCM as the direct ancestor of INC.
22

3-
MCM often released with the tagling, "The MCM Presents...", however early on they used "MCM Group Presents".
3+
Optical Illusion wrote about the group founding in September 1989 in the now-lost INC Newsletter #1, that fortunately was reprinted in [Toxic Shock](/f/ae23ed4). In it, he notes that himself and Line Noise, president of MCM were discussing having an ECA supplier join MCM. From that conversation the idea of a merger with ECA formed, and from which Line Noise suggested bringing the New York Crackers in for a three way tie up. The two phoned The Zenabyte, president of ECA and sysop of [The Dark Domain](https://demozoo.org/bbs/9789/), who immediately agreed to the idea. While JT, president of NYC, confirmed the following day.
44

5-
The earliest release we have is Presumed Guility from March 1989, which list members, Line Noise, Lord Michael, Mr. Clean, Dr. Jeckyl, Joe Johnson. And these boards from Florida, [Star Frontiers](https://demozoo.org/bbs/3796/), [Shadowgate](https://demozoo.org/bbs/11841/), [Sentry's Post](https://demozoo.org/bbs/7689/), plus [The Copyworks Inc](https://demozoo.org/bbs/7690/) from Houston, Texas.
5+
The name was decided on a conference phone call with the three presidents. Initial rejected names included, Epic, Mutiny, Link, INT, and CD-13. It was The Zenabyte who came up with **INC**.
66

7-
The main crackers for MCM were Patch, Megaton Man, The Cyborg, R. Bubba Magillicutty.
8-
9-
Continuing with the PC Scene trend[^2] of including a custom crack screen in their releases. MCM seems to be the first to include a high-resolution, EGA graphic mode with the June 1989 release of USS Stinger and [credited](http://localhost:1323/f/a92ba9) to Mr. Clean.
10-
11-
[^1]: In a March 1993 [interview](/f/a72d0b) with Adrenalin, Line Noise stated his age was 17, which would have made him 12 or 13 in 1988. In the interview he stated, "You have to keep in mind, I've always been thought of by everyone around here as the mature one. I always wanted to be an adult if you know what I mean, and I never acted my age."
12-
13-
[^2]: The first known PC crack screens [appeared](/g/five-o) in March 1986 and used the common, low resolution and 4-color, CGA graphics mode.
7+
The original senior staff were: Line Noise, Optical Illusion, The Realm Keeper, JT, The Zenabyte.

public/md/tidbit/202.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
**NYC** were a cracking group from 1989 and 1990, as the name suggests were based out of greater New York. JT was the first president and cracked along with The Mad Scientist and, Epsilon.
2-
3-
Its early boards were [The Adventurer's Guild](https://demozoo.org/bbs/8914/), [The Abyss (+212)](https://demozoo.org/bbs/7706/), and [The Outpost](https://demozoo.org/bbs/12689/).
4-
5-
After the merge and subsequent breakup with INC, the group returned on the 6th January 1990 as **The New NYC**. With The Realm Keeper[^1] as the new president, The Mad Scientist, JT, The Fang as crackers, and Iceman as a supplier.
6-
7-
[^1]: The Realm Keeper was the owner and operator of the The Adventurer's Guild (TAG) BBS.
1+
The first CD RIP was probably created by INC with their March 1992 release of [Battle Chess Multimedia](/f/aa209be). Though the packaging of the release was so bad that Fairlight felt the need to create their [own custom fix](/f/a91e0ae) to simplify the install process.

public/md/tidbit/26.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
The first CD RIP was probably created by INC with their March 1992 release of [Battle Chess Multimedia](/f/aa209be). Though the packaging of the release was so bad that Fairlight felt the need to create their [own custom fix](/f/a91e0ae) to simplify the install process.
1+
**NYC** were a cracking group from 1989 and 1990, as the name suggests were based out of greater New York. JT was the first president and cracked along with The Mad Scientist and, Epsilon.
2+
3+
Its early boards were [The Adventurer's Guild](https://demozoo.org/bbs/8914/), [The Abyss (+212)](https://demozoo.org/bbs/7706/), and [The Outpost](https://demozoo.org/bbs/12689/).
4+
5+
After the merge and subsequent breakup with INC, the group returned on the 6th January 1990 as **The New NYC**. With The Realm Keeper[^1] as the new president, The Mad Scientist, JT, The Fang as crackers, and Iceman as a supplier.
6+
7+
[^1]: The Realm Keeper was the owner and operator of the The Adventurer's Guild (TAG) BBS.

public/md/tidbit/333.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
NCC would focus in Europe and collaborate with US groups for cracked software exchanges, first with INC, and eventually with The Humble Guys.
1+
The **Norwegian Cracking Company** were a small group out of Norway headed by cracker and supplier, The Jammer.
2+
NCC would focus on European published titles and collaborate with groups based in the United States for software exchanges; the first with INC, and later with The Humble Guys.

public/md/tidbit/378.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Several conversations mention that **Silicon Dream Artists** had renamed themsel
22

33
According to Force Ten, a former SDA president, who wrote the introduction for the [GRiMOiRE artpark](/f/a619ba8) from August, "GRiM came into existence in late June of 1992, and the first release of the GRiMOiRE was the August release." The pack included 71 ANSI artworks and 10 VGA images.
44

5-
Shihear Kallizad [wrote](/f/b02439a) in an article published in mid-1993, that GRiM had previously merged into [Insane Creators Enterprise](/g/insane-creators-enterprise) (iCE).
5+
Shihear Kallizad [wrote](/f/b02439a) that GRiM had previously merged into [Insane Creators Enterprise](/g/insane-creators-enterprise) (iCE). While in [The Illustrator](/f/a45db) from November 1992, there's a reprint of the _iCE Newsletter #2_ that announces GRiM has merged into iCE, and both the GRiM and GRiMOiRE brands have been retired.

0 commit comments

Comments
 (0)