19 Matching Annotations
  1. Jul 2025
    1. Sydney residents know the frustration of a broken dishwasher, especially during dinner cleanup time. Whether it’s a family gathering or just another busy weeknight, a malfunctioning dishwasher can put your kitchen routine into chaos. Most dishwasher problems aren’t as complicated as they seem; they do require prompt attention to prevent water damage or more expensive repairs down the line.

      Get fast and reliable dishwasher repair services in Sydney with Best Repairs. We offer same-day diagnostics and expert fixes to restore your kitchen efficiency.

  2. Jun 2024
  3. May 2024
  4. Aug 2022
    1. Maker Governance moved fast to vote in Debt Auction parameter fixes and changes and additions to the system. The community quickly launched further analytic tools, allowing observers to better follow system fixes and changes. See the changelog.  The zero-bid events of March 12-13 led to a collateral auction shortfall amounting to approximately 5.4M+ Dai. Around 1,200 Maker Vaults became under-collateralized and were subsequently liquidated. As noted above, the Maker community is currently discussing the circumstances surrounding the zero bids and resulting liquidations

      How Maker resaponded to the mempool manipulation

  5. Jul 2022
    1. https://www.youtube.com/watch?v=7s4xx_muNcs

      Don't recommend unless you have 100 hours to follow up on everything here that goes beyond the surface.

      Be aware that this is a gateway for what I'm sure is a relatively sophisticated sales funnel.


      Motivational and a great start, but I wonder how many followed up on these techniques and methods, internalized them and used them every day? I've not read his book, but I suspect it's got the usual mnemonic methods that go back millennia. And yet, these things are still not commonplace. People just don't seem to want to put in the work.

      As a result, they become a sales tool with a get rich quick (get smart quick) hook/scheme. Great for Kwik's pocketbook, but what about actual outcomes for the hundreds who attended or the 34.6k people who've watched this video so far?

      These methods need to be instilled in youth as it's rare for adults to bother.


      Acronyms for remembering things are alright, but not incredibly effective as most people will have issues remembering the acronym itself much less what the letters stand for.


      There seems to be an over-fondness for acronyms for people selling systems like this. (See also Tiago Forte as another example.)

  6. Jun 2021
  7. Apr 2021
  8. Nov 2020
  9. Oct 2020
  10. Sep 2020
  11. Feb 2020
    1. We check in our code at the entry point of a pipeline, version control (Git and Github in our case), and then it’s taken through a series of steps aimed at assuring quality and lowering risk of releases. Automation helps us keep these steps out of our way while maintaining control through fast feedback loops (context-switching is our enemy). If any step of the pipeline breaks (or fails) we want to be alerted in our communication channel of choice (in our case Slack), and it needs to happen as quickly as possible while we’re in the right context.
  12. Dec 2019
    1. So what's our total time cost? O(nlog⁡2n)O(n\log_{2}{n})O(nlog2​n). The log⁡2n\log_{2}{n}log2​n comes from the number of times we have to cut nnn in half to get down to sublists of just 1 element (our base case). The additional nnn comes from the time cost of merging all nnn items together each time we merge two sorted sublists.
  13. Aug 2019
  14. Mar 2019
  15. Dec 2018
  16. Jan 2016