Viewing profile — remorses
remorses
HN member- Joined
- Sun, Jun 14, 2020, 10:47 AM UTC
- HN karma
- 139
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About remorses
No profile information was provided.
Recent public activity
- story
-
comment
Comment #45125325
No support for multiple agents at the same time is a non starter
-
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…
- story
-
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…
- story
-
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…
-
comment
Comment #40307302
Insurance period minus one standard deviation
-
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
- story
- story
-
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…
-
comment
Comment #40191013
You can also install it with go, I updated the readme go install github.com/remorses/docker-phobia
- story
-
comment
Comment #40039479
/skæm/ a dishonest plan for making money or getting an advantage, especially one that involves tricking people
-
comment
Comment #40034094
Is the code open source?
-
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…
-
comment
Comment #39749740
I am pretty sure the existing release process already takes much more than 2 hours.
- story
-
comment
Comment #38197820
It’s another one of my projects, holocron wasn’t ready when I made the blog
- story
-
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?
-
comment
Comment #37610101
A license that doesn’t allow reselling the service is good enough For example I saw this with Tailwind UI
-
comment
Comment #37583981
== does not exist
-
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…