Google will delete OAuth clients falsely flagged as unused
8 points by panstromek 21h ago 7 comments
Ask HN: How do I start my own cybersecurity related company?
4 points by babuloseo 1d ago 4 comments
Distributed Time Keeping
2 mesto1 1 5/28/2025, 7:55:04 AM s2.dev ↗
Comments (1)
j_seigh · 1d ago
Esper (used for streaming correlation and pattern matching) has time order windows. Basically within a specified time window size, it will reorder events according to their timestamps if they are not too far out of order. For real time streaming, that will delay event processing by what the window size is. For something like Kafka that wouldn't be a problem so much.