mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
fix: add prettier.json checks to pre-commit
update files against new pre-commit check for json
This commit is contained in:
parent
e83160e99f
commit
8c0fea059f
53 changed files with 1422 additions and 1446 deletions
|
|
@ -23,9 +23,10 @@ repos:
|
|||
# hooks:
|
||||
# - id: jekyll-relative-url-check-html
|
||||
# - id: jekyll-relative-url-check-markdown
|
||||
#- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
# rev: v2.7.1
|
||||
# hooks:
|
||||
# - id: prettier
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.7.1
|
||||
hooks:
|
||||
- id: prettier
|
||||
types: [json]
|
||||
ci:
|
||||
autofix_prs: false
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"useSideMenu" : true,
|
||||
"additionalFooterText" : "All content and images unless otherwise specified is © Rest In Code - ",
|
||||
"title" : "Rest In Code - Hacker / InfoSec Memorial Site"
|
||||
"useSideMenu": true,
|
||||
"additionalFooterText": "All content and images unless otherwise specified is © Rest In Code - ",
|
||||
"title": "Rest In Code - Hacker / InfoSec Memorial Site"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,83 +1,83 @@
|
|||
{
|
||||
"firstname" : "",
|
||||
"lastname" : "",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"obituary" : "",
|
||||
"issue" : "",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/"
|
||||
},
|
||||
{
|
||||
"sitename" : "Github",
|
||||
"siteurl" : "https://www.github.com/"
|
||||
},
|
||||
{
|
||||
"sitename" : "LinkedIn",
|
||||
"siteurl" : "https://www.linkedin.com/in/"
|
||||
},
|
||||
{
|
||||
"sitename" : "Facebook",
|
||||
"siteurl" : "https://www.facebook.com/"
|
||||
},
|
||||
{
|
||||
"sitename" : "Other",
|
||||
"siteurl" : "https://about.me/"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "[project name]",
|
||||
"url" : "htps://www.cyberz.tech/",
|
||||
"description" : "Research paper on [project name]. As part of a team studying lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet quibusdam, officia eos."
|
||||
},
|
||||
{
|
||||
"title" : "",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/face-silhouette-clipart.png",
|
||||
"title" : "Photo of [person] at [location or event]",
|
||||
"caption" : "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url" : "",
|
||||
"title" : "Photo of [person] at [location or event]",
|
||||
"caption" : "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url" : "",
|
||||
"title" : "Photo of [person] at [location or event]",
|
||||
"caption" : "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url" : "",
|
||||
"title" : "Photo of [person] at [location or event]",
|
||||
"caption" : "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url" : "",
|
||||
"title" : "Photo of [person] at [location or event]",
|
||||
"caption" : "[person] [doing thing] at [location or event] on or around [date]"
|
||||
}
|
||||
]
|
||||
"firstname": "",
|
||||
"lastname": "",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"obituary": "",
|
||||
"issue": "",
|
||||
"affiliations": "",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/"
|
||||
},
|
||||
{
|
||||
"sitename": "Github",
|
||||
"siteurl": "https://www.github.com/"
|
||||
},
|
||||
{
|
||||
"sitename": "LinkedIn",
|
||||
"siteurl": "https://www.linkedin.com/in/"
|
||||
},
|
||||
{
|
||||
"sitename": "Facebook",
|
||||
"siteurl": "https://www.facebook.com/"
|
||||
},
|
||||
{
|
||||
"sitename": "Other",
|
||||
"siteurl": "https://about.me/"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "[project name]",
|
||||
"url": "htps://www.cyberz.tech/",
|
||||
"description": "Research paper on [project name]. As part of a team studying lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet quibusdam, officia eos."
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"url": "",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/face-silhouette-clipart.png",
|
||||
"title": "Photo of [person] at [location or event]",
|
||||
"caption": "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"title": "Photo of [person] at [location or event]",
|
||||
"caption": "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"title": "Photo of [person] at [location or event]",
|
||||
"caption": "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"title": "Photo of [person] at [location or event]",
|
||||
"caption": "[person] [doing thing] at [location or event] on or around [date]"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"title": "Photo of [person] at [location or event]",
|
||||
"caption": "[person] [doing thing] at [location or event] on or around [date]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,39 +1,39 @@
|
|||
{
|
||||
"firstname" : "Aaron",
|
||||
"lastname" : "Swartz",
|
||||
"handle" : "",
|
||||
"birth" : "1986",
|
||||
"death" : "2013",
|
||||
"issue" : "7",
|
||||
"mainimage" : "/images/y3t1_Art-Aaron_Swartz.png",
|
||||
"maintext" : "<p>Aaron Swartz was an American computer programmer, entrepreneur, writer, political organizer, and Internet hacktivist. He was involved in the development of the web feed format RSS, the Markdown publishing format, the organization Creative Commons, and the website framework web.py, and was a co-founder of the social news site Reddit. He was given the title of co-founder by Y Combinator owner Paul Graham after the formation of Not a Bug, Inc. (a merger of Swartz's project Infogami and Reddit, a company run by Alexis Ohanian and Steve Huffman).</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/aaronsw"
|
||||
},
|
||||
{
|
||||
"sitename" : "Website",
|
||||
"siteurl" : "http://www.aaronsw.com/"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Aaron's Law",
|
||||
"url" : "https://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act#Aaron_Swartz",
|
||||
"description" : "In the wake of the prosecution and subsequent suicide of Aaron Swartz (who used a script to download scholarly research articles in excess of what JSTOR terms of service allowed), lawmakers proposed amending the Computer Fraud and Abuse Act."
|
||||
},
|
||||
{
|
||||
"title" : "Watchdog.net",
|
||||
"url" : "https://watchdog.net/",
|
||||
"description" : "The good government site with teeth"
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Aaron_Swartz-wikipedia.jpg",
|
||||
"title" : "Aaron Swartz at a Boston Wikipedia Meetup in 2009",
|
||||
"caption" : "Aaron Swartz at a Boston Wikipedia Meetup in 2009"
|
||||
}
|
||||
]
|
||||
"firstname": "Aaron",
|
||||
"lastname": "Swartz",
|
||||
"handle": "",
|
||||
"birth": "1986",
|
||||
"death": "2013",
|
||||
"issue": "7",
|
||||
"mainimage": "/images/y3t1_Art-Aaron_Swartz.png",
|
||||
"maintext": "<p>Aaron Swartz was an American computer programmer, entrepreneur, writer, political organizer, and Internet hacktivist. He was involved in the development of the web feed format RSS, the Markdown publishing format, the organization Creative Commons, and the website framework web.py, and was a co-founder of the social news site Reddit. He was given the title of co-founder by Y Combinator owner Paul Graham after the formation of Not a Bug, Inc. (a merger of Swartz's project Infogami and Reddit, a company run by Alexis Ohanian and Steve Huffman).</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/aaronsw"
|
||||
},
|
||||
{
|
||||
"sitename": "Website",
|
||||
"siteurl": "http://www.aaronsw.com/"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Aaron's Law",
|
||||
"url": "https://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act#Aaron_Swartz",
|
||||
"description": "In the wake of the prosecution and subsequent suicide of Aaron Swartz (who used a script to download scholarly research articles in excess of what JSTOR terms of service allowed), lawmakers proposed amending the Computer Fraud and Abuse Act."
|
||||
},
|
||||
{
|
||||
"title": "Watchdog.net",
|
||||
"url": "https://watchdog.net/",
|
||||
"description": "The good government site with teeth"
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Aaron_Swartz-wikipedia.jpg",
|
||||
"title": "Aaron Swartz at a Boston Wikipedia Meetup in 2009",
|
||||
"caption": "Aaron Swartz at a Boston Wikipedia Meetup in 2009"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"firstname" : "Arjen",
|
||||
"lastname" : "Kamphuis",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "22",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/ArjenKamphuis"
|
||||
},
|
||||
{
|
||||
"sitename" : "About.me",
|
||||
"siteurl" : "https://about.me/arjenkamphuis"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Arjen",
|
||||
"lastname": "Kamphuis",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "22",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/ArjenKamphuis"
|
||||
},
|
||||
{
|
||||
"sitename": "About.me",
|
||||
"siteurl": "https://about.me/arjenkamphuis"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"firstname" : "Barnaby",
|
||||
"lastname" : "Jack",
|
||||
"handle" : "",
|
||||
"birth" : "1977",
|
||||
"death" : "2013",
|
||||
"issue" : "4",
|
||||
"mainimage" : "/images/y3t1_Art-Barnaby_Jack.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/barnaby_jack"
|
||||
},
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Barnaby_Jack"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "ATM Jackpotting (The Register)",
|
||||
"url" : "https://www.theregister.co.uk/2010/07/28/atm_hacking_demo/",
|
||||
"description" : "At the Black Hat security conference in Las Vegas, Barnaby Jack, a security researcher with IOActive, demonstrated attacks against two unpatched models from two of the world's biggest ATM makers."
|
||||
},
|
||||
{
|
||||
"title" : "Broken Hearts (IOActive)",
|
||||
"url" : "https://ioactive.com/broken-hearts-how-plausible-was-the-homeland-pacemaker-hack/",
|
||||
"description" : "In 2012 Jack demonstrated the ability to assassinate a victim by hacking their pacemaker."
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Barnaby_Jack2.png",
|
||||
"title" : "Barnaby Jack at the 2010 Black Hat convention",
|
||||
"caption" : "The showman and the cash-spewing ATMs: Barnaby Jack at the 2010 Black Hat convention."
|
||||
},
|
||||
{
|
||||
"url" : "/images/Barnaby_Jack3.png",
|
||||
"title" : "Barnaby Jack shows one of his two ATM machines",
|
||||
"caption" : "Barnaby Jack shows one of his two ATM machines he bought on line and has hacked into, at his San Jose home on Tuesday, Aug. 31, 2010."
|
||||
}
|
||||
]
|
||||
"firstname": "Barnaby",
|
||||
"lastname": "Jack",
|
||||
"handle": "",
|
||||
"birth": "1977",
|
||||
"death": "2013",
|
||||
"issue": "4",
|
||||
"mainimage": "/images/y3t1_Art-Barnaby_Jack.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/barnaby_jack"
|
||||
},
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Barnaby_Jack"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "ATM Jackpotting (The Register)",
|
||||
"url": "https://www.theregister.co.uk/2010/07/28/atm_hacking_demo/",
|
||||
"description": "At the Black Hat security conference in Las Vegas, Barnaby Jack, a security researcher with IOActive, demonstrated attacks against two unpatched models from two of the world's biggest ATM makers."
|
||||
},
|
||||
{
|
||||
"title": "Broken Hearts (IOActive)",
|
||||
"url": "https://ioactive.com/broken-hearts-how-plausible-was-the-homeland-pacemaker-hack/",
|
||||
"description": "In 2012 Jack demonstrated the ability to assassinate a victim by hacking their pacemaker."
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Barnaby_Jack2.png",
|
||||
"title": "Barnaby Jack at the 2010 Black Hat convention",
|
||||
"caption": "The showman and the cash-spewing ATMs: Barnaby Jack at the 2010 Black Hat convention."
|
||||
},
|
||||
{
|
||||
"url": "/images/Barnaby_Jack3.png",
|
||||
"title": "Barnaby Jack shows one of his two ATM machines",
|
||||
"caption": "Barnaby Jack shows one of his two ATM machines he bought on line and has hacked into, at his San Jose home on Tuesday, Aug. 31, 2010."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Ben",
|
||||
"lastname" : "Byer",
|
||||
"handle" : "bushing",
|
||||
"birth" : "1980",
|
||||
"death" : "2016",
|
||||
"issue" : "31",
|
||||
"mainimage" : "/images/byer-ben.jpg",
|
||||
"maintext" : "<p>We are deeply saddened by the news that our member, colleague, and friend Ben “bushing” Byer passed away of natural causes on Monday, February 8th. Many of you knew him as one of the public faces of our group, fail0verflow, and before that, Team Twiizers and the iPhone Dev Team. Outspoken but never confrontational, he was proof that even in the competitive and oftentimes aggressive hacking scene, there is a place for both a sharp mind and a kind heart. To us he was, of course, much more. He brought us together, as a group and in spirit. Without him, we as a team would not exist. He was a mentor to many, and an inspiration to us all. Yet above anything, he was our friend. He will be dearly missed. Our thoughts go out to his wife and family. Keep hacking. It’s what bushing would have wanted. </p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Ben",
|
||||
"lastname": "Byer",
|
||||
"handle": "bushing",
|
||||
"birth": "1980",
|
||||
"death": "2016",
|
||||
"issue": "31",
|
||||
"mainimage": "/images/byer-ben.jpg",
|
||||
"maintext": "<p>We are deeply saddened by the news that our member, colleague, and friend Ben “bushing” Byer passed away of natural causes on Monday, February 8th. Many of you knew him as one of the public faces of our group, fail0verflow, and before that, Team Twiizers and the iPhone Dev Team. Outspoken but never confrontational, he was proof that even in the competitive and oftentimes aggressive hacking scene, there is a place for both a sharp mind and a kind heart. To us he was, of course, much more. He brought us together, as a group and in spirit. Without him, we as a team would not exist. He was a mentor to many, and an inspiration to us all. Yet above anything, he was our friend. He will be dearly missed. Our thoughts go out to his wife and family. Keep hacking. It’s what bushing would have wanted. </p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,21 +1,19 @@
|
|||
{
|
||||
"firstname" : "Bill",
|
||||
"lastname" : "",
|
||||
"handle" : "Wolfgame",
|
||||
"birth" : "",
|
||||
"death" : "2019",
|
||||
"obituary" : "",
|
||||
"issue" : "59",
|
||||
"mainimage" : "/images/bill.jpg",
|
||||
"maintext" : "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/wolfgame"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
],
|
||||
"gallery" : [
|
||||
]
|
||||
"firstname": "Bill",
|
||||
"lastname": "",
|
||||
"handle": "Wolfgame",
|
||||
"birth": "",
|
||||
"death": "2019",
|
||||
"obituary": "",
|
||||
"issue": "59",
|
||||
"mainimage": "/images/bill.jpg",
|
||||
"maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/wolfgame"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"firstname" : "Boris",
|
||||
"lastname" : "Floricic",
|
||||
"handle" : "Tron",
|
||||
"birth" : "1972",
|
||||
"death" : "1998",
|
||||
"issue" : "24",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "<p>Boris Floricic, better known by his pseudonym Tron, was a German hacker and phreaker whose death in unclear circumstances has led to various conspiracy theories. He is also known for his Diplom thesis presenting one of the first public implementations of a telephone with built-in voice encryption, the 'Cryptophon'.</p><p>Floricic's pseudonym was a reference to the eponymous character in the 1982 Disney film Tron. Floricic was interested in defeating computer security mechanisms; amongst other hacks, he broke the security of the German phonecard and produced working clones. He was subsequently sentenced to 15 months in jail for the physical theft of a public phone (for reverse engineering purposes) but the sentence was suspended to probation.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/assante_michael"
|
||||
},
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Tron_(hacker)"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Boris",
|
||||
"lastname": "Floricic",
|
||||
"handle": "Tron",
|
||||
"birth": "1972",
|
||||
"death": "1998",
|
||||
"issue": "24",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Boris Floricic, better known by his pseudonym Tron, was a German hacker and phreaker whose death in unclear circumstances has led to various conspiracy theories. He is also known for his Diplom thesis presenting one of the first public implementations of a telephone with built-in voice encryption, the 'Cryptophon'.</p><p>Floricic's pseudonym was a reference to the eponymous character in the 1982 Disney film Tron. Floricic was interested in defeating computer security mechanisms; amongst other hacks, he broke the security of the German phonecard and produced working clones. He was subsequently sentenced to 15 months in jail for the physical theft of a public phone (for reverse engineering purposes) but the sentence was suspended to probation.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/assante_michael"
|
||||
},
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Tron_(hacker)"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +1,20 @@
|
|||
{
|
||||
"firstname" : "Brad",
|
||||
"lastname" : "Smith",
|
||||
"handle" : "Nurse",
|
||||
"birth" : "",
|
||||
"death" : "2011",
|
||||
"obituary" : "",
|
||||
"issue" : "5",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Facebook Memorial",
|
||||
"siteurl" : "https://www.facebook.com/Remembering-Brad-Smith-The-Nurse-243091789081516/"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
|
||||
],
|
||||
"gallery" : [
|
||||
|
||||
]
|
||||
"firstname": "Brad",
|
||||
"lastname": "Smith",
|
||||
"handle": "Nurse",
|
||||
"birth": "",
|
||||
"death": "2011",
|
||||
"obituary": "",
|
||||
"issue": "5",
|
||||
"affiliations": "",
|
||||
"mainimage": "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Facebook Memorial",
|
||||
"siteurl": "https://www.facebook.com/Remembering-Brad-Smith-The-Nurse-243091789081516/"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"firstname" : "Branden",
|
||||
"lastname" : "Hancock",
|
||||
"handle" : "Ghent",
|
||||
"birth" : "1977",
|
||||
"death" : "2003",
|
||||
"issue" : "15",
|
||||
"affiliations" : "Goon",
|
||||
"mainimage" : "https://www.defcon.org/images/links/whois/ghent.jpg",
|
||||
"maintext" : "<p>Ghent aka Branden Hancock died of inuries sustained in a motorcycle accident.<br /><br />He is survived by his mother and younger sister.<br /><br />Ghent was 26 years old.</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Branden",
|
||||
"lastname": "Hancock",
|
||||
"handle": "Ghent",
|
||||
"birth": "1977",
|
||||
"death": "2003",
|
||||
"issue": "15",
|
||||
"affiliations": "Goon",
|
||||
"mainimage": "https://www.defcon.org/images/links/whois/ghent.jpg",
|
||||
"maintext": "<p>Ghent aka Branden Hancock died of inuries sustained in a motorcycle accident.<br /><br />He is survived by his mother and younger sister.<br /><br />Ghent was 26 years old.</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"firstname" : "Bret",
|
||||
"lastname" : "Mattingly",
|
||||
"handle" : "Delta",
|
||||
"birth" : "1992",
|
||||
"death" : "2019",
|
||||
"issue" : "29",
|
||||
"obituary" : "https://www.legacy.com/obituaries/indystar/obituary.aspx?n=bret-oliver-mattingly&pid=191620602&fhid=14455",
|
||||
"mainimage" : "/images/Bret_Mattingly.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/adeptisdelta"
|
||||
},
|
||||
{
|
||||
"sitename" : "Instagram",
|
||||
"siteurl" : "https://www.instagram.com/justtcallmedelta/"
|
||||
},
|
||||
{
|
||||
"sitename" : "LinkedIn",
|
||||
"siteurl" : "https://www.linkedin.com/in/bretmattinglyii"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Bret",
|
||||
"lastname": "Mattingly",
|
||||
"handle": "Delta",
|
||||
"birth": "1992",
|
||||
"death": "2019",
|
||||
"issue": "29",
|
||||
"obituary": "https://www.legacy.com/obituaries/indystar/obituary.aspx?n=bret-oliver-mattingly&pid=191620602&fhid=14455",
|
||||
"mainimage": "/images/Bret_Mattingly.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/adeptisdelta"
|
||||
},
|
||||
{
|
||||
"sitename": "Instagram",
|
||||
"siteurl": "https://www.instagram.com/justtcallmedelta/"
|
||||
},
|
||||
{
|
||||
"sitename": "LinkedIn",
|
||||
"siteurl": "https://www.linkedin.com/in/bretmattinglyii"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,48 +1,47 @@
|
|||
{
|
||||
"firstname" : "Bruce",
|
||||
"lastname" : "Esquibel",
|
||||
"handle" : "Dr. Ripco",
|
||||
"birth" : "10 Mar 1959",
|
||||
"death" : "24 Nov 2022",
|
||||
"obituary" : "",
|
||||
"issue" : "193",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/bruce_esquibel1.jpg",
|
||||
"maintext" : "<p>Bruce Esquibel, also known as \"Dr. Ripco,\" ran a long-standing Chicago-based BBS known as Ripco BBS. Recognized as one of Chicago's most notable BBSes, it was well-known for being a freewheeling, wide-ranging board. On May 8, 1990, Agents of the United States Secret Service, along with police and telephone company security personnel, executed thirty-two search warrants across the United States in Operation Sun Devil. Ripco BBS was swept up during the raids. The actions of the Secret Service in confiscating the board's equipment constituted an infringement on freedom, underlining the critical role BBSes play as platforms for exchanging thoughts and disseminating information. Ripco became reborn as an ISP in the 1990s.</p>",
|
||||
"socialmedialinks" : [
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Dr. Ripco's Last Stand",
|
||||
"url" : " https://archive.org/details/ripcoslaststand",
|
||||
"description" : "A collection of gathered media of interest to Bruce \"Dr. Ripco\" Esquibel. Archived by Jason Scott."
|
||||
},
|
||||
{
|
||||
"title" : "Closing the Net",
|
||||
"url" : " http://www.costik.com/hackers.html",
|
||||
"description" : "January 1991 issue of Reason magazine. Detailing events that took place during Operation Sun Devil."
|
||||
},
|
||||
{
|
||||
"title" : "BBS Documentary Video",
|
||||
"url" : " https://archive.org/details/bbs-20040123-ripco/Doctor+Ripco+-+Tape+1.avi",
|
||||
"description" : "Full BBS Documentary Interview: Dr. Ripco"
|
||||
},
|
||||
{
|
||||
"title" : "January 23, 2004 BBS Documentary",
|
||||
"url" : "http://www.bbsdocumentary.com/photos/129ripco/",
|
||||
"description" : "Support files and related documents for BBS Documentary"
|
||||
},
|
||||
{
|
||||
"title" : "Chicago Site Gets the Shaft",
|
||||
"url" : "https://www.wired.com/1999/09/chicago-site-gets-the-shaft/",
|
||||
"description" : "Ripco Communications redirected two domains belonging to La Raza, a weekly paper with a circulation 150,000, to dildo.com for not paying its bills."
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/bruce_esquibel2.jpg",
|
||||
"title" : "Dr. Ripco and Jason Scott with the original Apple II Ripco BBS ran on.",
|
||||
"caption" : "Dr. Ripco and Jason Scott with the original Apple II Ripco BBS ran on."
|
||||
}
|
||||
]
|
||||
"firstname": "Bruce",
|
||||
"lastname": "Esquibel",
|
||||
"handle": "Dr. Ripco",
|
||||
"birth": "10 Mar 1959",
|
||||
"death": "24 Nov 2022",
|
||||
"obituary": "",
|
||||
"issue": "193",
|
||||
"affiliations": "",
|
||||
"mainimage": "/images/bruce_esquibel1.jpg",
|
||||
"maintext": "<p>Bruce Esquibel, also known as \"Dr. Ripco,\" ran a long-standing Chicago-based BBS known as Ripco BBS. Recognized as one of Chicago's most notable BBSes, it was well-known for being a freewheeling, wide-ranging board. On May 8, 1990, Agents of the United States Secret Service, along with police and telephone company security personnel, executed thirty-two search warrants across the United States in Operation Sun Devil. Ripco BBS was swept up during the raids. The actions of the Secret Service in confiscating the board's equipment constituted an infringement on freedom, underlining the critical role BBSes play as platforms for exchanging thoughts and disseminating information. Ripco became reborn as an ISP in the 1990s.</p>",
|
||||
"socialmedialinks": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Dr. Ripco's Last Stand",
|
||||
"url": " https://archive.org/details/ripcoslaststand",
|
||||
"description": "A collection of gathered media of interest to Bruce \"Dr. Ripco\" Esquibel. Archived by Jason Scott."
|
||||
},
|
||||
{
|
||||
"title": "Closing the Net",
|
||||
"url": " http://www.costik.com/hackers.html",
|
||||
"description": "January 1991 issue of Reason magazine. Detailing events that took place during Operation Sun Devil."
|
||||
},
|
||||
{
|
||||
"title": "BBS Documentary Video",
|
||||
"url": " https://archive.org/details/bbs-20040123-ripco/Doctor+Ripco+-+Tape+1.avi",
|
||||
"description": "Full BBS Documentary Interview: Dr. Ripco"
|
||||
},
|
||||
{
|
||||
"title": "January 23, 2004 BBS Documentary",
|
||||
"url": "http://www.bbsdocumentary.com/photos/129ripco/",
|
||||
"description": "Support files and related documents for BBS Documentary"
|
||||
},
|
||||
{
|
||||
"title": "Chicago Site Gets the Shaft",
|
||||
"url": "https://www.wired.com/1999/09/chicago-site-gets-the-shaft/",
|
||||
"description": "Ripco Communications redirected two domains belonging to La Raza, a weekly paper with a circulation 150,000, to dildo.com for not paying its bills."
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/bruce_esquibel2.jpg",
|
||||
"title": "Dr. Ripco and Jason Scott with the original Apple II Ripco BBS ran on.",
|
||||
"caption": "Dr. Ripco and Jason Scott with the original Apple II Ripco BBS ran on."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +1,20 @@
|
|||
{
|
||||
"firstname" : "Chip",
|
||||
"lastname" : "Meadows",
|
||||
"handle" : "chipmeadows",
|
||||
"birth" : "Aug 1, 1962",
|
||||
"death" : "Sept 23, 2019",
|
||||
"obituary" : "https://www.utsa.edu/today/2019/09/story/meadows-memoriam.html",
|
||||
"issue" : "109",
|
||||
"affiliations" : "UTSA",
|
||||
"mainimage" : "/images/chipmeadows.jpeg",
|
||||
"maintext" : "<p>Sept. 27, 2019 -- Chip Meadows, a senior information security analyst with UTSA’s Office of Information Security, passed away at the age of 57 on Sept. 23. Meadows first joined UTSA as a project technical lead for the Center for Infrastructure Assurance and Security and later as an information security analyst for the university.</p><p>For years Meadows was an active member within the information security community at UTSA and Greater San Antonio. He was a volunteer, organizing various information security functions and giving presentations and talks on technical topics in his field. He designed and delivered cyber exercises for the CIAS as a project technical lead and traveled across the nation assisting state and local governments in protecting their infrastructure from cyberattacks.</p><p>He is known within the DefCon community and the FBI Citizens Academy. He was an active member of the San Antonio B-sides community, the Alamo area ISSA, ISACA and InfraGard chapters. Meadows was an elder within his congregation at Baruch Eloheinu. In addition to being an advocate for information security, most remember him as being a genuine friend with a kind soul.</p><p>Chip maintained close relationships with those he worked with—often consulting and assisting in all capacities from implementation, teaching and consulting. “Chip was an important member of the team,” said Kevin Kjosa, chief information security officer at UTSA. “He mentored all of us and his absence will be sorely missed.” Meadow leaves behind his wife, Anna Meadows, and a son, Matthew.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/chipmeadows"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
|
||||
],
|
||||
"gallery" : [
|
||||
|
||||
]
|
||||
"firstname": "Chip",
|
||||
"lastname": "Meadows",
|
||||
"handle": "chipmeadows",
|
||||
"birth": "Aug 1, 1962",
|
||||
"death": "Sept 23, 2019",
|
||||
"obituary": "https://www.utsa.edu/today/2019/09/story/meadows-memoriam.html",
|
||||
"issue": "109",
|
||||
"affiliations": "UTSA",
|
||||
"mainimage": "/images/chipmeadows.jpeg",
|
||||
"maintext": "<p>Sept. 27, 2019 -- Chip Meadows, a senior information security analyst with UTSA’s Office of Information Security, passed away at the age of 57 on Sept. 23. Meadows first joined UTSA as a project technical lead for the Center for Infrastructure Assurance and Security and later as an information security analyst for the university.</p><p>For years Meadows was an active member within the information security community at UTSA and Greater San Antonio. He was a volunteer, organizing various information security functions and giving presentations and talks on technical topics in his field. He designed and delivered cyber exercises for the CIAS as a project technical lead and traveled across the nation assisting state and local governments in protecting their infrastructure from cyberattacks.</p><p>He is known within the DefCon community and the FBI Citizens Academy. He was an active member of the San Antonio B-sides community, the Alamo area ISSA, ISACA and InfraGard chapters. Meadows was an elder within his congregation at Baruch Eloheinu. In addition to being an advocate for information security, most remember him as being a genuine friend with a kind soul.</p><p>Chip maintained close relationships with those he worked with—often consulting and assisting in all capacities from implementation, teaching and consulting. “Chip was an important member of the team,” said Kevin Kjosa, chief information security officer at UTSA. “He mentored all of us and his absence will be sorely missed.” Meadow leaves behind his wife, Anna Meadows, and a son, Matthew.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/chipmeadows"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Christian",
|
||||
"lastname" : "Wright",
|
||||
"handle" : "Curiosity",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "11",
|
||||
"mainimage" : "/images/y3t1_Art-Christian_Wright_aka_Curiosity.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Christian",
|
||||
"lastname": "Wright",
|
||||
"handle": "Curiosity",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "11",
|
||||
"mainimage": "/images/y3t1_Art-Christian_Wright_aka_Curiosity.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,31 +1,30 @@
|
|||
{
|
||||
"firstname" : "Conor",
|
||||
"lastname" : "Fahey-Latrope",
|
||||
"handle" : "Conor Pot Pie",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"obituary" : "",
|
||||
"issue" : "81",
|
||||
"mainimage" : "/images/Conor_Fahey-Latrope.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/conorpotpie"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Conor_Fahey-Latrope2.jpg",
|
||||
"title" : "Conor and bird",
|
||||
"caption" : "Conor and bird"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Conor_Fahey-Latrope3.jpg",
|
||||
"title" : "Conor and son, Finn",
|
||||
"caption" : "Conor and son, Finn"
|
||||
}
|
||||
]
|
||||
"firstname": "Conor",
|
||||
"lastname": "Fahey-Latrope",
|
||||
"handle": "Conor Pot Pie",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"obituary": "",
|
||||
"issue": "81",
|
||||
"mainimage": "/images/Conor_Fahey-Latrope.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/conorpotpie"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Conor_Fahey-Latrope2.jpg",
|
||||
"title": "Conor and bird",
|
||||
"caption": "Conor and bird"
|
||||
},
|
||||
{
|
||||
"url": "/images/Conor_Fahey-Latrope3.jpg",
|
||||
"title": "Conor and son, Finn",
|
||||
"caption": "Conor and son, Finn"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +1,14 @@
|
|||
{
|
||||
"firstname" : "Daren (Darin?)",
|
||||
"lastname" : "Senn",
|
||||
"handle" : "Sinster",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"obituary" : "",
|
||||
"issue" : "49",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
],
|
||||
"contributions" : [
|
||||
],
|
||||
"gallery" : [
|
||||
]
|
||||
"firstname": "Daren (Darin?)",
|
||||
"lastname": "Senn",
|
||||
"handle": "Sinster",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"obituary": "",
|
||||
"issue": "49",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,36 +1,36 @@
|
|||
{
|
||||
"firstname" : "David",
|
||||
"lastname" : "Jones",
|
||||
"handle" : "Rev. Rance",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "1",
|
||||
"mainimage" : "/images/y3t1_Art-David_Jones_aka_Rance.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/revrance"
|
||||
},
|
||||
{
|
||||
"sitename" : "LinkedIn",
|
||||
"siteurl" : "https://www.linkedin.com/in/revrance/"
|
||||
},
|
||||
{
|
||||
"sitename" : "Facebook",
|
||||
"siteurl" : "https://www.facebook.com/profile.php?id=1198558199&ref=br_rs"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/David_Jones_1.jpg"
|
||||
},
|
||||
{
|
||||
"url" : "/images/David_Jones_2.jpg"
|
||||
},
|
||||
{
|
||||
"url" : "/images/David_Jones_3.jpg"
|
||||
}
|
||||
]
|
||||
"firstname": "David",
|
||||
"lastname": "Jones",
|
||||
"handle": "Rev. Rance",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "1",
|
||||
"mainimage": "/images/y3t1_Art-David_Jones_aka_Rance.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/revrance"
|
||||
},
|
||||
{
|
||||
"sitename": "LinkedIn",
|
||||
"siteurl": "https://www.linkedin.com/in/revrance/"
|
||||
},
|
||||
{
|
||||
"sitename": "Facebook",
|
||||
"siteurl": "https://www.facebook.com/profile.php?id=1198558199&ref=br_rs"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/David_Jones_1.jpg"
|
||||
},
|
||||
{
|
||||
"url": "/images/David_Jones_2.jpg"
|
||||
},
|
||||
{
|
||||
"url": "/images/David_Jones_3.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"firstname" : "Deven",
|
||||
"lastname" : "Fore",
|
||||
"handle" : "d3c4f",
|
||||
"birth" : "",
|
||||
"death" : "2018",
|
||||
"obituary" : "https://www.gofundme.com/f/deven-and-alicia-fore-family-help",
|
||||
"issue" : "111",
|
||||
"affiliations" : "DC801",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "<p>Deven passed away suddenly last night Sunday, April 22nd. His unexpected death has broken our hearts, and left his two young children and wife devastated.</p><p>Many people have asked how they can help and it is our hope that by bringing this tragedy to the attention of friends and loved ones we will be able to raise the necessary funds to support the Fores with funeral/memorial services and the immediate needs of a single mother with two young children.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/dc801"
|
||||
},
|
||||
{
|
||||
"sitename" : "DC801",
|
||||
"siteurl" : "https://www.dc801.org/"
|
||||
}
|
||||
]
|
||||
"firstname": "Deven",
|
||||
"lastname": "Fore",
|
||||
"handle": "d3c4f",
|
||||
"birth": "",
|
||||
"death": "2018",
|
||||
"obituary": "https://www.gofundme.com/f/deven-and-alicia-fore-family-help",
|
||||
"issue": "111",
|
||||
"affiliations": "DC801",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Deven passed away suddenly last night Sunday, April 22nd. His unexpected death has broken our hearts, and left his two young children and wife devastated.</p><p>Many people have asked how they can help and it is our hope that by bringing this tragedy to the attention of friends and loved ones we will be able to raise the necessary funds to support the Fores with funeral/memorial services and the immediate needs of a single mother with two young children.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/dc801"
|
||||
},
|
||||
{
|
||||
"sitename": "DC801",
|
||||
"siteurl": "https://www.dc801.org/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"firstname" : "Don",
|
||||
"lastname" : "Blumenthal",
|
||||
"handle" : "",
|
||||
"birth" : "Aug. 4, 1978",
|
||||
"death" : "Friday, Jan. 5, 2001",
|
||||
"obituary" : "https://icannwiki.org/Don_Blumenthal",
|
||||
"issue" : "117",
|
||||
"affiliations" : "ICANN",
|
||||
"mainimage" : "/images/donblumenthal.jpg",
|
||||
"maintext" : "<p>Don Blumenthal is a lawyer and consultant. He esd an expert in law, technology, and policy development, particularly data security and privacy issues, electronic data discovery, cyber crime and civil fraud, Internet evidence development, spam, and malware. He was the Senior Policy Advisor of PIR, the registry operator of the .org TLD. Blumenthal was also a Senior Principal for Global Cyber Risk, LLC., and an Adjunct Professor at the University of Michigan School of Information and at Michigan State University School of Criminal Justice.</p><p> Blumenthal is an active participant in the ICANN community. He is represents PIR at the GNSO's RySG. He is also a member of various Working Groups such as the Joint DNS Security and Stability Analysis (DSSA) Working Group, GNSO Whois Survey WG, and Security and Stability Advisory Committee (SSAC).</p><p>Blumenthal contributed to the ABA publication International Guide to Cyber Security, the International Guide to Privacy and Roadmap to Enterprise Security. In 2005, he served as Co-Chairman to the Roadmap to Government and Private Sector Cyber Security Program and became the Moderator of the Roadmap to Enterprise Security Panel. In 2003, he helped organize the program Doing Business Around the Globe: New Guides to Protecting and Securing Your Data and Network, and participated as panelist during the ABA annual meeting. In 2004, he was the keynote speaker of the Third European IT-Forensics Meetings which was held at Rome, Italy. He is q contributor to FTC's publication, the Fraudbuster, under the Computer Sentinel Program. A complete list of his outreach activities can be found here.</p>",
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "micq",
|
||||
"url" : "htps://www.cyberz.tech/",
|
||||
"description" : "Micq (Matt's ICQ) is a text mode (console) ICQ client for Linux and Unix based Operating Systems, originally written by Matthew D Smith with the first versions being used very early 1998."
|
||||
}
|
||||
]
|
||||
"firstname": "Don",
|
||||
"lastname": "Blumenthal",
|
||||
"handle": "",
|
||||
"birth": "Aug. 4, 1978",
|
||||
"death": "Friday, Jan. 5, 2001",
|
||||
"obituary": "https://icannwiki.org/Don_Blumenthal",
|
||||
"issue": "117",
|
||||
"affiliations": "ICANN",
|
||||
"mainimage": "/images/donblumenthal.jpg",
|
||||
"maintext": "<p>Don Blumenthal is a lawyer and consultant. He esd an expert in law, technology, and policy development, particularly data security and privacy issues, electronic data discovery, cyber crime and civil fraud, Internet evidence development, spam, and malware. He was the Senior Policy Advisor of PIR, the registry operator of the .org TLD. Blumenthal was also a Senior Principal for Global Cyber Risk, LLC., and an Adjunct Professor at the University of Michigan School of Information and at Michigan State University School of Criminal Justice.</p><p> Blumenthal is an active participant in the ICANN community. He is represents PIR at the GNSO's RySG. He is also a member of various Working Groups such as the Joint DNS Security and Stability Analysis (DSSA) Working Group, GNSO Whois Survey WG, and Security and Stability Advisory Committee (SSAC).</p><p>Blumenthal contributed to the ABA publication International Guide to Cyber Security, the International Guide to Privacy and Roadmap to Enterprise Security. In 2005, he served as Co-Chairman to the Roadmap to Government and Private Sector Cyber Security Program and became the Moderator of the Roadmap to Enterprise Security Panel. In 2003, he helped organize the program Doing Business Around the Globe: New Guides to Protecting and Securing Your Data and Network, and participated as panelist during the ABA annual meeting. In 2004, he was the keynote speaker of the Third European IT-Forensics Meetings which was held at Rome, Italy. He is q contributor to FTC's publication, the Fraudbuster, under the Computer Sentinel Program. A complete list of his outreach activities can be found here.</p>",
|
||||
"contributions": [
|
||||
{
|
||||
"title": "micq",
|
||||
"url": "htps://www.cyberz.tech/",
|
||||
"description": "Micq (Matt's ICQ) is a text mode (console) ICQ client for Linux and Unix based Operating Systems, originally written by Matthew D Smith with the first versions being used very early 1998."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,26 +1,25 @@
|
|||
{
|
||||
"firstname" : "Eric",
|
||||
"lastname" : "Chavez",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "2019",
|
||||
"obituary" : "",
|
||||
"issue" : "57",
|
||||
"mainimage" : "/images/Eric_Chavez.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "LinkedIn",
|
||||
"siteurl" : "https://www.linkedin.com/in/chaveze/"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Eric_Chavez-linkedin.jpg",
|
||||
"title" : "LinkedIn Profile Photo",
|
||||
"caption" : "LinkedIn Profile Photo"
|
||||
}
|
||||
]
|
||||
"firstname": "Eric",
|
||||
"lastname": "Chavez",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "2019",
|
||||
"obituary": "",
|
||||
"issue": "57",
|
||||
"mainimage": "/images/Eric_Chavez.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "LinkedIn",
|
||||
"siteurl": "https://www.linkedin.com/in/chaveze/"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Eric_Chavez-linkedin.jpg",
|
||||
"title": "LinkedIn Profile Photo",
|
||||
"caption": "LinkedIn Profile Photo"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Gary",
|
||||
"lastname" : "James",
|
||||
"handle" : "Turb1n3",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "17",
|
||||
"mainimage" : "/images/y3t1_Art-Gary_James_aka_Turb1n3.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Gary",
|
||||
"lastname": "James",
|
||||
"handle": "Turb1n3",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "17",
|
||||
"mainimage": "/images/y3t1_Art-Gary_James_aka_Turb1n3.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,15 @@
|
|||
{
|
||||
"firstname" : "Geoffrey",
|
||||
"lastname" : "Bennett",
|
||||
"handle" : "",
|
||||
"birth" : "1966",
|
||||
"death" : "2008",
|
||||
"affiliations" : "AHA!",
|
||||
"issue" : "33",
|
||||
"obituary" : "https://www.dignitymemorial.com/obituaries/austin-tx/geoffrey-bennett-8211772",
|
||||
"mainimage" : "/images/Geoffrey_Bennett.jpg",
|
||||
"maintext" : "<p>From Obituary: Geoffrey Southerland Bennett On April 6, 2008, Geoffrey Southerland Bennett, passed away while jogging at the Dell Jewish Community Center of Austin. Born in Washington, D.C. on August 22, 1966, Geoff was 41 years old. Geoffrey was a very loving and nurturing father to his daughter, Ruthie. He produced 'Ruthie's Daily Grind', an internet blog on Ruthie's development from infancy through preschool.</p><p>Geoffrey graduated from Austin High School and was an outstanding gymnast in high school and college. While attending Austin High, he held all but one of the men's gymnastic records. Geoffrey earned a BFA degree at the University of Oklahoma and was an accomplished artist. Geoff was an avid reader with a passion for satire. He was employed by TICOM, Inc., and was a highly regarded Information Systems Security Analyst and Network Administrator.</p><p>Survivors include his daughter, Ruth Lynelle Bennett; wife, Jennifer Godfrey Bennett; mother, Mary Beth Bennett; father, Baylus Bennett; brother, Chad Bennett and his wife Catherine and their children Cadyn and Chase Bennett. Visitation will be held Wednesday April 9, from 6:00 – 8:00 p.m. at Weed-Corley-Fish Funeral Home, 3125 N. Lamar. Services will be held at 1 pm on Thursday, April 10, at Weed-Corley-Fish Funeral Home. Interment will follow at Austin Memorial Park. Pallbearers are: Chad Bennett, Raymond Bennett, Willie Bennett, Bruce Tabor, Kevin Godfrey, Ian Robertson, Jason Johnston, and Aqueel Darbar. In lieu of flowers contributions to the following organizations are welcome, Dell Children's Hospital, Town Lake Animal Center, and Capitol School of Austin</p>",
|
||||
"socialmedialinks" : [
|
||||
],
|
||||
"contributions" : [
|
||||
],
|
||||
"gallery" : [
|
||||
]
|
||||
"firstname": "Geoffrey",
|
||||
"lastname": "Bennett",
|
||||
"handle": "",
|
||||
"birth": "1966",
|
||||
"death": "2008",
|
||||
"affiliations": "AHA!",
|
||||
"issue": "33",
|
||||
"obituary": "https://www.dignitymemorial.com/obituaries/austin-tx/geoffrey-bennett-8211772",
|
||||
"mainimage": "/images/Geoffrey_Bennett.jpg",
|
||||
"maintext": "<p>From Obituary: Geoffrey Southerland Bennett On April 6, 2008, Geoffrey Southerland Bennett, passed away while jogging at the Dell Jewish Community Center of Austin. Born in Washington, D.C. on August 22, 1966, Geoff was 41 years old. Geoffrey was a very loving and nurturing father to his daughter, Ruthie. He produced 'Ruthie's Daily Grind', an internet blog on Ruthie's development from infancy through preschool.</p><p>Geoffrey graduated from Austin High School and was an outstanding gymnast in high school and college. While attending Austin High, he held all but one of the men's gymnastic records. Geoffrey earned a BFA degree at the University of Oklahoma and was an accomplished artist. Geoff was an avid reader with a passion for satire. He was employed by TICOM, Inc., and was a highly regarded Information Systems Security Analyst and Network Administrator.</p><p>Survivors include his daughter, Ruth Lynelle Bennett; wife, Jennifer Godfrey Bennett; mother, Mary Beth Bennett; father, Baylus Bennett; brother, Chad Bennett and his wife Catherine and their children Cadyn and Chase Bennett. Visitation will be held Wednesday April 9, from 6:00 – 8:00 p.m. at Weed-Corley-Fish Funeral Home, 3125 N. Lamar. Services will be held at 1 pm on Thursday, April 10, at Weed-Corley-Fish Funeral Home. Interment will follow at Austin Memorial Park. Pallbearers are: Chad Bennett, Raymond Bennett, Willie Bennett, Bruce Tabor, Kevin Godfrey, Ian Robertson, Jason Johnston, and Aqueel Darbar. In lieu of flowers contributions to the following organizations are welcome, Dell Children's Hospital, Town Lake Animal Center, and Capitol School of Austin</p>",
|
||||
"socialmedialinks": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"firstname" : "Ian",
|
||||
"lastname" : "Murdock",
|
||||
"handle" : "",
|
||||
"birth" : "1973",
|
||||
"death" : "2015",
|
||||
"issue" : "25",
|
||||
"mainimage" : "/images/Ian_Murdock.jpg",
|
||||
"maintext" : "<p>While a college student, Murdock founded the Debian project in August 1993, and wrote the Debian Manifesto in January 1994. Murdock conceived Debian as a Linux distribution that embraced open design, contributions, and support from the free software community. He named Debian after his then-girlfriend (later wife) Debra Lynn, and himself (Deb and Ian). They later married, had three children, and divorced in January 2008. In January 2006, Murdock was appointed Chief Technology Officer of the Free Standards Group and elected chair of the Linux Standard Base workgroup. He continued as CTO of the Linux Foundation when the group was formed from the merger of the Free Standards Group and Open Source Development Labs.</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Debian",
|
||||
"url" : "https://en.wikipedia.org/wiki/Debian",
|
||||
"description" : "Debian (/ˈdɛbiən/) is a Unix-like operating system composed of free and open-source software. Ian Murdock founded the Debian Project on August 16, 1993."
|
||||
}
|
||||
],
|
||||
"gallery" : ""
|
||||
"firstname": "Ian",
|
||||
"lastname": "Murdock",
|
||||
"handle": "",
|
||||
"birth": "1973",
|
||||
"death": "2015",
|
||||
"issue": "25",
|
||||
"mainimage": "/images/Ian_Murdock.jpg",
|
||||
"maintext": "<p>While a college student, Murdock founded the Debian project in August 1993, and wrote the Debian Manifesto in January 1994. Murdock conceived Debian as a Linux distribution that embraced open design, contributions, and support from the free software community. He named Debian after his then-girlfriend (later wife) Debra Lynn, and himself (Deb and Ian). They later married, had three children, and divorced in January 2008. In January 2006, Murdock was appointed Chief Technology Officer of the Free Standards Group and elected chair of the Linux Standard Base workgroup. He continued as CTO of the Linux Foundation when the group was formed from the merger of the Free Standards Group and Open Source Development Labs.</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Debian",
|
||||
"url": "https://en.wikipedia.org/wiki/Debian",
|
||||
"description": "Debian (/ˈdɛbiən/) is a Unix-like operating system composed of free and open-source software. Ian Murdock founded the Debian Project on August 16, 1993."
|
||||
}
|
||||
],
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"firstname" : "Jaime",
|
||||
"lastname" : "Cochran",
|
||||
"handle" : "ACKFlags/AssHurtMacFags",
|
||||
"birth" : "",
|
||||
"death" : "2018",
|
||||
"issue" : "26",
|
||||
"affiliations" : "The Rustle League",
|
||||
"mainimage" : "/images/JaimeCochran_2.png",
|
||||
"maintext" : "Jaime was a member of the trolling group Rustle League, contributor/editor for Chronicle dot su & Lebel Drocer and worked to be one of the funniest and most unique person in many of our daily lives. She will be remembered for the way she touched us and we shall pay her respect by remembering the best of Jaime.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/ACKFlags"
|
||||
},
|
||||
{
|
||||
"sitename" : "Github",
|
||||
"siteurl" : "https://github.com/asshurtmacfags"
|
||||
},
|
||||
{
|
||||
"sitename" : "Facebook",
|
||||
"siteurl" : "https://www.facebook.com/asshurtmacfags/"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/JaimeCochran.jpg",
|
||||
"title" : "Jaime Cochran",
|
||||
"caption" : "Jaime Cochran sitting at her computer"
|
||||
}
|
||||
]
|
||||
"firstname": "Jaime",
|
||||
"lastname": "Cochran",
|
||||
"handle": "ACKFlags/AssHurtMacFags",
|
||||
"birth": "",
|
||||
"death": "2018",
|
||||
"issue": "26",
|
||||
"affiliations": "The Rustle League",
|
||||
"mainimage": "/images/JaimeCochran_2.png",
|
||||
"maintext": "Jaime was a member of the trolling group Rustle League, contributor/editor for Chronicle dot su & Lebel Drocer and worked to be one of the funniest and most unique person in many of our daily lives. She will be remembered for the way she touched us and we shall pay her respect by remembering the best of Jaime.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/ACKFlags"
|
||||
},
|
||||
{
|
||||
"sitename": "Github",
|
||||
"siteurl": "https://github.com/asshurtmacfags"
|
||||
},
|
||||
{
|
||||
"sitename": "Facebook",
|
||||
"siteurl": "https://www.facebook.com/asshurtmacfags/"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/JaimeCochran.jpg",
|
||||
"title": "Jaime Cochran",
|
||||
"caption": "Jaime Cochran sitting at her computer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"firstname" : "Jay",
|
||||
"lastname" : "Dyson",
|
||||
"handle" : "Cancer Omega",
|
||||
"birth" : "22 Sept 1962",
|
||||
"death" : "21 Dec 2011",
|
||||
"issue" : "14",
|
||||
"affiliations" : "attrition.org",
|
||||
"mainimage" : "/images/Jay_Dyson.jpg",
|
||||
"maintext" : "Jay Dyson, 49, of Surprise, Arizona, passed away on December 21, 2011. He was preceded in death by his mother, Carole Clough. He is survived by his loving wife, Marie Dyson, children, Andrew and Miranda Dyson, father, Bill Clough, brothers, Douglas, Charlie and Michael Clough, parents-in-law, Ronald and Penny D’Abato and sister-in-law, Cassie Sheline. Jay was a wonderful man who was very dedicated to his family and his work. He absolutely loved Christmas and had a special way making the holiday so cheerful for those around him. Jay’s first Christmas in Heaven will be very special as he will be dearly missed by all those who loved him.",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Attrition homepage",
|
||||
"url" : "http://attrition.org/~comega/",
|
||||
"description" : "Cancer Omega's homepage on attrition.org"
|
||||
}
|
||||
],
|
||||
"gallery" : ""
|
||||
"firstname": "Jay",
|
||||
"lastname": "Dyson",
|
||||
"handle": "Cancer Omega",
|
||||
"birth": "22 Sept 1962",
|
||||
"death": "21 Dec 2011",
|
||||
"issue": "14",
|
||||
"affiliations": "attrition.org",
|
||||
"mainimage": "/images/Jay_Dyson.jpg",
|
||||
"maintext": "Jay Dyson, 49, of Surprise, Arizona, passed away on December 21, 2011. He was preceded in death by his mother, Carole Clough. He is survived by his loving wife, Marie Dyson, children, Andrew and Miranda Dyson, father, Bill Clough, brothers, Douglas, Charlie and Michael Clough, parents-in-law, Ronald and Penny D’Abato and sister-in-law, Cassie Sheline. Jay was a wonderful man who was very dedicated to his family and his work. He absolutely loved Christmas and had a special way making the holiday so cheerful for those around him. Jay’s first Christmas in Heaven will be very special as he will be dearly missed by all those who loved him.",
|
||||
"socialmedialinks": "",
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Attrition homepage",
|
||||
"url": "http://attrition.org/~comega/",
|
||||
"description": "Cancer Omega's homepage on attrition.org"
|
||||
}
|
||||
],
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Joe",
|
||||
"lastname" : "Engressia",
|
||||
"handle" : "Joybubbles",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "16",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Joe",
|
||||
"lastname": "Engressia",
|
||||
"handle": "Joybubbles",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "16",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Joe",
|
||||
"lastname" : "Rogers",
|
||||
"handle" : "Selir",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "19",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Joe",
|
||||
"lastname": "Rogers",
|
||||
"handle": "Selir",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "19",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,40 +1,40 @@
|
|||
{
|
||||
"firstname" : "Jonathan",
|
||||
"lastname" : "Stuart",
|
||||
"handle" : "dent1zt",
|
||||
"birth" : "1982",
|
||||
"death" : "2017",
|
||||
"issue" : "32",
|
||||
"mainimage" : "/images/Jonathan_Stuart.jpeg",
|
||||
"maintext" : "<p>Jonathan Stuart is an independant security researcher and Hacker. He has been in the field for 12 years. He has committed to various open source operating systems, is a BSD/UNIX kernel engineer, and has spoken at Arizona State University to a group of graduate CS students, ReCon (twice before), and trained at BlackHat on telephony related hacking. He started his career at Entercept and until recently worked on a research team at McAfee. He likes firmware reverse engineering, C code and assembly for dozens of architectures, and long walks on the beach hand in hand with beautiful intelligent brunettes.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/dent1zt"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Recon 2012 Speaker",
|
||||
"url" : "https://recon.cx/2012/schedule/events/251.en.html",
|
||||
"description" : "Reversing Point-of-Sale Systems: Potential Vulnerabilities in Transactions"
|
||||
},
|
||||
{
|
||||
"title" : "NPR 2015 Interview",
|
||||
"url" : "https://www.npr.org/transcripts/519298871",
|
||||
"description" : "Hacking The iPhone For Fun, Profit, And Maybe Espionage"
|
||||
},
|
||||
{
|
||||
"title" : "www.doomworld.com",
|
||||
"url" : "https://www.doomworld.com/interviews/int2.shtml",
|
||||
"description" : "The Man Behind Internet Doom"
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Jonathan_Stuart2.jpg",
|
||||
"title" : "Johnathan Stuart during an NPR interview in 2015",
|
||||
"caption" : "Johnathan Stuart during an NPR interview in 2015"
|
||||
}
|
||||
]
|
||||
"firstname": "Jonathan",
|
||||
"lastname": "Stuart",
|
||||
"handle": "dent1zt",
|
||||
"birth": "1982",
|
||||
"death": "2017",
|
||||
"issue": "32",
|
||||
"mainimage": "/images/Jonathan_Stuart.jpeg",
|
||||
"maintext": "<p>Jonathan Stuart is an independant security researcher and Hacker. He has been in the field for 12 years. He has committed to various open source operating systems, is a BSD/UNIX kernel engineer, and has spoken at Arizona State University to a group of graduate CS students, ReCon (twice before), and trained at BlackHat on telephony related hacking. He started his career at Entercept and until recently worked on a research team at McAfee. He likes firmware reverse engineering, C code and assembly for dozens of architectures, and long walks on the beach hand in hand with beautiful intelligent brunettes.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/dent1zt"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Recon 2012 Speaker",
|
||||
"url": "https://recon.cx/2012/schedule/events/251.en.html",
|
||||
"description": "Reversing Point-of-Sale Systems: Potential Vulnerabilities in Transactions"
|
||||
},
|
||||
{
|
||||
"title": "NPR 2015 Interview",
|
||||
"url": "https://www.npr.org/transcripts/519298871",
|
||||
"description": "Hacking The iPhone For Fun, Profit, And Maybe Espionage"
|
||||
},
|
||||
{
|
||||
"title": "www.doomworld.com",
|
||||
"url": "https://www.doomworld.com/interviews/int2.shtml",
|
||||
"description": "The Man Behind Internet Doom"
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Jonathan_Stuart2.jpg",
|
||||
"title": "Johnathan Stuart during an NPR interview in 2015",
|
||||
"caption": "Johnathan Stuart during an NPR interview in 2015"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Jon",
|
||||
"lastname" : "Hart",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "3",
|
||||
"mainimage" : "/images/y3t1_Art-Jon_Hart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/jhartftw"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Jon",
|
||||
"lastname": "Hart",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "3",
|
||||
"mainimage": "/images/y3t1_Art-Jon_Hart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/jhartftw"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"firstname" : "Josh",
|
||||
"lastname" : "Cohen",
|
||||
"handle" : "PacBell",
|
||||
"birth" : "1978",
|
||||
"death" : "2005",
|
||||
"issue" : "12",
|
||||
"affiliations" : "Goon",
|
||||
"mainimage" : "/images/y3t1_Art-Josh_Cohen_aka_PacBell.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "DEF CON Goon",
|
||||
"url" : "https://www.defcon.org/html/links/dc-goon-hof.html",
|
||||
"description" : "Served as a volunteer Goon at DEF CON."
|
||||
}
|
||||
],
|
||||
"gallery" : ""
|
||||
"firstname": "Josh",
|
||||
"lastname": "Cohen",
|
||||
"handle": "PacBell",
|
||||
"birth": "1978",
|
||||
"death": "2005",
|
||||
"issue": "12",
|
||||
"affiliations": "Goon",
|
||||
"mainimage": "/images/y3t1_Art-Josh_Cohen_aka_PacBell.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": [
|
||||
{
|
||||
"title": "DEF CON Goon",
|
||||
"url": "https://www.defcon.org/html/links/dc-goon-hof.html",
|
||||
"description": "Served as a volunteer Goon at DEF CON."
|
||||
}
|
||||
],
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,21 +1,15 @@
|
|||
{
|
||||
"firstname" : "Karen",
|
||||
"lastname" : "",
|
||||
"handle" : "Krystalia",
|
||||
"birth" : "",
|
||||
"death" : "Friday, Jan. 5, 2001",
|
||||
"obituary" : "http://krystalia.org/",
|
||||
"issue" : "Cancer",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/karen_krystalia.jpg",
|
||||
"maintext" : "<p>People Die. People Die Every day. People who are as loving, kind hearted, caring, and as radiant as Krystalia never die. Her memory will live on in our hearts forever.</p><p> Krystalia passed away at 12:30PM on October 29th, 1999. She was battling ovarian cancer that was diagnosed about 10 months prior. In her last few months it spread to her major organs, sending her into a coma early Friday morning, and then her heart stopped and she passed away that afternoon. Her family was at her side.</p><p> Daily Krystalia is bringing out the best in people. I get E-mails every day from random people telling me how sorry they are, and how they feel our loss. Everyones words are very kind, we appreciate it very much. Thank you.</p>",
|
||||
"socialmedialinks" : [
|
||||
|
||||
],
|
||||
"contributions" : [
|
||||
|
||||
],
|
||||
"gallery" : [
|
||||
|
||||
]
|
||||
"firstname": "Karen",
|
||||
"lastname": "",
|
||||
"handle": "Krystalia",
|
||||
"birth": "",
|
||||
"death": "Friday, Jan. 5, 2001",
|
||||
"obituary": "http://krystalia.org/",
|
||||
"issue": "Cancer",
|
||||
"affiliations": "",
|
||||
"mainimage": "/images/karen_krystalia.jpg",
|
||||
"maintext": "<p>People Die. People Die Every day. People who are as loving, kind hearted, caring, and as radiant as Krystalia never die. Her memory will live on in our hearts forever.</p><p> Krystalia passed away at 12:30PM on October 29th, 1999. She was battling ovarian cancer that was diagnosed about 10 months prior. In her last few months it spread to her major organs, sending her into a coma early Friday morning, and then her heart stopped and she passed away that afternoon. Her family was at her side.</p><p> Daily Krystalia is bringing out the best in people. I get E-mails every day from random people telling me how sorry they are, and how they feel our loss. Everyones words are very kind, we appreciate it very much. Thank you.</p>",
|
||||
"socialmedialinks": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Karl",
|
||||
"lastname" : "Koch",
|
||||
"handle" : "",
|
||||
"birth" : "1965",
|
||||
"death" : "1989",
|
||||
"issue" : "23",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Karl_Koch_(hacker)"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Karl",
|
||||
"lastname": "Koch",
|
||||
"handle": "",
|
||||
"birth": "1965",
|
||||
"death": "1989",
|
||||
"issue": "23",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Karl_Koch_(hacker)"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,59 +1,59 @@
|
|||
{
|
||||
"firstname" : "Kelly",
|
||||
"lastname" : "Lum",
|
||||
"handle" : "Aloria",
|
||||
"birth" : "",
|
||||
"death" : "2023",
|
||||
"obituary" : "https://techcrunch.com/2023/03/22/kelly-aloria-lum-passes-away-at-41-obituary/",
|
||||
"issue" : "194",
|
||||
"affiliations" : "SummerCon, BlackHat CFP",
|
||||
"mainimage" : "/images/Kelly_Lum1.jpg",
|
||||
"maintext" : "Kelly Lum \"officially\" worked in Information Security since 2003 and was the director of information security at Service Channel, a position she had held since 2019. She previously served as an adjunct professor at New York University's Tandon School of Engineering. She also brought decades of application security experience in the financial and government sectors to the microblogging world at Tumblr. Kelly Lum regularly spoke about reverse engineering at various conferences, including Black Hat, SummerCon, and COUNTERMEASURE.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/aloria/"
|
||||
},
|
||||
{
|
||||
"sitename" : "instagram",
|
||||
"siteurl" : "https://www.instagram.com/aloriaaa/"
|
||||
},
|
||||
{
|
||||
"sitename" : "tumblr",
|
||||
"siteurl" : "https://aloria.tumblr.com/"
|
||||
},
|
||||
{
|
||||
"sitename" : "infosec.exchange",
|
||||
"siteurl" : "https://infosec.exchange/@aloria"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Infosec Reactions",
|
||||
"url" : "https://twitter.com/sec_reactions",
|
||||
"description" : "When words aren't enough, say it with memes."
|
||||
},
|
||||
{
|
||||
"title" : "Stay Out of the Kitchen: A DLP Security Bake-Off",
|
||||
"url" : "https://www.blackhat.com/asia-16/speakers/Kelly-Lum.html",
|
||||
"description" : "Blackhat USA, vulnerabilities discovered in four commercial DLP products."
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Kelly_Lum2.jpg",
|
||||
"title" : "A picture of Aloria wearing a funny t-shirt",
|
||||
"caption" : "A picture of Aloria wearing a funny t-shirt"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Kelly_Lum3.jpg",
|
||||
"title" : "Aloria",
|
||||
"caption" : "Aloria"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Kelly_Lum4.jpg",
|
||||
"title" : "Photo of Kelly Lum on Halloween 2015",
|
||||
"caption" : "Photo of Kelly Lum on Halloween 2015"
|
||||
}
|
||||
]
|
||||
"firstname": "Kelly",
|
||||
"lastname": "Lum",
|
||||
"handle": "Aloria",
|
||||
"birth": "",
|
||||
"death": "2023",
|
||||
"obituary": "https://techcrunch.com/2023/03/22/kelly-aloria-lum-passes-away-at-41-obituary/",
|
||||
"issue": "194",
|
||||
"affiliations": "SummerCon, BlackHat CFP",
|
||||
"mainimage": "/images/Kelly_Lum1.jpg",
|
||||
"maintext": "Kelly Lum \"officially\" worked in Information Security since 2003 and was the director of information security at Service Channel, a position she had held since 2019. She previously served as an adjunct professor at New York University's Tandon School of Engineering. She also brought decades of application security experience in the financial and government sectors to the microblogging world at Tumblr. Kelly Lum regularly spoke about reverse engineering at various conferences, including Black Hat, SummerCon, and COUNTERMEASURE.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/aloria/"
|
||||
},
|
||||
{
|
||||
"sitename": "instagram",
|
||||
"siteurl": "https://www.instagram.com/aloriaaa/"
|
||||
},
|
||||
{
|
||||
"sitename": "tumblr",
|
||||
"siteurl": "https://aloria.tumblr.com/"
|
||||
},
|
||||
{
|
||||
"sitename": "infosec.exchange",
|
||||
"siteurl": "https://infosec.exchange/@aloria"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Infosec Reactions",
|
||||
"url": "https://twitter.com/sec_reactions",
|
||||
"description": "When words aren't enough, say it with memes."
|
||||
},
|
||||
{
|
||||
"title": "Stay Out of the Kitchen: A DLP Security Bake-Off",
|
||||
"url": "https://www.blackhat.com/asia-16/speakers/Kelly-Lum.html",
|
||||
"description": "Blackhat USA, vulnerabilities discovered in four commercial DLP products."
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Kelly_Lum2.jpg",
|
||||
"title": "A picture of Aloria wearing a funny t-shirt",
|
||||
"caption": "A picture of Aloria wearing a funny t-shirt"
|
||||
},
|
||||
{
|
||||
"url": "/images/Kelly_Lum3.jpg",
|
||||
"title": "Aloria",
|
||||
"caption": "Aloria"
|
||||
},
|
||||
{
|
||||
"url": "/images/Kelly_Lum4.jpg",
|
||||
"title": "Photo of Kelly Lum on Halloween 2015",
|
||||
"caption": "Photo of Kelly Lum on Halloween 2015"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,79 +1,79 @@
|
|||
{
|
||||
"firstname" : "Kelvin",
|
||||
"lastname" : "White",
|
||||
"handle" : "L3thal",
|
||||
"birth" : "Oct 24th 1977",
|
||||
"death" : "Apr 4th 2017",
|
||||
"obituary" : "",
|
||||
"issue" : "128",
|
||||
"affiliations" : "SmashTheStack",
|
||||
"mainimage" : "/images/kelvin_white_l3thal.jpeg",
|
||||
"maintext" : "Kelvin White (a.k.a. l3thal) graced the world with his presence for just 39 years, but he lived every moment of it to the max. If you were lucky enough to meet him, you either instantly connected or not, with no awkward stage in between.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/l3thal_sts"
|
||||
},
|
||||
{
|
||||
"sitename" : "Github",
|
||||
"siteurl" : "https://github.com/l3thal"
|
||||
},
|
||||
{
|
||||
"sitename" : "Facebook",
|
||||
"siteurl" : "https://www.facebook.com/outlawscumbag"
|
||||
},
|
||||
{
|
||||
"sitename" : "Facebook Memorial",
|
||||
"siteurl" : "https://www.facebook.com/kelvinwhitelethal/"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "SmashTheStack",
|
||||
"url" : "https://www.smashthestack.org/",
|
||||
"description" : "L3thal was a co-creator and admin for the SmashTheStack WarGames website and services. This included the maintenance of infrastructure, development of new games and their individual challenges."
|
||||
},
|
||||
{
|
||||
"title" : "Buffer Overflow Tutorial",
|
||||
"url" : "https://smashthestack.org/l3thal/bof.txt",
|
||||
"description" : "This was a commonly referenced overflow tutorial that l3thal wrote for newbies on the SmashTheStack IRC network."
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_classic_1992_age-15.jpeg",
|
||||
"title" : "Classic Kelvin. *swoon* (circa 1992, age 15)",
|
||||
"caption" : "Photo of l3thal at age 15 (1992)"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_keyboard.jpeg",
|
||||
"title" : "l3thal avatar",
|
||||
"caption" : "Photo of l3thal wearing a mask and holding a keyboard like a rifle"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_last-known-photo.jpeg",
|
||||
"title" : "Last known photo: 4/15 12am. Crazy as always.",
|
||||
"caption" : "The last known photo of l3thal"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_memorial_banner.png",
|
||||
"title" : "Memorial banner (l3thal edit)",
|
||||
"caption" : "A memorial banner of multiple photos in honor of l3thal"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_punk.jpeg",
|
||||
"title" : "That perfect punk snarl.",
|
||||
"caption" : "Photo of l3thal dressed in his usual punk attire"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_l3thal_STS-at-DEFCON.jpeg",
|
||||
"title" : "Photo of l3thal (front/center hugging mauvehed) and other anonymous SmashTheStack members at DEF CON",
|
||||
"caption" : "Photo of l3thal (front/center hugging mauvehed) and other anonymous SmashTheStack members at DEF CON"
|
||||
},
|
||||
{
|
||||
"url" : "images/kelvin_white_star-struck.jpeg",
|
||||
"title" : "Love in our star-struck eyes, immortalized. (either that or we mighta been smacked out that night)",
|
||||
"caption" : "Photo of Kelvin and wife Kelli"
|
||||
}
|
||||
]
|
||||
"firstname": "Kelvin",
|
||||
"lastname": "White",
|
||||
"handle": "L3thal",
|
||||
"birth": "Oct 24th 1977",
|
||||
"death": "Apr 4th 2017",
|
||||
"obituary": "",
|
||||
"issue": "128",
|
||||
"affiliations": "SmashTheStack",
|
||||
"mainimage": "/images/kelvin_white_l3thal.jpeg",
|
||||
"maintext": "Kelvin White (a.k.a. l3thal) graced the world with his presence for just 39 years, but he lived every moment of it to the max. If you were lucky enough to meet him, you either instantly connected or not, with no awkward stage in between.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/l3thal_sts"
|
||||
},
|
||||
{
|
||||
"sitename": "Github",
|
||||
"siteurl": "https://github.com/l3thal"
|
||||
},
|
||||
{
|
||||
"sitename": "Facebook",
|
||||
"siteurl": "https://www.facebook.com/outlawscumbag"
|
||||
},
|
||||
{
|
||||
"sitename": "Facebook Memorial",
|
||||
"siteurl": "https://www.facebook.com/kelvinwhitelethal/"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "SmashTheStack",
|
||||
"url": "https://www.smashthestack.org/",
|
||||
"description": "L3thal was a co-creator and admin for the SmashTheStack WarGames website and services. This included the maintenance of infrastructure, development of new games and their individual challenges."
|
||||
},
|
||||
{
|
||||
"title": "Buffer Overflow Tutorial",
|
||||
"url": "https://smashthestack.org/l3thal/bof.txt",
|
||||
"description": "This was a commonly referenced overflow tutorial that l3thal wrote for newbies on the SmashTheStack IRC network."
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_classic_1992_age-15.jpeg",
|
||||
"title": "Classic Kelvin. *swoon* (circa 1992, age 15)",
|
||||
"caption": "Photo of l3thal at age 15 (1992)"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_keyboard.jpeg",
|
||||
"title": "l3thal avatar",
|
||||
"caption": "Photo of l3thal wearing a mask and holding a keyboard like a rifle"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_last-known-photo.jpeg",
|
||||
"title": "Last known photo: 4/15 12am. Crazy as always.",
|
||||
"caption": "The last known photo of l3thal"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_memorial_banner.png",
|
||||
"title": "Memorial banner (l3thal edit)",
|
||||
"caption": "A memorial banner of multiple photos in honor of l3thal"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_punk.jpeg",
|
||||
"title": "That perfect punk snarl.",
|
||||
"caption": "Photo of l3thal dressed in his usual punk attire"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_l3thal_STS-at-DEFCON.jpeg",
|
||||
"title": "Photo of l3thal (front/center hugging mauvehed) and other anonymous SmashTheStack members at DEF CON",
|
||||
"caption": "Photo of l3thal (front/center hugging mauvehed) and other anonymous SmashTheStack members at DEF CON"
|
||||
},
|
||||
{
|
||||
"url": "images/kelvin_white_star-struck.jpeg",
|
||||
"title": "Love in our star-struck eyes, immortalized. (either that or we mighta been smacked out that night)",
|
||||
"caption": "Photo of Kelvin and wife Kelli"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,85 +1,85 @@
|
|||
{
|
||||
"firstname" : "Kris",
|
||||
"lastname" : "Kaspersky",
|
||||
"handle" : "",
|
||||
"birth" : "1976",
|
||||
"death" : "2017",
|
||||
"issue" : "44",
|
||||
"mainimage" : "/images/Kaspersky_Kris.jpg",
|
||||
"maintext" : "The first article written by Kris was published when he was still in school. It was published by 'Astrologer' magazine, and the article itself was devoted to astronomy. In 1998 Kris began to contribute actively to conferences of FidoNet RU.HACKER. Dmitry Sadchenko noted his posts and arranged him a meeting with the representatives of publishing house 'Solon-Press'. In 1999 'Solon-Press' published the first book of Kris Kaspersky 'Technique and philosophy of hacker attacks' with 50 000 rubles of author's fee. A total of 16 books had been published by 2008, including several translations into English. The books were dedicated to data protection and program optimization, computer virus and disassembling. Among these books there's also 'Weatherlore Encyclopedia'. Kris's interest lies in the field of computers and astronomy. Some of his articles and forum topics concern telescopes and observation of the starry sky. Along with the books Kris contributes to such magazines as 'System administrator', 'Byte', 'Astrologer', 'Hacker'.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Kris_Kaspersky"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Thought pattern – IDA disassembler. ISBN 5-93455-093-4",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Technique of network attacks. ISBN 5-93455-078-0",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Fundamental principles of hacking. Inverse assembling mastership. ISBN 5-93455-175-2",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Sketch-book of a computer virus researcher. ISBN 5-469-00331-0",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Weather lore encyclopedia. Predicting weather by local signes",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Hacker Disassembling Uncovered, ISBN 978-1-931769-46-4",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Shellcoder's Programming Uncovered, ISBN 978-1-931769-46-4",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Data Recovery Tips & Solutions: Windows, Linux, and BSD, ISBN 978-1-931769-56-3",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "CD Cracking Uncovered Protection Against Unsanctioned, ISBN 978-81-7008-818-9",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "CD Cracking Uncovered: Protection Against Unsanctioned CD Copying, ISBN 978-1-931769-33-4",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Hacker Debugging Uncovered, ISBN 978-1-931769-40-2",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
},
|
||||
{
|
||||
"title" : "Code Optimization: Effective Memory Usage, ISBN 978-1-931769-24-2",
|
||||
"url" : "",
|
||||
"description" : ""
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Kris_Kaspersky-wikipedia.jpg",
|
||||
"title" : "By Kasperskypresent",
|
||||
"caption" : "By Kasperskypresent - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=44480894"
|
||||
}
|
||||
]
|
||||
"firstname": "Kris",
|
||||
"lastname": "Kaspersky",
|
||||
"handle": "",
|
||||
"birth": "1976",
|
||||
"death": "2017",
|
||||
"issue": "44",
|
||||
"mainimage": "/images/Kaspersky_Kris.jpg",
|
||||
"maintext": "The first article written by Kris was published when he was still in school. It was published by 'Astrologer' magazine, and the article itself was devoted to astronomy. In 1998 Kris began to contribute actively to conferences of FidoNet RU.HACKER. Dmitry Sadchenko noted his posts and arranged him a meeting with the representatives of publishing house 'Solon-Press'. In 1999 'Solon-Press' published the first book of Kris Kaspersky 'Technique and philosophy of hacker attacks' with 50 000 rubles of author's fee. A total of 16 books had been published by 2008, including several translations into English. The books were dedicated to data protection and program optimization, computer virus and disassembling. Among these books there's also 'Weatherlore Encyclopedia'. Kris's interest lies in the field of computers and astronomy. Some of his articles and forum topics concern telescopes and observation of the starry sky. Along with the books Kris contributes to such magazines as 'System administrator', 'Byte', 'Astrologer', 'Hacker'.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Kris_Kaspersky"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Thought pattern – IDA disassembler. ISBN 5-93455-093-4",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Technique of network attacks. ISBN 5-93455-078-0",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Fundamental principles of hacking. Inverse assembling mastership. ISBN 5-93455-175-2",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Sketch-book of a computer virus researcher. ISBN 5-469-00331-0",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Weather lore encyclopedia. Predicting weather by local signes",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Hacker Disassembling Uncovered, ISBN 978-1-931769-46-4",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Shellcoder's Programming Uncovered, ISBN 978-1-931769-46-4",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Data Recovery Tips & Solutions: Windows, Linux, and BSD, ISBN 978-1-931769-56-3",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "CD Cracking Uncovered Protection Against Unsanctioned, ISBN 978-81-7008-818-9",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "CD Cracking Uncovered: Protection Against Unsanctioned CD Copying, ISBN 978-1-931769-33-4",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Hacker Debugging Uncovered, ISBN 978-1-931769-40-2",
|
||||
"url": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"title": "Code Optimization: Effective Memory Usage, ISBN 978-1-931769-24-2",
|
||||
"url": "",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Kris_Kaspersky-wikipedia.jpg",
|
||||
"title": "By Kasperskypresent",
|
||||
"caption": "By Kasperskypresent - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=44480894"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"firstname" : "Lawrence",
|
||||
"lastname" : "Tesler",
|
||||
"handle" : "Larry/nomodes",
|
||||
"birth" : "1945",
|
||||
"death" : "2020",
|
||||
"obituary" : "https://www.theguardian.com/technology/2020/feb/28/larry-tesler-obituary",
|
||||
"issue" : "136",
|
||||
"affiliations" : "",
|
||||
"mainimage" : "/images/larrytesler.jpg",
|
||||
"maintext" : "<p>Anyone who uses the cut, copy and paste commands on their computer or mobile device has Larry Tesler to thank for making them so simple and easy to use.</p><p>Tesler, who has died aged 74, began his work on cut, copy and paste in 1973, when he was hired by Xerox’s Palo Alto Research Center (Parc) in California. Among other things he worked with a fellow computer scientist, Tim Mott, on the development of Gypsy, a “modeless” word processor. At the time most software had modes: for example, you might press I to enter the insert mode, or R for the replace mode. But Tesler’s research showed that non-expert users found modes confusing – and so he began to fight against them. He had “Nomodes” as his car numberplate and, later, a website at nomodes.com.</p><p>Although Tesler did not actually invent the basic functions of cut, copy and paste, he did come up with the names, keystroke combinations (Ctrl-X, Ctrl-C, Ctrl-V) and definitions for a simpler, modeless regime that became universal. As such he was happy to describe himself as the “primary inventor of modeless editing and cut, copy, paste”. It was a proud achievement, for his invention seems likely to survive for as long as there are real or virtual keyboards.</p><p>Tesler was also known for demonstrating Parc’s graphical user interface to Apple’s co-founder, Steve Jobs. In computer mythology this is said to have inspired the creation of the Apple Lisa and Macintosh computers in the early 1980s. Later, when working at Apple, he also played a significant role in the commercial success of the ARM (Acorn Risc Machine) processor, which today powers the vast majority of smartphones and tablets.</p><p>Tesler was born in New York, to Isidore Tesler, an anaesthetist, and his wife, Muriel (nee Krechmer). While attending the Bronx high school of science in the early 60s, he came up with an algorithm for generating prime numbers. A teacher told him it could be implemented on a computer, and found him a machine language manual for the IBM 650 mainframe. When given time on an IBM 650 at Columbia University – half an hour every other Saturday – he tried to run his algorithm from a deck of punched cards, but the computer was too difficult to use. It was a problem he would spend the rest of his life trying to mitigate.</p><p>He is survived by Lisa, by his second wife, the geophysicist Colleen Barton, and by his brothers, Charles and Alan.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/nomodes"},
|
||||
{
|
||||
"sitename" : "Other",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Larry_Tesler"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Computer scientist",
|
||||
"url" : "htps://www.cyberz.tech/",
|
||||
"description" : ""
|
||||
}
|
||||
]
|
||||
"firstname": "Lawrence",
|
||||
"lastname": "Tesler",
|
||||
"handle": "Larry/nomodes",
|
||||
"birth": "1945",
|
||||
"death": "2020",
|
||||
"obituary": "https://www.theguardian.com/technology/2020/feb/28/larry-tesler-obituary",
|
||||
"issue": "136",
|
||||
"affiliations": "",
|
||||
"mainimage": "/images/larrytesler.jpg",
|
||||
"maintext": "<p>Anyone who uses the cut, copy and paste commands on their computer or mobile device has Larry Tesler to thank for making them so simple and easy to use.</p><p>Tesler, who has died aged 74, began his work on cut, copy and paste in 1973, when he was hired by Xerox’s Palo Alto Research Center (Parc) in California. Among other things he worked with a fellow computer scientist, Tim Mott, on the development of Gypsy, a “modeless” word processor. At the time most software had modes: for example, you might press I to enter the insert mode, or R for the replace mode. But Tesler’s research showed that non-expert users found modes confusing – and so he began to fight against them. He had “Nomodes” as his car numberplate and, later, a website at nomodes.com.</p><p>Although Tesler did not actually invent the basic functions of cut, copy and paste, he did come up with the names, keystroke combinations (Ctrl-X, Ctrl-C, Ctrl-V) and definitions for a simpler, modeless regime that became universal. As such he was happy to describe himself as the “primary inventor of modeless editing and cut, copy, paste”. It was a proud achievement, for his invention seems likely to survive for as long as there are real or virtual keyboards.</p><p>Tesler was also known for demonstrating Parc’s graphical user interface to Apple’s co-founder, Steve Jobs. In computer mythology this is said to have inspired the creation of the Apple Lisa and Macintosh computers in the early 1980s. Later, when working at Apple, he also played a significant role in the commercial success of the ARM (Acorn Risc Machine) processor, which today powers the vast majority of smartphones and tablets.</p><p>Tesler was born in New York, to Isidore Tesler, an anaesthetist, and his wife, Muriel (nee Krechmer). While attending the Bronx high school of science in the early 60s, he came up with an algorithm for generating prime numbers. A teacher told him it could be implemented on a computer, and found him a machine language manual for the IBM 650 mainframe. When given time on an IBM 650 at Columbia University – half an hour every other Saturday – he tried to run his algorithm from a deck of punched cards, but the computer was too difficult to use. It was a problem he would spend the rest of his life trying to mitigate.</p><p>He is survived by Lisa, by his second wife, the geophysicist Colleen Barton, and by his brothers, Charles and Alan.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/nomodes"
|
||||
},
|
||||
{
|
||||
"sitename": "Other",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Larry_Tesler"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Computer scientist",
|
||||
"url": "htps://www.cyberz.tech/",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"firstname" : "Len",
|
||||
"lastname" : "Sassaman",
|
||||
"handle" : "",
|
||||
"birth" : "1980",
|
||||
"death" : "2011",
|
||||
"issue" : "6",
|
||||
"mainimage" : "/images/Len_Sassaman.jpg",
|
||||
"maintext" : "<p>Sassaman was a well-known cypherpunk, cryptographer and privacy advocate. He worked for Network Associates on the PGP encryption software, was a member of the Shmoo Group, a contributor to the OpenPGP IETF working group, the GNU Privacy Guard project, and frequently appeared at technology conferences like DEF CON. Sassaman was the co-founder of CodeCon along with Bram Cohen, co-founder of the HotPETS workshop (with Roger Dingledine of Tor and Thomas Heydt-Benjamin), co-author of the Zimmermann–Sassaman key-signing protocol, and at the age of 21, was an organizer of the protests following the arrest of Russian programmer Dmitry Sklyarov.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Len_Sassaman"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Len_Sassaman.jpg",
|
||||
"title" : "Len Sassaman at the 27th Chaos Communication Congress",
|
||||
"caption" : "By Alexander Klink - Own work, CC BY 3.0, https://commons.wikimedia.org/w/index.php?curid=12477326"
|
||||
}
|
||||
]
|
||||
"firstname": "Len",
|
||||
"lastname": "Sassaman",
|
||||
"handle": "",
|
||||
"birth": "1980",
|
||||
"death": "2011",
|
||||
"issue": "6",
|
||||
"mainimage": "/images/Len_Sassaman.jpg",
|
||||
"maintext": "<p>Sassaman was a well-known cypherpunk, cryptographer and privacy advocate. He worked for Network Associates on the PGP encryption software, was a member of the Shmoo Group, a contributor to the OpenPGP IETF working group, the GNU Privacy Guard project, and frequently appeared at technology conferences like DEF CON. Sassaman was the co-founder of CodeCon along with Bram Cohen, co-founder of the HotPETS workshop (with Roger Dingledine of Tor and Thomas Heydt-Benjamin), co-author of the Zimmermann–Sassaman key-signing protocol, and at the age of 21, was an organizer of the protests following the arrest of Russian programmer Dmitry Sklyarov.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Len_Sassaman"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Len_Sassaman.jpg",
|
||||
"title": "Len Sassaman at the 27th Chaos Communication Congress",
|
||||
"caption": "By Alexander Klink - Own work, CC BY 3.0, https://commons.wikimedia.org/w/index.php?curid=12477326"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Maxx",
|
||||
"lastname" : "Redwine",
|
||||
"handle" : "",
|
||||
"birth" : "1964",
|
||||
"death" : "2011",
|
||||
"issue" : "40",
|
||||
"mainimage" : "/images/Maxx_Redwine.jpg",
|
||||
"maintext" : "<p>Born in Mesa, AZ. Mr. RedWine was a Computer Security Consultant for Presido Networks. He was a Veteran of the US Air Force during Desert Shield.</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Maxx",
|
||||
"lastname": "Redwine",
|
||||
"handle": "",
|
||||
"birth": "1964",
|
||||
"death": "2011",
|
||||
"issue": "40",
|
||||
"mainimage": "/images/Maxx_Redwine.jpg",
|
||||
"maintext": "<p>Born in Mesa, AZ. Mr. RedWine was a Computer Security Consultant for Presido Networks. He was a Veteran of the US Air Force during Desert Shield.</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"firstname" : "Michael",
|
||||
"lastname" : "Assante",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "2019",
|
||||
"issue" : "10",
|
||||
"mainimage" : "https://images.idgesg.net/images/article/2019/06/mike-assante_cyber-security-guru_by-ryan-g-poirier-100799482-large.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/assante_michael"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "Michael J. Assante Awarded SANS ICS Lifetime Achievement Award - March 2018",
|
||||
"url" : "https://www.prnewswire.com/news-releases/michael-j-assante-awarded-sans-ics-lifetime-achievement-award-300616669.html",
|
||||
"description" : "Michael's work in ICS security has helped bring attention to an area that was largely unaddressed, despite its potential to affect critical infrastructure, human life and safety."
|
||||
},
|
||||
{
|
||||
"title" : "ICS Cyber Kill Chain",
|
||||
"url" : "https://www.sans.org/reading-room/whitepapers/ICS/paper/36297",
|
||||
"description" : "Michael Assante co-authored the ICS Cyber Kill Chain with Robert Lee, Oct 2015"
|
||||
},
|
||||
{
|
||||
"title" : "Smart Grid Cybersecurity: Job Performance Model Report",
|
||||
"url" : "https://www.energy.gov/sites/prod/files/2013/05/f0/SGC-Report.pdf",
|
||||
"description" : "Michael Assante co-authored with report in August 2012"
|
||||
},
|
||||
{
|
||||
"title" : "No Grid Left Behind",
|
||||
"url" : "https://ieeexplore.ieee.org/document/5403157",
|
||||
"description" : "Michael Assante co-authored this document which was published in IEEE Security & Privacy Vol 8, Iss 1, Jan-Feb 2010"
|
||||
},
|
||||
{
|
||||
"title" : "Mike Assante’s lasting impact on critical infrastructure security",
|
||||
"url" : "https://www.csoonline.com/article/3403656/mike-assantes-lasting-impact-on-critical-infrastructure-security-and-me.html",
|
||||
"description" : "Thanks to Mike Assante, critical infrastructure stakeholders have a better understanding of and ability to respond to cybersecurity risks."
|
||||
}
|
||||
],
|
||||
"gallery" : ""
|
||||
"firstname": "Michael",
|
||||
"lastname": "Assante",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "2019",
|
||||
"issue": "10",
|
||||
"mainimage": "https://images.idgesg.net/images/article/2019/06/mike-assante_cyber-security-guru_by-ryan-g-poirier-100799482-large.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/assante_michael"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Michael J. Assante Awarded SANS ICS Lifetime Achievement Award - March 2018",
|
||||
"url": "https://www.prnewswire.com/news-releases/michael-j-assante-awarded-sans-ics-lifetime-achievement-award-300616669.html",
|
||||
"description": "Michael's work in ICS security has helped bring attention to an area that was largely unaddressed, despite its potential to affect critical infrastructure, human life and safety."
|
||||
},
|
||||
{
|
||||
"title": "ICS Cyber Kill Chain",
|
||||
"url": "https://www.sans.org/reading-room/whitepapers/ICS/paper/36297",
|
||||
"description": "Michael Assante co-authored the ICS Cyber Kill Chain with Robert Lee, Oct 2015"
|
||||
},
|
||||
{
|
||||
"title": "Smart Grid Cybersecurity: Job Performance Model Report",
|
||||
"url": "https://www.energy.gov/sites/prod/files/2013/05/f0/SGC-Report.pdf",
|
||||
"description": "Michael Assante co-authored with report in August 2012"
|
||||
},
|
||||
{
|
||||
"title": "No Grid Left Behind",
|
||||
"url": "https://ieeexplore.ieee.org/document/5403157",
|
||||
"description": "Michael Assante co-authored this document which was published in IEEE Security & Privacy Vol 8, Iss 1, Jan-Feb 2010"
|
||||
},
|
||||
{
|
||||
"title": "Mike Assante’s lasting impact on critical infrastructure security",
|
||||
"url": "https://www.csoonline.com/article/3403656/mike-assantes-lasting-impact-on-critical-infrastructure-security-and-me.html",
|
||||
"description": "Thanks to Mike Assante, critical infrastructure stakeholders have a better understanding of and ability to respond to cybersecurity risks."
|
||||
}
|
||||
],
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Michael",
|
||||
"lastname" : "Hamelin",
|
||||
"handle" : "Hacker Joe",
|
||||
"birth" : "",
|
||||
"death" : "2015",
|
||||
"issue" : "18",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/hackerjoe"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Michael",
|
||||
"lastname": "Hamelin",
|
||||
"handle": "Hacker Joe",
|
||||
"birth": "",
|
||||
"death": "2015",
|
||||
"issue": "18",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/hackerjoe"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Mike",
|
||||
"lastname" : "Kemp",
|
||||
"handle" : "ClappyMonkey",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "21",
|
||||
"mainimage" : "/images/y3t1_Art-Mike_Kemp.jpg",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Mike",
|
||||
"lastname": "Kemp",
|
||||
"handle": "ClappyMonkey",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "21",
|
||||
"mainimage": "/images/y3t1_Art-Mike_Kemp.jpg",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"firstname" : "Nick",
|
||||
"lastname" : "Jeremicah",
|
||||
"handle" : "Dr. Nick2000",
|
||||
"birth" : "1977",
|
||||
"death" : "2006",
|
||||
"issue" : "35",
|
||||
"affiliations" : "Goon",
|
||||
"mainimage" : "https://www.defcon.org/images/links/whois/drnick.jpg",
|
||||
"maintext" : "<p>Dr Nick aka Nick Jeremicah lost the battle against cancer in the fall of 2006.<br /><br />He is survived by his parents, siblings, wife and two children.<br /><br />Dr Nick2000 was 30 years old.</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Nick",
|
||||
"lastname": "Jeremicah",
|
||||
"handle": "Dr. Nick2000",
|
||||
"birth": "1977",
|
||||
"death": "2006",
|
||||
"issue": "35",
|
||||
"affiliations": "Goon",
|
||||
"mainimage": "https://www.defcon.org/images/links/whois/drnick.jpg",
|
||||
"maintext": "<p>Dr Nick aka Nick Jeremicah lost the battle against cancer in the fall of 2006.<br /><br />He is survived by his parents, siblings, wife and two children.<br /><br />Dr Nick2000 was 30 years old.</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"firstname" : "Nolan",
|
||||
"lastname" : "Berry",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "2018",
|
||||
"issue" : "37",
|
||||
"affiliations" : "Blue Team Village",
|
||||
"mainimage" : "/images/Berry_Nolan.png",
|
||||
"maintext" : "<p>Nolan brought joy and smiles to his parents, family, friends, and many others. A family friend thought of Nolan as 'sunshine'. He exhibited a great sense of humor and quick wit. Sensitive and loving, he was intensely loyal to his family and friends. Nolan did not want to be defined or limited by his epilepsy and chose to be very active socially and to live his life to the fullest. Nolan lived and breathed his passion for computers and all things technical. What began in Queen of Peace School carried on through Edgewood High School to Madison College and beyond. This passion and his skills and expertise led Nolan to working in the internet security field and then to his move to San Antonio to be a systems engineer. Nolan greatly enjoyed work and its technical challenges. He also took pleasure in planning and presenting at meetings, such as programs during DEF CON - the world's longest-running and largest hacking conference held annually in Las Vegas for hackers, IT professionals and three-letter government agencies - as well as at other cybersecurity seminars and workshops.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/d3vnull42"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Nolan",
|
||||
"lastname": "Berry",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "2018",
|
||||
"issue": "37",
|
||||
"affiliations": "Blue Team Village",
|
||||
"mainimage": "/images/Berry_Nolan.png",
|
||||
"maintext": "<p>Nolan brought joy and smiles to his parents, family, friends, and many others. A family friend thought of Nolan as 'sunshine'. He exhibited a great sense of humor and quick wit. Sensitive and loving, he was intensely loyal to his family and friends. Nolan did not want to be defined or limited by his epilepsy and chose to be very active socially and to live his life to the fullest. Nolan lived and breathed his passion for computers and all things technical. What began in Queen of Peace School carried on through Edgewood High School to Madison College and beyond. This passion and his skills and expertise led Nolan to working in the internet security field and then to his move to San Antonio to be a systems engineer. Nolan greatly enjoyed work and its technical challenges. He also took pleasure in planning and presenting at meetings, such as programs during DEF CON - the world's longest-running and largest hacking conference held annually in Las Vegas for hackers, IT professionals and three-letter government agencies - as well as at other cybersecurity seminars and workshops.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/d3vnull42"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Obsèques",
|
||||
"lastname" : "de Paolo",
|
||||
"handle" : "",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "20",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Obsèques",
|
||||
"lastname": "de Paolo",
|
||||
"handle": "",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "20",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Rebecca",
|
||||
"lastname" : "Bace",
|
||||
"handle" : "",
|
||||
"birth" : "1955",
|
||||
"death" : "2017",
|
||||
"issue" : "28",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "<p>Rebecca 'Becky' Gurley Bace (1955–2017) was an American computer security expert and pioneer in intrusion detection. She spent 12 years at the US National Security Agency where she created the Computer Misuse and Anomaly Detection (CMAD) research program. She was known as the 'den mother of computer security'. She was also influential in the early stages of intelligence community venture capital and was a major player in Silicon Valley investments in cyber security technology.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Wikipedia",
|
||||
"siteurl" : "https://en.wikipedia.org/wiki/Rebecca_Bace"
|
||||
}
|
||||
],
|
||||
"contributions" : "" ,
|
||||
"gallery" : ""
|
||||
"firstname": "Rebecca",
|
||||
"lastname": "Bace",
|
||||
"handle": "",
|
||||
"birth": "1955",
|
||||
"death": "2017",
|
||||
"issue": "28",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Rebecca 'Becky' Gurley Bace (1955–2017) was an American computer security expert and pioneer in intrusion detection. She spent 12 years at the US National Security Agency where she created the Computer Misuse and Anomaly Detection (CMAD) research program. She was known as the 'den mother of computer security'. She was also influential in the early stages of intelligence community venture capital and was a major player in Silicon Valley investments in cyber security technology.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Wikipedia",
|
||||
"siteurl": "https://en.wikipedia.org/wiki/Rebecca_Bace"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"firstname" : "Robert",
|
||||
"lastname" : "Ashby",
|
||||
"handle" : "Poolboy",
|
||||
"birth" : "1992",
|
||||
"death" : "2011",
|
||||
"issue" : "13",
|
||||
"affiliations" : "Goon",
|
||||
"mainimage" : "/images/y3t1_Art-Robert_Conner_Ashby_aka_Poolboy.jpg",
|
||||
"maintext" : "<p>Poolboy, aka Robert Conner Ashby, 19, of Ventura, passed away on Monday, Nov. 21, 2011.</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Robert",
|
||||
"lastname": "Ashby",
|
||||
"handle": "Poolboy",
|
||||
"birth": "1992",
|
||||
"death": "2011",
|
||||
"issue": "13",
|
||||
"affiliations": "Goon",
|
||||
"mainimage": "/images/y3t1_Art-Robert_Conner_Ashby_aka_Poolboy.jpg",
|
||||
"maintext": "<p>Poolboy, aka Robert Conner Ashby, 19, of Ventura, passed away on Monday, Nov. 21, 2011.</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"firstname" : "Ryan",
|
||||
"lastname" : "Van Der Wall",
|
||||
"handle" : "AlmostDeadGuy",
|
||||
"birth" : "1983(?)",
|
||||
"death" : "2006",
|
||||
"issue" : "39",
|
||||
"mainimage" : "/images/face-silhouette-clipart.png",
|
||||
"maintext" : "<p>Ryan lost his battle with cancer in 2006. Ryan passed almost two weeks to the day after Nick Jeremica</p>",
|
||||
"socialmedialinks" : "",
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Ryan",
|
||||
"lastname": "Van Der Wall",
|
||||
"handle": "AlmostDeadGuy",
|
||||
"birth": "1983(?)",
|
||||
"death": "2006",
|
||||
"issue": "39",
|
||||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Ryan lost his battle with cancer in 2006. Ryan passed almost two weeks to the day after Nick Jeremica</p>",
|
||||
"socialmedialinks": "",
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Scott",
|
||||
"lastname" : "Sard",
|
||||
"handle" : "Net Metalrat",
|
||||
"birth" : "1960",
|
||||
"death" : "2019",
|
||||
"obituary" : "https://twitter.com/LitMoose/status/1177707970236256256",
|
||||
"issue" : "114",
|
||||
"affiliations" : "https://www.apopo.org/en",
|
||||
"mainimage" : "/images/scottsard.png",
|
||||
"maintext" : "<p>It is with the heaviest heart I give the news that Scott @Net_Metalrat passed last night. He was given medication to ease pain & his body gave up the fight. He was an immense force of kindness to those lucky enough to know him. The world is a better place because he was in it.</p><p>If you would like to do something to honor him, he had the softest spot for rats. There are a few charities that are rat-centric, but this might be one of the coolest: apopo.org/en</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/Net_Metalrat"
|
||||
}
|
||||
]
|
||||
"firstname": "Scott",
|
||||
"lastname": "Sard",
|
||||
"handle": "Net Metalrat",
|
||||
"birth": "1960",
|
||||
"death": "2019",
|
||||
"obituary": "https://twitter.com/LitMoose/status/1177707970236256256",
|
||||
"issue": "114",
|
||||
"affiliations": "https://www.apopo.org/en",
|
||||
"mainimage": "/images/scottsard.png",
|
||||
"maintext": "<p>It is with the heaviest heart I give the news that Scott @Net_Metalrat passed last night. He was given medication to ease pain & his body gave up the fight. He was an immense force of kindness to those lucky enough to know him. The world is a better place because he was in it.</p><p>If you would like to do something to honor him, he had the softest spot for rats. There are a few charities that are rat-centric, but this might be one of the coolest: apopo.org/en</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/Net_Metalrat"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,50 +1,50 @@
|
|||
{
|
||||
"firstname" : "Steve",
|
||||
"lastname" : "Kirk",
|
||||
"handle" : "Lockheed",
|
||||
"birth" : "",
|
||||
"death" : "2019",
|
||||
"obituary" : "",
|
||||
"issue" : "60",
|
||||
"mainimage" : "/images/Steve_Kirk.jpg",
|
||||
"maintext" : "He was one of only a few folks who has ever lead the DEFCON NOC, and was the COO of DEFCON for a term before Speedrussr took over.",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://www.twitter.com/TheLockheed"
|
||||
},
|
||||
{
|
||||
"sitename" : "Website",
|
||||
"siteurl" : "http://www.random-ether.net"
|
||||
}
|
||||
],
|
||||
"contributions" : [
|
||||
{
|
||||
"title" : "DEF CON NOC",
|
||||
"url" : "https://www.defconnetworking.org/",
|
||||
"description" : "Lockheed lead the DEF CON NOC team for a number of years, providing leadership and guidance as the conference grew to unimaginable capacity."
|
||||
}
|
||||
],
|
||||
"gallery" : [
|
||||
{
|
||||
"url" : "/images/Steve_Kirk2.jpg",
|
||||
"title" : "Lockheed DEF CON",
|
||||
"caption" : "Lockheed DEF CON"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Steve_Kirk3.jpg",
|
||||
"title" : "Lockheed Motorcycle",
|
||||
"caption" : "Lockheed Motorcycle"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Steve_Kirk4.jpg",
|
||||
"title" : "Lockheed Stonewall Peak",
|
||||
"caption" : "Lockheed Stonewall Peak"
|
||||
},
|
||||
{
|
||||
"url" : "/images/Steve_Kirk5.jpg",
|
||||
"title" : "Lockheed IG Party",
|
||||
"caption" : "Lockheed IG Party"
|
||||
}
|
||||
]
|
||||
"firstname": "Steve",
|
||||
"lastname": "Kirk",
|
||||
"handle": "Lockheed",
|
||||
"birth": "",
|
||||
"death": "2019",
|
||||
"obituary": "",
|
||||
"issue": "60",
|
||||
"mainimage": "/images/Steve_Kirk.jpg",
|
||||
"maintext": "He was one of only a few folks who has ever lead the DEFCON NOC, and was the COO of DEFCON for a term before Speedrussr took over.",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://www.twitter.com/TheLockheed"
|
||||
},
|
||||
{
|
||||
"sitename": "Website",
|
||||
"siteurl": "http://www.random-ether.net"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "DEF CON NOC",
|
||||
"url": "https://www.defconnetworking.org/",
|
||||
"description": "Lockheed lead the DEF CON NOC team for a number of years, providing leadership and guidance as the conference grew to unimaginable capacity."
|
||||
}
|
||||
],
|
||||
"gallery": [
|
||||
{
|
||||
"url": "/images/Steve_Kirk2.jpg",
|
||||
"title": "Lockheed DEF CON",
|
||||
"caption": "Lockheed DEF CON"
|
||||
},
|
||||
{
|
||||
"url": "/images/Steve_Kirk3.jpg",
|
||||
"title": "Lockheed Motorcycle",
|
||||
"caption": "Lockheed Motorcycle"
|
||||
},
|
||||
{
|
||||
"url": "/images/Steve_Kirk4.jpg",
|
||||
"title": "Lockheed Stonewall Peak",
|
||||
"caption": "Lockheed Stonewall Peak"
|
||||
},
|
||||
{
|
||||
"url": "/images/Steve_Kirk5.jpg",
|
||||
"title": "Lockheed IG Party",
|
||||
"caption": "Lockheed IG Party"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"firstname" : "Terrence",
|
||||
"lastname" : "Gareau",
|
||||
"handle" : "Tuna",
|
||||
"birth" : "",
|
||||
"death" : "",
|
||||
"issue" : "2",
|
||||
"mainimage" : "/images/Terrence_Gareau.jpg",
|
||||
"maintext" : "<p>Terrence (Tuna) William Gareau was a son, brother, uncle, Godfather, lover, scientist, and best friend to many. The loss of him has been tragic to many because he meant so much to a lot of people.</p>",
|
||||
"socialmedialinks" : [
|
||||
{
|
||||
"sitename" : "Twitter",
|
||||
"siteurl" : "https://twitter.com/kingtuna"
|
||||
}
|
||||
],
|
||||
"contributions" : "",
|
||||
"gallery" : ""
|
||||
"firstname": "Terrence",
|
||||
"lastname": "Gareau",
|
||||
"handle": "Tuna",
|
||||
"birth": "",
|
||||
"death": "",
|
||||
"issue": "2",
|
||||
"mainimage": "/images/Terrence_Gareau.jpg",
|
||||
"maintext": "<p>Terrence (Tuna) William Gareau was a son, brother, uncle, Godfather, lover, scientist, and best friend to many. The loss of him has been tragic to many because he meant so much to a lot of people.</p>",
|
||||
"socialmedialinks": [
|
||||
{
|
||||
"sitename": "Twitter",
|
||||
"siteurl": "https://twitter.com/kingtuna"
|
||||
}
|
||||
],
|
||||
"contributions": "",
|
||||
"gallery": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"firstname" : "Tiffany",
|
||||
"lastname" : "Hinch",
|
||||
"handle" : "Charlie",
|
||||
"birth" : "August 23, 1979",
|
||||
"death" : "March 23, 2020",
|
||||
"obituary" : "https://www.harrellfuneralhomes.com/obituary/373473/Tiffany-Hinch/",
|
||||
"issue" : "133",
|
||||
"affiliations" : "Hacker Jeopardy",
|
||||
"mainimage" : "/images/tiffanyhinch.jpeg",
|
||||
"maintext" : "Lady Tiffany \"Charlie\" Hinch, 40, of Austin, Texas, passed away due to complications with a chronic illness on March 23, 2020 in her home. She did not suffer. She was born in Lake Charles to Patricia Hill and David Thibodeaux on August 23, 1979. Tiffany graduated from Armada HIgh School in 1996. She then moved on to become the Director of Dining Services at Compass Group. Tiffany enjoyed life to the fullest - never shy in her element, always helping others, and completely selfless in all aspects of her life. She loved music, cooking, dancing, bringing people together, and taking care of others. She was active in Down Syndrome awareness as well as the Chive Charities organization. She was the cornerstone stage presence for the annual Hacker Jeopardy World Championship during the annual DEF CON Hacker Conference in Las Vegas. She was known for her kind heart, stunning looks, quick wit, loving friendships, and delicious Cajun food.\n Tiffany is survived by her husband, Derek of Austin; her two children, Morgan and Cole; her mother, Patricia Hill; her father, David Thibodeaux; her sisters, Alisha, Wendy, Kourtni, Kary; her brothers, Kenny, and Keith, of Lake Charles. She is preceded in death by her grandmother, Jimmie Saucier; her grandfather, Cliff Saucier; her father-in-law, Craig Hinch; and her sister-in-law, Hailey Hinch.",
|
||||
"socialmedialinks" : [
|
||||
]
|
||||
"firstname": "Tiffany",
|
||||
"lastname": "Hinch",
|
||||
"handle": "Charlie",
|
||||
"birth": "August 23, 1979",
|
||||
"death": "March 23, 2020",
|
||||
"obituary": "https://www.harrellfuneralhomes.com/obituary/373473/Tiffany-Hinch/",
|
||||
"issue": "133",
|
||||
"affiliations": "Hacker Jeopardy",
|
||||
"mainimage": "/images/tiffanyhinch.jpeg",
|
||||
"maintext": "Lady Tiffany \"Charlie\" Hinch, 40, of Austin, Texas, passed away due to complications with a chronic illness on March 23, 2020 in her home. She did not suffer. She was born in Lake Charles to Patricia Hill and David Thibodeaux on August 23, 1979. Tiffany graduated from Armada HIgh School in 1996. She then moved on to become the Director of Dining Services at Compass Group. Tiffany enjoyed life to the fullest - never shy in her element, always helping others, and completely selfless in all aspects of her life. She loved music, cooking, dancing, bringing people together, and taking care of others. She was active in Down Syndrome awareness as well as the Chive Charities organization. She was the cornerstone stage presence for the annual Hacker Jeopardy World Championship during the annual DEF CON Hacker Conference in Las Vegas. She was known for her kind heart, stunning looks, quick wit, loving friendships, and delicious Cajun food.\n Tiffany is survived by her husband, Derek of Austin; her two children, Morgan and Cole; her mother, Patricia Hill; her father, David Thibodeaux; her sisters, Alisha, Wendy, Kourtni, Kary; her brothers, Kenny, and Keith, of Lake Charles. She is preceded in death by her grandmother, Jimmie Saucier; her grandfather, Cliff Saucier; her father-in-law, Craig Hinch; and her sister-in-law, Hailey Hinch.",
|
||||
"socialmedialinks": []
|
||||
}
|
||||
|
|
|
|||
388
peoplelist.json
388
peoplelist.json
|
|
@ -1,196 +1,196 @@
|
|||
{
|
||||
"people": [
|
||||
{
|
||||
"displayname" : "Don Blumenthal",
|
||||
"filename" : "donblumenthal"
|
||||
},
|
||||
{
|
||||
"displayname" : "Jay Des Dyson (Cancer Omega)",
|
||||
"filename" : "jaydesdyson"
|
||||
},
|
||||
{
|
||||
"displayname" : "David Jones (Rance)",
|
||||
"filename" : "davidjones"
|
||||
},
|
||||
{
|
||||
"displayname" : "Terrence Gareau (Tuna)",
|
||||
"filename" : "terrencegareau"
|
||||
},
|
||||
{
|
||||
"displayname" : "Jon Hart",
|
||||
"filename" : "jonhart"
|
||||
},
|
||||
{
|
||||
"displayname" : "Barnaby Jack",
|
||||
"filename" : "barnabyjack"
|
||||
},
|
||||
{
|
||||
"displayname" : "Brad Smith (Nurse)",
|
||||
"filename" : "bradsmith"
|
||||
},
|
||||
{
|
||||
"displayname" : "Len Sassaman",
|
||||
"filename" : "lensassaman"
|
||||
},
|
||||
{
|
||||
"displayname" : "Maxx Redwine",
|
||||
"filename" : "maxxredwine"
|
||||
},
|
||||
{
|
||||
"displayname" : "Aaron Swartz",
|
||||
"filename" : "aaronswartz"
|
||||
},
|
||||
{
|
||||
"displayname" : "Michael Assante",
|
||||
"filename" : "michaelassante"
|
||||
},
|
||||
{
|
||||
"displayname" : "Christian Wright (Curiosity)",
|
||||
"filename" : "christianwright"
|
||||
},
|
||||
{
|
||||
"displayname" : "Josh Cohen (PacBell)",
|
||||
"filename" : "joshcohen"
|
||||
},
|
||||
{
|
||||
"displayname" : "Robert Conner Ashby (Poolboy)",
|
||||
"filename" : "robertashby"
|
||||
},
|
||||
{
|
||||
"displayname" : "Branden Hancock (Ghent)",
|
||||
"filename" : "brandenhancock"
|
||||
},
|
||||
{
|
||||
"displayname" : "Joe Engressia (Joybubbles)",
|
||||
"filename" : "joeengressia"
|
||||
},
|
||||
{
|
||||
"displayname" : "Gary James (Turb1n3)",
|
||||
"filename" : "garyjames"
|
||||
},
|
||||
{
|
||||
"displayname" : "Michael Hamelin (Hacker Joe)",
|
||||
"filename" : "michaelhamelin"
|
||||
},
|
||||
{
|
||||
"displayname" : "Joe Rogers (Selir)",
|
||||
"filename" : "joerogers"
|
||||
},
|
||||
{
|
||||
"displayname" : "Obsèques de Paolo",
|
||||
"filename" : "obsèquesdepaolo"
|
||||
},
|
||||
{
|
||||
"displayname" : "Ryan Van Der Wall",
|
||||
"filename" : "ryanvanderwall"
|
||||
},
|
||||
{
|
||||
"displayname" : "Mike Kemp (ClappyMonkey)",
|
||||
"filename" : "mikekemp"
|
||||
},
|
||||
{
|
||||
"displayname" : "Arjen Kamphuis",
|
||||
"filename" : "arjenkamphuis"
|
||||
},
|
||||
{
|
||||
"displayname" : "Karl Koch",
|
||||
"filename" : "karlkoch"
|
||||
},
|
||||
{
|
||||
"displayname" : "Kris Kaspersky",
|
||||
"filename" : "kriskaspersky"
|
||||
},
|
||||
{
|
||||
"displayname" : "Boris Floricic (Tron)",
|
||||
"filename" : "borisfloricic"
|
||||
},
|
||||
{
|
||||
"displayname" : "Ian Murdock",
|
||||
"filename" : "ianmurdock"
|
||||
},
|
||||
{
|
||||
"displayname" : "Jaime Cochran (ACKFlags/AssHurtMacFags)",
|
||||
"filename" : "jaimecochran"
|
||||
},
|
||||
{
|
||||
"displayname" : "Rebecca Bace",
|
||||
"filename" : "rebeccabace"
|
||||
},
|
||||
{
|
||||
"displayname" : "Bret Mattingly (Delta)",
|
||||
"filename" : "bretmattingly"
|
||||
},
|
||||
{
|
||||
"displayname" : "Ben Byer (bushing)",
|
||||
"filename" : "benbyer"
|
||||
},
|
||||
{
|
||||
"displayname" : "Jonathan Stuart (dent1zt)",
|
||||
"filename" : "jonathanstuart"
|
||||
},
|
||||
{
|
||||
"displayname" : "Geoffrey Bennett",
|
||||
"filename" : "geoffreybennett"
|
||||
},
|
||||
{
|
||||
"displayname" : "Nick Jeremicah (Dr.Nick2000)",
|
||||
"filename" : "nickjeremicah"
|
||||
},
|
||||
{
|
||||
"displayname" : "Steve Kirk (Lockheed)",
|
||||
"filename" : "stevekirk"
|
||||
},
|
||||
{
|
||||
"displayname" : "Daren Senn (Sinster)",
|
||||
"filename" : "darensenn"
|
||||
},
|
||||
{
|
||||
"displayname" : "Eric Chavez",
|
||||
"filename" : "ericchavez"
|
||||
},
|
||||
{
|
||||
"displayname" : "Bill (Wolfgame)",
|
||||
"filename" : "bill"
|
||||
},
|
||||
{
|
||||
"displayname" : "Conor Fahey-Latrope",
|
||||
"filename" : "conorfaheylatrope"
|
||||
},
|
||||
{
|
||||
"displayname" : "Deven Fore (d3c4f)",
|
||||
"filename" : "devenfore"
|
||||
},
|
||||
{
|
||||
"displayname" : "Chip Meadows",
|
||||
"filename" : "chipmeadows"
|
||||
},
|
||||
{
|
||||
"displayname" : "Scott Sard (Metalrat)",
|
||||
"filename" : "scottsard"
|
||||
},
|
||||
{
|
||||
"displayname" : "Larry Tesler",
|
||||
"filename" : "larrytesler"
|
||||
},
|
||||
{
|
||||
"displayname" : "Karen (Krystalia)",
|
||||
"filename" : "karenKrystalia"
|
||||
},
|
||||
{
|
||||
"displayname" : "Tiffany Hinch (Charlie)",
|
||||
"filename" : "tiffanyhinch"
|
||||
},
|
||||
{
|
||||
"displayname" : "Kelly Lum (Aloria)",
|
||||
"filename" : "kellylum"
|
||||
},
|
||||
{
|
||||
"displayname" : "Bruce Esquibel (Dr. Ripco)",
|
||||
"filename" : "bruceesquibel"
|
||||
},
|
||||
{
|
||||
"displayname" : "Kelvin White (L3thal)",
|
||||
"filename" : "kelvinwhite"
|
||||
}
|
||||
]
|
||||
"people": [
|
||||
{
|
||||
"displayname": "Don Blumenthal",
|
||||
"filename": "donblumenthal"
|
||||
},
|
||||
{
|
||||
"displayname": "Jay Des Dyson (Cancer Omega)",
|
||||
"filename": "jaydesdyson"
|
||||
},
|
||||
{
|
||||
"displayname": "David Jones (Rance)",
|
||||
"filename": "davidjones"
|
||||
},
|
||||
{
|
||||
"displayname": "Terrence Gareau (Tuna)",
|
||||
"filename": "terrencegareau"
|
||||
},
|
||||
{
|
||||
"displayname": "Jon Hart",
|
||||
"filename": "jonhart"
|
||||
},
|
||||
{
|
||||
"displayname": "Barnaby Jack",
|
||||
"filename": "barnabyjack"
|
||||
},
|
||||
{
|
||||
"displayname": "Brad Smith (Nurse)",
|
||||
"filename": "bradsmith"
|
||||
},
|
||||
{
|
||||
"displayname": "Len Sassaman",
|
||||
"filename": "lensassaman"
|
||||
},
|
||||
{
|
||||
"displayname": "Maxx Redwine",
|
||||
"filename": "maxxredwine"
|
||||
},
|
||||
{
|
||||
"displayname": "Aaron Swartz",
|
||||
"filename": "aaronswartz"
|
||||
},
|
||||
{
|
||||
"displayname": "Michael Assante",
|
||||
"filename": "michaelassante"
|
||||
},
|
||||
{
|
||||
"displayname": "Christian Wright (Curiosity)",
|
||||
"filename": "christianwright"
|
||||
},
|
||||
{
|
||||
"displayname": "Josh Cohen (PacBell)",
|
||||
"filename": "joshcohen"
|
||||
},
|
||||
{
|
||||
"displayname": "Robert Conner Ashby (Poolboy)",
|
||||
"filename": "robertashby"
|
||||
},
|
||||
{
|
||||
"displayname": "Branden Hancock (Ghent)",
|
||||
"filename": "brandenhancock"
|
||||
},
|
||||
{
|
||||
"displayname": "Joe Engressia (Joybubbles)",
|
||||
"filename": "joeengressia"
|
||||
},
|
||||
{
|
||||
"displayname": "Gary James (Turb1n3)",
|
||||
"filename": "garyjames"
|
||||
},
|
||||
{
|
||||
"displayname": "Michael Hamelin (Hacker Joe)",
|
||||
"filename": "michaelhamelin"
|
||||
},
|
||||
{
|
||||
"displayname": "Joe Rogers (Selir)",
|
||||
"filename": "joerogers"
|
||||
},
|
||||
{
|
||||
"displayname": "Obsèques de Paolo",
|
||||
"filename": "obsèquesdepaolo"
|
||||
},
|
||||
{
|
||||
"displayname": "Ryan Van Der Wall",
|
||||
"filename": "ryanvanderwall"
|
||||
},
|
||||
{
|
||||
"displayname": "Mike Kemp (ClappyMonkey)",
|
||||
"filename": "mikekemp"
|
||||
},
|
||||
{
|
||||
"displayname": "Arjen Kamphuis",
|
||||
"filename": "arjenkamphuis"
|
||||
},
|
||||
{
|
||||
"displayname": "Karl Koch",
|
||||
"filename": "karlkoch"
|
||||
},
|
||||
{
|
||||
"displayname": "Kris Kaspersky",
|
||||
"filename": "kriskaspersky"
|
||||
},
|
||||
{
|
||||
"displayname": "Boris Floricic (Tron)",
|
||||
"filename": "borisfloricic"
|
||||
},
|
||||
{
|
||||
"displayname": "Ian Murdock",
|
||||
"filename": "ianmurdock"
|
||||
},
|
||||
{
|
||||
"displayname": "Jaime Cochran (ACKFlags/AssHurtMacFags)",
|
||||
"filename": "jaimecochran"
|
||||
},
|
||||
{
|
||||
"displayname": "Rebecca Bace",
|
||||
"filename": "rebeccabace"
|
||||
},
|
||||
{
|
||||
"displayname": "Bret Mattingly (Delta)",
|
||||
"filename": "bretmattingly"
|
||||
},
|
||||
{
|
||||
"displayname": "Ben Byer (bushing)",
|
||||
"filename": "benbyer"
|
||||
},
|
||||
{
|
||||
"displayname": "Jonathan Stuart (dent1zt)",
|
||||
"filename": "jonathanstuart"
|
||||
},
|
||||
{
|
||||
"displayname": "Geoffrey Bennett",
|
||||
"filename": "geoffreybennett"
|
||||
},
|
||||
{
|
||||
"displayname": "Nick Jeremicah (Dr.Nick2000)",
|
||||
"filename": "nickjeremicah"
|
||||
},
|
||||
{
|
||||
"displayname": "Steve Kirk (Lockheed)",
|
||||
"filename": "stevekirk"
|
||||
},
|
||||
{
|
||||
"displayname": "Daren Senn (Sinster)",
|
||||
"filename": "darensenn"
|
||||
},
|
||||
{
|
||||
"displayname": "Eric Chavez",
|
||||
"filename": "ericchavez"
|
||||
},
|
||||
{
|
||||
"displayname": "Bill (Wolfgame)",
|
||||
"filename": "bill"
|
||||
},
|
||||
{
|
||||
"displayname": "Conor Fahey-Latrope",
|
||||
"filename": "conorfaheylatrope"
|
||||
},
|
||||
{
|
||||
"displayname": "Deven Fore (d3c4f)",
|
||||
"filename": "devenfore"
|
||||
},
|
||||
{
|
||||
"displayname": "Chip Meadows",
|
||||
"filename": "chipmeadows"
|
||||
},
|
||||
{
|
||||
"displayname": "Scott Sard (Metalrat)",
|
||||
"filename": "scottsard"
|
||||
},
|
||||
{
|
||||
"displayname": "Larry Tesler",
|
||||
"filename": "larrytesler"
|
||||
},
|
||||
{
|
||||
"displayname": "Karen (Krystalia)",
|
||||
"filename": "karenKrystalia"
|
||||
},
|
||||
{
|
||||
"displayname": "Tiffany Hinch (Charlie)",
|
||||
"filename": "tiffanyhinch"
|
||||
},
|
||||
{
|
||||
"displayname": "Kelly Lum (Aloria)",
|
||||
"filename": "kellylum"
|
||||
},
|
||||
{
|
||||
"displayname": "Bruce Esquibel (Dr. Ripco)",
|
||||
"filename": "bruceesquibel"
|
||||
},
|
||||
{
|
||||
"displayname": "Kelvin White (L3thal)",
|
||||
"filename": "kelvinwhite"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue