frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Eolds, a scanner for EOL open source packages across 12M versions

https://eoldataset.com/
1•matparker24•22s ago•0 comments

First Impressions on Open-Source Claude Security (Strix)

https://theartificialq.github.io/2026/02/28/strix-first-impressions.html
2•bearsyankees•1m ago•0 comments

The Eythos Vision: AI Companions as a Human Right

https://theblairwitchprojects.substack.com/p/the-eythos-vision-ai-companions-as
1•sg17gweedo•2m ago•0 comments

Why No AI Games?

https://franklantz.substack.com/p/why-no-ai-games
1•pavel_lishin•3m ago•0 comments

Show HN: Orkia – a Rust runtime where AI agents can't bypass governance

https://github.com/orkiaHQ/orkia
1•killix•3m ago•1 comments

Show HN: Flashbang – Sub-1ms DuckDuckGo bang redirects via Service Workers

https://github.com/ph1losof/flashbang
1•t3ntxcles•3m ago•0 comments

Metaprogramming for Madmen (2012)

https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for-madmen/
1•Tomte•4m ago•0 comments

Eshkere

https://www.google.com/imgres?q=%D0%B5%D1%88%D0%BA%D0%B5%D1%80%D0%B5&imgurl=https%3A%2F%2Fimg.itc...
1•ILOVETF2•4m ago•3 comments

Is your site agent-friendly?

https://agentprobe.io/
1•kukicola•5m ago•1 comments

Combinatorial Optimization for All: Using LLMs to Aid Non-Experts

https://journal.iberamia.org/index.php/intartif/article/view/2584
1•camilochs•6m ago•0 comments

Show HN: Pooch PDF – Because Ctrl+P still prints cookie banners in 2026

https://poochpdf.com/
1•membrshiperfect•7m ago•0 comments

How to get large files to your MCP server without blowing up the context window

https://everyrow.io/blog/mcp-large-dataset-upload
3•rafaelpo•8m ago•0 comments

Patterns for Reducing Friction in AI-Assisted Development

https://martinfowler.com/articles/reduce-friction-ai/
1•zdw•8m ago•0 comments

Salt of the Earth: Underground Salt Caverns Just Might Power Our Future

https://eos.org/features/salt-of-the-earth-vast-underground-salt-caverns-are-preserving-our-histo...
1•jofer•10m ago•0 comments

Show HN: Open-sourced an email QA lib 8 checks across 12 clients in 1 audit call

https://github.com/emailens/engine
1•tikkatenders•10m ago•0 comments

Low-Dose Lithium for Mild Cognitive Impairment: Pilot Randomized Clinical Trial

https://jamanetwork.com/journals/jamaneurology/fullarticle/2845746
1•bookofjoe•11m ago•0 comments

Show HN: AfterLive – AI digital legacy that lets loved ones hear from you

https://afterlive.ai
1•crawde•11m ago•0 comments

I Used Claude to File My Taxes for Free

https://kachess.dev/taxes/ai/personal-finance/2026/02/27/breaking-up-with-turbotax.html
2•gdudeman•11m ago•0 comments

Israel bombs council choosing Iran's next supreme leader, official says

https://www.axios.com/2026/03/03/iran-supreme-leader-council-israel-strike
1•spzx•13m ago•0 comments

Software development now costs less than than the wage of a minimum wage worker

https://ghuntley.com/real/
1•herbertl•14m ago•1 comments

A [Firefox, Chromium] extension that converts Microsoft to Microslop

https://addons.mozilla.org/en-US/android/addon/microslop/
3•gaius_baltar•14m ago•0 comments

British Rail settlement plan barcode specs

https://magicalcodewit.ch/rsp-specs/
2•fanf2•14m ago•0 comments

Completing the formal proof of higher-dimensional sphere packing

https://www.math.inc/sphere-packing
1•carnevalem•15m ago•0 comments

Show HN: Verifiable Interaction Records for Agents

https://github.com/peacprotocol/peac
1•jithinraj•17m ago•0 comments

Ohio EPA weighs allowing data centers to dump wastewater into rivers

https://www.nbc4i.com/news/local-news/columbus/ohio-epa-weighs-allowing-data-centers-to-release-w...
2•randycupertino•18m ago•1 comments

What if LLM uptime was a macroeconomic indicator?

https://lab.sideband.pub/status/
1•shawnyeager•18m ago•0 comments

Watch Out Bluetooth Analysis of the Coros Pace 3 (2025)

https://blog.syss.com/posts/bluetooth-analysis-coros-pace-3/
1•lqueenan•18m ago•0 comments

Risk, in Perspective

https://faingezicht.com/articles/2026/03/02/risk-in-perspective/
1•avyfain•19m ago•0 comments

No mentor? Learn from a 16th century French nobleman

https://www.magicreader.com/montaigne
2•mzelling•19m ago•1 comments

Show HN: I built a way to prove your software kept its promises

https://github.com/nobulexdev/nobulex
1•arian_•19m 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•9mo 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•9mo ago
Good
sphars•9mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•9mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.