lin0tune | 4 years ago | on: The Perfectionism Trap
lin0tune's comments
Archive link: https://archive.is/JJz1r
lin0tune | 6 years ago | on: Show HN: Deploy your docker-compose stack with Helm
Clickable links, I should have posted the link instead:
GitHub: https://github.com/linktohack/helm-stack
Blog post: https://linktohack.com/posts/evaluate-options-to-migrate-fro...
lin0tune | 7 years ago | on: Learn how to write an emulator
http://www.emulator101.com/logical-operations.html
/* Example 2: turn on one LED on the control panel */
char * LED_pointer = (char *) 0x2089;
char led = *LED_pointer;
led = led | 0x40; //set LED controlled by bit 6
*LED_pointer = led;
Really?lin0tune | 8 years ago | on: Termux: terminal emulator and Debian-style userland as an Android app
Just want to say thanks to the dev, working great on my BlackBerry Priv with Right Shift mapped to Ctrl.
lin0tune | 8 years ago | on: Dumbo: CIA system to take over webcams, microphones
The title is misleading. This tool is to mute all the speakers, disable all the cameras and network adapter. I think it's required for a meeting etc. A better program maybe just pull the power off.
page 1