Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 56 additions & 4 deletions images/ap-puns/service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,65 @@
with builtins;
let
puns = [
"Pretty Fly for a WiFi"
"Drop it Like It's Hot Spot"
# LAN
"LAN Before Time"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent 10/5

"Life in the fast LAN"
"The Promised LAN"
"House LANnister"
"Silence of the LAN"
"No LAN for the Wicked"
"LAN of Milk and Honey"
"The LAN of the Free"
"Winter WonderLAN"
"Wu Tang LAN"
"Iron LAN"
"SpiderLAN"

# WiFi
"The WiFi of Khan"
"It Burns When IP"
"New England Clam Router"
"Pretty Fly for a WiFi"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5/5 the best

"Hide Your Kids Hide Your WiFi"
"Tell my WiFi I love her"
"No more Mr Wi-Fi"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5/5 pretty good

"I now prononouce you man and wifi"
"They are taking the hobbits to WiFisengard!"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 out of Fi, this is shameful

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the few originals in the patch set 🥇

"Thou Shalt Not Covet Thy Neighbor’s Wifi"
"WiFi like an eagle"
"I Believe Wi Can Fi"
"Wi of the Figer"
"Wi-Fry Chicken"
"Your Wifi is in Another Castle"
"Do Re Mi Fa So La Wi Fi"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5/5 this is the worst one

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I am also really not proud if it!

"You’re WiFired!"
"My Wifu"

# Router
"New England Clam Router"
"Martin Router King"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5/5 this is not even a pun

"Routers of Rohan"
"The Router Limits"
"Go Go Router Rangers"
"Brave Little Router"
"Vladimir Routin"

# Companies
"Panic at the Cisco"
"Abraham Linksys"
"Linksys Lohan"
"A Linksys to the Past"
"For Whom the Belkin Tolls"

# other
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ones in this section are pretty good 5 * 10 = 50 / 5, perfect 10

"It Burns When IP"
"Drop it Like It's Hot Spot"
"Everyday I'm buffering"
"Girls Gone Wireless"
"Join My Bandwidth"
"Winternet is Coming"
"The Mad Ping"
"Lord of the Ping"
"That’s What She SSID"
"Capture the Lag"
];

iface = "wlan0";
Expand Down