Viewing profile — kveykva
kveykva
HN member- Joined
- Mon, Sep 19, 2011, 7:35 PM UTC
- HN karma
- 156
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About kveykva
Recent public activity
-
comment
Comment #48950637
ah okay, not just me
-
comment
Comment #48852586
Did OpenAI obliterate the ability to use Codex from mobile the way you can use Claude Code on iOS?
-
comment
Comment #48835772
Is there a specific explanation about how this is better or different than vega itself? https://vega.github.io/vega/docs/specification/ My understanding is that Vega was already an…
-
comment
Comment #47940533
Would you be open to sharing what you built for running the automation tests? I could really use this right now.
-
comment
Comment #45428194
The example prompt "intense anime battle between a boy with a sword made of blue fire and an evil demon demon" is super clearly just replicating Blue Exorcist https://en.m.wikipedi…
-
comment
Comment #45428136
Even design wise this looks virtually identical to https://terragonlabs.com/
-
comment
Comment #44513934
The scroll hijacking on this site itself erodes my trust in this being a browser I want to use because it demonstrates a lack of understanding of the web.
-
comment
Comment #44440455
Max AI | SWE Fullstack, Backend, AI/ML Engineer | Hybrid In-Person (SF) | Full-time | $145k — $230k | https://www.maxcare.ai Max AI is building the financial operating system for h…
-
comment
Comment #44161581
Max AI | SWE Fullstack, Backend, AI/ML Engineer | Hybrid In-Person/Remote (SF) | Full-time | $145k — $230k | https://www.maxcare.ai Max AI is building the financial operating syste…
-
comment
Comment #40849721
This pitches a lot but only seems to support a specific inpainting operation?
-
comment
Comment #40761693
Their code base is also weirdly convoluted, with many crates and files just proxying over to others. I've read and written a lot rust, and haven't seen this style really. Could be …
-
comment
Comment #40586719
Have there ever been studies that demonstrate that those individuals don't simulate possible state transitions they'll go through in a different modality? I'd be curious if they vi…
-
comment
Comment #40510277
This is truly depressing because the aspirations of tinygrad are so appealing in terms of being concise, effective and maintainable. Then, instead, they throw comprehensibility ent…
-
comment
Comment #40255852
Vector editing has a lot of CPU bound tasks. Evan has some writing regarding the transition to WASM https://medium.com/figma-design/webassembly-cut-figmas-load-...
- comment
-
comment
Comment #38670420
There’s a 2023 article by the same author here it looks like https://timdettmers.com/2023/01/30/which-gpu-for-deep-learni...
-
comment
Comment #37440229
The miniaturization of what are in some senses fired clay tablets for information storage would be a fascinating development.
-
comment
Comment #37228935
Spline and Vectary are both in this space
-
comment
Comment #37055836
You're not even close to baseline.
-
comment
Comment #36924391
We're working on similar things! If you'd like to chat sometime I'd be interested. My HN username is also my twitter handle.
-
comment
Comment #36890342
That is correct
-
comment
Comment #36890334
The temptation to call something related to the replay functionality Sharingan is pretty strong now that I've used this name haha.
-
comment
Comment #36889767
In what I think of as engineering terms: an agent is a long running service that invokes LLMs during its execution. In contrast to an LLM driven application where the primary funct…
-
comment
Comment #36889437
Currently it only supports openAI. I'm looking into patterns for supporting local LLMs! I think the best approach for that might be to allow you to update the api endpoint to your …
-
comment
Comment #36889155
I like the idea of the agent-protocol they define, I do feel that long term there might be a common interface for agent agent or user agent communication.