Feed aggregator

Legacy applications create tough choices for admins who must balance business needs and security. This article covers these challenges and modernization strategies.

Security Wire Daily News - Fri, 04/18/2025 - 12:38pm
Legacy applications create tough choices for admins who must balance business needs and security. This article covers these challenges and modernization strategies.

The Shadow AI Surge: Study Finds 50% of Workers Use Unapproved AI Tools

Security Week - Fri, 04/18/2025 - 12:24pm

With unapproved AI tools entrenched in daily workflows, experts say it’s time to shift from monitoring to managing Shadow AI use across the enterprise.

The post The Shadow AI Surge: Study Finds 50% of Workers Use Unapproved AI Tools appeared first on SecurityWeek.

Categories: SecurityWeek

Ruby: Proposal to Upstream ZJIT

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

Back to a Website [video]

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

Attention is all you need (2017)

Hacker News - 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

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

The 80/20 Bins

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

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

Hacker News - 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

Pages