this post was submitted on 09 Nov 2025
219 points (98.2% liked)

Programmer Humor

27273 readers
1535 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] rtxn@lemmy.world 24 points 1 day ago* (last edited 1 day ago) (2 children)

Put all of the postcodes in a paginated list that displays only 30 entries at a time (60 and 100 per page for premium users), only has next/previous navigation buttons, orders the entries by popularity, and goes back to the first page if you reload the website. Or an infinitely scrolling page that loads each page dynamically, but returns 429 Too Many Requests if the user scrolls too fast.

[โ€“] GraniteM@lemmy.world 2 points 11 hours ago* (last edited 11 hours ago)

Map the tonal range of the human voice from 00000, the lowest-pitched, to 99999, the highest-pitched. Sing a note into your microphone that corresponds to your postal code.

EDIT: Make it a Base-36 range so as to allow letters A-Z when they are used in postal codes.

load more comments (1 replies)