this post was submitted on 13 May 2025
659 points (99.4% liked)

Programmer Humor

23356 readers
1140 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
 
all 14 comments
sorted by: hot top controversial new old
[–] [email protected] 39 points 6 days ago

Link should have been

C:\Desktop\my_cool_website.html

[–] [email protected] 11 points 6 days ago (1 children)
[–] [email protected] 26 points 1 week ago (1 children)
[–] [email protected] 48 points 1 week ago (1 children)

Twitter is dead. X is by Nazis, for Nazis

[–] [email protected] 23 points 1 week ago (4 children)
[–] [email protected] 34 points 6 days ago
[–] [email protected] 5 points 6 days ago* (last edited 6 days ago)

Default secondary port for Apache tomcat HTTP web servers which are pretty common

[–] [email protected] 55 points 1 week ago* (last edited 1 week ago) (1 children)

Anything can use it, but I think by convention it's used for http on a non-privileged port.

[–] [email protected] 31 points 1 week ago (1 children)

It's the default port most applications use when they run an integrated web server.

[–] [email protected] 10 points 6 days ago (1 children)

Not really, they'd clash all the time. 8080 is the default port for a non-privileged webserver, that is, web server, something you put your own stuff on, not applications/daemons that happen to have a web interface. E.g. ComfyUI uses 8188 for its web interface, deluge 8112, neither will serve your index.html.

[–] [email protected] 2 points 6 days ago

Well they all have their own web service, that's how they can deliver the interface. Of course there are a lot of applications that know they will run aside with others because they complement each other and will set a default port that won't interfere with them, but it can still happen and that's why you can change the port. 8080 (and 8008) are just the official alternative ports for HTTP traffic and thus still often set as default in the configuration of many applications.

[–] [email protected] 6 points 1 week ago

The reserve 80 port.