Live data from Hacker News

Viewing profile — crohr

crohr

HN member
Joined
Mon, Jan 23, 2012, 9:46 AM UTC
HN karma
331
Public activity
127 items

About crohr

Maker of fine DevOps tooling since 2013.

Currently launching https://runs-on.com, 10x cheaper GitHub Action runner, on premise.

More details at https://cyrilrohr.com

Recent public activity

  1. 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.

  2. story
  3. comment
    Comment #48236027

    Really nice, thanks!

  4. comment
    Comment #47728101

    I’m the founder of runs-on.com, we should talk!

  5. story
  6. 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?

  7. 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…

  8. 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…

  9. comment
    Comment #46945455

    For alternatives, I maintain a benchmark at https://runs-on.com/benchmarks/github-actions-cpu-performanc...

  10. story
  11. story
  12. comment
    Comment #46868560

    Not fully OSS, but you can have a look at https://github.com/runs-on/runs-on

  13. 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.

  14. 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…

  15. 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…

  16. comment
    Comment #45480665

    But you can self-host github actions runners as well.

  17. 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.

  18. 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

  19. 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…

  20. 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

  21. comment
    Comment #44267221

    What kind of CI runners do you use then? Do you self-host?

  22. 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…

  23. 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…

  24. 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`).

  25. 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…