frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: RoleSweep – job search that deletes listings when employers close them

https://rolesweep.com
1•chetanba•4m ago•0 comments

Mosaic – self-hosted portfolio analytics for UK Stocks and Shares ISAs

https://github.com/ishantanu/mosaic-portfolio
1•ishantanu10•5m ago•0 comments

SEtting up AI search rank tracking easily

https://github.com/razz1000/ai-search-rank-tracking-example-repo
1•RasmusSoerensen•5m ago•0 comments

TMDB records Apple TV+ air dates a day early, on purpose

https://watchnext.leyu.studio/blog/apple-tv-air-dates-off-by-one
1•oujan•5m ago•0 comments

How to Use the Moshcode CLI

https://anthony.dev.profullstack.com/blog/002-post.html
1•buffer_overlord•5m ago•0 comments

Charisma, confidence and no fear of AI taking their jobs. The personality hires

https://www.marketwatch.com/story/these-workers-have-charisma-confidence-and-no-fear-of-ai-taking...
1•newsomix9xl•6m ago•0 comments

Plannotator – Annotate plans and code reviews for agent feedback

https://github.com/backnotprop/plannotator
1•StrangeSound•9m ago•0 comments

Printing Lists

https://matklad.github.io/2026/08/14/printing-lists.html
2•surprisetalk•10m ago•0 comments

Generate clean, transparent clip art and animated GIFs in seconds

https://clipi.online
1•johndastor•11m ago•0 comments

Show HN: I precompiled the path network of 3 continents to invent hiking routes

https://windygap.app
1•adjohu•13m ago•0 comments

Photo of eclipse by Xiaomi 17 Ultra

https://twitter.com/cvillasante/status/2087657106342105228
2•malshe•13m ago•2 comments

Graph Algorithms on the World Flight Network

https://stochastic.blog/graph-algorithms-on-the-world-flight-network/
1•Anon84•13m ago•0 comments

Terence Tao Lecture: Mathematics in the Age of AI [video]

https://www.youtube.com/watch?v=M0--ZH1lOzg
3•marvinborner•16m ago•0 comments

We Should Use Instrumented Profiling Scopes More

https://mropert.github.io/2026/08/13/instrumented_profiling_scopes/
1•ingve•17m ago•0 comments

Dear people who work at the airport

https://life-after-ssri.bearblog.dev/dear-people-who-work-at-the-airport/
1•nivethan•17m ago•1 comments

We built a tool that helps run your startup

https://app.firmgrove.com
1•firmgrove•19m ago•0 comments

Computer History

https://learn.chatgpt.com/docs/customization/computer-history
1•rbinv•19m ago•1 comments

What Programming and Computing Represent

https://venam.net/blog/programming/2015/11/04/what-is-programming.html
1•speckx•19m ago•0 comments

Who's Tracking You? Use This New Service to Find Out

https://krebsonsecurity.com/2026/08/whos-tracking-you-use-this-new-service-to-find-out/
2•DemiGuru•21m ago•0 comments

Why Is No One Talking About the Manufacturing Boom?

https://www.dailysignal.com/2026/08/11/quiet-manufacturing-boom/
1•bilsbie•23m ago•1 comments

My VP Eng told me to stop working on observability

https://www.jevy.org/articles/my-vp-eng-told-me-to-stop-working-on-observability/
1•jevyjevjevs•23m ago•0 comments

Goyda: Cross-Platform UI Toolkit

https://github.com/user-with-username/goyda
1•anybodyy•25m ago•1 comments

Show HN: Artifex - Graph Based GPU Harness for AI Agents

https://gatewai.studio/artifex
2•oknaslnkn•25m ago•0 comments

The Secret, Open Triumph of Race Science

https://www.richardhanania.com/p/the-strange-secret-open-triumph-of
1•bilsbie•26m ago•0 comments

Quick thoughts on watching a solar eclipse

https://blog.borrego.dev/entries/quick-thoughts-on-watching-a-solar-eclipse.html
1•agubelu•27m ago•0 comments

Computing Graph Dominators

https://neugierig.org/software/blog/2026/08/dominators.html
1•ingve•27m ago•0 comments

Show HN: Rdio – an open-source internet radio control suite

https://rdio-docs.vercel.app
3•taqibrahim•28m ago•0 comments

169M offer decisions a month on 0.77 CPU cores

https://emergent.sh/blog/how-our-pricing-engine-evolved-from-an-if-ladder
1•SamraatBansal•28m ago•0 comments

Solar helps 'stabilise' Europe's grids as heatwaves spike power demand

https://www.euronews.com/2026/08/14/the-real-challenge-starts-after-sundown-europes-heatwave-boos...
1•vrganj•28m ago•0 comments

Show HN: Gnat – self-hosted analytics as a single Go binary with MCP server

https://github.com/var-raphael/Gnat
2•Raphael_Dev•34m 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.