Technology News

Collective Nouns for the Web

Melanie Sumner has this super-specific collection of web-related nouns for describing a group or set of something. You know how there’s a school or fish or a herd of cows? Same sort of thing, but for funny web jargon.

Things like:

  • vanity is ten (10) or more domains owned by a single person, where very few are in use.
  • parade of RSS feeds is when you have so many RSS feeds that you have to scroll to see them all.

Don’t lie, Melanie — you’ve gotta vanity go domains, don’t ya? ????

A few off the top of my head:

  • A braintrust is a meeting of company bigwigs indirectly related to a project but with the power to “swoop and poop” on your work.
  • A diatribe is a Pull Request with so many comments that the original scope of the work has changed.
  • A gommit is a group of commits (group + commit) submitted as a single commit.
  • A hot minute is the number of hours spent fixing a bug that winds up being a simple typo.
  • A roost is four (4) or more levels of nesting in Sass.
  • A tababyte is a unit that represents ten (10) open browser tabs in the same window. For example, two tababytes are equal to 20 open tabs.

Fun times! Anything you’d add to the list? You can submit ideas to the repo.

Direct Link →

How to Use AI to Detect and Avoid Fake Influencers?
Checklist For Internal Audit Of A Private Limited Company

Related Articles

5 CSS Tricks Designers Should Know

5 CSS Tricks Designers Should Know
Ever since its introduction to the world in 1996, CSS has been the staple of web page decoration and visual presentation. It has lasted until today, controlling aspects such as…

An Introduction to the JavaScript Temporal API

Exploring the Potential of the Metaverse: A New World Awaits
Whatever your opinion of JavaScript, everyone thinks date handling is a mess. The Date() object implementation was copied directly from Java in 1995. Java scrapped it two years later but…

Am I on the IndieWeb yet?

am-i-on-the-indieweb-yet
Can’t smash the Like button hard enough for what Miriam Suzanne has to say on the challenging technical hurdles of implementing Webmentions: The first round required several online services along…

How To Upload Fonts To Canva In a few quick steps

how-to-upload-fonts-to-canva-in-a-few-quick-steps
Advertisement Canva is an online design tool. It offers users the opportunity to create professional-looking posters. It is used to create various images – such as event flyers, resumes, cards,…

Quick Tip: How to Hash a Password in PHP

Quick Tip: How to Hash a Password in PHP
It’s important to know how to hash a password in any programming language, and in this quick tip article we’ll explain how to do that in PHP, and why hashing…