this post was submitted on 21 May 2025
824 points (98.4% liked)

memes

14867 readers
5435 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Septimaeus@infosec.pub 2 points 15 hours ago* (last edited 14 hours ago)

I have a local daemon and browser extension doing something like that on my desktop machines.

In case you’d like to do the same, here are some time savers:

  1. More of a heads up but storage requirement will never be trivial, even with fs compression. Browsers limit resource cache for a reason.
  2. Unless OneNote has some kind of page nesting functionality beyond the usual outline/TOC tagging, typical browser-history population and web page length can lead to an infinitely-scrolling, memory eating, difficult to use note.
  3. It is easier to lean on existing browser and filesystem functionality by printing to PDF and optionally attaching wherever (such as onenote) for a number of reasons.
  4. Visual consistency of the print render will vary, but the PDF approach uses existing render in situ and is the only page snapshot commonly supported by progressive web applications.

Besides PDF, the most consistent local full-page, full-asset save I’ve found is the .archive format. It’s used in the Safari browser for local saving and is the basis for features like “Add to reading list.” Archive appears to be something like a zipped wget directory but includes additional session state information for future page recreation. I save both PDF and Archive formats and browse using filesystem rather than another app like onenote.

If you’re on Windows, this appears to be the aim of their W11 Replay feature. Just be aware that it (and really that entire operating system) comes with a lot of privacy-related quid pro quo.

Edit: mention .archive format