work/src/data/jargonEntries.json

42 lines
1.3 KiB
JSON

[
{
"id": 1,
"term": "Hacker",
"definition": "A person who enjoys exploring the details of programmable systems and how to stretch their capabilities.",
"category": "Core Terms",
"relatedTerms": ["Cracker", "Security Researcher"],
"dateAdded": "2026-04-08"
},
{
"id": 2,
"term": "Guru",
"definition": "A person who has achieved a high level of skill in a particular field or domain.",
"category": "Core Terms",
"relatedTerms": ["Expert", "Master"],
"dateAdded": "2026-04-08"
},
{
"id": 3,
"term": "Foo",
"definition": "A generic term used as a placeholder in examples and documentation, derived from the Unix command 'foo'.",
"category": "Technical Terms",
"relatedTerms": ["Bar", "Baz"],
"dateAdded": "2026-04-08"
},
{
"id": 4,
"term": "FUBAR",
"definition": "Acronym for 'Fouled Up Beyond All Recognition', describing a situation that is completely broken or corrupted.",
"category": "Acronyms",
"relatedTerms": ["Tangled", "Complicated"],
"dateAdded": "2026-04-08"
},
{
"id": 5,
"term": "Kludge",
"definition": "A makeshift solution or workaround for a problem, often inelegant but functional.",
"category": "Technical Terms",
"relatedTerms": ["Hack", "Workaround"],
"dateAdded": "2026-04-08"
}
]