frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Puppetmaster reveals his form

https://asimpleman333.github.io/Aurora2/
1•rogmash•47s ago•0 comments

Manage agent skills with GitHub CLI

https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/
1•dangoor•2m ago•0 comments

Playdate won't have games using AI-generated assets

https://www.gamedeveloper.com/production/panic-won-t-release-playdate-titles-that-use-some-forms-...
1•glimshe•3m ago•0 comments

Controversial FISA program extended by House but only until April 30

https://www.cbsnews.com/news/controversial-surveillance-program-extended-by-house-but-only-until-...
2•anigbrowl•4m ago•0 comments

Skill Doc Generator: Turn Any Docs URL into Claude Skills

https://github.com/DemboNauta/skill-doc-generator
1•edgar_dev•4m ago•0 comments

Twenty Moves Suffice for Rubik's Cube

https://www.gathering4gardner.org/com-2024-01-21/
1•jhncls•4m ago•1 comments

Parsebench open leaderboard for PDF parsing

https://huggingface.co/datasets/llamaindex/ParseBench
1•pierre•5m ago•0 comments

The only fonts I use

https://rgo.pt/posts/fonts-i-use
1•kraktoos•5m ago•0 comments

Show HN: EX LIBRIS – a library-crawling RPG made with a 2000s engine

http://www.inpatientpress.net/inpatient-interactive/2026/4/16/ex-libris
1•idempotent_•5m ago•0 comments

Show HN: Codemaxxed – 350M+ LOC and a GitHub cease and desist

https://github.com/jshchnz/codemaxxed
1•jshchnz•7m ago•0 comments

I Tried the LLM Wiki and RAG on Todays News from BBC, CNN, Euronews

https://99helpers.com/wiki/latest-daily-news/israel-lebanon-ceasefire
2•nickk81•7m ago•0 comments

The Electronic Technical Reference Manual

http://www.techhelpmanual.com/2-main_menu.html
1•elvis70•7m ago•0 comments

OVH is increasing hosting prices Up to 4×

https://old.reddit.com/r/sysadmin/comments/1rayqsw/ovh_raises_prices_my_new_offer_is_551_higher/
1•onebitwise•11m ago•1 comments

Why AI Needs a Sense of Smell

https://www.noemamag.com/why-ai-needs-a-sense-of-smell/
1•Brajeshwar•12m ago•0 comments

Asha Bhosle (1933-2026): The Many-splendoured Voice of India

https://www.moneylife.in/article/asha-bhosle-19332026-the-manysplendoured-voice-of-india/80192.html
2•akbarnama•12m ago•0 comments

Focus on the Outcome Not the Means

https://app.clarus.page/s/5d017d6869f6484181307806a005499f
1•jimjeffers•13m ago•1 comments

You bought your Nissan, so why are features still locked behind restrictions? [video]

https://www.youtube.com/shorts/osml_SGSTlk
1•da02•14m ago•0 comments

Opencognit – open-source AI agent OS

https://github.com/OpenCognit/Opencognit
1•otnap•14m ago•0 comments

Anthropic's Dario Amodei to Meet with White House about Mythos

https://www.cnbc.com/2026/04/17/anthropic-dario-amodei-trump-mythos.html
1•cebert•16m ago•0 comments

Claude Design

https://claude.ai/design
4•swolpers•19m ago•0 comments

BIM for the Open Web

https://opencad.archi/
1•kengeo•19m ago•0 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
1•binsquare•25m ago•2 comments

Ask HN: AI exhaust is probably worth something to you or someone else

1•anoop4bhat•25m ago•0 comments

HTTP desync in Discord's media proxy: Spying on a whole platform

https://tmctmt.com/posts/http-desync-in-discord/
1•montroser•26m ago•0 comments

Consent Is Not Enough

https://log.ozgur.works/consent-is-not-enough.html
2•iozguradem•27m ago•0 comments

Tumour cells use a genetic trick to become drug-resistant

https://www.economist.com/science-and-technology/2026/04/16/tumour-cells-use-a-genetic-trick-to-b...
2•Brajeshwar•28m ago•0 comments

Reading Input from an USB RFID Card Reader

https://kevwe.com/blog/usb-rfid-reader
1•kevwedotse•29m ago•0 comments

Show HN: Bird, a CLI for Tired Brains

https://github.com/DavidLiedle/bird
2•DavidCanHelp•30m ago•0 comments

Show HN: Tachyon: 56 ns zero-copy IPC across Python, Rust, Java

https://github.com/riyaneel/Tachyon
1•riyaneel•31m ago•0 comments

Show HN: USourceControl – Git and Perforce alternative for game studios

https://usourcecontrol.com
1•VictorChanet•31m 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.