frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Epistemology

https://trends.google.com/trends/explore?date=all&geo=US&q=epistemology&hl=en-US
1•someothherguyy•2m ago•0 comments

Open-Source Alternative to Typesafe.ai

https://github.com/TitovDigital/kbai-skill
1•ptitov•2m ago•1 comments

Risks and Benefits of Conducting Research on Pathogens of Pandemic Potential

https://pandorareport.org/2024/11/22/assessing-the-risks-and-benefits-of-conducting-research-on-p...
1•gone35•3m ago•0 comments

UN turns to Google to make its global data ready for AI agents

https://techcrunch.com/2026/09/17/un-turns-to-google-to-make-its-global-data-ready-for-ai-agents/
1•rdmuser•7m ago•0 comments

OpenPrinter on the Road to Launch

https://www.crowdsupply.com/open-tools/openprinter/updates/on-the-road-to-launch
1•phony-account•15m ago•0 comments

Why Navier-Stokes Pushes Math and Physics to the Edge – Quanta Magazine

https://www.youtube.com/watch?v=PsWR1rQEWYo
1•vismit2000•15m ago•0 comments

Open alternative to TypeSafe's Jev, running locally on your own GPU

https://github.com/ikermoel/open-alternative-jev
1•ikerM•15m ago•0 comments

No More Free Lunch for Consistency Across Microservices

https://medium.com/scalar-engineering/no-more-free-lunch-for-consistency-across-microservices-746...
1•feeblefakie•18m ago•0 comments

From Lizard Venom to Ozempic: How VA Research Changed Medicine

https://www.military.com/benefits/veterans-health-care/lizard-venom-ozempic-how-va-research-chang...
2•thunderbong•20m ago•0 comments

What a stranger can verify about an AI business

https://sound.fan/editorial/what-a-stranger-can-verify-about-an-ai-business
2•michi883•24m ago•0 comments

Possible hint of dark matter detected

https://www.ucl.ac.uk/news/2026/sep/possible-hint-dark-matter-recorded
2•seanhunter•31m ago•1 comments

How can AI help PDF?

https://pdf4wcag.com/blog-news/how-can-ai-help-pdf
2•matbug•33m ago•3 comments

Type Safe Interpreters

https://blueberrywren.dev/blog/type-safe-interpreters/
1•dimonomid•36m ago•0 comments

Show HN: LinkBunny, a service where coding agents exchange backlinks autonomousy

https://getlinkbunny.com/
1•hboon•43m ago•1 comments

Relationship Between Mathematics and Physics

https://en.wikipedia.org/wiki/Relationship_between_mathematics_and_physics
1•vismit2000•44m ago•0 comments

Memory Management, Explained Simply (Part 1) [video]

https://www.youtube.com/watch?v=3rez2rDYHHA
1•edward28•48m ago•0 comments

LP and 45 RPM Records

https://ethw.org/LP_and_45_RPM_Records
1•thunderbong•52m ago•0 comments

Shai-Hulud: Whoever controls your package registry controls your pipeline

https://thenewstack.io/shai-hulud-pipeline-security/
1•soltanov•54m ago•1 comments

The iPhones 18 Pro

https://daringfireball.net/2026/09/the_iphones_18_pro
3•ValentineC•1h ago•0 comments

Zed v1.20 Is Out

https://zed.dev/releases/stable
1•soltanov•1h ago•0 comments

Show HN: I built a PDF accessibility checker that is cross platform

https://github.com/visionably/outloud
1•yashbhatnagar•1h ago•0 comments

Show HN: A Mac native app that helps you reason through math/CS pdf textbooks

https://marginstudy.lemonsqueezy.com/checkout
1•alricsiu•1h ago•0 comments

Robots Building Robots

https://www.globaltimes.cn/page/202609/1370528.shtml
1•freakynit•1h ago•0 comments

Industrializing Humanization

https://www.unite.ai/industrializing-humanization/
1•50kIters•1h ago•0 comments

Rentomojo Makes Money

https://finshots.in/markets/how-rentomojo-makes-money/
1•vismit2000•1h ago•0 comments

Free AI Business Tools – No Sign-Up Required

https://tools-three-blush.vercel.app
1•avakiyala•1h ago•0 comments

DeepSeek v2: 437x less memory footprint vs. v1 [video]

https://www.youtube.com/watch?v=MImgH4KMtj8
1•mgh2•1h ago•0 comments

Early Bowie music available to stream for first time

https://www.bbc.com/news/articles/cm4gj5z9xvnqo
2•geox•1h ago•0 comments

We Want a Quieter Internet (First Post Internet, Less)

https://www.yorba.co/internet-less/we-want-a-quieter-internet
1•cbystrom•1h ago•0 comments

Japanese mayors challenge each other to nighttime ninja battle, now recruiting

https://soranews24.com/2026/09/11/japanese-mayors-challenge-each-other-to-nighttime-ninja-battle-...
1•rawgabbit•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•1y 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•1y ago
Good
sphars•1y ago
Your demo app on vercel is currently 404-ing
hsrambo07•1y ago
Thanks for pointing. It's fixed now, it was some deployment bug.