Viewing profile — indentit
indentit
HN member- Joined
- Mon, Jun 05, 2017, 11:00 AM UTC
- HN karma
- 887
- Public activity
- 207 items
- HN profile
- View on Hacker News ↗
About indentit
No profile information was provided.
Recent public activity
-
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
-
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…
- story
-
comment
Comment #47798364
Bat has an option to use a built-in pager, a Rust crate called minus
-
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…
- story
- story
-
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…
-
comment
Comment #45942851
Specifications are there for a reason... Why use Bluetooth at all if they don't actually use it properly?
-
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…
-
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…
-
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
-
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…
-
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…
-
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…
- story
-
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…
- story
-
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…
-
comment
Comment #43345386
The syntax highlighting on the code snippet is highly misleading...
-
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…
-
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 …
- story
- story
- story