typhonius | 3 years ago | on: I hired 5 people to sit behind me and make me productive for a month
typhonius's comments
typhonius | 3 years ago | on: Best and worst decisions I’ve made
typhonius | 3 years ago | on: IRC: Run it or use it, but try to avoid doing both (2021)
typhonius | 3 years ago | on: ACCC: Airbnb allegedly misled Australians about accommodation prices
The .com.au domain was in AUD by default. I don’t believe there was a modal to redirect Australian visitors to the appropriate domain either.
typhonius | 4 years ago | on: The Fun Scale (2014)
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
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: Show HN: We open sourced our new Mac developer setup script
typhonius | 4 years ago | on: Open-source alternatives to popular B2B tools
typhonius | 4 years ago | on: Open-source alternatives to popular B2B tools
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: WD My Book users wake up to find their data deleted
typhonius | 4 years ago | on: Ask HN: What is your “sales stack”?
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 | 4 years ago | on: Ask HN: Where can I find list of companies that went fully remote
typhonius | 5 years ago | on: Mutation Driven Testing: When TDD Just Isn’t Good Enough
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: A minimalistic site to vent and see others doing the same in realtime
typhonius | 5 years ago | on: Null
That said, it did uncover a bug that obviously hadn't been tested for which gave the infra team more impetus to solve utf8mb4 support for the database.
https://www.drupal.org/project/infrastructure/issues/2531884 https://github.com/govCMS/govCMS7/commit/ab5da5fd0cb3d7e1d33...
typhonius | 5 years ago | on: GNU Units
I’m sure it’s popped up here before but here’s a link for those who haven’t come across it: https://www.ibiblio.org/harris/500milemail.html
typhonius | 5 years ago | on: Client's Name in CV / Tender
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
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.