Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rudedogg
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
rudedogg
6d ago
> Just tell the agent to use conventional commit messages and to keep it nice and tight. I have this in my claude.md along with guidance on (not) writing comments but it’s still dumps multi-paragraph comments of Claude speak everywhere.
2.
▲
by
rudedogg
8d ago
Yeah, I listen/watch some flight radar youtube and it’s insane how many issues arise from the language barrier, which could be solved by just communicating via a text channel
3.
▲
by
rudedogg
15d ago
Doing anything right on web is 10x harder and more complex. The problem is the browser, once you use it to deliver anything you have to buy into all of it’s bullshit. CORS, XSS, headers, caching. All that just goes away (outside your backen
4.
▲
by
rudedogg
24d ago
Maybe Dario shouldn’t have tried for regulatory capture. He was constantly on the news talking about how these models are so dangerous and that we need regulation to keep China from releasing open-source models without guardrails.
5.
▲
by
rudedogg
1mo ago
> You can't do that on larger models unless you have the hardware like this person does. Or just rent something substantial for like $4/hr on runpod or w/e to do that. My gripe is this persons compute is wasteful and makes
6.
▲
by
rudedogg
2mo ago
I agree. It would be neat to see a matrix of compile times vs. language features, showing things like: - Bounds checks - UAF prevention - exhaustive enums - test speed But I think even among those the subtleties would make a fair comparison
7.
▲
by
rudedogg
2mo ago
I keep seeing these language specific proclamations, and they are annoying and reek of inexperience to me. I’ve had a great time doing LLM assisted coding in Zig, and it seems comparable to the generic Typescript/React I do at work. I
8.
▲
by
rudedogg
2mo ago
> really clever people Sam Bankman-Fried and his League of Legend rankings would like a word
9.
▲
by
rudedogg
2mo ago
> Whatever it is, SwiftUI isn't it. I think this opinion is heavily shared by Swift developers now, but the messaging every WWDC is always "Swift and SwiftUI is the best way to build apps for Apple Platforms", etc.. If y
10.
▲
by
rudedogg
2mo ago
> functional programming is superior for representing state in user interfaces It's always going to be slower than using something imperative. Trying to process the entire world's state for the sake of purity can feel elegant b
11.
▲
by
rudedogg
2mo ago
No argument that it works, it definitely does. I just think the LLMs have a hard time with tweaks/modifications of any kind, more so than what I see even in a custom GUI toolkit I’ve built that it has zero training data on. Asking for
12.
▲
by
rudedogg
2mo ago
Logically this makes sense, but in practice it doesn’t, at least in my experience with SwiftUI. The LLM isn’t any better about generating/understanding it. While the DSL is more formal than natural language, it’s not what we’re communi
13.
▲
by
rudedogg
3mo ago
> He says he writes slop code and doesn’t provide a single example or prove that statement. You can look at the bun codebase. Moving fast has its drawbacks, and bun moved very fast. It’s not what I’d call idiomatic or exemplary Zig. I th
14.
▲
by
rudedogg
3mo ago
Any thoughts on the latest price fixing allegations?: https://en.sedaily.com/international/2026/06/29/samsung-sk-h...
15.
▲
by
rudedogg
3mo ago
I tried CachyOS and Niri this weekend, and was pleasantly surprised hibernate/suspend actually worked with no customizations on my Desktop. I’ve tried like 5 other distros and usually when it goes into sleep/hibernate the monitor
16.
▲
by
rudedogg
3mo ago
> You talk about Anthropic giving the government 'enough rope' and getting 'owned', which seems like a tacit acknowledgement that the government does not give a shit about whatever the surface-level justification for
17.
▲
by
rudedogg
4mo ago
Not sure why you're getting downvoted, or why the narrative here is all about this being payback for the Department of Whatever-the-fuck thing. Dario has been spouting how his models are too dangerous, thinking he was playing 3D chess
18.
▲
by
rudedogg
4mo ago
> organizations are willing to tolerate paying $1500/month/engineer One organization, that is a software company > which seems to be roughly inline with "normal" consumption for most full-time engineers My peers ar
19.
▲
by
rudedogg
4mo ago
That seems way off to me. I skimmed the article, but couldn’t spot any details on their estimates. They mention 70b+ params as being large in several places. But we’ve had several 100b+ param models that trail Sonnet.
20.
▲
by
rudedogg
4mo ago
If Google is actually getting cheaper inference than everyone else with their TPUs, this smells like trouble to me. Maybe serving LLMs at a profit is proving difficult. Or maybe they think because their benchmarks are good they can ramp up
21.
▲
by
rudedogg
5mo ago
The “Apps” app is so bad on macOS too (seems built off of Spotlight?). I’ll type the exact app name and it’ll suggest the one on my phone, an installer in Downloads, etc.. No one dog-fooded that thing.
22.
▲
by
rudedogg
5mo ago
Zig has these modern language features too fwiw. I think the goal was to do a massive rewrite for Anthropic (they acquired bun) and show that rewriting projects from lang -> lang with Claude can reduce security vulnerabilities to help wi
23.
▲
by
rudedogg
5mo ago
> The Fed reports Have you happened to purchase anything in the past 12 months, and looked at the Fed's inflation numbers?
24.
▲
by
rudedogg
5mo ago
> 1) Higher level code is easier for LLMs to review and iterate upon. The more the intent is clear from the code, the easier it is for humans and LLMs to work with. The counter-argument, and one that matches my experience is working at a
25.
▲
by
rudedogg
5mo ago
The abstractions are the veil that make the theft slightly less obvious
26.
▲
by
rudedogg
5mo ago
> it requires a hands-on approach and actually understanding what's being built. I think this is true regardless of what language you’re using. I’ve built a lot in Zig and there’s no difference between vibing stuff in it versus Type
27.
▲
by
rudedogg
6mo ago
I’ve been vibe-ish coding a GUI Toolkit in Zig w/ SDL3 and Vulkan for a few months now. It has lots of features, but I posted a demo of some fun with buttons here: https://x.com/rudedoggtweets/status/204353137
28.
▲
by
rudedogg
6mo ago
This is fun, FYI you don’t have to sign in/up with a Google account. I hesitated downloading it for that reason.
29.
▲
by
rudedogg
6mo ago
> Any serious LLM work isn't going to use that. That’s my point. One would expect the platform owner (especially one where they own both the hardware AND software) to provide a reasonable / easy path to using LLMs if they are
30.
▲
by
rudedogg
6mo ago
The application development APIs, ie: https://developer.apple.com/documentation/technologyoverview...
More ›