Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    550comments
  2. Claude Opus 5.5(anthropic.com)
    765comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    202comments
  4. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    89comments
  5. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    354comments
  6. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    6comments
  7. SAML: A fractal of bad design(trailofbits.com)
    69comments
  8. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    62comments
  9. Unreal Agent(unreallabs.ai)
    64comments
  10. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    74comments
  11. Native apps written in TypeScript and CSS(github.com/geastack)
    18comments
  12. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    57comments
  13. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    37comments
  14. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    7comments
  15. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    183comments
  16. Markdown in /src(htmx.org)
    35comments
  17. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    8comments
  18. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    38comments
  19. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    13comments
  20. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    31comments
  21. The current balance of power in open models(interconnects.ai)
    2comments
  22. The trouble with 'ntile()'(djnavarro.net)
    discuss
  23. Apple's Dimensional Drawings(512pixels.net)
    1comments
  24. The JavaScript Midlife Crisis(maroun-baydoun.com)
    9comments
  25. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    74comments
  26. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    21comments
  27. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    175comments
  28. An update on how we confirm your age group on Discord(discord.com)
    51comments
  29. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    434comments
  30. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    103comments

ArchiveBox: Open-source self-hosted web archiving

220 pointsby 5y agoarchivebox.io
59 comments
5y agoHN ↗

Wow, great! Self-hosted, open-source, solid UI, tie-ins to the broader ecosystem... seems to check all the right boxes. Looking fwd to trying it and if all goes well, maybe see about integrating it into AthensResearch. Thanks for sharing!

5y agoHN ↗

I literally just spun up a copy but it looks like it has Sonic full-text integration, however I'm not 100% sure if it's working via the UI as there isn't much feed back letting you know why a site has displayed in the results.

5y agoHN ↗

It has full-text search using ripgrep and sonic.

5y agoHN ↗

I can't wait for the API to be completed. I want to build something to archive HN (article + comments) and turn it into epub go read offline. Hard to do currently.

5y agoHN ↗

I was trying to do something similar with walls bag, but no epub file to send :(

5y agoHN ↗

Last time I saw this you could only view the archive via the UI. It's really come a long way.

Could be very useful now.

5y agoHN ↗

Even works on the Raspberry Pi, apparently. This would be nice in combination with a Pi-Hole.

5y agoHN ↗

Am I the only one who spins up a new VM in VMWare ESXi for things like this?

5y agoHN ↗

Yeah, why don’t you just use a container?

5y agoHN ↗

VIC containers for me - a full VM is a bit overkill for something this light :)

5y agoHN ↗

What's your setup like? I use VMWare workstation pro- I have Windows Enterprise 2019 LTSC N installed and snapshotted to a base VM.

Any time I need to do anything, I will full clone the base; with a decent SSD it takes maybe 10 seconds for the full clone and I have a full OS.

5y agoHN ↗

Actual ESXI on a decently powerful (33 cores, 512 gigs) machine. VMWare’s been really good to me, minus some points for occasional stupidity on upgrades.

5y agoHN ↗

It saves pages to archive.org as well. You might want to be careful while using this to archive personal content.

5y agoHN ↗

archive.org will only archive publicly visible content and it respects robots.txt

5y agoHN ↗

When did this change? It used to be that adding robots.txt would retroactively remove archives for a domain.

5y agoHN ↗

Yes, I can write a long article about why it's the default someday. I've agonized over this decision for many many months, and it's flipped flopped a few times as well.

The short version is that defaults in software are really important (90% of users wont change them), and I don't trust myself to code ArchiveBox 100% correctly so as to never lose data, or the majority of people to store their archives correctly so as to never lose data on their own. Archive.org is the redundant failsafe. Another good reason is that Archive.org is not the only way that your archive content can be leaked, the security model means that archived pages can read each other's content, so I want to make it abundantly clear to users that by default it's designed to only archive content thats already public (in which case it's already fair game for Archive.org).

I've settled on leaving it on as the default, but I do mention 3 times in the README how to disable it, most notably in the CAVEATS section which explains both the security model drawbacks and how to prevent your content from being leaked to Archive.org or other 3rd party APIs.

5y agoHN ↗

Although I tend privacy-by-default for most deployed technologies, the context of archiving does change the criteria quite a lot; you've selected a sensible and reasonable default, I reckon. Hopefully integrity is a consideration too? Glad to read that article, one day :)

