frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pinned – daily geography pin-drop game (pinned.engineering)

https://www.pinned.engineering/
1•Hddharry•1m ago•0 comments

Models Have Blind Spots: Debugging Unfamiliar Code with a Multi-LLM Loop

https://sosuke.com/models-have-blind-spots-debugging-unfamiliar-code-with-a-multi-llm-loop/
1•sosuke•3m ago•0 comments

Show HN: Pgcraft – a lazygit-style TUI for Postgres

https://github.com/lucasfrederico/pgcraft
2•lucasfrederico•9m ago•0 comments

LibreOffice Tips and Tricks: Replacing Microsoft Fonts (2020)

https://blog.documentfoundation.org/blog/2020/09/08/libreoffice-tt-replacing-microsoft-fonts/
1•bariumbitmap•11m ago•0 comments

Ente's Legacy Kit Feature

https://ente.com/blog/legacy-kit/
1•gurjeet•12m ago•0 comments

Matchmaker: A Powerful and Modern Searcher

https://github.com/Squirreljetpack/matchmaker
1•squirreljetpack•14m ago•1 comments

MileStone: A Multi-Objective Compiler Phase Ordering Framework

https://arxiv.org/abs/2605.23435
1•matt_d•16m ago•0 comments

Curious Pilot: Software to Aid UAP Investigations

https://curiouspilot.com/
1•pcbtracer•18m ago•0 comments

State of the Fin 2026-05-24

https://jellyfin.org/posts/state-of-the-fin-2026-05-24/
2•salmon•25m ago•0 comments

Crypto code commits fall 75% as developers move to AI projects

https://www.coindesk.com/tech/2026/03/12/crypto-developer-activity-sinks-to-multi-year-low-as-ai-...
3•wslh•26m ago•0 comments

Cited AI Workspace: No More Re-Uploading Files

https://uumuse.ai/en
1•owjdie•26m ago•0 comments

LLM proactively bypassed pnpm's anti-supply-chain-attack config

https://twitter.com/encrypted/status/2058658244328124562
1•EFLKumo•31m ago•0 comments

Show HN: Embed Notion Pages into Your Website

https://embednotion.com/
2•qwikhost•48m ago•0 comments

Stop paying twice Looking for testers for self hosted+Android app cloud drive

https://play.google.com/apps/testing/com.freecloud.android
2•WWIII_Historian•49m ago•0 comments

Does Anybody Actually Like React?

https://jsx.lol
60•brazukadev•50m ago•56 comments

Mondegreen

https://en.wikipedia.org/wiki/Mondegreen
3•bear_with_me•52m ago•0 comments

If you're asked to confirm that you're an adult

https://support.apple.com/en-us/125662
3•mikhael•54m ago•0 comments

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
2•zdw•54m ago•0 comments

AI SEO: compare with your competitor

https://usefox.co/competitor-analyzer
2•Creator-io•55m ago•0 comments

Taiwan Overtakes India as Fifth-Largest Stock Market

https://www.bloomberg.com/news/articles/2026-05-26/tsmc-s-relentless-rise-powers-taiwan-s-market-...
3•leopoldj•55m ago•0 comments

This big university system is embracing AI. Students and faculty aren't on board

https://www.npr.org/2026/05/25/nx-s1-5772820/artificial-intelligence-education-technology-califor...
3•voxadam•56m ago•0 comments

Show HN: Aigis – 43% of MCP servers have injection payloads; I built a firewall

1•Charles389no•58m ago•0 comments

Browser-based file encryption tool using WebCrypto

https://secvant.com/
5•unixlor•59m ago•6 comments

We Outgrew Cloudflare D1

https://sushidata.com/blog/2026/05/19/outgrew-cloudflare-d1-everything-tried-building-solution/
2•cebert•1h ago•0 comments

Summer Shred

https://www.supercomp.app/
2•smiru•1h ago•0 comments

Trendshift – trending OSS ranked by momentum, not star count

https://trendshift.io
2•Hylasca•1h ago•0 comments

The Journal of Craptology

https://www.anagram.com/jcrap/
1•colonCapitalDee•1h ago•0 comments

Computer Systems Design and Related Services Employment Statistics

https://fred.stlouisfed.org/series/ces6054150001
1•sakompella•1h ago•0 comments

Iconic: A collection of images that inspire

https://hvpandya.com/iconic
1•mjshashank•1h ago•0 comments

Trump releases new batch of previously classified UFO files

https://www.aljazeera.com/video/newsfeed/2026/5/23/trump-releases-new-batch-of-previously-classif...
5•frasermarlow•1h ago•1 comments
Open in hackernews

Browser-based file encryption tool using WebCrypto

https://secvant.com/
5•unixlor•59m ago

Comments

Gigachad•37m ago
Looks nice, but I just can’t imagine the use case where you care about security enough to encrypt a file, but not enough that you trust a random website with it.
unixlor•34m ago
I see the point, keep in mind encryption etc all runs client side. would obviously never recommend to encrypt anything sensetive or critical on a website :D
Gigachad•28m ago
While that's all well and good. The problem is a website can update it's code every time you load it. So while the user can audit nothing is being sent, they would have to do this every time they load it.

While I think the UI is super nice here. I'd personally stick to a trusted tool from an org and project with a good reputation and long history.

unixlor•25m ago
agreed, i'll see if there's a good way for me to prove when and what changed maybe be uploading to github and keeping it open source
radical_halogen•25m ago
Here's the other one I know of that has some degree of trust (non browser based also available)

https://pteo.paranoiaworks.mobi/en/

It says it is client side you could also download the page with what and open the html file for added assurance

bear330•9m ago
maybe encrypt in localhost then send to another securely is another option? https://github.com/nuwainfo/ffl also decrypt using webcryto