typhonius's comments

typhonius | 4 years ago | on: The Fun Scale (2014)

Type 2 fun is a perfect example of the fading effect cognitive bias.

Fading effect bias interestingly causes the emotion associated with negative event memories to generally fade faster than the emotion associated with positive event memories.

typhonius | 4 years ago | on: macOS Setup after 15 Years of Linux

You can show/hide terminal windows with a hotkey natively using iTerm2.

Under Preferences > Keys > Hotkey I've set the system-wide hotkey to option+space which means if I need a terminal, I can press those keys and have iTerm pop up over my active window.

Pressing them again hides the window and brings focus back to the previously active window which has been great for productivity.

typhonius | 4 years ago | on: Open-source alternatives to popular B2B tools

This is where the maxim of open source being 'free as in puppies not free as in beer/lunch' comes from.

I started my career in open source and still strongly believe in FOSS tenets, but enterprises are looking more to de-risk their projects and platforms.

Risk is reduced when you have a vendor you can hold accountable for issues in the product, hence making proprietary solutions (and sometimes open source but wrapped in enterprise support solutions) the only viable choice for a business.

typhonius | 4 years ago | on: Ask HN: What is your “sales stack”?

CRM: Salesforce

MAP: Marketo

Conversational AI: Drift

Call recording/analysis: Gong

Salesforce dashboard/forecasting: Clari

Outbound/sequencing: Outreach & LinkedIn Navigator

Customer calls: Zoom

Data: Clearbit/Demandbase/6sense

typhonius | 5 years ago | on: Mutation Driven Testing: When TDD Just Isn’t Good Enough

I’ve used the infection PHP library (https://github.com/infection/infection) in an API SDK that I maintain.

My experiences were very similar to the author’s when I first started using it. Even though my test coverage was near 100%, the mutations introduced revealed that in large part my tests were fallible due to assumptions I’d made when writing them.

I’ve incorporated mutation testing as the final step in my CI workflow as a test for my tests. It’s a fair bit of work the first time it’s run (especially with larger libraries), but in my opinion vital as a pairing with tests.

typhonius | 5 years ago | on: Client's Name in CV / Tender

Standard practice for big four in situations like this is to consult your independence and risk team.

Tender responses typically undergo quality and risk review to ensure that included references are allowed.

typhonius | 5 years ago | on: Matomo: Open-source analytics platform

I’ve found that using geerlingguy’s Ansible roles for MySQL, Nginx, and PHP, most random PHP applications can be deployed with default configuration. I’ve had them in production with Matomo for the past year or so and had no problems so far.

A lot of the challenges faced with a ‘from scratch’ install will revolve around which PHP version and extensions to install and how to get Nginx to talk to FPM. Neither of which are trivial for someone wanting to test/evaluate without much prior knowledge.

page 1