frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Positive Corner

1•Kendi_b•8m ago•2 comments

DBase: 1979-2026

https://delphinightmares.substack.com/p/dbase-1979-2026
1•deeaceofbase•9m ago•0 comments

Ask HN: How are you sandboxing AI agents and developer CLIs?

1•nikhilpareek13•10m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
1•anotherhue•12m ago•0 comments

Webdevbench: Evaluating AI as software development agencies

https://webdevbench-ai-benchmarks.qwikbuild.site/
1•nileshtrivedi•14m ago•0 comments

The AI Revival of the Three Mile Island Nuclear Plant

https://www.bloomberg.com/news/features/2026-05-07/three-mile-island-restart-moves-ahead-with-mic...
1•petethomas•22m ago•0 comments

Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE

https://github.com/graemeg/blaise
1•peter_d_sherman•25m ago•0 comments

Wasabi: Native WebSocket and MQTT 5 for VBA using Assembly thunks

https://github.com/uesleibros/wasabi
2•UesleiDev•37m ago•0 comments

The case of Canvas–Longitudinal datafication through learning management systems

https://www.researchgate.net/publication/341046070_The_case_of_Canvas_Longitudinal_datafication_t...
2•droidjj•37m ago•0 comments

RubyLLM 1.15: Image Editing, Cost Tracking and Less Tool Boilerplate

https://paolino.me/rubyllm-1-15/
1•thunderbong•39m ago•0 comments

Honest conversation with Bob Weiner about GNU Hyperbole

https://www.youtube.com/watch?v=iuwn8GpRj7w
1•iLemming•39m ago•0 comments

Thinking about custom software in a new way

https://jerodsanto.net/2026/01/thinking-about-custom-software-in-a-new-way/
1•fagnerbrack•41m ago•0 comments

Agentic Engineering

https://addyosmani.com/blog/agentic-engineering/
3•fagnerbrack•41m ago•0 comments

Widget (Beer)

https://en.wikipedia.org/wiki/Widget_(beer)
2•fortran77•46m ago•1 comments

Dissolving arterial plaque by isolating the vessel from blood flow

https://www.cureus.com/articles/488870-closed-loop-extracorporeal-vascular-cleaning-by-staged-che...
1•iliatoli•47m ago•0 comments

Cisco to buy unit 8200 affiliated company that tracks all your API keys

https://www.timesofisrael.com/us-tech-giant-cisco-buys-israeli-ai-cyber-startup-to-protect-digita...
1•neuroelectron•54m ago•0 comments

Supreme Court signals it may end Cisco human rights suit

https://www.washingtonpost.com/politics/2026/05/02/supreme-court-cisco-torture-china/
1•neuroelectron•57m ago•0 comments

Denial of Service Vulnerability in React Server Components

https://github.com/facebook/react/security/advisories/GHSA-rv78-f8rc-xrxh
1•karimf•59m ago•0 comments

Could Lovable's automatic 10% pay raise be the cure for toxic cultures?

https://techcrunch.com/2026/05/07/could-lovables-automatic-10-pay-raise-be-the-cure-for-toxic-cul...
2•dicksent•59m ago•0 comments

Trump Is Getting Away with Murdering an American Industry

https://heatmap.news/plus/the-fight/spotlight/trump-federal-aviation-administration-wind-farms
2•gok•1h ago•0 comments

I designed Microsoft's EA channel in 2001. It's being dismantled in 2026

https://www.brendanoconnor.net/case-studies/microsoft-enterprise-channel/
1•brendo_y•1h ago•0 comments

Copy Fail 2: Electric Boogaloo

https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo
11•larusso•1h ago•2 comments

Ask HN: Does CopyFail make a stronger case for rolling releases such as Arch?

1•fullstacking•1h ago•2 comments

Higher usage limits for Claude and a compute deal with SpaceX

https://www.anthropic.com/news/higher-limits-spacex?id=19234
2•alex_young•1h ago•1 comments

NIST – How Do You Measure It?

https://www.nist.gov/how-do-you-measure-it
2•rramadass•1h ago•1 comments

US will start revoking passports for parents who owe child support

https://apnews.com/article/passports-unpaid-child-support-penalty-state-department-42d90cfa8a06ee...
3•OutOfHere•1h ago•0 comments

Show HN: jj diff review integrated with agents

https://twitter.com/plannotator/status/2052594084527677612
1•ramoz•1h ago•0 comments

Digging into Drama at the Document Foundation

https://lwn.net/Articles/1066418/
2•signa11•1h ago•0 comments

Coming of Age

https://dirt.fyi/article/2026/05/coming-of-age
1•colinprince•1h ago•0 comments

Most bad analytics is a translation problem, not a tooling problem

https://lowhangingdata.com/article/telephone-game-bad-analytics/
1•mryagerr•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•11mo 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•11mo ago
Good
sphars•11mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•11mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.