Skip to content

Commit

Permalink
feat: add a modern excuse
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Jan 18, 2024
1 parent c53bca6 commit 955fe17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gh_bofh_lib/excuses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ pub static CLASSIC: &[&str; 466] = &[
"Your machine had the fuses in backwards.",
];

pub static MODERN: &[&str; 104] = &[
pub static MODERN: &[&str; 105] = &[
"Predictive analytics model failed to foresee this error",
"AI heuristic malfunction",
"Cryptocurrency mining drained system resources",
Expand Down Expand Up @@ -643,4 +643,5 @@ pub static MODERN: &[&str; 104] = &[
"Cloud server is on fire, but it's in the cloud so we can't put it out",
"Lambda function ran away from home",
"Data lake is polluted with toxic data",
"iCloud is raining on the server",
];

0 comments on commit 955fe17

Please sign in to comment.