Hacker Newsnew | past | comments | ask | show | jobs | submit | vampiregrey's commentslogin

Thank you !

Well deserved! this is a huge win for TS backend stack


I am still waiting for Mac Mini with M5


and MacStudio!


What do you use the Mac Studio for?

I’ve always felt they weren’t really worth it for performance per dollar spent. For C++ work I just use a non-Mac workstation. For lighter workloads the Mac Mini is very capable already.


The Studio (Stud IO™) is the new Mac Pro - it's not "worth it" unless you need the most performance period - or you have money to spare.

Or you really, really need to drive eight displays from a single machine.

For "home user" stuff a Mac mini or MacBook is going to do everything you ever need (in fact, they have the problem where the M1 systems are still perfectly capable, six years later).


studio with m5 ultra this week might have me pulling the trigger.


You think they will skip M4 ultra? May be they slowly plan to launch ultra chips alternate years since the development costs are high and demand is niche.

If they do a 1TB m5 ultra, I too would be configuring one for sure.


I hope so! I already have the M4 mini pro - would like to bump up the prompt processing time and the memory bandwidth at the same time with the new M5 matmul changes.


Location: India (Remote)

Remote: Yes

Willing to relocate: Yes

Technologies: Go, Node.js/NestJS, Python, AWS, Docker, PostgreSQL, Playwright, React/Next.js

Résumé/CV: https://zerobitflip.com

Email: sm@zerobitflip.com

Senior Backend Engineer with 5+ years building scalable systems across FinTech, EdTech, and AI. Currently at British Council architecting exam platforms for millions of concurrent users. Solo-built a Go-based scraping engine that extracts structured data from 200M+ company records, and an AI interview prep platform with 100K+ users (ProTechStack.com). No over-engineered stacks — Go, PostgreSQL, Playwright, and headless Chrome. Looking for early-stage roles.


Hey HN,

I’ve been building Solidclaw, a small local credential broker + model proxy for OpenClaw.

I started it because I was increasingly uncomfortable with:

API keys living in random .env files

Provider keys sitting inside OpenClaw configs

Tool secrets bundled directly into plugins

Credentials duplicated across services

It felt messy and fragile — especially when experimenting with multiple providers and tools.

So Solidclaw sits in front and handles:

Keeping provider keys out of OpenClaw

Isolating tool secrets

Scoping model access via tokens

Injecting secrets only at runtime

The idea is simple: clean separation between orchestration and secrets. Less key sprawl. Smaller blast radius. More explicit access control.

It’s very early stage and evolving fast. I’m iterating based on real usage while building AI infra tools.

If you're working with OpenClaw — or generally building local-first AI infra — I’d genuinely appreciate feedback, criticism, or ideas.

Happy to share architecture details if there’s interest.


I’m not sure I buy this framing.

I agree that reading every dependency isn’t realistic. But “not reading the code” as a principle feels risky.

In my experience, abstractions hold until they don’t. The first time you hit a production incident and the docs stop helping, reading the source stops being academic and starts being survival.

We once had a performance issue caused by a library making assumptions about concurrency that weren’t obvious from the API. The fix only became clear after stepping through the source.

I think the real skill isn’t avoiding reading code, it’s knowing when to escalate from trust to understanding.

For glue code or low stakes utilities, sure. For auth, billing, or core infra, I’d argue reading at least the critical paths pays dividends.


So last week I tried Gemini pro 3, Opus 4.6, GLM 5, Kimi2.5 so far using Kimi2.5 yeilded the best results (in terms of cost/performance) for me in a mid size Go project. Curious to know what others think ?


I predict Gemini Flash will dominate when you try it.

If you're going for cost performance balance choosing Gemini Pro is bewildering. Gemini Flash _outperforms_ Pro in some coding benchmarks and is the clear parento frontier leader for intelligence/cost. It's even cheaper than Kimi 2.5.

https://artificialanalysis.ai/?media-leaderboards=text-to-im...


Insights on this cat-and-mouse game are spot on. As AI evolves, watermarking might be a viable countermeasure. what detection methods/tools have you found most reliable in practice? I want to be able to detect and automatically block AI generated comments under my posts.


Great breakdown of the less-discussed downsides. In my experience with web auth, user education is key.


Thanks!

Did you work with webauthn in consumer or workforce auth context?


Majorly work with consumers.


At this point, GitHub outages feel closer to cloud provider outages than a SaaS blip. Curious how many people here still run self-hosted Git (GitLab / Gitea) vs fully outsourcing version control.


Yay for GitLab and Forgejo/Gitea.

My previous two startups used GitLab successfully. The smaller startup used paid-tier hosted by gitlab.com. The bigger startup (with strategic cutting-edge IP, and multinational security sensitivity) used the expensive on-prem enterprise GitLab.

(The latter startup, I spent some principal engineer political capital to move us to GitLab, after our software team was crippled by the Microsoft Azure-branded thing that non-software people had purchased by default. It helped that GitLab had a testimonial from Nvidia, since we were also in the AI hardware space.)

If you prefer to use fully open source, or have $0 budget, there's also Forgejo (forked from Gitea). I'm using it for my current one-person side-startup, and it's mostly as good as GitLab for Git, issues, boards, and wiki. The "scoped" issue labels, which I use heavily, are standard in Foregejo, but paid-tier in GitLab. I haven't yet exercised the CI features.


I just checked out Forgejo. I think i start with it, looks clean and lightweight. For my homelab I don’t have very large requirements. Might be a good starting point for me.


Self hosted GitLab is absolutely worth it.


I was just looking into this today but it seems pricey. $29/user/month for basic features like codeowners and defining pr approval requirements. Going with Forgejo.


Forgejo isn't comparable.


Wait, what? So you're on the hook for backups, upgrades, etc. and you have to pay them for the privilege? I thought GitLab was free as in speech and beer.


It's an Open Core model. You can deploy the free version, but it lacks some pretty important features like SSO.

But that $30 per month per user is also the cost for their cloud-hosted version. It also includes quite a bit of CI/CD runtime.


I think i will slowly start moving to self hosted git intra at my homelab.


or forgejo!


Forgejo should 100% be people's default for self hosting


Yeah man. Forgejo (albeit it being a weird name from a language that nobody wants to use), is doing very well in my homelab.

When I worked at the univerity we used Gitea.

Every job outside of univerity I had used Gitlab self hosted. While I don't like the UI or any aspect of Gitlab a lot, it gets the job done.


I use Gitea already... I haven't seen Forejo before today. Im now curious if it is worth the switch.


Forejo was originally forked from Gitea


Self-hosted git is absolutely worth it.


forgejo doesn't need half a supercomputer to run it


Self-hosted Gitea is a good time if you're comfortable taking care of backups and other self-hosting stuff.


We self-host the full fat version of GitLab and it's very worth it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: