frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GitHub CLI: Images and videos in issues, pull requests, and comments

https://github.blog/changelog/2026-09-01-github-cli-media-in-issues-pull-requests-and-comments/
1•marksully•6m ago•0 comments

Ask HN: Particularly does a leg injury affect your quality of life

1•smithmayowa•6m ago•0 comments

Lab Policy on AI in Writing and Communication

https://www.cs.columbia.edu/~johnhew/lab/ai-policy.html
1•sebg•9m ago•0 comments

Oracle SQL Developer Alternative: A Visual Oracle GUI

https://visualeaf.com/blog/oracle-sql-developer-alternative/
2•fan_drew•10m ago•0 comments

Steve Ballmer suspended 1 year by NBA

https://www.espn.co.uk/nba/story/_/id/49806683/nba-punishes-la-clippers-kawhi-leonard-investigati...
2•piker•11m ago•0 comments

People that worked on the same idea for decades

https://nityasnotes.com/writing/decades/
1•sebg•11m ago•0 comments

35 people I know lost their tech jobs. AI was part of the reason.

https://medium.com/@salari-dev/35-people-i-know-lost-their-tech-jobs-ai-was-part-of-the-reason-th...
1•salari_dev•12m ago•0 comments

Ask HN: Are Technical Blogs Dead?

2•quaintdev•12m ago•1 comments

States defy the tech lobby on AI rules

https://www.politico.com/news/2026/09/02/how-silicon-valley-lost-its-war-against-state-ai-laws-01...
1•reasonableklout•15m ago•0 comments

BrainTube – Your personal AI powered knowledge base

https://brain-tube.com/
1•illray•17m ago•0 comments

Show HN: WiSense – WiFi-based human sensing in Python, no camera required

https://github.com/collabray/wisense
1•benray254•17m ago•0 comments

Show HN: Mex 0.8.0 – team memory for coding agents

https://github.com/mex-memory/mex
1•architdhamija•17m ago•0 comments

Donald Davies

https://www.internethalloffame.org/inductee/donald-davies/
1•teleforce•20m ago•0 comments

Burnwise – A private mood tracker for work burnout

https://burnwise-pearl.vercel.app
1•kurogai•20m ago•0 comments

Kids go from curious to frustrated playing with AI-stuffed toys, UW study finds

https://www.geekwire.com/2026/kids-go-from-curious-to-frustrated-playing-with-ai-stuffed-toys-uw-...
3•01-_-•22m ago•0 comments

Why Cold War Kids Weren't Terrified All the Time

https://comuniq.xyz/discussion/post?t=1640
1•01-_-•22m ago•0 comments

Show HN: PicoLM v1.0-rc1

https://github.com/whoreson/picolm/
1•gabucino•23m ago•0 comments

AI as a Stress Reliever

https://multitasked.net/2026/09/03/ai-as-a-stress-releiver.html
1•madewulf•27m ago•0 comments

Show HN: ToolJet – Build no-code internal tools using Codex/Claude Code

https://tooljet.com
3•kriztle•28m ago•0 comments

Nvidia-Started Open Secure AI Alliance Moves to the Linux Foundation

https://www.phoronix.com/news/Open-Secure-AI-Alliance-LF
1•teleforce•29m ago•0 comments

Show HN: Ambient Homework – The complete homework manager

https://techambient.github.io/Homework/
1•techambient•32m ago•0 comments

Denmark versus UK: which country gets more health for their money?

https://theconversation.com/denmark-versus-uk-which-country-gets-more-health-for-their-money-276937
3•zeristor•36m ago•0 comments

Show HN: OpenHelper AI Chatbot – The Free and Open Source AI Chatbot

https://techambient.github.io/HybridAI/
1•techambient•36m ago•1 comments

Show HN: WebsiteRank – A real-time 3D pay-to-rank skyline auction

https://websiterank.lol/
1•rishailabs•37m ago•0 comments

Review: Aztecs, by Inga Clendinnen

https://www.thepsmiths.com/p/review-aztecs-by-inga-clendinnen
2•MrBuddyCasino•41m ago•0 comments

Unauthenticated GitHub requests intermittently fail from Europe

https://github.com/orgs/community/discussions/206581
1•enescakir•41m ago•0 comments

SMB-Server-RS High Performance SMB Server in Rust

https://farazshaikh.github.io/smb-server-rs/
1•Frzshk•41m ago•1 comments

Lean-verified refinement of the zeta simple-zero bound (67.251%)

https://zenodo.org/records/22209568
2•TakayukiKomada•42m ago•0 comments

Data Access Patterns That Makes Your CPU Angry

https://blog.weineng.me/posts/slowest_add
1•birdculture•44m ago•0 comments

ClickHouse vs. OpenObserve for Logs, Metrics and Traces (2026)

https://openobserve.ai/blog/clickhouse-vs-openobserve/
1•throwaw12•48m ago•0 comments
Open in hackernews

Identity Stamping for PDFs

1•roogey•49m ago
I built Ordius to solve a problem I couldn't find a clean solution for: establishing a deterministic identity stamp for a PDF document while preserving the document itself.

Ordius creates an ID for a PDF and embeds that identity within the document so it can be verified later. The important constraints for me were that Ordius should not normalize or reconstruct the document, modify its original payload bytes, strip metadata or maintain metadata exclusion logic, require a detached identity file, depend on PKI, and retain the submitted document.

I like to think the byte dependency paradox has been resolved by this build, and the result is a small API with Generate and Verify operations. It's live here: https://ordius.net/home/

There are still some questions I am trying to answer: Do cloud storage applications preserve the Ordius Block when a document is uploaded and downloaded? Is the Ordius Block preserved when a stamped PDF is sent as an email attachment? What I have tested: sending an Ordius stamped document as an attachment in Gmail passes with no problems.

I'd like to hear from people who work with documents, PDFs, signing, archives, or document integrity. I'm particularly interested to hear about unnecessary friction in the approach and situations where it doesn't make sense.