frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Top Shit: The Wheel of Paid Mediocrity

https://topshit.lol
1•insomnie•46s ago•0 comments

Why Aging May Be a Program, Not a Breakdown

https://www.quantamagazine.org/why-aging-may-be-a-program-not-a-breakdown-20260814/
1•marojejian•1m ago•0 comments

Flock CEO calls for 'compromise' as surveillance company faces growing backlash

https://techcrunch.com/2026/08/23/flock-ceo-calls-for-compromise-as-surveillance-company-faces-gr...
1•cocacola1•3m ago•0 comments

Cal Fire/USFS Aerial Firefighting Drop Safety (2019) [video]

https://www.youtube.com/watch?v=ONdSoiI4zIA
1•CaliforniaKarl•4m ago•0 comments

GCC Patch Adjusting AMD Zen 5 Misprediction Cost Nets 12% Win in Benchmark

https://www.phoronix.com/news/AMD-Zen-5-Mispredict-Cost
1•Alephinitesimal•4m ago•0 comments

Coupling free electrons to a trapped-ion quantum computer

https://arxiv.org/abs/2601.11446
1•rbanffy•5m ago•0 comments

I Tried to Solve Hangman

https://ballparkfigures.substack.com/p/hangman
1•jffry•6m ago•1 comments

GOP issues stark warning to AI companies

https://www.axios.com/2026/08/19/gop-data-center-memo-ai-election
1•adletbalzhanov•8m ago•2 comments

Show HN: World Models 101 - an interactive guide to World Models

https://worldmodels101.com/chapters/what-is-a-world-model
2•Niluk•13m ago•0 comments

Higher-Order List Operations

https://matt.might.net/articles/higher-order-list-operations/
1•azhenley•13m ago•0 comments

Linus Torvalds uses AI to debug an Intel GPU driver bug

https://github.com/torvalds/linux/commit/818bebeb63dd6bf5f4e07e145f6cdbace520a34c
3•birdculture•13m ago•0 comments

Fires are turning Forests into shrubland in America's West

https://www.nytimes.com/2026/08/23/climate/wildfire-forest-loss-california-southwest.html
2•cwwc•15m ago•1 comments

For anyone looking to make resumes

https://justquicktools.com/resume-builder
1•officialjerryno•16m ago•0 comments

Show HN: Kit – Not another events app

https://trykit.io/
1•sagsanne•21m ago•0 comments

Show HN: Locality – Sync engine to mount apps like Notion, Gmail as a filesystem

https://github.com/codeflash-ai/locality
1•misrasaurabh1•22m ago•0 comments

You can never go home again. But you can spend a lifetime trying

https://www.dwell.com/article/moving-out-of-your-childhood-home-john-petrarca-architect-b6d045d1-...
1•NaOH•22m ago•0 comments

CAD Benchmark

https://www.seldon.global/blog/cadbench
1•hmokiguess•30m ago•0 comments

Show HN: Substack Corpus Migration

https://www.shayanarman.com/archive
1•shayan-arman•31m ago•0 comments

Parallel development without the headaches using Git worktree

https://barrd.dev/article/parallel-development-without-the-headaches-using-git-worktree/
3•oogali•34m ago•0 comments

Getters, Setters, and Other Things I Loved Without Knowing Why

https://robertxworld.com/shadow-artist-software-engineer/
2•devrob•34m ago•0 comments

You probably use AI because your colleagues use AI

https://austinhenley.com/blog/aiadoption.html
1•azhenley•37m ago•1 comments

Ask HN: How to build an audience as a software engineer?

1•grandimam•38m ago•1 comments

How I Use Git Worktrees (2024)

https://matklad.github.io/2024/07/25/git-worktrees.html
1•oogali•38m ago•0 comments

AI scanner AgentGG found GeoServer SQL injection before zero-day

https://medium.com/@philipgarabandic/a-geoserver-zero-day-that-went-from-private-report-to-public...
2•PhilipGa•43m ago•0 comments

Show HN: Vidmoat – My Super Fantastic AI Native Video Editor (MCP, Web)

https://www.vidmoat.com
2•abilafredkb•44m ago•0 comments

The Planet Now Has More Trees Than It Did 35 Years Ago (2018)

https://psmag.com/environment/the-planet-now-has-more-trees-than-it-did-35-years-ago/
20•bookofjoe•44m ago•5 comments

A complex structure on S^6 [pdf]

https://alpo.ge/s6.pdf
25•robinhouston•53m ago•13 comments

Implementation of GPT-2 in pure CMake

https://github.com/AlpinDale/gpt2.cmake
2•porridgeraisin•59m ago•0 comments

Ask HN: How to Onboard to New Domains

3•kwojcicki•1h ago•0 comments

AI robotics companies love San Francisco. They're just too big to stay

https://sfstandard.com/2026/08/23/ai-robotics-san-francisco-bright-machines/
2•newsomix9xl•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.