this post was submitted on 13 Nov 2024
1629 points (96.1% liked)
Technology
59359 readers
4814 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Fun fact: internet explorer was originally built off the File Explorer.
I kinda stopped following programming for windows a decade ago. But in sure there is some ancient code from 30 years ago that is holding some critical files together.
Internet Explorer was originally based upon the Mosaic browser. Like a lot of Microsoft's tech, it's something they acquired.
Up to IE4, it was a standalone browser. It's IE4 where Microsoft integrated it into the OS and made do double duty as Windows Explorer, which is what you're thinking of.
Hah, that's an interesting tidbit
Really? Why? Anything they might share would be shared with any codebase for a window application right?
Browsers, at the core are just file browsers. Websites are just files on another computer.
Every application is a file browser when you open/save, what's your point?
That a lot of the lower level components are already there. Id imagine it's easier to recycle working code than redo from scratch.