Viewing profile — crohr
crohr
HN member- Joined
- Mon, Jan 23, 2012, 9:46 AM UTC
- HN karma
- 331
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About crohr
Currently launching https://runs-on.com, 10x cheaper GitHub Action runner, on premise.
More details at https://cyrilrohr.com
Recent public activity
-
comment
Comment #48473407
Skip the middleman, just use AWS with runs-on.com (I'm the developer). Better instance choice, much cheaper, and you can setup an AWS budget alert.
- story
-
comment
Comment #48236027
Really nice, thanks!
-
comment
Comment #47728101
I’m the founder of runs-on.com, we should talk!
- story
-
comment
Comment #47515180
So cool, thanks for sharing. Do you think it might be easier to maintain than something like `act` over the long run?
-
comment
Comment #47444559
Love the observability you’ve built into it. But push a little bit further the scale and you’ll probably hit limits with the persistent self hosted runner approach, and end up with…
-
comment
Comment #46956826
> You know how I know GitHub’s runners are bad? Because there’s an entire cottage industry of companies whose sole product is “GitHub Actions, but the runners don’t suck.” Namespac…
-
comment
Comment #46945455
For alternatives, I maintain a benchmark at https://runs-on.com/benchmarks/github-actions-cpu-performanc...
- story
- story
-
comment
Comment #46868560
Not fully OSS, but you can have a look at https://github.com/runs-on/runs-on
-
comment
Comment #46300379
Thanks for posting this :) runs-on.com domain posts never get traction, wonder if this could be due to YCombinator investment in 5+ startups in that space... Oh well.
-
comment
Comment #46295306
I am developing a self-hosted solution for this [1]. It’s true that it’s somewhat of a pain but JIT runners allow a lot of flexibility that we don’t find elsewhere. [1] https://run…
-
comment
Comment #46293249
Probably long overdue, but per-minute price vs per-job is quite expensive. Wouldn’t like to be in the shoes of “only” 2x cheaper third parties. If they follow up with faster runner…
-
comment
Comment #45480665
But you can self-host github actions runners as well.
-
comment
Comment #44661105
It is not transparent though, so it doesn't work with all the other actions that use the cache toolkit, and you have to reference a specific action.
-
comment
Comment #44660911
Also note this open-source project that shows a way to implement this: https://github.com/falcondev-oss/github-actions-cache-server
-
comment
Comment #44660864
At this point this is considered a baseline feature of every good GitHub Actions third-party provider, but nice to see the write-up and solution they came up with! Note that GitHub…
-
comment
Comment #44490469
FYI you can also use a local S3 bucket as cache backend, and get 5x faster bandwidth and unlimited storage compared to a runner managed by GitHub: https://github.com/runs-on/cache
-
comment
Comment #44267221
What kind of CI runners do you use then? Do you self-host?
-
comment
Comment #44027368
I think if you want this submission to work, you really need to work on your getting started guide. Currently it just says: "Clone the repo". With Forge, how long does it take to s…
-
comment
Comment #43925674
I guess TL;DR just use ephemeral runners when self hosting? There are lots of solutions for that. Also would be nice for GitHub to do something on the security front (allowlist / b…
-
comment
Comment #43572242
It doesn't provide the on-demand price, nor the instance specs. Also requires authentication. With this API I can also ask for pricing across a whole family type (e.g. `c7a`).
-
story
Show HN: AWS EC2 Pricing API – live spot pricing across regions
Up-to-date API to retrieve available instance types per region and platform, as well as up to date on-demand and spot pricing across every region and availability zones. Also inclu…