Viewing profile — dalenw
dalenw
HN member- Joined
- Mon, Feb 26, 2024, 6:38 PM UTC
- HN karma
- 36
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About dalenw
No profile information was provided.
Recent public activity
-
comment
Comment #49198803
Speaking of soon, tangentially related this just got announced: https://standardcode.ai/ They claim to support 24/7 agent coding with no VC subsidizations or money lost on a subscr…
-
comment
Comment #48984403
Apple is free and low end given the context of what was being produced and sold to businesses decades ago.
-
comment
Comment #48795561
I have a largish library at about 400gb. I synced it completely using the mobile app. It took a few months (it just finished in early June) but it’ll eventually do it. I know there…
-
comment
Comment #48722128
Ollama Cloud has a $20 a month subscription. They say they retain 0 information. And rather than token based billing, it's GPU time billing.
-
comment
Comment #48599294
I actually implemented this yesterday. The gist is this library runs the MCP server: https://csharp.sdk.modelcontextprotocol.io/concepts/identity... Then I build an authbroker appl…
-
comment
Comment #47869881
Agreed. It still feels like Zed is only good for writing scripts.
-
comment
Comment #47807031
Not OP but things like this: (BunnyCDN has been silently losing our production files for 15 months) https://news.ycombinator.com/item?id=47710845
-
comment
Comment #47779755
It's almost always a system design issue. Outside of a few specific use cases with big data, I struggle to imagine when I'd use NoSQL, especially in an application or data analytic…
-
comment
Comment #47507774
I recently "vibe coded" a long term background job runner service... thing. It's rather specific to my job and a pre-existing solution didn't exist. I already knew what I wanted th…
-
comment
Comment #47168396
I've heard a lot of people prefer OpenCode to Claude Code, myself included. Having tried both, I find myself having a much better time in OpenCode. Have you tried it? I'll admit it…
-
comment
Comment #47095293
I think so. The last few months have shown us that it isn't necessarily the models themselves that provide good results, but the tooling / harness around it. Codex, Opus, GLM 5, Ki…
-
comment
Comment #46594310
I wonder if there's something to be said about screenshots preventing context poisoning vs parsing. Or in other words, the "poison" would have to be visible and obvious on the page…
-
comment
Comment #46544113
While I don't use Gemini, I'm betting they'll end up being the cheapest in the future because Google is developing the entire stack, instead of relying on GPUs. I think that puts t…
-
comment
Comment #46137935
I use garage at home, single node setup. It's very easy and fast, I'm happy with it. You're missing out on a UI for it, but MountainDuck / CyberDuck solves that problem for me.
-
comment
Comment #45968648
I used to be a big ruby/rails fan but I have to agree with you. I now write c-sharp and it's a lot less stressful than Ruby. If a Ruby/Rails codebases get to a large enough point i…
-
comment
Comment #45907896
For Mac, yes and no. IIRC you don't need a developer's license to build and sign software for yourself. But you do need one to distribute pre-built software.
-
comment
Comment #45173283
To be fair, there’s a massive banner on their front page warning users it’s in beta. Until they settle on a proper release it’ll continue to be a bit chaotic. All software developm…
-
comment
Comment #43305708
I just built it on macos 15.3.1 without issues, if that helps.
-
comment
Comment #43305603
Same, in a way. I've been using it for a couple months on my MacBook Pro M2 Max, zero issues. Recently I installed it on my work laptop, M4 Max, and I get frequent crashes. No idea…
-
comment
Comment #43043025
They're saying that when someone uses a privacy token to search, they cannot track which account it's tied to. Therefor, they cannot track limits & billing.
-
comment
Comment #42629194
I use it at work with asp.net MVC, no issues either. I did have to use Webpacker though...
-
comment
Comment #41784057
I like Ruby a lot, but I find it large codebases get convoluted since it doesn't have a proper typing system. RBS doesn't count lol. Even RubyMine by JetBrains gets confused with c…
-
comment
Comment #39520848
I've always been a fan of cloudflare or firebase for static sites.