Earlier quoted context omitted.
It's sad that many of the people who say the word "hacker" means all these positive and inclusive things are often the same people who lambast someone for actually using the word that way to refer to themselves. Make up your minds. Is it the inclusive, "explorers of technology" meaning where it's more about curiosity and open-mindedness than skill level, or is it your little l337 boys club badge of honor?
It's highly desirable to be called a genius, but in general people calling themselves geniuses are looked down upon. I think among people who do use the word "hacker" to mean someone skilled with computers, it's considered poor form to call yourself a hacker but high praise to be named a hacker. Eric Raymond wrote long screeds about this way back in the 90s when people still gave a damn about him. Personally, I call…
Why you don't steal from a hacker.
141–150 of 166 posts
Re: Why you don't steal from a hacker.
#142Re: Why you don't steal from a hacker.
#143What I worry about with many of these recovery stories is that you're probably not humiliating the criminal, just some unlucky person who bought the computer on Craigslist.
Re: Why you don't steal from a hacker.
#144This is why I have file vault + password screensaver on my MacBook Pro + insurance. I'd sooner have to wait a few days to get a new laptop than rely on: a) the user not instantly formatting the computer, b) prey finding my laptop, c) the police doing something about it.
I think you under-estimate the speed and hassle of dealing with insurance.
Also most insurance has a deductible. You're still out typically hundreds of dollars.
I had a macbook pro of one of our employees stolen. We used prey to get it back, with assistance from the police. Yes we have corporate insurance, yes we backup our data; but we were still very pleased to receive our stolen property back.
Re: Why you don't steal from a hacker.
#145I care more about the safety of my data than the safety of my computer, so I have FileVault full-drive encryption turned on. I don't think a thief could log into my computer without wiping the drive, which would wipe Prey if I had it installed. So I'm not going to bother installing it.
There's apparently a safari browser-only mode which can be activated from the login screen there.
This would create the ideal scenario for the stolen laptop: Thief without the knowledge or ability to reformat (particularly if you've slowed them down further with a firmware password) can only use the safari-browsing guest mode; can't get to your full encrypted drive, and Prey is recording and sending off everything they're doing.
Re: Why you don't steal from a hacker.
#146Earlier quoted context omitted.
>So why did he rely on luck instead of SSHing to the laptop and unlocking the machine? I don't know of a single person who directly connects their laptop to the internet. This would have been sitting behind a NAT device which, unless port 22 was explicitly forwarded to the IP address that his laptop happened to get via DHCP, would have stopped him from SSHing in :)
That's why I have a two line shell script that creates an SSH tunnel to my server if I put a file called 'reversessh' on my webserver. I mean, basically doing what Prey does, but without relying on a third-party service and having much more control over the machine.
"Autossh is a program to start a copy of SSH and monitor it, restarting it as necessary should it die or stop passing traffic."
Re: Why you don't steal from a hacker.
#147Earlier quoted context omitted.
I have prey too - it's awesome.
Any suggestions on alternatives? I'm not considering installing it but would like to know my options.
Re: Why you don't steal from a hacker.
#148It's amazing how when big media releases a story about "hackers ruining America", people come out of the woodwork saying "actually, the term for someone who practices forced electronic entry is 'cracker', and 'hacker' just means someone who writes code", but when someone uses it that way, the HN post fills up with comments about how the term 'hacker' has been diluted. PICK ONE, GUYS.
The reason that people are annoyed is because the title of the article is misleading. Yes, this guy may be a "hacker" in the sense of the word that we all like to use (he's a programmer). The issue is that the article is titled "Why you don't steal from a hacker". This is not actually an appropriate name for the article, because it's not the writer's status as a hacker that leads to the final result. It is the writer…
Re: Why you don't steal from a hacker.
#149If someone steals my laptop I wouldn't care about the cost of lost hardware. Instead I'd care more about my private data that now is in the hands of someone else.
Re: Why you don't steal from a hacker.
#150This is why I have file vault + password screensaver on my MacBook Pro + insurance. I'd sooner have to wait a few days to get a new laptop than rely on: a) the user not instantly formatting the computer, b) prey finding my laptop, c) the police doing something about it.
... why not do exactly that; but ALSO have a guest account, and prey installed. (Also re: not instantly formatting; put firmware and/or hard drive passwords on to slow them down -- most thieves are not computer experts) I think you under-estimate the speed and hassle of dealing with insurance. Also most insurance has a deductible. You're still out typically hundreds of dollars. I had a macbook pro of one of our emplo…