removing links.json in favor of yaml
This commit is contained in:
parent
11421b609b
commit
31070701be
98
links.json
98
links.json
|
@ -1,98 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name": "Computing",
|
||||
"links": [
|
||||
{
|
||||
"name": "Simple Balanced Ternary Computer Virtual Machine",
|
||||
"description": "A virtual machine simulating a base 3 computer. Alternatives to the traditional models of computing are of great interest to me and I want to learn more about programming in base 3.",
|
||||
"url": "https://sbtcvm.blogspot.com/?m=1"
|
||||
},
|
||||
{
|
||||
"name": "Shell Script Best Practices",
|
||||
"description": "A list of tips when writing shell scripts. Especially useful for me since I'm not super familiar with bash but use it on a daily basis.",
|
||||
"url": "https://sharats.me/posts/shell-script-best-practices/"
|
||||
},
|
||||
{
|
||||
"name": "The Lost Art of Structure Packing",
|
||||
"url": "http://www.catb.org/esr/structure-packing/",
|
||||
"description": "An interesting look into how C structs work and how to squeeze some extra optimization out of them."
|
||||
},
|
||||
{
|
||||
"name": "how do i webmentions",
|
||||
"url": "https://webmentions.neocities.org",
|
||||
"description": "An excellent tutorial on how to set up webmentions on your site, specifically tailored to neocities users."
|
||||
},
|
||||
{
|
||||
"name": "How to create hover text using HTML and CSS",
|
||||
"url": "https://sebhastian.com/html-hover-text/",
|
||||
"description": "A tutorial explaining hover text without using JavaScript, which I used to set up this page."
|
||||
},
|
||||
{
|
||||
"name": "Beej's Guides",
|
||||
"url": "https://beej.us/guide/",
|
||||
"description": "Beej's Guides are all excellent tools to learn various programming languages and technologies. Notably useful for me are Beej's Guide to Network Programming and Beej's Guide to C (both volumes)"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Amusement",
|
||||
"links": [
|
||||
{
|
||||
"name": "The Gettysburg Powerpoint Presentation",
|
||||
"url": "http://www.norvig.com/Gettysburg/index.htm",
|
||||
"description": "A modern interpretation of the Gettysburg Address."
|
||||
},
|
||||
{
|
||||
"name": "How Unix programmers at restaurants search menus for their favorite plate",
|
||||
"url": "https://dev.to/miguelmota/how-unix-programmers-at-restaurants-search-menus--46ad",
|
||||
"description": "A real-world application of UNIX skills."
|
||||
},
|
||||
{
|
||||
"name": "Advanced PET",
|
||||
"url": "https://xwellingtonx.github.io/advanced-pet/",
|
||||
"description": "A web simulation of the old Megaman NT Warrior Advanced PET toy from the mid-2000s"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Interesting Articles",
|
||||
"links": [
|
||||
{
|
||||
"name": "Forget Comcast. Here's the DIY Approach to Internet Access",
|
||||
"url": "https://www.wired.com/2016/07/forget-comcast-heres-the-diy-approach-to-internet-access/",
|
||||
"description": "A Wired article about a Spanish engineer who built up a distributed wifi network to provide Internet to his town because telecom companies wouldn't."
|
||||
},
|
||||
{
|
||||
"name": "Designing Windows 95's User Interface",
|
||||
"url": "https://socket3.wordpress.com/2018/02/03/designing-windows-95s-user-interface/",
|
||||
"description": "A retrospective from someone who worked on the Windows 95 user interface detailing the design process and iteration that went into creating an interface that was accessible to both first-time computer users and existing power users."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Food for Thought",
|
||||
"links": [
|
||||
{
|
||||
"name": "32-Bit Cafe",
|
||||
"url": "https://32bit.cafe",
|
||||
"description": "Building a better internet"
|
||||
},
|
||||
{
|
||||
"name": "Permacomputing Wiki",
|
||||
"url": "https://permacomputing.net",
|
||||
"description": "Permacomputing focuses on sustainable computing, inspired by permaculture, aiming to utilize existing compute resources rather than new ones. The wiki is very incomplete, but is something to keep an eye on as it grows. "
|
||||
},
|
||||
{
|
||||
"name": "Building a Better World in your Backyard",
|
||||
"url": "https://permies.com/w/better-world",
|
||||
"description": "On the topic of permaculture, Building a Better World in your Backyard is a book describing how you can get started with permaculture and living a sustainable lifestyle. The website has lots of good resources and is often referenced by the book. You can also buy the book in bulk for cheap to distribute amongst your local community."
|
||||
},
|
||||
{
|
||||
"name": "The small things Manifesto",
|
||||
"url": "https://ajroach42.com/the-small-things-manifesto/",
|
||||
"description": "A manifesto written by Andrew Roach proposing that we should try to do things on a human scale again, instead of trying to design everything to scale infinitely."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue