Skip to content

Instantly share code, notes, and snippets.

View greyivy's full-sized avatar
🌱

Ivy greyivy

🌱
View GitHub Profile
@Mic92
Mic92 / PKGBUILD
Last active December 30, 2015 16:49
Refactored PKGBUILD for linconnect-server-git
# Maintainer: Evan Anderson <[email protected]>
pkgname=linconnect-server-git
pkgver=r64.4ba6a58
pkgrel=1
pkgdesc="Server for the linconnect android application the mirrors android notifications to desktop using libnotify"
url="https://github.com/hauckwill/linconnect-server"
license=('GPL3')
arch=('any')
groups=(network)
depends=('python2' 'python2-cherrypy' 'python2-gobject' 'pybonjour' 'libnotify')
@0xBEEB
0xBEEB / WiiUNotes.md
Last active February 14, 2023 05:45
What I wish I knew going into Wii U hacking

What I wish I knew going into Wii U hacking

For the past six months I've been learning about hacking my Wii U. I could have completed this project in a weekend, but sometimes I get an itch to go further.

My goal has been to have the ultimate couch console where friends can play video games in the same place in front of the same screen (plus gamepad screen). After that first weekend I was able to play homebrew, and make game backups to play. It even came with new software to use PS3 controllers on the console as pro controllers. My console had become really cool, but it wasn't perfect. So, I began working on getting it from 75% to perfect to 95% perfect (see unfixed cons below).

The documentation for that first 75% is really good and simple, but it's so simple the learning curve to do more advance things is steep. The research involved included digging through decade old forum posts, out of date wikis, finding files in abandoned MEGA drive downloads, reading source code in a dozens of repos, and lots of t