Viewing profile — DCKing
DCKing
HN member- Joined
- Sun, Dec 08, 2013, 4:21 PM UTC
- HN karma
- 7,677
- Public activity
- 957 items
- HN profile
- View on Hacker News ↗
About DCKing
No profile information was provided.
Recent public activity
-
comment
Comment #48917854
I don't mind this in the agent workflows themselves, but I think this is hideous in the code and encourages agents to become even more verbose in the future. I have a workflow to c…
-
comment
Comment #48860357
I run various forms of workflows to run dedicated QA, code review (of various flavors) simplification and text simplification agents. Especially the simplification goes a long way …
-
comment
Comment #48835867
Props to them for including three benchmarks that actually seem to say something, instead of focusing on totally gamed benchmarks like regular SWE-Bench. That could mean this model…
-
comment
Comment #48802233
You can put many agent constraints in precommit hooks if they're static checks. I ask agents to make commits, and e.g. in a Python project have the precommit hook fire off type che…
-
comment
Comment #48504859
American labs also use gamed and cherry-picked benchmarks extensively. Anthropic used them in their Fable announcement and avoided DeepSWE because it doesn't beat GPT-5.5 in that o…
-
comment
Comment #48503711
Any benchmark is iffy and has weird results, but this is the best we got at the moment. Most people working with Opus and Kimi would likely tell you they're much further apart than…
-
comment
Comment #48503395
The moat right now is model performance and what that means for how many tokens and additional time you spend. I say this as a relatively frequent user of Kimi models and generally…
-
comment
Comment #48502836
It's for predictability in upgrades. Homebrew allows you to separate system packages (from apt or dnf) from user packages (from homebrew) [1]. Running apt upgrade or dnf upgrade ca…
-
comment
Comment #48278073
There will be more of this going forward, I think. Systemd is really not just an init system, it's a full cohesive management system for Linux distros and they've never pretended o…
-
comment
Comment #48219011
TurboQuant is a runtime optimization for a model's KV cache and doesn't allow for reduction in model size.
-
comment
Comment #48206448
I think there was a leap around Opus 4/4.1 that hasn't quite been equalled by self hostable models yet. Perhaps full Kimi K2.6 and Deepseek V4 Pro can achieve Opus 4.1 levels (it's…
-
comment
Comment #48205438
If two things hold up - 1) this is actually a 2-300B parameter model and 2) this is actually competitive with frontier OpenAI and Anthropic models (and not just benchmaxing), the i…
-
comment
Comment #48148200
I've been using OpenCode Go ($10/month) for personal projects (I have Claude subscription for $DAYJOB) and for the tinkering around that I do for myself the quality of the open wei…
-
comment
Comment #48145930
Deepseek V4 came out three weeks ago: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro Kimi K2.5 has also been superseded by a finer tuned Kimi K2.6 three weeks ago. Moonshot's K…
-
comment
Comment #47542145
> Why should Apple have done this? For money, probably. Apple is presumably leaving a lot of money on the table by not trying to sell Apple Silicon for AI inference and training. T…
-
comment
Comment #46442728
systemd nowadays has a lot of sandboxing built in [0]! You can achieve jails using just systemd and no separate container manager. [0]: https://wiki.archlinux.org/title/Systemd/San…
-
comment
Comment #44359503
> they should really look at kernel CVE database When quoting kernel CVEs as evidence as signs of insecurity, especially so seemingly authoritatively, please make sure you're infor…
-
comment
Comment #43869792
> under this model, every application is let to defend itself in an ad-hoc and specific manner. This description of the macOS model doesn't really apply so I'm not sure if I'm misu…
-
comment
Comment #43867485
> I mean, if my threat model starts with "I have a mal/spyware running alongside my browser with access to all my local files", I would pretty much call it game over. This is a big…
-
comment
Comment #43866825
The opsec reason I use Safari as a work browser today is that Safari has a much more blunt tool to disrupt cookie stealers: Safari and macOS do not permit (silent) access to Safari…
-
comment
Comment #43366038
Strix Halo is impressive, but it isn't AMD going all out on the concept. Strix Halo's die area (300mm2 ish) is roughly the same as estimates for Apple's M3 Pro die area. The M3 Max…
-
comment
Comment #43363689
I don't think AMD really uses the name "Strix Halo" to market it to a large audience, it's just an internal codename. Just two other recent internal names are "Hawk Point" and "Dra…
- comment
- story
-
comment
Comment #42636835
The full SteamOS experience is pretty tied up in Linux' open source graphics stack, moreso than regular Linux desktop environments because Valve built it for high performance on th…