Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nicognaw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nicognaw
2y ago
OpenAuthJs is literally a hono app.
2.
▲
by
nicognaw
2y ago
Users in these kind of platforms usually do welcome English posts according to some experience with Xiaohongshu, but registering an account from outside is challenging.
3.
▲
Fish-Speech 1.1: Llama-based TTS trained on 150K hours of trilingual speach data
(github.com)
2 points
by
nicognaw
2y ago
|
0 comments
4.
▲
by
nicognaw
2y ago
If you got random tokens on Apple Silicon Macs, you should check your stderr for Metal’s error code, like 5 for out of metal memory. Metal lets you use half of your unified memory as metal memory.
5.
▲
by
nicognaw
3y ago
Andrej made the micrograd video after the code was released a couple years later. As someone who takes learning neural networks as a hobby, I really want to see him make videos about the llama.c project.
6.
▲
by
nicognaw
3y ago
Azure OpenAI
7.
▲
by
nicognaw
3y ago
As learned by the community, they leaked their personal information from emails used in git commits
8.
▲
by
nicognaw
3y ago
+1, the OpenAI official playground & the new fine-tuning UI are really useful stuff, but surprising enough, I don't find open source versions.
9.
▲
by
nicognaw
3y ago
Why would I use drag-and-drop UIs to replace one of my favorite things, coding, when I use infrastructure as code stuff to replace a cloud console panel, FastAPI to generate OpenAPI documents, and even D2-lang to draw graphical diagrams?
10.
▲
by
nicognaw
3y ago
In some US states where TikTok is banned, this can be used to access it.
11.
▲
by
nicognaw
3y ago
Jina AI itself is also a great framework to expose APIs from deep neural net models and deploy them to Kubernetes clusters, which I think is very promising, but they didn't get as much hype as I predicted that they deserved.
12.
▲
by
nicognaw
3y ago
Signoz is too good at SEO. Early days, I looked up otel and observability stuff, and I always saw Signoz articles on the first screen.
13.
▲
Ask HN: Why is AI companies not using AI support chatbot?
1 points
by
nicognaw
3y ago
|
0 comments
14.
▲
by
nicognaw
3y ago
TL;DR: Cheap GPU cloud with alpaca-LoRA
15.
▲
by
nicognaw
3y ago
Maybe a bit extreme, but I am going to use Remix and only Remix for my new side projects.
16.
▲
by
nicognaw
3y ago
I'm actually very excited to see AI applied in games in ways other than AI agents.
17.
▲
by
nicognaw
3y ago
As a developer, I'd like a tool to help me design the color scheme for my IDE, and I'm curious if this one can do that.
18.
▲
by
nicognaw
3y ago
Prompt engineering, in my opinion, could be considered "semantic programming."
19.
▲
by
nicognaw
3y ago
Since LLMs generate words one by one, you can only determine whether the next word has a high probability. Some ideas occurred to me earlier, like applying prompt engineering to evaluate if the model is confident about the contents to be ge
20.
▲
by
nicognaw
3y ago
I'm learning the basics of transformer from Andrew Ng's courses, your post seems to make me learn it faster. Thanks!
21.
▲
by
nicognaw
4y ago
Why not? The actual work that language models do is to complete the conversation. It doesn’t actually answer questions, it just tries to make the text look real.