Live data from Hacker News

Viewing profile — blirio

blirio

HN member
Joined
Wed, Jul 17, 2024, 2:15 AM UTC
HN karma
20
Public activity
22 items

About blirio

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. comment
    Comment #47854617

    Glad you enjoyed it, too bad your dog can’t pay out the claim

  5. story
  6. 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…

  7. 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…

  8. story
  9. story
  10. story
  11. 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/…

  12. comment
  13. comment
  14. comment
    Comment #43359158

    updated to filter out racism: https://github.com/BenLirio/word-battle-server/commit/316140...

  15. comment
    Comment #43359147

    I updated it to reject prompt injection: https://github.com/BenLirio/word-battle-server/commit/316140...

  16. 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.

  17. 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…

  18. 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.

  19. 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…

  20. comment
    Comment #41021626

    So is unmapped address another way of saying null pointer?

  21. 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.

  22. comment
    Comment #40991195

    My favorite little language is jq. It's like SQL RelationDB and jq NonRelationalDB