frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Emergent Quantization from a Dynamic Vacuum

https://journals.aps.org/prresearch/abstract/10.1103/l8y7-r3rm
1•davedx•2m ago•0 comments

What Is BusyBox?

https://specular.fi/post/what-is-busybox
1•maxloh•3m ago•0 comments

Social Media Is Now Parasocial Media

https://journals.sagepub.com/doi/10.1177/20563051261437487
1•john-doe•3m ago•0 comments

Too many people have peed in the pool (2016)

https://www.stephenfry.com/2016/02/peedinthepool/
1•downbad_•3m ago•0 comments

Redis and the Cost of Ambition

https://charlesleifer.com/blog/redis-and-the-cost-of-ambition/
1•maxloh•3m ago•0 comments

Notes on the Physics of Startups by Rob Snyder [video]

https://www.youtube.com/watch?v=6ZJOruNRdpo
1•marttilaine•4m ago•0 comments

Free AI hiring toolkit for startup founders

https://hirelikeapro.app/
1•MihaiVR•7m ago•0 comments

Math reveals the one game of chance you should always accept

https://www.scientificamerican.com/article/math-reveals-the-one-game-of-chance-you-should-always-...
1•beardyw•7m ago•1 comments

The Stream Virtual Machine [pdf]

https://web.archive.org/web/20140921203922/http://metagraph.org/papers/stream_virtual_machine.pdf
1•tosh•9m ago•0 comments

Largest survey of physicists puts Standard Model of cosmology under scrutiny

https://phys.org/news/2026-05-largest-survey-physicists-standard-cosmology.html
1•mtdewcmu•10m ago•0 comments

Utah's 'hyperscale' data center could create heat island near Great Salt Lake

https://www.sltrib.com/news/environment/2026/05/07/utahs-data-center-could-create/
1•xyzal•11m ago•0 comments

WireGuard: Fast, modern, secure VPN tunnel

https://www.wireguard.com/
1•janandonly•15m ago•0 comments

Lumo Chat Export

1•carlostkd•17m ago•0 comments

England Runestones

https://en.wikipedia.org/wiki/England_runestones
1•cl3misch•17m ago•0 comments

Resolving Neighborhood Info with HTTP Range Requests

https://github.com/kevmo314/browser-district
1•kevmo314•25m ago•0 comments

Execs admit AI makes them value human workers less

https://www.theregister.com/ai-ml/2026/05/13/execs-admit-ai-makes-them-value-human-workers-less/5...
3•beardyw•26m ago•0 comments

The AI Tribunal of Truth

https://objection.ai/
1•pretext•29m ago•0 comments

The Unethical Guide to Surviving AI Layoffs [video]

https://www.tiktok.com/@atmoio/video/7638649825382190350
1•theletterf•35m ago•0 comments

Why I Left the Network

https://projects.propublica.org/why-i-left-the-network/
1•mynameisash•37m ago•0 comments

2001: A Space Odyssey

https://typesetinthefuture.com/2014/01/31/2001-a-space-odyssey/
1•andsoitis•40m ago•0 comments

C++26: Standard Library Hardening

https://www.sandordargo.com/blog/2026/05/13/cpp26-library-hardening
2•ingve•40m ago•2 comments

Zerobrew

https://github.com/lucasgelfond/zerobrew
1•zeristor•41m ago•0 comments

"will I be okay?"

https://arstechnica.com/tech-policy/2026/05/will-i-be-ok-teen-died-after-chatgpt-pushed-deadly-mi...
3•yawpitch•47m ago•2 comments

Keep Claude working toward a goal

https://code.claude.com/docs/en/goal
2•pretext•48m ago•0 comments

pg_DuckDB: DuckDB-powered Postgres for high performance apps and analytics

https://github.com/duckdb/pg_duckdb
1•tosh•50m ago•0 comments

Don't Hold My Data Hostage – A Case for Client Protocol Redesign (2017)

https://duckdb.org/library/dont-hold-my-data-hostage/
1•tosh•55m ago•0 comments

gpustats: GPU Library for Statistical Computing in Python (2011) [pdf]

https://proceedings.scipy.org/articles/Majora-ebaa42b7-003.pdf
1•tosh•1h ago•0 comments

The Aesthetic Problem of Namespacing

https://www.gingerbill.org/article/2026/05/13/aesthetic-namespacing/
2•thdr•1h ago•0 comments

AI for Practical Longevity

https://github.com/forever-healthy/AI4L
1•negura•1h ago•1 comments

Attacking LLMs for Fun and Profit

https://datascienceathome.com/attacking-llms-for-fun-and-profit-ep-239/
2•frag•1h 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.