Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snemvalts
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
snemvalts
20d ago
$100M+ from the IPO isn't enough to being set for life, it has to be $1B+ from the buyout?
2.
▲
by
snemvalts
2mo ago
"I'd like a car that goes 300mph and gets 100mpg while doing it. I'm aware of a car that gets 100mpg but it is extremely slow." You are describing fundamental tradeoffs. Getting more performance relative to model size an
3.
▲
by
snemvalts
2mo ago
The lowest of the bars
4.
▲
by
snemvalts
3mo ago
But this harness app is chinese?
5.
▲
by
snemvalts
3mo ago
Most benchmarks can be trained for as well, so they are over-representative of model's engineering skills. The entire nature of a benchmark is collapsing some qualitative work (software engineering task, architecture choice, code qual
6.
▲
by
snemvalts
4mo ago
Let's say you to render conditionally when `x` is present. You do `v-if="x"`. Now you want to refer to `x.y.z` in the body, while `y` is optional. Can you be sure that the value is present? How do you check for it? What does
7.
▲
by
snemvalts
4mo ago
JSX is a very thin layer of templating logic inside JS. Meaning you have all the language features available while templating. Some arbitrary JS can result in templating. Vue's DSL is whatever language the developer implemented. Which
8.
▲
by
snemvalts
4mo ago
How many of them can run infinitely? Or be re-triggered by humans to continue where they left off?
9.
▲
by
snemvalts
4mo ago
Tai's Model ( https://en.wikipedia.org/wiki/Tai%27s_model ) is a perfect example of this
10.
▲
by
snemvalts
4mo ago
What about other benchmarks? Benchmarks where the contents are freely available have become useless for evaluating models.
11.
▲
by
snemvalts
6mo ago
Scaling law is a power law , requiring orders of magnitude more compute and data for better accuracy from pre-training. Most companies have maxed it out. For RL, we are arriving at a similar point https://www.tobyord.com/wri
12.
▲
by
snemvalts
6mo ago
The ability to learn and infer without absorbing millions of books and all text on internet really does make us special. And only at 20 watts!
13.
▲
by
snemvalts
6mo ago
Math and coding competition problems are easier to train because of strict rules and cheap verification. But once you go beyond that to less defined things such as code quality, where even humans have hard time putting down concrete axiom
14.
▲
by
snemvalts
7mo ago
In simpler terms - they create an MCP server, essentially an API that the coding agent can call, that can fill in context about previous decisions done by the coding agent earlier in development. Agent equivalent of asking someone who'
15.
▲
by
snemvalts
7mo ago
MCP server with RAG to feed it back to agents when they are working on a piece of code, and bob's your uncle
16.
▲
by
snemvalts
8mo ago
Treating T2D and preventing T2D are completely different things from a dietary perspective. Same way you wouldn't give chemotherapy to a healthy person to prevent cancer
17.
▲
by
snemvalts
8mo ago
Red meat (a known carcinogen) at the top is gold. All that saturated fat the energy will come from (not from protein or veggies) will probably cause heart problems and plaque formation in arteries, not to mention insulin resistance just f
18.
▲
by
snemvalts
1y ago
i would interpret physical fitness as cardio exercise routine and depleted muscle glycogen stores: so breakfast is very welcome and without it is not possible to keep up exercise routine
19.
▲
by
snemvalts
1y ago
Yes, but it is not syntax. It's a contract with the library. React is completely usable using vanilla JS syntax. Same cannot be said for Vue and Angular. It feels a bit like talking about apples and oranges in this thread.
20.
▲
by
snemvalts
1y ago
You can write const [a, b] = useState('x') in vanilla js and typescript. Hence it is not magic syntax .
21.
▲
by
snemvalts
2y ago
The swapping is indeed faster as the SSD is on the SoC and so fast to access. To the point that an 4 year old 8gb M1 Air is enough for simpler development work, at least for me.
22.
▲
by
snemvalts
2y ago
I'm speaking from experience regarding mental illnesses and exercise. And I never discounted medication. Just that exercise is critically underprescribed, I'm fairly sure it would work better for milder cases compared to meds. No
23.
▲
by
snemvalts
2y ago
If you have to measure time spent and do cost/benefit analysis, you're most likely not going to stick with it for the entirety of life.
24.
▲
by
snemvalts
2y ago
In Amsterdam they are commuting, and in a fantastic infrastructure where cars get red lights when bicycles approach on an intersecting cycleway. That's probably the main reason for safety and why they ride so much.
25.
▲
by
snemvalts
2y ago
Instead, people try to fix it with antidepressants, benzodiazepines or something else. It feels a bit like the US approach to pain management – instead of massages or physical therapy, some opioid pill is cheaper to prescribe.
26.
▲
by
snemvalts
3y ago
It was also tested only in overweight and obese patients. Pretty much most people are overweight and obese in the US as well, I wouldn't draw any results from this study for people at normal weight.
27.
▲
by
snemvalts
3y ago
And yet they have the clickbait headline. Overweight and obese people already have their body in a constant state of inflammation, and their blood sugar control probably isn't great either. I wonder if they controlled for insulin resi
28.
▲
by
snemvalts
3y ago
Very dystopian. Can't wait for them to be required for work like smartphones /s
29.
▲
by
snemvalts
3y ago
x86 specific optimization for a language so focused on *portability*, heavy abstractions and business logic is kind of ehh. Especially with ARM is rearing its head. If you desire performance close to the chip, you chose the wrong language a
30.
▲
by
snemvalts
3y ago
The angular plugin for webpack is still an opaque black box.
More ›