frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Beyond cookies: browser fingerprinting in 2025

https://pitg.gitlab.io/news/techdive/2025/08/15/browser-fingerprinting.html
1•eustoria•55s ago•0 comments

Ask HN: We Need Help with Our Anomaly Detection Algorithm

2•nathannaveen•2m ago•0 comments

Memgraph MCP and Claude Desktop: Analyzing Test Banking Data for Mule Accounts

https://andrewbaker.ninja/2025/11/24/macos-getting-started-with-memgraph-memgraph-mcp-and-claude-...
1•taubek•2m ago•0 comments

Jony Ive and Sam Altman say they finally have an AI hardware prototype

https://www.theverge.com/news/827607/openai-hardware-prototype-chatgpt-jony-ive-sam-altman
1•bookofjoe•5m ago•0 comments

Show HN: I made your coding agent 55% faster at front end

https://www.react-grab.com/blog/intro
1•aidenyb•6m ago•0 comments

Zero [video]

https://youtu.be/ls71QtnZctA?t=2m49s
1•layer8•8m ago•1 comments

Show HN: Personalized Slack and Teams Alerts

https://chirpy.pro
1•daniel_nimbus•8m ago•0 comments

Is current AI architecture broken? Jagged intelligence suggests it may be

https://old.reddit.com/r/singularity/comments/1p5khov/llion_jones_coinventor_of_the_transformers/
1•jaggs•9m ago•1 comments

Gist of Go: Concurrency Testing

https://antonz.org/go-concurrency/testing/
1•ibobev•10m ago•0 comments

Apple //e and Vic 20 BASIC added to Online IDE

https://retrogamecoders.com/apple2e-and-vic20-basic-javascript/
1•ibobev•10m ago•0 comments

Maxduino Review: Tape Cassette Emulator for Multiple Retro Computers

https://retrogamecoders.com/maxduino-review/
1•ibobev•11m ago•0 comments

Sam Tucker tries to replicate Apple Intelligence demo [video]

https://www.youtube.com/watch?v=S2nNAYnPFTQ
1•jmount•14m ago•0 comments

Backend-Driven SwiftUI

https://blog.jacobstechtavern.com/p/backend-driven-swiftui
1•jakey_bakey•14m ago•0 comments

Quality Requires Visual Design

https://elijahpotter.dev/articles/quality-requires-visual-design
1•chilipepperhott•14m ago•0 comments

The Legendary Video Toaster (YouTube)

https://youtu.be/e-cEIp0AcfM
1•gbraad•14m ago•0 comments

Dorothy Vaughan: Adapt or Become Obsolete

https://imapenguin.com/2025/11/dorothy-vaughan-adapt-or-become-obsolete/
1•atan2•15m ago•0 comments

Nobg.space – Background Removal in the Browser (No Uploads)

https://www.nobg.space/
1•vyshnavtr•16m ago•1 comments

Will technology provide a boost to truck drivers – or will it replace them?

https://text.npr.org/nx-s1-5615322
1•mooreds•16m ago•0 comments

Lethal smog is back in the most polluted capital

https://www.cnn.com/2025/11/23/india/india-delhi-smog-protests-challenges-intl-hnk-dst
1•mooreds•16m ago•0 comments

Unlocking Latent Powers

https://www.melbournebaldove.com/logs/math-academy-journey
1•gmays•17m ago•0 comments

Enforcing 100% code coverage is a bad idea, but you should do it anyway

https://substack.com/home/post/p-179830435
1•abhashanand1501•17m ago•0 comments

Donald Glover reveals he suffered stroke, doctors found hole in heart

https://www.usatoday.com/story/entertainment/celebrities/2025/11/23/donald-glover-health-stroke-h...
2•mooreds•17m ago•0 comments

What I Meant When I Said Substack Isn't Cool

https://www.gq.com/story/what-i-meant-when-i-said-substack-isnt-cool
1•zdw•18m ago•0 comments

MCPBodega – Deploy GitHub, Drive, Slack MCPs easily – free tier: 3 live servers

https://www.MCPBodega.com
1•c_core•20m ago•1 comments

HTTPS is killing earth: The plain text manifesto (Satire)

https://plaintextmanifesto.eu
1•nickyisonline•21m ago•1 comments

A lightweight way to guard against prompt injection

https://andersmyrmel.com/blog/a-lightweight-way-to-guard-against-prompt-injection/
1•andersmyrmel•22m ago•0 comments

The Unexpected Joys of Hacking an Old Kindle

https://hackaday.com/2025/11/24/the-unexpected-joys-of-hacking-an-old-kindle/
1•zdw•23m ago•0 comments

A Prank Ten Years in the Making

https://massicotte.org/blog/ten-year-prank/
1•frizlab•23m ago•0 comments

Are we wasting our time on dev?

https://www.shuttle.dev/blog/2025/11/13/infrastructure-as-code-problems
1•jvcor13•25m ago•0 comments

Yann LeCun (Chief AI Scientist) Left Meta

https://www.threads.com/@yannlecun/post/DRQL7I2jlco
3•reconnecting•28m 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•6mo 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•6mo ago
Good
sphars•6mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•6mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.