mark_story's comments

mark_story | 1 year ago | on: How I stopped worrying and loved Makefiles

It can help abstract the differences you may have across projects. If you're on a team with many projects/repositories, having conventions across them all helps improve onboarding, cross-teamwork and promotes better dev ux. A really simple way to do this is make. It lets you have the common targets and convert them to the relevant target. This can become more useful as you write automation for CI and deployments for all your projects.

mark_story | 2 years ago | on: Amazon and iRobot call off their planned acquisition

Isn't this an implicit risk anyone who purchases a 'smart' device takes? Every company will eventually discontinue their cloud service for a product line when it suits their needs. We have seen this countless times in technology and that anyone assumes that cycle will repeat with all these devices is fooling themselves.

mark_story | 2 years ago | on: Panic Among the Streamers

> Who listens to music any more?

It might not be your thing, but I frequently use 'active listening to music' as a way to relax after a long day. I don't have ultra high end kit either. I'm doing most of my listening on entry level Grado headphones attached to my laptop. I have a hard time believing that I'm unique in this activity.

mark_story | 5 years ago | on: Passbolt: Self hostable, open source, password manager for teams

Nope. The parent commenter came to some interesting conclusions, but I've never worked on passbolt. From what I remember passbolt based their repository on CakePHP (of which I'm a maintainer) and inherited all the git history from that project. There are no connections between passbolt and sentry though.
page 1