Ask HN: I'm quadriplegic – can you help me with my security?
111–120 of 172 posts
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#112Just my two cents!
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#113Forgive the off the cuff suggestion here, it's the quickest and simplest thing I can think of though not an optimum way to use your laptop and you're probably hoping for a more elegant solution. What if you install virtual box w/ some free OS (like ubuntu). Store all your personal information within the virtual machine which is configured with a secure login. Then you can leave the laptop unsecured so you can use you…
You know, I hadn't actually considered that! That certainly could solve quite a lot of the security problems, but as you say it adds a layer of complexity to an already complex method of using my computer. Excellent idea though :-)
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#114Earlier quoted context omitted.
You know, I hadn't actually considered that! That certainly could solve quite a lot of the security problems, but as you say it adds a layer of complexity to an already complex method of using my computer. Excellent idea though :-)
I use this exact method to get around VPN restrictions. Works great running a VM Windows 8 within another instance of Windows 8. On an SSD the VM seems to be as fast as the actual machine.
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#115Re: Ask HN: I'm quadriplegic – can you help me with my security?
#116Earlier quoted context omitted.
My only issue with Bluetooth pairing is that iPhones are incredibly shiny, and carers work for minimum wage and the thought of not only my iPhone going walkies but it locking my laptop in the process… My head might actually explode :-)
If it does indeed work with arbitrary BT devices like I think it does (please verify this for yourself before you buy!) then you can get a cheap headset for $15 or so and key it to that instead of your phone. If your Mac (and the software) supports BTLE, you could even use a specialized token like a Stick-N-Find. This app does claim to support any BT device, just in case the other one doesn't: https://itunes.apple.co…
Perhaps a Pebble Watch?
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#117Questions on the threat model: -Is the computer turned off or on? -Do you want to a) protect your computer from being stolen? b) protect your weird fetish from being discovered? c) protect your online banking credentials?
I hope you don't mind if I rephrase that last bit, I felt it was overly specific: "-Do you want to a) protect your computer from being stolen? b) improve the privacy of your files? c) protect your online credentials?"
Solving the special case is sometimes easier.
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#118When I messed with army radios - these being the made-by-the-lowest-bidder-and-not-secret analogue variety - they were throat-operated. You spoke silently, and the microphone - pressed to your throat - sent speech over the radio. It took practice to talk perfectly clearly, but it could be mastered. Google "throat microphone".
If I had one of them, I would totally be able to pretend I'm in the SAS on some secret mission!:D Obviously a mission that didn't involve any stairs, and nothing above 6 miles an hour (top speed of my chair!) With lots of ramps and extrawide doors :-) Seriously though, I'm connected to this computer with a ton of cables and if that could be made to play nice with Dragon, and it wasn't too tight across where the break…
An Arduino can act as a keyboard ( http://hackaday.com/2012/06/29/turning-an-arduino-into-a-usb... )
You could then hook that into some controls you've already got on the chair - the obvious choice being to have "Up, Up, Down, Down, Left, Right, Left, Right, B, A, Start" trigger the Arduino to type out your password.
(Where are you from? I know if someone asked for help with this on my local (Sydney, Australia) hackerspace mailing list, there's probaby be three or four people building prototypes by the weekend…)
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#119Or you could plug an Arduino into the USB port and use it as a keyboard device to send a stream of keypresses when you touch a button (just like a yubikey, except you could put the button anywhere.) The first button press could type in a password to unlock the computer, and the second button press could press a keyboard shortcut to lock it again. Or you could program it to recognize a simple morse code sequence. Let me know if you're interested in that idea, and I would be happy to program one and mail it to you.
Re: Ask HN: I'm quadriplegic – can you help me with my security?
#120There's a program out there that can use a webcam to detect where you're looking on a screen. It performs a "click" if you hover over a button for a few seconds. Mix that with an on screen keyboard and that might work. I don't know if those options work with OSX though.