Skip to content

LastPass and Lost Secrets

  • by

A few days ago, Sean Cassidy of Praesidio released an application called LostPass that exploits phishing vulnerabilities in the LastPass password manager. See here: https://www.seancassidy.me/lostpass.html. Do not use a password manager to store anything important. You can… 

Hilarious TrendMicro Vulnerability Report

  • by

This recent report of a TrendMicro vulnerability is very serious, but it made me laugh as I imagined the recipients of Tavis’ pithy wisdom scrambling to react.

There’s a bug in the compiler…no wait, it’s the CPU

  • by

The time-worn phrase “There must be a bug in the compiler” is usually a red flag.  When I hear this I hear “There’s something wrong with my code, and I’m either too lazy or too inexperienced to figure… 

Technical Debt

  • by

I recently came across this article by Dennis Stevenson on why technical debt isn’t necessarily a bad thing, which struck a chord with me.   Personally, I’m all about the refactoring.   One startup I worked… 

Tracking Bugs with no Budget

  • by

When I started in one role, I found that there was no source control or issue tracking system in place for my very small team. No source control was something I hadn’t seen since 1997. I absolutely could… 

How to convert Word document formatting to styles

  • by

I had to do this recently, and Googling wasn’t much help. So in case any of you are in the same boat… Do a search and replace (Ctrl+h). In the ‘Find what’ box, leave the text… 

No code-behind for VB.NET .aspx file in VS2008

  • by

In VS2008, I created a new file but it had no code-behind. Chose ‘File – New File – Web Form’. Several times. Tried loads of stuff. No code-behind – the aspx top line was: <%@ Page Language=”VB” %>.…