HackerTrans
トップ新着トレンドコメント過去質問紹介求人

5n00py

no profile record

投稿

The Backbone of Cybersecurity: Hardware Security Modules

join.tech
134 ポイント·投稿者 5n00py·2 年前·35 コメント

[untitled]

1 ポイント·投稿者 5n00py·2 年前·0 コメント

And they say CSS isn't a programming language CSS-only games are amazing

youtube.com
3 ポイント·投稿者 5n00py·2 年前·1 コメント

OpenAI rolls out imperfect fix for ChatGPT data leak flaw

bleepingcomputer.com
1 ポイント·投稿者 5n00py·3 年前·0 コメント

Show HN: FunkyShellSearch – Improve command-line file searching

github.com
2 ポイント·投稿者 5n00py·3 年前·0 コメント

Show HN: Script to Auto-Generate Commit Messages with AI

github.com
4 ポイント·投稿者 5n00py·3 年前·3 コメント

コメント

5n00py
·2 年前·議論
[flagged]
5n00py
·2 年前·議論
I found the ingenuity behind these games very fascinating using some clever and hacky tricks. If you've ever doubted the versatility of CSS, Kevin Powell's video is a must-watch.
5n00py
·3 年前·議論
I would agree on this from experience, even though I would agree with the initial statement as well. The advice applies for some parts in life but not all social contexts.
5n00py
·3 年前·議論
I would like to check out your implementation in the neovim plugin. Do you have a direct link? As for myself, I was always more into doing git-related tasks directly in the terminal without relying on plugins or external tools, therefore bash scripting naturally aligned with that approach for me, even though I also do the editing in neovim...

Good point about making the AI more aware of conventional commits. In fact, sometimes the AI tends to follow a more conventional commit style, sometimes not. But there is an option to add specific instructions, like adhering to conventional commits or any custom guidline, but anyway, its still in progress ;-) And I usually manually the generated commit messages to fit in a specific context.

One of the challenges I've noticed is that the AI sometimes struggles to distinguish between formatting and actual code changes. So, to address this, I usually also provide additional instructions or make manual adjustments.