Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blirio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
blirio
5mo ago
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 downgrade to a small model. I liked this one I make, however
2.
▲
by
blirio
5mo ago
Glad you enjoyed it, too bad your dog can’t pay out the claim
3.
▲
Show HN: A fake small claims court for petty complaints
(benlirio.com)
6 points
by
blirio
5mo ago
|
5 comments
4.
▲
by
blirio
6mo ago
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 and verifying the response in case they don’t have the contex
5.
▲
by
blirio
7mo ago
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 default. But if you do auto transcribe to your meetings (even in p
6.
▲
Show HN: AOE4 Minimap Gallery – Use Case of Nano Banana Pro
(aoe4maps.benlirio.com)
2 points
by
blirio
9mo ago
|
0 comments
7.
▲
Show HN: AI Gen sprite sheets for multiplayer spaceship game
(benlirio.com)
1 points
by
blirio
1y ago
|
0 comments
8.
▲
Show HN: AI Conway's Game of Life
(benlirio.com)
3 points
by
blirio
1y ago
|
0 comments
9.
▲
by
blirio
2y ago
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/316140... Fixed now (I think
10.
▲
by
blirio
2y ago
updated to filter out racism: https://github.com/BenLirio/word-battle-server/commit/316140...
11.
▲
by
blirio
2y ago
I updated it to reject prompt injection: https://github.com/BenLirio/word-battle-server/commit/316140...
12.
▲
by
blirio
2y ago
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.
13.
▲
by
blirio
2y ago
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 deploy it. - [Front End] https://github.
14.
▲
by
blirio
2y ago
Oh wait, I just remembered null is normally 0 in C and C++. So probably not that if it is not 0.
15.
▲
by
blirio
2y ago
"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 thought that this was i
16.
▲
by
blirio
2y ago
So is unmapped address another way of saying null pointer?
17.
▲
by
blirio
2y ago
there are open source models. If/when chatgpt has adds you will probably be able to just run something equiv with open source tools.
18.
▲
by
blirio
2y ago
My favorite little language is jq. It's like SQL <-> RelationDB and jq <-> NonRelationalDB