Feed aggregator

Ransomware Group Takes Credit for Trellix Hack

Security Week - Fri, 05/08/2026 - 3:58am

RansomHouse has published several screenshots to demonstrate access to internal Trellix services.

The post Ransomware Group Takes Credit for Trellix Hack appeared first on SecurityWeek.

Categories: SecurityWeek

Ask HN: We just had an actual UUID v4 collision...

Hacker News - Fri, 05/08/2026 - 3:57am

I know what you're thinking... and I still can't believe it, but...

This morning, our database flagged a duplicate UUID (v4). I checked, thinking it may have been a double-insert bug or something, but no.

The original UUID was from a record added in 2025 (about a year ago), and today the system inserted a new document with a fresh UUIDv4 and it came up with the exact same one:

b6133fd6-70fe-4fe3-bed6-8ca8fc9386cd

We're using this: https://www.npmjs.com/package/uuid

I thought this is technically impossible, and it will never happen, and since we're not modifying the UUIDs in any way, I really wonder how that.... is possible!? We're literally only calling:

import { v4 as uuidv4 } from "uuid";

const document_id = uuidv4();

... and then insert into the database, that's it.

Additionally, the database only has about 15.000 records, and now one collision. Statistically... impossible.

Has that ever happened to anyone?! What in the...

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

Points: 4

# Comments: 2

Categories: Hacker News

Show HN: Mideo – Translate Video to MIDI

Hacker News - Fri, 05/08/2026 - 3:42am

Introducing MIDEO; a free browser-based MIDI controller built on top of the WEB MIDI api.

Connect it to your DAW (for example Ableton Live via the IAC MIDI Interface) and use video motion / color changes to control parameters, adding new layers of depth, movement, and unpredictability to your sound.

Very happy to hear your thoughts, ideas, and suggestions for improvements.

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

Points: 1

# Comments: 0

Categories: Hacker News

Hardware Memory Models

Hacker News - Fri, 05/08/2026 - 3:23am

Article URL: https://research.swtch.com/hwmm

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: How are you handling QA being bottlenecked with more AI-generated PRs?

Hacker News - Fri, 05/08/2026 - 3:17am

At my company engineers are producing a high quantity of PRs with the help of AI agents. QA was already the bottleneck since the software involves camera flows across multiple devices, now this is more so the case.

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

Points: 2

# Comments: 0

Categories: Hacker News

Pages