Skip to content

Instantly share code, notes, and snippets.

General ideas

  • A hangout lobby with a twitch-style music/video-request robot. People can type certain commands in chat to play a YouTube video or a spotify track.
  • Online movie-watching / Netflix together. How about a movie-watching marathon or a 90s music videos marathon?
  • Collaborative music-playing
  • A person who can DJ could do live-party-mix to other listeners. An online party!
  • Joining a specific twitch stream together and having fun in chat
  • Let's play: People can play an online video game together.
  • Online drinking games while watching a politician do a press-conference live stream. Example: Take a shot every time someone says "Corona".
  • [Evil] Online lecture raids. People can choose a random lecture and crash its live stream LOL
@TjWallas
TjWallas / enable USB debug.adb
Created September 26, 2021 20:00 — forked from pantasio/enable USB debug.adb
adb cmd enable USB debug cant touch screeen
I got it to work :)
NOTE: This requires unlocked bootloader.
Connect the device to Mac or PC in recovery mode. (I had to map the process in my mind as the screen was broken).
Now open terminal/CMD in computer and go to platform-tools/. type and enter ./adb devices to check if the device is connected in recovery mode.
Now type ./adb shell mount data and ./adb shell mount system to mount the respective directories.
Get the persist.sys.usb.config file in your system using ./adb pull /data/property/persist.sys.usb.config /Your directory
Now open that file in a texteditor and edit it to mtp,adb and save.
Now push the file back in the device; ./adb push /your-directory/persist.sys.usb.config /data/property
@TjWallas
TjWallas / tpm-rant.md
Created June 3, 2024 01:13 — forked from osy/tpm-rant.md
TPM provides zero practical security

TPM provides zero practical security

TPM (Trusted Platform Module) is as useful for preventing real attackers as the TSA is at preventing real terrorists. The architecture is fundamentally flawed and most existing implementations are completely broken. I thought this argument was settled decades ago[1] when "trusted computing" was introduced mostly as a way to provide DRM and ownership capabilities to organizations. It has largely failed to impact the consumer market when it was introduced back in the early 2000s. However, recently there seems to be a movement by certain parties to reintroduce this failed product back to the market. Microsoft argues that in order to use Windows 11, you need TPM 2.0 compatible hardware because[2]:

The Trusted Platform Module(TPM) requirement ena