diff options
author | BuggieBot <83668334+BuggieBot@users.noreply.github.com> | 2021-07-29 01:33:27 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-28 23:33:57 +0100 |
commit | 6340aa11cec752b007443f7549ee5ee7f4a7af3f (patch) | |
tree | 8467c72e037b6f5883ee745dbc5ae5b2bbe54e17 /Base/res/fortunes.json | |
parent | a13a5315a5bb3fd8509283480001f295e67caa57 (diff) | |
download | serenity-6340aa11cec752b007443f7549ee5ee7f4a7af3f.zip |
Base: Add a quote to the fortunes database
[skip ci]
Diffstat (limited to 'Base/res/fortunes.json')
-rw-r--r-- | Base/res/fortunes.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index fcd94050e0..a857b5ec17 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -90,5 +90,11 @@ "author": "nooga", "url": "https://discord.com/channels/830522505605283862/830525235803586570/864277610510549002", "utc_time": 1626130562 + }, + { + "quote": "1.28 GiB worth of hash table is a lot of hash table", + "author": "awesomekling", + "url": "https://discord.com/channels/830522505605283862/830739873119207426/870071227929202738", + "utc_time": 1627511606 } ] |