Live data from Hacker News

Viewing profile — indentit

indentit

HN member
Joined
Mon, Jun 05, 2017, 11:00 AM UTC
HN karma
887
Public activity
207 items

About indentit

No profile information was provided.

Recent public activity

  1. comment
    Comment #48144879

    But the correct way to do it is to have a separate account with more privileges, and only give AI access to your standard developer account

  2. comment
    Comment #47884782

    Exactly one year on from Oniguruma's archival on GitHub and fancy-regex is in a pretty good position to act as a compatible, memory-safe alternative. Since the previous release, fa…

  3. story
  4. comment
    Comment #47798364

    Bat has an option to use a built-in pager, a Rust crate called minus

  5. comment
    Comment #46922639

    This resonates with me for a couple of reasons. One is that despite a good AGENTS.md file and a detailed, specific prompt, I've seen LLM agents generate all sorts of questionable c…

  6. story
  7. story
  8. comment
    Comment #46271164

    I personally really enjoyed this article - thanks for sharing. I have worked for companies which use OKRs to help decide what they want to achieve, but it was never clear to me how…

  9. comment
    Comment #45942851

    Specifications are there for a reason... Why use Bluetooth at all if they don't actually use it properly?

  10. comment
    Comment #45916158

    I tried using Mergiraf a year or so ago, and ended up with so many weird problems that I eventually tracked down to being caused by it, that I disabled and uninstalled it and never…

  11. comment
    Comment #45642370

    Having to pipe to a pager - to follow the unix philosophy - means: - extra typing each time - the pager receives static output. There is no interactivity... Sure, most pagers can s…

  12. comment
    Comment #45641300

    Maybe create a shell alias which would act as a wrapper around git to do just that, when you try to commit on the wrong branch

  13. comment
    Comment #45641114

    git itself has no concept of branch policies, it is purely a server side thing. But surely it doesn't really matter what branch you commit to locally, if you can't push it, you hav…

  14. comment
    Comment #45640839

    Isn't that what branch policies are for? It can get annoying when making a release (from a local machine as opposed to automatically in CI/CD pipelines), but in other circumstances…

  15. comment
    Comment #45640824

    The solution could be a pre-push hook. I am also not a fan of pre-commit hooks because I just want to commit my wip changes. Not stash. Commit. It's fine if the auto formatting too…

  16. story
  17. comment
    Comment #45261783

    > Another area where you can lean a lot more heavily on HTML is API responses Please no - it is so much nicer and easier when using a website with poor UI/filtering capabilities/wh…

  18. story
  19. comment
    Comment #43584921

    And if you come back to this script in a few years time and it pulls a newer version of numpy with an incompatible api, there is no easy way of knowing which version it was designe…

  20. comment
    Comment #43345386

    The syntax highlighting on the code snippet is highly misleading...

  21. comment
    Comment #42578416

    I really like how clear and well laid out these rules are. It covers lots of things that I have always thought about when I write instructions in README files etc, so it's very nic…

  22. comment
    Comment #42163452

    I tried this out, and nothing happened. Then I discovered that it has to be enabled first, for example by: https://unix.stackexchange.com/a/34251/152147 Thanks for sharing, learnt …

  23. story
  24. story
  25. story