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.