frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Smallest 32-Bit ARM, the Cortex M0 MCU MSPM0C1104

https://www.hackster.io/mortenpaghfrederiksen/world-s-smallest-32-bit-arm-the-cortex-m0-mcu-mspm0...
1•andrewstuart•56s ago•0 comments

Ask HN: How to stop your coding agent from creating just AI slop for the UI/UX?

1•AlanAAG•1m ago•0 comments

Show HN: Surface skill for HTML pages a coding agent watches and reacts to

https://github.com/aac/surface
1•andrewacove•5m ago•1 comments

Americans Want More Trains. Amtrak Delivers

https://amtraknewera.com/
2•mooreds•8m ago•0 comments

Where in the wave of Physical are we now?

1•meligoli•8m ago•0 comments

Indian Peaks Wilderness

https://www.indianpeakswilderness.org/indian-peaks-wilderness
1•mooreds•8m ago•0 comments

Bison herd defend a newborn calf from wolf attack in a primeval Polish forest

https://www.livescience.com/animals/land-mammals/watch-bison-herd-defend-a-newborn-calf-from-wolf...
1•speckx•9m ago•0 comments

InfiniBand, RoCE, and All That

https://fergusfinn.com/blog/infiniband-roce-rdma/
1•kkm•9m ago•0 comments

Ask HN: What's the hardest part of maintaining a legacy codebase?

1•rafaepta•10m ago•2 comments

When Local Blocks Go Global: The India-Telegram BGP Incident

https://www.kentik.com/blog/when-local-blocks-go-global-the-india-telegram-bgp-incident/
1•wmf•12m ago•0 comments

"Optimizing" Concurrent Regexes

https://ayende.com/blog/204035-a/optimizing-concurrent-regexes
1•ayende•12m ago•0 comments

Flint Paper Battery

https://www.flintlabs.com/
1•wilsonfiifi•13m ago•0 comments

Managing High Performers

https://staysaasy.com/startups/2024/05/08/managing-high-performers.html
2•thisismytest•13m ago•0 comments

How are we so complacent with all the broken promises of social media?

https://circuitbored.com/viewtopic.php?t=247
1•winternett•14m ago•0 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
2•vforno•15m ago•0 comments

BI 240 Cristopher Moore: Cognition and Computational Complexity

https://braininspired.co/podcast/240/
1•chrsw•17m ago•0 comments

The RAM crisis just killed Nothing's next budget phone

https://www.techradar.com/phones/nothing-phones/the-ram-crisis-just-killed-nothings-next-budget-p...
2•not4uffin•18m ago•0 comments

AI makes us more of who we are

https://www.ricky-dev.com/ai/2026/06/ai-makes-us-more-of-ourselves/
1•DigitallyBorn•19m ago•1 comments

Giant Banana Pulled over in Montana Driver Says Cops Have Stopped Him 100s Times

https://cowboystatedaily.com/2026/06/18/giant-banana-pulled-over-in-montana-driver-says-cops-have...
2•Bender•19m ago•0 comments

Show HN: Nommy – Website builder and digital menu platform for food businesses

https://nommy.app
1•matthewphiong•20m ago•0 comments

Confidential Containers

https://confidentialcontainers.org/
2•ofrzeta•22m ago•0 comments

San Jose Semaphore Solved

https://www.adobe.com/about-adobe/visit-us/sj-semaphore.html
1•pfrrp•24m ago•0 comments

Show HN: Git worktrees and evidence gates for Codex and Claude Code

https://github.com/alex-reysa/glueRun-go
3•alex-reyss•26m ago•0 comments

The Agent as Compiler – Harness Engineering

https://nirantk.com/talks/agent-as-compiler.html
1•bargava•27m ago•0 comments

Some Thoughts on AI Safety

https://stevekinney.com/writing/thoughts-on-ai-safety
1•stevekinney•30m ago•0 comments

Is AI ruining our skills? Early results are in – and they're not good

https://www.nature.com/articles/d41586-026-01947-1
50•Michelangelo11•33m ago•36 comments

Simplicity always wins:SOTA on swe-pro,tb2,-verif on 21 models with simple-agent

https://github.com/strands-labs/benchmark-harnesses
2•gaurav71531•35m ago•1 comments

Better Graph Database Ball

https://blog.ladybugdb.com/post/better-graph-database-ball/
1•eatonphil•36m ago•0 comments

Poll: What's your primary AI coding agent/orchestrator Claude/Codex/Cursor, etc?

3•jacobgold•38m ago•0 comments

Windows 11 update broke the Recycle Bin, OneDrive, and your PC's stability

https://www.techspot.com/news/112831-microsoft-confirms-weird-recycle-bin-bug-windows-11.html
18•speckx•40m ago•3 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.