Live data from Hacker News

Viewing profile — remorses

remorses

HN member
Joined
Sun, Jun 14, 2020, 10:47 AM UTC
HN karma
139
Public activity
85 items

About remorses

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45125325

    No support for multiple agents at the same time is a non starter

  3. comment
    Comment #44564973

    Using AI agents productively requires setting up a repository for collaboration, it means writing docs and making the build process easy and fast. As any other tool AI is slow to a…

  4. story
  5. comment
    Comment #42886014

    Framer is one of the website builders with the best export capabilities, this is because it’s built on top of React. You can use unframer [0] to export components as React and ship…

  6. story
  7. comment
    Comment #40513858

    If you set temperature to zero the output will be always the same, not a distribution. If instead you increase temperature the LLM will sometimes choose other tokens than the one w…

  8. comment
    Comment #40307302

    Insurance period minus one standard deviation

  9. comment
    Comment #40265084

    If only there was a way to make radio signal clear even with background noise. Maybe one day someone will invent frequency modulation instead of this stupid AM thing

  10. story
  11. story
  12. comment
    Comment #40191049

    Goblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to build an executable f…

  13. comment
    Comment #40191013

    You can also install it with go, I updated the readme go install github.com/remorses/docker-phobia

  14. story
  15. comment
    Comment #40039479

    /skæm/ a dishonest plan for making money or getting an advantage, especially one that involves tricking people

  16. comment
    Comment #40034094

    Is the code open source?

  17. comment
    Comment #39799330

    Mojo is faster because it compiles every function body in parallel, basically every function calls LLVM separately. This means you have to do everything else yourself, which is not…

  18. comment
    Comment #39749740

    I am pretty sure the existing release process already takes much more than 2 hours.

  19. story
  20. comment
    Comment #38197820

    It’s another one of my projects, holocron wasn’t ready when I made the blog

  21. story
  22. story
    Ask HN: Why does ChatGPT API charge for input tokens?

    The context window doesn't change, shorter prompts and longer ones use the same resources and take the same time to process, am i right?

  23. comment
    Comment #37610101

    A license that doesn’t allow reselling the service is good enough For example I saw this with Tailwind UI

  24. comment
    Comment #37583981

    == does not exist

  25. comment
    Comment #37262271

    It is specifically an alternative to the WorkOS Admin Portal component, a hosted website you can send to your customers to make setting up SSO easier. The full source code is on Gi…