Live data from Hacker News

Viewing profile — burticlies

burticlies

HN member
Joined
Thu, Oct 13, 2016, 6:49 AM UTC
HN karma
204
Public activity
19 items

About burticlies

allanhortle.com

Recent public activity

  1. comment
    Comment #48439214

    Biased cause I work there, but that’s where software like Tactiq shines. We just added an MCP, and now the agent has access to the meetings when writing the plan. Last week I had t…

  2. comment
    Comment #47381962

    Tassie represent

  3. comment
    Comment #46854439

    I’ve never understood why linters don’t have this baked in. You want to deprecate a pattern, but marking it as an error and failing the build won’t work. So you mark it warning and…

  4. story
  5. comment
    Comment #42299149

    Already done. There’s a link on the homepage to the GitHub, and you can just add a new markdown file in the rules folder. It auto deploys on merge to master.

  6. comment
    Comment #42298865

    I tried to work around bad rule books by building https://www.boardgameonepagers.com/ It’s open source, all the rules have simple markdown formatting that’s easy to glance through …

  7. comment
    Comment #39086747

    I want search engines to operate similar to this. Instead of using googles monolithic index, you can subscribe to different trusted sources for lists of sites that are curated and …

  8. comment
  9. comment
    Comment #30939966

    https://www.allanhortle.com

  10. story
  11. story
  12. comment
    Comment #29897982

    It’s a color space designed to be perceptually uniform. So as you blend through colors the saturation appears to stay the same. Check some of the reds and greens in the other color…

  13. comment
    Comment #29849921

    I think this speaks to how when learning a concept, just having it framed in the right way can really help. I’d heard of the Ferber method before and we tried it a bit to no succes…

  14. comment
    Comment #29836670

    Oh wow, this is the first internet baby tip that has actually worked. Our two year old would take 30 minutes of settling every night, with one of us in the room sitting in a chair.…

  15. comment
    Comment #29764418

    My wife has been reading a book on mushroom foraging. This section on different types of mushroom poisoning was particularly terrifying. Trichothecenes, symptoms: Multi-organ failu…

  16. comment
    Comment #22478289

    They kept it really low level and didn’t make many opinions on how to join the dots. There are functions to manipulate data, functions to make scales, and functions to and function…

  17. comment
    Comment #21014963

    I was inspired by `tig` to make a tool to search your working directory for coverage reports and display it in the terminal. It only works right now on Istanbul reports but I'd lik…

  18. story
  19. comment
    Comment #13959411

    One simplistic but useful analogy I've found is that monads are a way to control program flow with functions. A monad is to functional programming what if/else is to imperative. It…