this post was submitted on 20 Nov 2023
1696 points (98.1% liked)

Programmer Humor

32710 readers
611 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Borkingheck 1 points 1 year ago (7 children)
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (4 children)

Nobody else can see the files on your c:\ drive. Designing a "website" means little if you don't have a place to host it

[–] Bazoogle 1 points 1 year ago (1 children)

Idk, there's a lot of people who have jobs designing websites without a place to host it. Shoot, people get paid to design an image of a website.

[–] [email protected] 1 points 1 year ago

This sort of thing worked in the '90s. Many of the security restrictions in browsers these days means it doesn't consider the local file to be actually local, and you have to host from some kind of server. There are mini servers that are trivial to spin up, like SimpleHTTPServer on Python.

load more comments (2 replies)
load more comments (4 replies)