Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lyjackal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
lyjackal
1mo ago
I saw this for Luna and then looked at the uptime and it said 85%. My interpretation is that this is just a gimmick where they serve the OpenAI flex tier at the same discount OpenAI provides for flex and then fall back to azure
2.
▲
by
lyjackal
2mo ago
There’s export controls on nvidia. According to Jensen, they expect that Chinese models will start being optimized for Huawei https://www.dwarkesh.com/p/jensen-huang
3.
▲
by
lyjackal
2mo ago
They're an Evals company. Its right up there in the top nav under Evals > Vending Bench 2
4.
▲
by
lyjackal
4mo ago
You’re quoting the batch pricing. On demand is 1.5 per input and 9 per M output. This is effectively comparable cost to Gemini 2.5 Pro in a flash tier model
5.
▲
by
lyjackal
5mo ago
I think the larger part implied is the design will be crappy, because the problem was unexplored
6.
▲
by
lyjackal
6mo ago
I want to build a shared postgres db with hundreds of small apps (OLTP) accessing shared tables using a RLS model model against well defined tables. What are other limitations and mitigations folks have used or encountered to support stabil
7.
▲
by
lyjackal
6mo ago
github repository here https://github.com/run-llama/liteparse
8.
▲
by
lyjackal
1y ago
it's Friday, and I'm avoiding doing work
9.
▲
by
lyjackal
1y ago
I notice that the python versions and typescript versions are pretty different. Python is sort of class based, with python magic decorators class MyWorkflow(Workflow): @step async def start(self, ctx: Context, ev: Star
10.
▲
by
lyjackal
1y ago
Agree, thanks for the link. I was wondering what actually changed. The resource links and elicitation look like useful functionality.
11.
▲
by
lyjackal
1y ago
I've been curious to see the process for selecting relevant context from a long conversation. has anyone reverse engineered what that looks like? how is the conversion history pruned, and how is the latest state of a file represented?
12.
▲
by
lyjackal
1y ago
I recently did something similar. Using uv workspaces, I used the uv CLI's dependency graph to analyze the dependency tree then conditionally trigger CI workflows for affected projects. I wish there was a better way to access the uv de
13.
▲
by
lyjackal
1y ago
This is cool and something that I’ve wanted, but I don’t see hot listings requirements inline foregoes the need for a lock file to maintain reproducibility. What about version ranges? Versions of transitive dependencies?
14.
▲
by
lyjackal
1y ago
Mobile 4g USB sticks you can usually rotate your IP address by reconnecting. I tried on a pi, it was inconsistent. This was just with some random test mobile plan from rando carrier renting off Verizon I think
15.
▲
by
lyjackal
1y ago
An idea for more complete coverage: have 2 of them, and invert their intervals, such that one and only one is always on
16.
▲
by
lyjackal
1y ago
I’ve wondered whether they use thanks as a signal to a conversation well done, for the purpose of future reinforcement learning
17.
▲
by
lyjackal
1y ago
It's more the content creators who bear the brunt of toxic rage. Who you follow doesn't solve that problem
18.
▲
by
lyjackal
1y ago
https://aistudio.google.com
19.
▲
by
lyjackal
2y ago
Yes, I run into it, but it’s intermittent. Cursor makes some internal decisions to limit its context budget, so my speculation is that it’s related to that, like the actual updated code is just not in the prompt sometimes
20.
▲
by
lyjackal
2y ago
If the end goal is just rag or search over the pdfs, seems like ColPali based embedding search would be a good alternative here. Don’t process the PDFs, instead just search their image embedding directly. From what I understand, you also ge
21.
▲
by
lyjackal
2y ago
drawio and its vscode plugin supports the same
22.
▲
by
lyjackal
2y ago
Is there any way to use the TTS on its own? I maintain an obsidian TTS plug-in, and am starting to add new TTS providers (its just been OpenAI thus far). From the documentation at https://docs.play.ai/documentation/get-
23.
▲
by
lyjackal
2y ago
Apologies for the x link. I couldn’t find a more official announcement than this. Yesterday hugging face released new checkpoints with much higher quality output, trained for longer, and with speaker consistency. Demo here: https:/&#x
24.
▲
Parler TTS v1
(twitter.com)
2 points
by
lyjackal
2y ago
|
1 comments
25.
▲
by
lyjackal
2y ago
character.ai seems to have good usage[1], especially among younger folks. According to this reddit thread[2], lots of users use it as a distraction, like video games, or to make more in-depth fan fiction, or just to scratch a social itch [1
26.
▲
by
lyjackal
2y ago
I’ve been trying out fasthtml as a more scalable prototyping tool for a side project. I’ve really enjoyed using it! I tried gradio first, but 1. didn’t like the look, and 2. You can’t really go off the beaten path. So far I’ve really enjo
27.
▲
by
lyjackal
2y ago
From what I understand, that’s not the case. They are working on both. I’d be concerned about how you can differentiate and compete with them. They have a big head start
28.
▲
by
lyjackal
2y ago
The reasoning I’ve heard voiced by Zuckerberg is that the faster the field moves forward, the better they can make Facebook and their other products. Their product isn’t models, it’s social media. Better data science helps them make better
29.
▲
by
lyjackal
2y ago
Do you have a preferred programming language? Whether building your own or using a framework, you’ll need to deal with the ecosystem. There’s lot is boots recommendations here, but if going for easy, I would make the initial decision based
30.
▲
by
lyjackal
3y ago
It’s also extremely bloated. The storybook related dependencies were slowing down our builds significantly. We have done additional storybook plugins, but making storybook an optional dependency reduced the build server’s node_modules size
More ›