ipveesix's comments

ipveesix | 2 years ago | on: A man has been swatted 47 times for making a joke about Norm Macdonald

Situation in Belgium: you cannot get a sim without ID/Passport. When you remove your sim, the network provider still knows your imei. So they ask the providers for which sim was used with this imei, and usually find the prankster this way. Sadly, police don’t always show up when you call 112. Even in serious situations.

ipveesix | 2 years ago | on: Show HN: Presentations for your webcam, not a projector

My ultrawide display allows two display inputs, and has the option to put them borderless next to each other. I have a script that enables the second DisplayPort input using DCC. Now I can share half the screen of my ultrawide as “full screen”.

ipveesix | 4 years ago | on: Ask HN: Cloud-Localds Alternative for macOS?

cloud-localds also works on MacOS with a little patch. After all, it's a bash script.

    brew install cdrtools
    wget -O cloud-localds https://github.com/canonical/cloud-utils/raw/main/bin/cloud-localds
    sed -i 's/genisoimage/mkisofs/g' cloud-localds
    chmod +x cloud-localds
page 1