Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Farmadupe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Farmadupe
4d ago
Thankyou for putting the last three months of my life into words <3 > and the explanations of the agent are convincing enough that surely, it knows better than you. I feel this in my bones. I also get to watch the misalignment feedbac
2.
▲
by
Farmadupe
8d ago
(If it helps, I ask my own question of myself too -- I mostly don't write code by hand any more as I find that an LLM writes it faster and with less bugs -- Is that therefore proof that my time was never worth my paycheck? I hope not b
3.
▲
by
Farmadupe
9d ago
hmm, assuming that this article is part written by claude and part human-written, can anyone help me find a rule of thumb for "how to know if the article is worth reading"? Because on the one hand, the prose and the presentation i
4.
▲
by
Farmadupe
14d ago
Don't know why you're getting faded out, because having worked on exactly this engine, software mitigations were put in place. That's exactly your `anomaly detection system` It was a belt-and-braces fix, because the primary f
5.
▲
by
Farmadupe
14d ago
Thankyou! that title was painful, I spent 20 seconds term rewriting it in my head.. * Firefox's AI Switch Is Off. Telemetry Isn't * Firefox's AI Switch Is Off. Telemetry Isn't off [complete second clause] * Firefox'
6.
▲
by
Farmadupe
24d ago
It's a valid shift to move onto actually trying to read the article critically (which I don't mean in an insulting way -- If you assume a writing has something worthwhile to tell you, reading it critically is how you learn the wor
7.
▲
by
Farmadupe
25d ago
Yeah, I'm with you on this, I think this is just what fable/opus-5 slop looks like now... - "A frozen verify.py accepts the claim" (what does it mean to freeze a python script?) - "which trains the recipe eight time
8.
▲
by
Farmadupe
2mo ago
I'm totally feeling you here as well. Fable is definitely quicker to first output token on `claude.ai` (ie less internal reasoning tokens being generated), and given how much more expensive decode is than prefill, I'm sure that mu
9.
▲
by
Farmadupe
2mo ago
Yes this is an extremely well known result for exactly the reason you guessed. It's not just abcktracking, asking an LLM to present a conclusion and then justify is also an excellent way to provoke hallucination as the model con concts
10.
▲
by
Farmadupe
3mo ago
Is it too cynical to read the first quote as "when openai catch up, we will restore fable 5 to subscription plans"? In other words, they're saying "We know have a monopoloy and we will take all of your money until someo
11.
▲
by
Farmadupe
3mo ago
2 and 3 bit quants are often closer to gibberish than hallucination, and that'll happen regardless of context. I shouldn't claim too much, I haven't tried GLM5.2 at 2/3 bit quantization, but if I were a betting man I
12.
▲
by
Farmadupe
4mo ago
It's amazingly vacuous isn't it? I think the most interesting read was the fact that they were surprised llama.cpp crashed when they used a bad set of commandline arguments. Although in the section immediately above the observatio
13.
▲
by
Farmadupe
4mo ago
I'm not sure there's a one-stop shop for this at the moment. I think the process is: * Have a box with sufficient spare (V)RAM -- probably 8G for simple categorization with qwen3.5-4b, and 24G or more for more intelligent categori
14.
▲
by
Farmadupe
4mo ago
Yup, especially when for a lot of us, the price of the frontier subscription has become a cost of doing business over the last 6 months. If you're already doing big boy stuff with big boy models, then... just carry on trucking! Only pl
15.
▲
by
Farmadupe
4mo ago
The latest rounds of open weights vision language models are incredibly good. Like, massively good. Open weights vision capabilities trade blows with frontier models. Over the last few months I'd roughly rank capabilities as Gemini -&g
16.
▲
by
Farmadupe
4mo ago
If it helps, I mean it in a really literal sense. qwen3.6 27b is currently $3.20 per million tokens on openrouter right now which is way overpriced. As good as the 27b is, kimi k2.5 $3.00 and it's just in another league in terms of cap
17.
▲
by
Farmadupe
4mo ago
I wonder if for a model that small with a permissive license it might not be worth their time to host a commercial grade inference stack? Might be easier to chuck it over the fence and let other providers handle it as it'll run in almo
18.
▲
by
Farmadupe
1y ago
Using protobuf is practical enough in embedded. This person isn't the first and won't be the last. Way faster than JSON, way slower than C structs. However protobuf is ridiculously interchangeable and there are serializers for eve
19.
▲
by
Farmadupe
2y ago
I feel like there's a semi-philosophical question somehwere here. Recursion is clearly a core computer science concept (see: many university courses, or even the low level implementation of many data structures), but it's surprisi
20.
▲
by
Farmadupe
3y ago
The author is making a deliberate point about undefined behaviour in the article. Hence them not executing worked examples. In fact, by not doing so they are making a subtle implicit statement that it is uninteresting to consider actually
21.
▲
by
Farmadupe
3y ago
FWIW, 85k 4-input luts is huge by the standards of any softcore with "micro" in the name. It comfortably surpasses the capacity of most of the Actel aerospace FPGAs that I tend to work with. And I think it's so "micro&qu
22.
▲
by
Farmadupe
3y ago
...could be named for how much space is left after that soft core has been instantiated.
23.
▲
by
Farmadupe
3y ago
Steppers are super optimized for being super precise and easy to controle while being (relatively) cheap to build. They have weird "trick" geometry that means you can move the rotor to many different angles (tens, hundreds) with f
24.
▲
by
Farmadupe
3y ago
Out of interest, what could make such a design better than a traditional inductive motor? Such motors already suffer inductive losses, and do not need slip rings or brushes, and presumably do not an additional set of windings to transfer po
25.
▲
by
Farmadupe
3y ago
I know press releases never describe anything that's actually novel, but it looks like they're just describing an asynchronous induction motor? I'm wondering if this release is implicitly pretending that some "low slip r
26.
▲
by
Farmadupe
3y ago
Download counts don't mean very much here as I'm fairly sure both crates are common transitive dependencies. Or in other words, millions of programmers aren't individually choosing Anyhow or Thiserror on a monthly basis -- th
27.
▲
by
Farmadupe
3y ago
Im assuming the "halt and catch fire" thing is only really possible on pre-microprocessor machines built of discrete components, where the individual parts are small enough to overheat by themselves if driven wrong. I'd guess
28.
▲
by
Farmadupe
3y ago
just a few drive-by comments: First and most important, the title claims these are safety-critical rules, but the conclusion says that they are only being used on mission-critical projects. I get the feeling that there might have been some
29.
▲
by
Farmadupe
3y ago
Considering it's allocation-free, maybe it's an ultralight/ simulator for checking large quantities of compiler output? (i.e no VM to create and destroy for every testcase) Or the same but for testing some verilog/vhdl C
30.
▲
by
Farmadupe
4y ago
Honestly I think your observation is mostly right... if you don't have a hard performance requirement, then rust probably isn't the best language to write your code in...
More ›