autopushed

This commit is contained in:
2022-06-15 15:12:10 -04:00
parent 2099f143c2
commit e426d645fc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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]]
+1 -1
View File
@@ -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.