Viewing profile — evnc
evnc
HN member- Joined
- Fri, Feb 05, 2021, 10:28 PM UTC
- HN karma
- 182
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About evnc
No profile information was provided.
Recent public activity
-
comment
Comment #48548460
Oh, okay, I get the value prop now. Thank you. They should hire you to write their marketing copy, you did a better job than the landing page.
-
comment
Comment #47922809
Tana is basically a programming environment disguised as a text editor (in this way, it follows in the grand tradition of emacs you could say)
-
comment
Comment #47897866
doh, good point. will fix this, I acknowledge I sort of handwaved the example. thanks for the correction!
-
comment
Comment #47895876
one more, for completeness: SELECT 'black' AS outline_color FROM elements parent JOIN elements child ON parent.id = child.parent_id WHERE parent.data_theme = 'light' AND child.data…
-
comment
Comment #47895610
yeah I mean, to be clear, I'm less proposing "What if we add even more syntax and semantics to CSS" and more "what if we steal ideas from CSS, notice their similarity to logic / re…
-
comment
Comment #47894911
oh this is fun > we copy and reapply patterns in different contexts and that might enable unexpected things yeah, that's exactly what I am trying to do here. Mostly it doesn't go a…
-
comment
Comment #47894882
tbh, this started as a connection of two disparate ideas ("hey, this thing looks like this other thing"), and then just kind of explores it in different directions. I think the con…
-
comment
Comment #47894823
oh this is neat! Feels like exactly the sort of thing I was gesturing towards. Thanks :)
- story
-
comment
Comment #47801641
sure! You can email me at notches_hoses_58@icloud.com (throwaway email), and we could go from there?
-
comment
Comment #47788343
I broadly agree with you, so I want to pick your brain a bit: What would your ideal RDBMS / tooling look like, that facilitates 6nf effectively? Do you think it's more a limitation…
-
comment
Comment #47604105
Someone has done a ray tracer in DuckDB, so essentially, yes: https://simonwillison.net/2025/Apr/22/duckdb-wasm-doom/
-
comment
Comment #45790783
Interesting. Does that mean if you want to say, make an asynchronous http request, you do something like “fire_event(HttpRequestEvent(…))” which returns immediately, and somewhere …
-
comment
Comment #44828505
I assume they're doing "Structured Generation" or "Guided generation", which has been possible for a while if you control the LLM itself e.g. running an OSS model, e.g. [0][1]. It'…
-
comment
Comment #43135254
Always enjoy Derek Lowe's writing. n=1 here, though I've heard others say the same -- but I (fairly healthy 30s male, vaccinated) found Paxlovid massively reduced symptom intensity…
-
comment
Comment #40800227
Trying to make the same transition right now. I’ve got almost 10 years experience with python and data engineering and I’ve been reading tutorials and playing with projects on the …
-
comment
Comment #40565424
I'm a bit of a noob here, but if a) a linear SSM (a form of RNN?) is equivalent to Attention without the scaling and softmax; and b) Attention is "all you need" and the thing that …
-
comment
Comment #40478497
Doesn’t this effect happen with EVs generally, not just Teslas? (I don’t particularly mean to defend Tesla here, but I wonder if this might be misleading)
-
comment
Comment #40185938
Hey, this is neat! Thanks for sharing. I may be interested in collaborating with you on this when I have some free time.
-
comment
Comment #40182412
When I see an embedded DSL passed around as strings like this I can't help but think "this could be its own programming language" Then it could have syntax highlighting, auto compl…
-
comment
Comment #40079329
They're commoditizing their complement [0][1], inasmuch as LLMs are a complement of social media and advertising (which I think they are). They've made it harder for competitors li…
-
comment
Comment #39435041
Reminds me of Heynote, posted to HN recently[0]. In general I think this approach of "super easy capture into an append-only log" is great, especially if it can be paired with feat…
-
comment
Comment #39406839
From the title alone, I initially thought this would be about meditation.
-
comment
Comment #38970971
Yeah, it's a balance. I love being able to help, and I am generally in favor of asking questions early, but not ones of the form "hey so I ran this code and it errored. Help?" "...…
-
comment
Comment #38786671
This is an interesting point, because they are kinda infinite spaces but they also impose a structure on the space, which I would assert is a part of why they are so successful, in…