惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
The Register - Security
The Register - Security
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园_首页
U
Unit 42
T
Tailwind CSS Blog
G
GRAHAM CLULEY
F
Full Disclosure
V
Vulnerabilities – Threatpost
T
Tenable Blog
月光博客
月光博客
P
Privacy & Cybersecurity Law Blog
P
Privacy International News Feed
K
Kaspersky official blog
Scott Helme
Scott Helme
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
T
The Exploit Database - CXSecurity.com
N
News and Events Feed by Topic
有赞技术团队
有赞技术团队
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LINUX DO - 最新话题
Recorded Future
Recorded Future
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Help Net Security
Help Net Security
The GitHub Blog
The GitHub Blog
Cisco Talos Blog
Cisco Talos Blog
SecWiki News
SecWiki News
P
Proofpoint News Feed
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
罗磊的独立博客
S
Security Affairs
M
MIT News - Artificial intelligence
L
LINUX DO - 热门话题
美团技术团队
Simon Willison's Weblog
Simon Willison's Weblog
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
Visual Studio Blog

IBM Research

All of AI benchmarking at your fingertips What are spin qubits? | IBM Quantum Computing Blog IBM to acquire HRL Laboratories IBM commits $50M in quantum access for US Genesis Mission It’s time for cryptography to get its own abstraction layer It’s time for cryptography to get its own abstraction layer This could be the largest synthetic code dataset yet How to measure the performance of a quantum computer | IBM Quantum Computing Blog Release News: Qiskit v2.5 is here! | IBM Quantum Computing Blog CoFrGeNets replace the ‘bones’ of transformer-based models How training environments can teach AI models to misbehave What’s new at IBM Quantum - Q2 2026 | IBM Quantum Computing Blog Modeling the chemistry of fusion reactor material | IBM Quantum Computing Blog Ponder This Challenge - July 2026 - Return of the Superheroes Apply to IBM Quantum Developer Conference 2026 | IBM Quantum Computing Blog Qiskit Paulice: postselected quantum error correction | IBM Quantum Computing Blog What is IBM’s nanostack chip architecture? IBM introduces the smallest computer chip in the world A new playbook for quantum optimization benchmarking Running AI on mixed hardware for speed and affordability Explore next-gen quantum algorithms with IBM Quantum Credits | IBM Quantum Computing Blog Allstate explores quantum computing for insurance portfolios | IBM Quantum Computing Blog Can LLMs discover quantum error correction codes? Prototype and validate fermionic circuits faster with ffsim | IBM Quantum Computing Blog Bringing the power of semantic AI to IBM Db2 The fast Fourier transform, how and why it works Building AI more like software The future of quantum takes center stage at NY Tech Week Qiskit Fall Fest 2026: Applications open | IBM Quantum Computing Blog IBM to invest $10 billion in quantum computing | IBM Quantum Computing Blog Renowned mathematician Subhash Khot joins IBM Research Ponder This Challenge - June 2026 - The Superhero Team Movies New Classroom Accounts expand quantum access for educators | IBM Quantum Computing Blog Qiskit Global Summer School 2026: Registration now open | IBM Quantum Computing Blog How researchers built a record-setting quantum circuit | IBM Quantum Computing Blog IBM charts a new research path with MIT How IBM is using quantum computing to understand the operating system of the universe How to use sample-based quantum diagonalization on IBM hardware Quantum-centric supercomputing simulates 12,635-atom protein | IBM Quantum Computing Blog A decade of quantum on the cloud | IBM Quantum Computing Blog Ponder This Challenge - May 2026 - The Powers of a Binary Matrix Where the frontiers of high-speed racing and computing meet Introducing the IBM Granite 4.1 family of models Building the future of computing, together Next-generation algorithms could move fusion from the lab to the grid Bringing quantum-centric supercomputing to Illinois What’s new at IBM Quantum - Q1 2026 | IBM Quantum Computing Blog Release News: Qiskit v2.4 is here! | IBM Quantum Computing Blog How IBM Quantum is enabling healthcare and biology research | IBM Quantum Computing Blog How an extra training step can unlock AI’s reasoning power IBM demonstrates extreme scale for content-aware storage with a 100-billion vector database IBM Research and ETH Zurich open a new era of innovation IBM’s newest time-series models cover a full range of enterprise prediction tasks Toward a transparent supply chain for AI Quantum computers take a step into real materials science Donating llm-d to the Cloud Native Computing Foundation Cleveland Clinic & IBM debut new quantum simulation workflow | IBM Quantum Computing Blog Turning turbulence into transcripts Like the information in a dream: IBM’s Charles H. Bennett receives ACM Turing award Doubling down on open-access quantum computing | IBM Quantum Computing Blog Unveiling the first reference architecture for quantum-centric supercomputing Realizing Feynman’s vision for the future of simulation | IBM Quantum Computing Blog IBM is working today to secure communication from tomorrow’s quantum risks Building PyTorch-native support for the IBM Spyre Accelerator Quantum simulates properties of the first-ever half-Möbius molecule, designed by IBM and researchers A look back at the International Year of Quantum | IBM Quantum Computing Blog TerraStackAI: Bringing Earth and space AI to Red Hat and the world Ponder This Challenge - March 2026 - Path game on a hole-riddled chessboard IBM demonstrates High NA EUV process capability on track for insertion below 2 nm nodes at SPIE 2026 Quantum Advantage Tracker: the race to advantage | IBM Quantum Computing Blog
Ponder This Challenge - April 2026 - The Unlabeled Clock
Gadi Aleksandrowicz · 2026-04-01 · via IBM Research

