Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 31 min 26 sec ago

WordPress has a greater destiny (2024)

Fri, 04/18/2025 - 12:31pm
Categories: Hacker News

Is No PaaS a good idea for Rails?

Fri, 04/18/2025 - 12:26pm
Categories: Hacker News

Ruby: Proposal to Upstream ZJIT

Fri, 04/18/2025 - 12:23pm
Categories: Hacker News

Back to a Website [video]

Fri, 04/18/2025 - 12:23pm
Categories: Hacker News

Attention is all you need (2017)

Fri, 04/18/2025 - 12:17pm

Article URL: https://arxiv.org/abs/1706.03762

Comments URL: https://news.ycombinator.com/item?id=43729466

Points: 1

# Comments: 0

Categories: Hacker News

The Haber Process

Fri, 04/18/2025 - 12:15pm
Categories: Hacker News

The 80/20 Bins

Fri, 04/18/2025 - 12:15pm
Categories: Hacker News

Show HN: Attune – Build and publish APT repositories in seconds

Fri, 04/18/2025 - 12:14pm

Hey HN, we're Eliza and Xin, and we’ve been working on Attune. Attune is a tool for publishing Linux packages.

Previously, we worked at other startups building open source developer tools that ran on our customers’ CI and development machines. For many of them, being able to `apt-get install` our tools was a requirement.

When we went to actually set up APT repositories, we were really surprised by the state of tooling around package publishing. The open source tools we found were old, slow, and difficult to figure out how to run in CI. The commercial tools we found were not much better. The cloud-hosted vendors required us to provide our signing keys to a cloud vendor (which was a non-starter), while the self-hosted vendors required us to operate our own specialized hosting servers.

We just wanted something simple: sign locally, run quickly, be easy to use, and deploy to managed object storage.

We couldn’t find it, so we built it. If you want to try it out, you can create a repository with three commands:

attune repo create --uri https://apt.releases.example.com attune repo pkg add --repo-id 123 package.deb attune repo sync --repo-id 123 You can get the tool at https://github.com/attunehq/attune. There are a lot of rough edges right now since it's so new - sorry in advance, we're working on sanding those down.

It’s fully open source under Apache 2. We’re also working with some early customers to build enterprise features like audit logging, RBAC, and HSM integrations, and we’re thinking about building a managed cloud hosting service as well.

We’d love your feedback on whether this is useful for you, and what you’d like to see next. We’re well aware that publishing is a small piece of CI/CD, but we think a lot of the tooling in this area (publishing, artifact registries, package repositories) could really use some love.

What do you think? Comment here, or email us at founders@attunehq.com.

Comments URL: https://news.ycombinator.com/item?id=43729427

Points: 3

# Comments: 0

Categories: Hacker News

JavaScript Demos in 140 Characters

Fri, 04/18/2025 - 12:10pm

Article URL: https://www.dwitter.net/top

Comments URL: https://news.ycombinator.com/item?id=43729395

Points: 1

# Comments: 0

Categories: Hacker News

Pages