Feed aggregator
Show HN: Printable Classics – Free printable classic books for hobby bookbinders
I created a site (https://printableclassics.com) that allows you to download classic books and customize things like the font size, page size, and the cover.
As part of this, I wrote a software pipeline that takes epubs, html files, or pdfs and converts them into formatted books with custom covers, page numbers, chapter formatting, etc.
I used an LLM for categorizing the books. There's a nice way to filter such that you could easily find "Young Adult, Ancient, Fantasy" for example.
When downloading from the site, the PDFS are rendered in a work queue. Hopefully the server I'm using won't get overwhelmed. It takes around 10-15 seconds to generate for most books.
Most of the books currently on the site are from Standard Ebooks. I plan to add more books from Archive.org and Project Gutenberg over time.
I also created a little guide on how you can print and bind books at home with around $200 in equipment. (https://printableclassics.com/print-guide)
Printable versions of the Harvard Classics are available here: https://printableclassics.com/harvard_classics This is an example of direct PDF conversion.
Hopefully this is useful to some people. I plan to use the books here for home education myself so it will at least be useful to me. I'd like to add a guide with top suggestions by age level and some educational theory on how I made the selections. I'm happy to take any feedback on the site or answer any questions.
There is also the option to have the books professionally printed through a print on demand provider. I'm hoping that could be a way to pay for the site hosting.
Thanks for checking it out!
Comments URL: https://news.ycombinator.com/item?id=46944365
Points: 1
# Comments: 0
Using a Flipper Zero as an Anki Remote
Article URL: https://drgore.substack.com/p/using-a-flipper-zero-as-an-anki-remote
Comments URL: https://news.ycombinator.com/item?id=46944342
Points: 2
# Comments: 1
SelfCI: A Minimalistic, Local-First CI
Article URL: https://app.radicle.xyz/nodes/radicle.dpc.pw/rad%3Az2tDzYbAXxTQEKTGFVwiJPajkbeDU
Comments URL: https://news.ycombinator.com/item?id=46944337
Points: 2
# Comments: 0
What do most people misunderstand? [video]
Article URL: https://www.youtube.com/shorts/M1qg95wa-q0
Comments URL: https://news.ycombinator.com/item?id=46944327
Points: 1
# Comments: 0
Journalism lost its culture of sharing (code) - here’s how we rebuild it
Article URL: https://www.niemanlab.org/2026/02/journalism-lost-its-culture-of-sharing-heres-how-we-rebuild-it/
Comments URL: https://news.ycombinator.com/item?id=46944325
Points: 1
# Comments: 0
Show HN: Susscore – Open-source link scanner to check if a URL is sketchy
Hey HN! I built susscore because I got tired of hovering over links wondering "is this a phish?"
It's fully open source and runs 11 checks in real-time:
• Domain age & reputation • SSL certificate validation • Known phishing database lookup • Brand impersonation detection (40+ brands) • URL pattern analysis (typosquatting, suspicious paths) • Redirect chain inspection • And more... No signup, no tracking, just paste and go.
GitHub: https://github.com/rebelchris/susscore
Built with Next.js. PRs welcome, especially for adding more brand patterns or regional phishing detection.
What checks would you want to see added?
Comments URL: https://news.ycombinator.com/item?id=46944321
Points: 1
# Comments: 0
SmarterTools Hit by Ransomware via Vulnerability in Its Own Product
SmarterTools says customers were impacted after hackers compromised a data center used for quality control testing.
The post SmarterTools Hit by Ransomware via Vulnerability in Its Own Product appeared first on SecurityWeek.
Don't Throw Away Your Laptop: How To Install Windows 11 On Unsupported Hardware
Show HN: Open-source zero-trust framework for AI agents- 12 services, all tested
Author here. We've been building agent trust infrastructure for ~1 year (12 microservices for identity, behavior monitoring, data governance, etc). When the CSA published their Agentic Trust Framework spec, we realized our stack maps to all 5 elements — but the spec has no reference implementation. So we built one. What we added that the spec leaves open: - Maturity model runtime (agents earn autonomy through 5 promotion gates) - Policy-as-code segmentation engine (real-time access decisions) - Circuit breaker for incident response (auto-containment) Everything is MIT. You can clone the repo and run `npm test` — 25 contract validation tests. Repo: https://github.com/yogami/atf-reference-implementation Interactive demo: https://berlinailabs.de/atf-demo.html Happy to answer architecture questions.
Comments URL: https://news.ycombinator.com/item?id=46944314
Points: 1
# Comments: 0
SpaceX Delays Mars Plans to Focus on Moon
Article URL: https://www.wsj.com/science/space-astronomy/spacex-delays-mars-plans-to-focus-on-moon-66d5c542
Comments URL: https://news.ycombinator.com/item?id=46944311
Points: 1
# Comments: 0
Show HN: FederalGifts – What foreign governments give American officials
Every year, foreign governments give gifts to US government officials — everything from jeweled swords to luxury watches to ornate rugs. Federal law requires these to be disclosed (and most go to the National Archives, since officials can't keep gifts worth over ~$480).
I built FederalGifts to make this data browsable and searchable. You can explore by:
- Individual gifts (with descriptions and estimated values)
- Recipients (which officials received the most?)
- Donor countries (which nations give the most lavishly?)
- Agencies
Some interesting finds: Saudi Arabia and UAE consistently give the most expensive gifts. The most common gifts are jewelry, decorative items, and books. The State Department receives the lion's share.
The data comes from the Federal Register and State Department disclosures — public information that's technically available but practically impossible to browse.
Built with Rails and open data. No login required, no tracking.
Comments URL: https://news.ycombinator.com/item?id=46944309
Points: 1
# Comments: 0
AI Is Here to Replace Nuclear Treaties. Scared Yet?
Show HN: Bypassed query layer of SQLite,accessed b-tree APIs for KV store
I’ve been experimenting with using SQLite as a key–value store without going through the SQL layer.
SQLite’s B-Tree implementation is extremely mature and well-tested, but most access goes through the SQL compiler, VDBE, and query planner. I wanted to see what happens if you bypass all of that and interact directly with the B-Tree APIs.
The result is a small prototype KV store that:
Uses SQLite’s internal B-Tree interfaces directly
Avoids parsing, planning, and VDBE execution
Keeps SQLite’s ACID guarantees intact
In local benchmarks with mixed read/write workloads, this approach showed noticeably lower overhead compared to equivalent SQL-based access patterns.
please let me know if you face any bug, let me know area of improvements that i can add in it.
Comments URL: https://news.ycombinator.com/item?id=46944018
Points: 1
# Comments: 0
Unlocking AI's Potential with Context Graphs – Smarter Business Decisions
Article URL: https://www.youtube.com/watch?v=DkCHMzsBSqU
Comments URL: https://news.ycombinator.com/item?id=46944010
Points: 1
# Comments: 0
Zigazoo: GCP Security at "The Largest Social Network for Kids "
Article URL: https://amenbreakpoint.com/posts/zigazoo/
Comments URL: https://news.ycombinator.com/item?id=46944005
Points: 1
# Comments: 0
The Network Is Reliable
Article URL: https://queue.acm.org/detail.cfm?id=2655736
Comments URL: https://news.ycombinator.com/item?id=46944004
Points: 1
# Comments: 0
Understanding the Go Runtime: The Bootstrap
Article URL: https://internals-for-interns.com/posts/understanding-go-runtime/
Comments URL: https://news.ycombinator.com/item?id=46943988
Points: 1
# Comments: 0
FLUX.2 Klein – Fastest AI Image Generator – Free to Try
Article URL: https://flux2-klein.org/
Comments URL: https://news.ycombinator.com/item?id=46943980
Points: 2
# Comments: 0
Making AI sustainable by design is key to greener future - World Economic Forum
Article URL: https://www.weforum.org/stories/2026/02/designing-sustainable-ai-better-future/
Comments URL: https://news.ycombinator.com/item?id=46943979
Points: 1
# Comments: 0
Querying India's MoSPI Data with Claude and MCP
Article URL: https://aman.bh/blog/2026/querying-indias-mospi-data-with-claude-and-mcp
Comments URL: https://news.ycombinator.com/item?id=46943977
Points: 1
# Comments: 0
