this post was submitted on 22 May 2025
866 points (99.3% liked)

Technology

71585 readers
3574 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 3 weeks ago (12 children)

Wish they'd make bookmark not suck so much that using them felt like a commitment to organisationnal chores. The bookmark system is largely unchanged since the netscape days.

You cant search texts inside bookmarks because they only store the url. Which will break. Instead of saving the html itself, as if we still only has hundreds of gigabytes.

It should have a library level search system, capable of not just symbol text but intelligent summarization, categorization, search by relecant, content discovery algorithm, rss feed support all fully local, offline capable.

The whole thing, metadata, html, inages, video, files, code, replay of the changes over time. Yes I should be able to replay clicking "read more" as I expand comments on facebook. I should not lose my work to a page reload ever again. And no that's nor "too much space". Web pages are largely text sent super efficiently it is not that much information even compared to a gigabyte.

[–] [email protected] 11 points 3 weeks ago (9 children)

What you're describing is so much more difficult from a technical standpoint than you give it credit.

Static pages – sure, the plague of single page applications – oof, that's a challenge.

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I've actually been thinking about this a lot. "Save Webpage" is useless nowadays because everything is loaded externally through scripts. What if it saved a timeline of requests and responses somehow and could play it back? This might require recording the entire JS state though... and so much more with browser APIs. Saving just the requests+responses as a cache would fail if the scripting was non-deterministic. Maybe it would make sense to literally save a "recording" of the HTML and CSS changes, playing back only the results of any network requests or JS?

[–] [email protected] 2 points 3 weeks ago

This would be a whole new pipeline to make interactivity work. Emulating a server with cached responses would allow to reuse the JS part of websites and is easier to do. I have no doubt that some pages wouldn't work and there would be a shitton of security considerations I can't imagine.

load more comments (7 replies)
load more comments (9 replies)