Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukax
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
lukax
7mo ago
Sorry, I commented too soon. Did you also try Soniox? Why did you decide to use Deepgram's Flux (English only)?
32.
▲
by
lukax
7mo ago
Or you could use Soniox Real-time (supports 60 languages) which natively supports endpoint detection - the model is trained to figure out when a user's turn ended. This always works better than VAD. https://soniox.com/d
33.
▲
by
lukax
7mo ago
Wow, XSS just waiting to happen. <h3>${this.getAttribute('title')}</h3>
34.
▲
by
lukax
7mo ago
Never any mention of Soniox and they are on the Pareto frontier[1] https://www.daily.co/blog/benchmarking-stt-for-voice-agents/
35.
▲
by
lukax
8mo ago
Also see how it compares to other providers: https://soniox.com/compare
36.
▲
Soniox: Real-time transcription in 60 languages
(soniox.com)
2 points
by
lukax
8mo ago
|
1 comments
37.
▲
by
lukax
8mo ago
Not really in the PagedAttention kernels. Paged attention was integrated into FlashAttention so that FlashAttention kernels can be used both for prefill and decoding with paged KV. The only paged attention specific kernels are for copying K
38.
▲
Another user's pCloud setup is visible in my pcloud drive
(old.reddit.com)
12 points
by
lukax
8mo ago
|
3 comments
39.
▲
by
lukax
8mo ago
pCloud has been leaking files between users https://www.reddit.com/r/pcloud/comments/1qhpr4k/vault_got_a... https://www.reddit.com/r/pcloud/comments/1qhibbe/pcloud_sud
40.
▲
by
lukax
8mo ago
Maybe AWS ParallelCluster which is a managed SLURM on AWS.
41.
▲
Gemini CLI bot infinite loop
(github.com)
3 points
by
lukax
8mo ago
|
0 comments
42.
▲
by
lukax
8mo ago
It's not that simple to safely parse HTTP request form. Just look at Go security releases related to form parsing (a new fix released just today). https://groups.google.com/g/golang-announce/search?q=form 5 f
43.
▲
by
lukax
9mo ago
You can buy a totaled car for cheap and use its VIN.
44.
▲
by
lukax
9mo ago
I guess there's a lot of pressure from Cursor and Google's Antigravity. Also with Zed you can bring your own API key which VS Code didn't support for a long time.
45.
▲
by
lukax
9mo ago
17 years ago I went to a summer vacation with my family (still a teenager). That meant 10 days without any internet connectivity. I just got my first laptop and I was allowed to take it with me. I was reverse engineering MSN Messenger'
46.
▲
by
lukax
9mo ago
I've done business logic sharing where the engine was written in Rust, WASM for web with React for UI, uniffi-rs for Android and iOS with Kotlin Compose for Android and SwiftUI for iOS, Tauri for desktop. There were no good examples fo
47.
▲
by
lukax
9mo ago
They made this transport agnostic so it's compatible with A2A and AG-UI.
48.
▲
by
lukax
9mo ago
Google is doing that with A2UI. LLM will be able to decide how to present info to the user.
49.
▲
by
lukax
9mo ago
Will it also remove the whole D:\?
50.
▲
by
lukax
10mo ago
Spokenly on macOS with Soniox model.
51.
▲
Gemini Live Speech Translation
(blog.google)
2 points
by
lukax
10mo ago
|
0 comments
52.
▲
Did Nvidia Just Prove There Is No AI Bubble
(planetearthandbeyond.co)
21 points
by
lukax
10mo ago
|
13 comments
53.
▲
by
lukax
11mo ago
In OpenAI and a lot of open source inference engines this is done using llguidance. https://github.com/guidance-ai/llguidance Llguidance implements constrained decoding. It means that for each output token sequence you
54.
▲
by
lukax
11mo ago
Kind of similar to Agentic coding. The code works? Yay, well done, AI. It't doesn't? You didn't prompt it correctly.
55.
▲
by
lukax
11mo ago
And the hayro library is standalone and can easily be used outside of Typst. It only uses CPU and is pure Rust so it can also be used with WebAsembly. Link to demo below. https://github.com/LaurenzV/hayro https:/
56.
▲
by
lukax
11mo ago
> It’s powered by a version of GPT‑5 that’s trained to look across multiple sources to give more comprehensive and accurate answers. So another GPT-5 fine-tune. Codex also uses a custom GPT-5 fine-tune. Does fine-tuning make sense now? O
57.
▲
by
lukax
1y ago
And CopilotKit needs a JS backend for a proxy that holds the state for the chat which is quite a pain if you want to scalably self-host. Maybe ChatKit will be less lock-in than CopilotKit.
58.
▲
by
lukax
1y ago
This looks very similar to CopilotKit and AG-UI. With CopilotKit you can have some tools implemented client-side and others server-side using AG-UI. https://www.copilotkit.ai/ With ChatKit you can proxy everything through y
59.
▲
by
lukax
1y ago
Example kernels for DeepSeek-V3.2-Exp https://github.com/tile-ai/tilelang/tree/main/examples/deeps...
60.
▲
Tile Language: DSL for High-Performance GPU/CPU/Accelerators Kernels
(github.com)
6 points
by
lukax
1y ago
|
1 comments
More ›