frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Facet Protocol: open IETF agent-identity with shipped reference implementation

https://github.com/facet-llc/spec
1•facet-llc•57s ago•0 comments

Diamonds Suck (2006)

https://diamondssuck.com/
1•downbad_•1m ago•1 comments

The Venture-Capital Populist

https://www.theatlantic.com/magazine/2026/06/david-sacks-crypto-ai-venture-capital/686941/
1•FinnLobsien•1m ago•0 comments

Vennio – scheduling API for developers and AI agents (MCP-native)

https://docs.vennio.app
1•Fattyspecspec•2m ago•0 comments

Identity and Progressive Delivery

https://fusionauth.io/blog/progressive-delivery
1•mooreds•4m ago•0 comments

New Landing Page for Awesome PaaS

https://debarshibasak.github.io/awesome-paas/
1•debarshri•4m ago•0 comments

DarkMatter: Tamper-evident audit trail for AI agent decisions

https://darkmatterhub.ai
1•bengunvl•4m ago•0 comments

Musk promised his data center would reuse water. That's now stalled

https://www.politico.com/news/2026/05/05/xai-water-reuse-project-musk-ai-spacex-ipo-environmental...
1•disposition2•4m ago•0 comments

Pg_gRPC adds support for async calls

https://github.com/CSenshi/pg_grpc
1•Senshi•5m ago•1 comments

Ask HN: Who's adopting Apache Iceberg in 2026?

1•siddharth10•6m ago•0 comments

CRDTs for Free

https://ossa.network/blog/post/2026/05/05/crdts-for-free
1•jp_rider•7m ago•0 comments

Vine video-sharing app is back – and battling AI slop

https://www.theguardian.com/technology/2026/may/04/vine-video-sharing-back-battling-ai-slop-divine
1•Brajeshwar•7m ago•0 comments

Show HN: Give Feedback to Get Feedback Subreddit

https://www.artalabs.com/
1•RS_Singh•7m ago•0 comments

Show HN: New Benchmark from SWE-bench team is 0% solved

https://programbench.com/
2•lieret•9m ago•0 comments

Show HN: HF viewer – visualize any Hugging Face model

https://hfviewer.com/
1•vottivott•9m ago•0 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
2•aragoss•11m ago•0 comments

Show HN: MCP server that lets Claude query your Google Calendar

https://github.com/zimdarsj/ai-side-hustle/tree/main/projects/personal-mcp-suite
1•zimdarsj•11m ago•0 comments

Show HN: Codeberg (Forgejo) CLI, built with Xclif

https://codeberg.org/thatxliner/codeberg-cli
1•thatxliner•12m ago•0 comments

An AI-native approach to personalized marketing

https://usereachout.com/blog/an-ai-native-approach-to-personalized-marketing
2•killer1loop•14m ago•1 comments

London Is Still Paying Rent to the Queen on a Property Leased in 1211

https://www.atlasobscura.com/articles/london-is-still-paying-rent-to-the-queen-on-a-property-leas...
1•thunderbong•14m ago•0 comments

HAM Radio Is Not Just for Talking

https://rfcorner.in/posts/ham-radio-is-not-just-for-talking/
1•speckx•14m ago•1 comments

Agents for Financial Services and Insurance

https://www.anthropic.com/news/finance-agents
3•louiereederson•14m ago•0 comments

ESP32 Hosts Solarpunk Message Board

https://hackaday.com/2026/05/04/esp32-hosts-solarpunk-message-board/
1•iamnothere•15m ago•0 comments

I tried making my own AG Grid, and it took 9 months

https://visualeaf.com/blog/why-my-custom-table-took-9-months/
4•Jacky101•15m ago•0 comments

Show HN: A no-AI tagging system - stop remembering your tags

https://www.supertags.app/
2•keyes343•16m ago•0 comments

AI systems are about to start building themselves

https://importai.substack.com/p/import-ai-455-automating-ai-research
3•JumpCrisscross•16m ago•0 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

7•mtricot•17m ago•2 comments

Postgres – Asynchronous Commits

https://www.postgresql.org/docs/current/wal-async-commit.html
1•Brysonbw•18m ago•0 comments

AI inference infrastructure built on small and nano models

https://www.youtube.com/watch?v=C-6Zo1JvZkE
1•its_maddy_a•18m ago•1 comments

The ultimate guide to RL environments: building and scaling them in the LLM era

https://huggingface.co/spaces/AdithyaSK/rl-environments-guide
4•kashifr•18m ago•0 comments
Open in hackernews

Show HN: Hover Effects TS – ASCII, Lego, and glitch hover effects using canvas

https://www.npmjs.com/package/hover-effects-ts
6•hsrambo07•11mo ago
Hey HN,

I recently built a small TypeScript utility called `hover-effects-ts` — it adds fun and experimental hover effects to images using the HTML canvas. You can apply effects like ASCII art, Lego blocks, glitch distortion, and pixelation on hover.

The goal was to break away from boring `:hover` transitions and bring some delightful visual feedback to personal websites, landing pages, or error screens — while keeping it lightweight and performance-friendly.

Why I built it: I found most image hovers visually bland, and wanted something weird but still dev-friendly. I used canvas to keep the effects GPU-accelerated and controllable. No dependencies, and devs can tweak intensity, radius, image scope, and more.

NPM: https://www.npmjs.com/package/hover-effects-ts Live demo (Vercel): https://hover-effects-ts.vercel.app Video demo: https://youtu.be/YO4R1A6JZ9U GitHub: https://github.com/hsrambo07/hover-effects X/Twitter post: https://x.com/harsh_logs/status/1924739860780519579

Would love feedback, bug reports, or effect ideas. It's still early – planning to add a few more visual modes and expose more dev controls.

Thanks for checking it out!

Comments

Sayyidalijufri•11mo ago
Good
sphars•11mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•11mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.