HackerTrans
TopNewTrendsCommentsPastAskShowJobs

featherless

no profile record

Submissions

An Ode to the Return of Wysiwyg

jeffverkoeyen.com
32 points·by featherless·6 месяцев назад·31 comments

Will Anyone Read This?

sidecar.clutch.engineering
3 points·by featherless·8 месяцев назад·0 comments

Why your speedometer is lying to you (in a good way)

sidecar.clutch.engineering
3 points·by featherless·8 месяцев назад·0 comments

Saving $4000/month with self-hosted runners

jeffverkoeyen.com
1 points·by featherless·9 месяцев назад·1 comments

comments

featherless
·2 месяца назад·discuss
I had steered away for a long while thinking it was subpar to GitHub, but it's really come a long way. Especially running it on a local network it's noticeably faster in every way than GitHub, and I'm able to build complex gitlab workflows with custom runners that are fully configurable and have effectively 100% uptime and no queues.
featherless
·2 месяца назад·discuss
I migrated my entire workflow onto a personal GitLab instance after the whole "pay a fee to bring your own bags to the grocery store" GitHub Actions pricing shenanigans earlier this year.

Best decision ever.

100% uptime. 100% less stress with each of the product/pricing changes over the past few months.

Was also able to build my own GitHub Copilot equivalent that auto-reviews MRs interactively.

Highly recommend it.
featherless
·5 месяцев назад·discuss
I got openclaw to compete Qwen3-Coder-Next vs Minimax M2.1 simultaneously on my Mac Studio 512GB: https://clutch-assistant.github.io/model-comparison-report/
featherless
·6 месяцев назад·discuss
Except most of those services don't have at-home equivalents that you can increasingly run on your own hardware.
featherless
·7 месяцев назад·discuss
It would be silly to write a new one today. Plenty of open source + indy options to invest into instead.

For scheduled work, cron + a log sink is fine, and for pull request CI there's plenty of alternatives that don't charge by the minute to use your own hardware. The irony here, unfortunately, is that the latter requires I move entirely off of GitHub now.
featherless
·7 месяцев назад·discuss
Charging people to maintain a row in a database by the minute is top-tier, I agree.
featherless
·7 месяцев назад·discuss
Do you feel that orchestration runs on a per-minute basis?
featherless
·7 месяцев назад·discuss
This is not investment in CI/CD. I already did that, by buying and investing in my own hardware, my own workflows, my own caching solution.

This is like if Dropbox started charging you money for the files you have stored on your backup hard drives.
featherless
·7 месяцев назад·discuss
No. It is not worth a time-scaled cost each month for them to start a job on my machines and store a few megabytes of log files.

I'd happily pay a fixed monthly fee for this service, as I already do for GitHub.

The problem here is that this is like a grocery store charging me money for every bag I bring to bag my own groceries.

> But at $140 a month, how much time is that worth investing?

It's not $140/month. It's $140/month today, when my company is still relatively small and it's just me. This cost will scale as my company scales, in a way that is completely bonkers.
featherless
·7 месяцев назад·discuss
Won't those other systems create a cost that is metered in terms of run-time?
featherless
·7 месяцев назад·discuss
As a solo Founder who recently invested in self-hosted build infrastructure because my company runs ~70,000 minutes/month, this change is going to add an extra $140/month for hardware I own. And that's just today; this number will only go up over time.

I am not open to GitHub extracting usage-based rent for me using my own hardware.

This is the first time in my 15+ years of using GitHub that I'm seriously evaluating alternative products to move my company to.
featherless
·7 месяцев назад·discuss
Just wrote about my approach yesterday: https://jeffverkoeyen.com/blog/2025/12/15/SlotWarmedCaching/

tl;dr uses a local slot-based cache that is pre-warmed after every merge to main, taking Sidecar builds from ~10-15 minutes to <60 seconds.
featherless
·7 месяцев назад·discuss
I found that implementing a local cache on the runners has been helpful. Ingress/egress on local network is hella slow, especially when each build has ~10-20GB of artifacts to manage.
featherless
·7 месяцев назад·discuss
I run a local Valhalla build cluster to power the https://sidecar.clutch.engineering routing engine. The cluster runs daily and takes a significant amount of wall-clock time to build the entire planet. That's about 50% of my CI time; the other 50% is presubmits + App Store builds for Sidecar + CANStudio / ELMCheck.

Using GitHub actions to coordinate the Valhalla builds was a nice-to-have, but this is a deal-breaker for my pull request workflows.
featherless
·7 месяцев назад·discuss
There's absolutely no way that the cost scales with the usage of my own hardware. I cannot fathom this change in any way or form. Livid.
featherless
·7 месяцев назад·discuss
Genuinely curious about this as well. It's a major bummer that self-hosted infra can't be used to validate GitHub Pull Requests now; basically means I'll have to move my entire workflow off of GitHub so that everything can be integrated reasonably again.
featherless
·7 месяцев назад·discuss
This is absolutely bananas; for my own CI workflow I'll have to pay $140+/month now just to run my own hardware.
featherless
·9 месяцев назад·discuss
Does this result in the Swift code being compiled or transpiled?
featherless
·9 месяцев назад·discuss
AI is an amphetamine.
featherless
·9 месяцев назад·discuss
Hey all! Happy to discuss the setup; has been a big win for Sidecar with a massive jump in test coverage while keeping costs flat.