Take the MACH-IV Test of Machiavellianismopenpsychometrics.org2 points·by aptmiguk·hace 6 años·1 comments
Vengeful IT admin thrown behind bars for destroying Army systems on exitzdnet.com2 points·by aptmiguk·hace 7 años·0 comments
Google Confirms Android Smartphone Security Backdoorforbes.com12 points·by aptmiguk·hace 7 años·0 comments
aptmiguk·hace 5 años·discussAnd on that page is a link to a huge amount of TRS-80 software: https://willus.com/trs80/
aptmiguk·hace 5 años·discussStill checking it out, but in the meanwhile I wish it did automatic http -> https redirecting.
aptmiguk·hace 5 años·discussIf you're interested in this, you may be interested in this as well: https://github.com/evilsocket/opensnitchIt has a GUI interface as well.
aptmiguk·hace 5 años·discussSounds like a great product. But I hope you have a good security POC - won't be long before bad guys are hosting malware on those sharable links. I'm going to sign up, but just wanted to warn you.
aptmiguk·hace 6 años·discussYour pricing link appears to be down:"The requested URL /resources/regulatory/pricing.html was not found on this server."
aptmiguk·hace 6 años·discussSearch engines. Be it Google, DDG, Quant, or others, I use them so often I usually have at least one tab open just for that purpose.
aptmiguk·hace 7 años·discussCheck out https://github.com/cbourke - free Comp Sci books (I, II, and III).
aptmiguk·hace 7 años·discussLove Xfce. I've never been able to get into a decent workflow with Gnome or KDE. Much lighter on resources it seems, too.Congrats to the devs!
aptmiguk·hace 7 años·discussminisign is pretty cool. I've added its signature to my software releases along with md5/sha256.https://github.com/jedisct1/minisign
aptmiguk·hace 8 años·discussCool, I like the qq-tar-gz-it, but I changed it to this:function qq-tar-gz-it () { tar -zcvf ${1}.tar.gz $1; }Saves a step.