5y agoHN ↗

Integrity is absolutely paramount too of course, which is why I chose Django (because of the mature DB migrations system that makes upgrades deterministic, reversible, and relatively painless). Hand coding a schema migration system would be a recipe for disaster and an easy opportunity for users to lose data.

Nevertheless, no system is perfect, and even with Django helping guard database integrity and multiple redundant index files, it's possible I'll make a mistake someday that leads to data loss on upgrade. I don't want that situation to be the next (mini) library of Alexandria, and saving copies to Archive.org helps serve as a last-resort backup.

5y agoHN ↗

Appreciate the project, web archives are becoming an important part of the internet ecosystem.

I personally have no issue with the defaults, but if you've agonized over the defaults, perhaps you should consider clearly documenting it in the main project README instead of leaving it for people to find in the config documentation.

5y agoHN ↗

Would be great to allow for it to save to worm storage.

5y agoHN ↗

If you're interested in this sort of thing, you might also be interested in Archivy [1], which is somewhat similar but it (thankfully) doesn't upload your stuff to archive.org

[1] https://archivy.github.io/

5y agoHN ↗

doesn't upload your stuff to archive.org

FIY You just have to set the environment variable SUBMIT_ARCHIVE_DOT_ORG=False

5y agoHN ↗

What’s the danger in uploading to archive.org?

5y agoHN ↗

Aside from the can of worms that is copyright infringement? There was a recent HN discussion about how much of a pain it is to get something removed from archive.org.

Not uploading people's stuff to permanent, public archives seems like a good rule of thumb.

5y agoHN ↗

Isn't this just passing the URL to archive.org which then does the actual archiving?

If it isn't already public (i.e., reachable by archive.org), it won't be afterwards?

5y agoHN ↗

Something can be public today and not tomorrow. Something can be made public by accident. Something can be publically reachable (i.e. a private URL but one without a login) without the intention of being searchable.

5y agoHN ↗

There was a recent HN discussion about how much of a pain it is to get something removed from archive.org.

I really wanna read this but can't find the thread, do you happen to have a link?

5y agoHN ↗

Archivy is great too, in fact ArchiveBox sponsors Archivy development ;)

5y agoHN ↗

Wallabag only stores links. ArchiveBox archives a snapshot of the actual content of a page at a specific point in time.

5y agoHN ↗

Wallabag extracts the content and stores it. Not just the links.

5y agoHN ↗

Didn't know that. Thanks for clarifying.

5y agoHN ↗

It is quiet convenient to combine the two. You are able to export your wallabag list via RSS and import it on a schedule in archivebox.

5y agoHN ↗

Thanks for sharing LinkAce! Maintainer here. If you or others have any questions, feel free to ask.

5y agoHN ↗

I think it's primarily personal preference of features and how things are stored and presented. While Wallabag is more a Pocket/Read It Later alternative, LinkAce does not save the website itself, but a reference to it including the taxonomy you assign to it. It is intended to be a long-term bookmark archive, but without handling all the website archiving on its own.

5y agoHN ↗

I’ve been using ArchiveBox since the last time it popped up on HN and I like it a lot. It recently got a significant UI upgrade.

5y agoHN ↗

Can I export my history from my iPhone web browsing?

5y agoHN ↗

If you can somehow extract your browsing history, archivebox can ingest a list of links

5y agoHN ↗

Last time I tried to do this same thing, I didn't know about these, and ended up spending a couple days on wget and httrack. Do all these alternatives work from the command line, or are they their own little proprietary ecosystem?

5y agoHN ↗

How do tools like this cope with pages that are rendered by Javascript. What do the tools actually save? For instance if I save a Quora page using Firefox I can open it but if Quora is not accessible it doesn't work.

5y agoHN ↗

ArchiveBox is a wrapper around ~12 different extractor modules, each of which saves the page or its assets in a different way. The most relevant to JS is Singlefile, which renders the page in headless chrome and then snapshots the DOM with all assets inlined after a few seconds of JS execution. It's not perfect, but it works well even for the majority of JS-heavy sites.

For the very complex sites that really rely on a ton of interactive JS or dynamic requests to APIs to render their content, check out https://ArchiveWeb.page + https://ReplayWeb.page by https://webrecorder.io.

5y agoHN ↗

This is cool! Didn't know there were so many archiving options either, gonna check them all out.