From e426d645fcb69cc1000a428ab0ff4dc2c93c49f4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 15 Jun 2022 15:12:10 -0400 Subject: [PATCH] autopushed --- journal/2022-06-15.md | 2 ++ quantum mailer.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/journal/2022-06-15.md b/journal/2022-06-15.md index 1f80c3afd..d0d95d043 100644 --- a/journal/2022-06-15.md +++ b/journal/2022-06-15.md @@ -1,3 +1,5 @@ - Third day in the US. + - [[us trip 2022]] - Slept OK it seemed but for some reason I'm struggling to make it to the afternoon without nodding off. - [[quantum mailer]] +- [[jz]] diff --git a/quantum mailer.md b/quantum mailer.md index 4036109a1..8ec6f7116 100644 --- a/quantum mailer.md +++ b/quantum mailer.md @@ -1,5 +1,5 @@ - a [[project]]. - - #fun + - fun. - mailer that generates a random number using quantum circuits (just for the flair), and mails out a payload with a certain probability. - e.g. every day there is a 1% chance that a message will go out. - the easiest way to implement this would be to just use a regular random number generator and then replace it with one or more API calls to [[ibm quantum]] cloud or a similar service.