Viewing profile — blirio
blirio
HN member- Joined
- Wed, Jul 17, 2024, 2:15 AM UTC
- HN karma
- 20
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About blirio
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47855185
Yes there is a backend and I burn tokens on GPT 5.4 every case so please be nice :). I’ll leave it at a high model for now, but if people abuse it I’ll file a petty complaint and d…
-
comment
Comment #47854617
Glad you enjoyed it, too bad your dog can’t pay out the claim
- story
-
comment
Comment #47414793
More than often when I get asked a question is something that AI can easily answer. Rather than just responding “ask AI” I actually put effort into pasting their question into AI a…
-
comment
Comment #46955462
The article describes the problems of using a AI chat app without setting up context, skills, MCP, etc Like yea the AI won’t know what you discussed in last weeks meeting by defaul…
- story
- story
- story
-
comment
Comment #43359200
Oops, I accidentally deployed a half baked change to randomly swap users prompts while trying to filter out input for racism: https://github.com/BenLirio/word-battle-server/commit/…
- comment
- comment
-
comment
Comment #43359158
updated to filter out racism: https://github.com/BenLirio/word-battle-server/commit/316140...
-
comment
Comment #43359147
I updated it to reject prompt injection: https://github.com/BenLirio/word-battle-server/commit/316140...
-
comment
Comment #43359105
I scanned the DB for racist words and removed them all. I need to add moderation on the input still. But I can just scan and remove until then.
-
comment
Comment #43358706
I'm looking to improve this so thanks for the feedback. Also if you code and have time, here are the repositories. I still need to setup CI/CD but if you make a change I can just d…
-
comment
Comment #41021669
Oh wait, I just remembered null is normally 0 in C and C++. So probably not that if it is not 0.
-
comment
Comment #41021640
"Whether to allow duplicate object entry names." This is interesting. I just did a test and it look like `jq` evaluates `{ "a": 1, "a": 2 }` to just `{ "a": 2 }`. I have always tho…
-
comment
Comment #41021626
So is unmapped address another way of saying null pointer?
-
comment
Comment #41012928
there are open source models. If/when chatgpt has adds you will probably be able to just run something equiv with open source tools.
-
comment
Comment #40991195
My favorite little language is jq. It's like SQL RelationDB and jq NonRelationalDB