frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenClaw/Hermes Article on agent memory options

https://yolo-auto.com/news/memory-options-for-agents
1•yolo-auto•58s ago•0 comments

Court tosses Microsoft's appeal in pre-owned software licenses battle

https://www.theregister.com/software/2026/07/07/court-tosses-microsofts-appeal-in-pre-owned-softw...
1•mywacaday•1m ago•0 comments

Harness Engineering 101

https://thytu.com/posts/harness-engineering/
1•Thytu•1m ago•0 comments

Show HN: Prizmi – a proactive AI assistant for everyday life

https://prizmi.ai/
1•hramezani•2m ago•0 comments

Ask HN: Are LLMs slowly making companies dysfunctional?

1•haute_cuisine•3m ago•0 comments

Ask HN: Make good open-source products, but how to get user?

1•Loerei•4m ago•0 comments

Show HN: ttyd – Share your terminal over the web

https://github.com/tsl0922/ttyd
1•js2•4m ago•0 comments

Trump 'disappointed' with NATO allies, renews Greenland claim

https://www.euractiv.com/news/trump-disappointed-with-nato-allies-renews-greenland-claim/
1•doener•5m ago•0 comments

Claude Cowork is coming to mobile and web

https://claude.com/blog/cowork-web-mobile
1•adocomplete•5m ago•0 comments

Show HN: Larasend – Self-hosted transactional email for Laravel on your own SES

https://larasend.com
1•vijaytupakula•6m ago•0 comments

Show HN: I built a free website that makes LLM prompting easier in 40 languages

https://www.enlive.inc
1•connerBown•6m ago•1 comments

Show HN: Signal for LLM – The Modulator Architecture (Theory Complete)

https://divinecanon.github.io/signalengine-EN/
1•divinecanon•7m ago•0 comments

Cops Say Waymo Snitched on Teens for Allegedly Drinking and Shooting a Toy Gun

https://www.404media.co/waymo-called-police-on-teens-san-mateo/
1•cdrnsf•7m ago•0 comments

Show HN: Loodfun: drop any pdf or url, and play it in a 3D world

https://www.loodfun.com/pour-les-pros/
2•Mounir_Hafsa•7m ago•0 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
5•segmenta•7m ago•0 comments

Letting Untrusted AI Agents Use Credentials They Can Never Read

https://declaw.ai/blog/credentials-agents-can-never-read
1•ShivamNayak11•7m ago•0 comments

KYC: Bypass age verification using generative video models

https://www.synacktiv.com/en/publications/kyc-bypass-age-verification-using-generative-video-models
1•notmine1337•8m ago•0 comments

Orchids Is Joining Figma

https://www.orchids.app/blog/orchids-is-joining-figma
1•samgutentag•8m ago•0 comments

7x faster Docker builds with lazy layer pulling and cache-mount export

https://clipper.dev/blog/buildkit-profile
1•a_t48•10m ago•1 comments

Meta glasses wearers hit with paywall to use built-in feature

https://www.bbc.com/news/articles/c3wy317d71jo
1•ceejayoz•11m ago•0 comments

Buckled columns at Midtown Manhattan high-rise prompt evacuations

https://www.cnn.com/2026/07/07/us/live-news/nyc-pfizer-building-evacuations
1•mikhael•11m ago•0 comments

Show HN: FastCRW: Self-hosted Firecrawl alternative in a single 6MB binary

https://github.com/us/crw
1•fastcrw•12m ago•0 comments

Show HN: Code Workspace, Everywhere

https://useboot.co/
1•dantelex•12m ago•0 comments

InterNetNews

https://www.eyrie.org/~eagle/software/inn/
1•abnercoimbre•14m ago•0 comments

MCP Server Leaderboard: 9,655 servers ranked by stars, downloads, and recency

https://artifacta.io/mcp-leaderboard
2•jnakano89•17m ago•0 comments

A new study just debunked the biggest fear about AI and open source

https://thenewstack.io/ai-open-source-newcomers-study/
1•Brajeshwar•18m ago•0 comments

Google Cloud's Cheapest VM Keeps Punching Above Its Weight

https://webbynode.com/articles/google-clouds-cheapest-vm-keeps-punching-above-its-weight
1•gsgreen•18m ago•0 comments

Apple overhauls RAW photo processing with iOS 27, showcases impressive results

https://9to5mac.com/2026/07/06/apple-overhauls-raw-photo-processing-with-ios-27-showcases-impress...
1•dabinat•18m ago•1 comments

EU Parliament Monitor European Parliament Political Intelligence Platform

https://github.com/Hack23/euparliamentmonitor
1•jamespether•19m ago•0 comments

Documentation is still in your Mum's filing cabinet

https://gerireid.com/blog/organising-documentation-for-humans-and-ai/
2•mooreds•20m ago•0 comments
Open in hackernews

Show HN: Catch hidden exceptions in JavaScript with ESLint and JSDoc

https://github.com/Xvezda/eslint-plugin-explicit-exceptions
2•Xvezda•1y ago
I've built an ESLint plugin that enforces explicit exception documentation using JSDoc's @throws tag, similar to Java's `throws`.

It currently provides two rules: - `no-undocumented-throws`: flags functions that throw without a corresponding @throws tag - `no-implicit-propagation`: flags functions that call other @throws-documented functions without documenting the propagated exception

It includes auto-fixers, type-aware validation using TypeScript, and support for Promise rejections.

Would appreciate any feedback or suggestions.