The expected numerical solutions are:

  • 1541414
  • (30, 36, 40) => 3458432

This time, the phrasing of the puzzle, even after corrections, remained confusing to many solvers and we apologize for this. However, most wrong answers arose from the initial thinking that one should consider time to be discrete, looking only at moment of the form HH:MM. The riddle explicitly noted the clock's hands move continuously, and hence simple enumeration of moments of the form HH:MM is not sufficient to solve the riddle; a different approach is required.

We can model the current time as a value t[0,1)t\in[0,1) and the locations of the clock's hands become

  • H(t)=tH(t) = t
  • M(t)=12t (mod 1)M(t) = 12t \text{ }(\text{mod } 1)
  • S(t)=720t (mod 1)S(t) = 720t \text{ } (\text{mod } 1)

Let us define a three-component vector A(t)=(H(t),M(t),S(t))A(t)=(H(t), M(t), S(t)). Use the indices 1,2,31,2,3, i.e. A1(t)=H(t)A_1(t)=H(t), A2(t)=M(t)A_2(t)=M(t), A3(t)=S(t)A_3(t)=S(t).

Now, an ambigous moment arises from two distinct times t,ut, u such that we can permute the elements of A(t)A(t) and rotate them (i.e. add some rr modulo 1) and obtain A(s)A(s). Hence, let piS3pi\in S_3 be some permutation and r[0,1)r\in [0,1) be the rotation value, and we consider the system of three modular equations:

  • A1(u)=Aπ(1)(t)+r (mod 1)A_1(u) = A_{\pi(1)}(t)+r\text{ } (\text{mod } 1)
  • A2(u)=Aπ(2)(t)+r (mod 1)A_2(u) = A_{\pi(2)}(t)+r\text{ } (\text{mod } 1)
  • A3(u)=Aπ(3)(t)+r (mod 1)A_3(u) = A_{\pi(3)}(t)+r\text{ } (\text{mod } 1)

Subtracting the third equation from the first two, we obtain a system of two modular equations without rr:

  • A1(u)A3(u)=Aπ(1)(t)Aπ(3)(t) (mod 1)A_1(u)-A_3(u) = A_{\pi(1)}(t)-A_{\pi(3)}(t) \text{ } (\text{mod } 1)
  • A2(u)A3(u)=Aπ(2)(t)Aπ(3)(t) (mod 1)A_2(u)-A_3(u) = A_{\pi(2)}(t)-A_{\pi(3)}(t) \text{ } (\text{mod } 1)

Such modular equations can be solved using standard linear algebra. We demonstrate this in the case π(1)=2,π(2)=3,π(3)=1\pi(1)=2, \pi(2)=3, \pi(3)=1. In this case we obtain the modular equations

  • H(u)S(u)=M(t)H(t) (mod 1)H(u)-S(u) = M(t)-H(t) \text{ } (\text{mod } 1)
  • M(u)S(u)=S(t)H(t) (mod 1)M(u)-S(u) = S(t)-H(t) \text{ } (\text{mod } 1)

i.e.

  • u720u=12tt (mod 1)u-720u = 12t-t \text{ } (\text{mod } 1)
  • 12u720u=720tt (mod 1)12u-720u = 720t-t \text{ } (\text{mod } 1)

Which reduces to finding solutions to the linear system (11719719708)(tu)=(nm)\left(\begin{array}{cc} 11 & 719\\ 719 & 708 \end{array}\right)\left(\begin{array}{c} t\\ u \end{array}\right)=\left(\begin{array}{c} n\\ m \end{array}\right)

For n,mZn,m\in\mathbb{Z}.

This allows collection of all the possible ambiguous times. Situations like 03:00:00 and 09:00:00 still needs to be carefully ruled out.

The solution can be found manually; the goal of the "*" part was to encourage automation that will allow systematic checks for all (H,M,S) systems. However, some of those system yields infinite number of ambiguous moments; the intention was to find the maximum finite number.