frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I'm walking 42km across Tokyo, through 30 stations

https://yamathon.tonymanh.space
1•tonymanh•38s ago•0 comments

Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe

https://liveworld.info/
2•harisingh1612•7m ago•0 comments

Show HN: An OSS Python dependency scanner for exploited, unmaintained packages

https://github.com/binuka200/package-doctor
2•binukajayaweera•10m ago•0 comments

The Language Modeler

https://github.com/MLSystemsRI/ml-systems-public/blob/main/why/articles/the-language-modeler.md
1•Salparvezml•12m ago•0 comments

The Great Unbundling of the LLM

https://seldon-ai.com/blog/generation-is-the-wrong-primitive
1•nlpnerd•14m ago•1 comments

Google Says Its A.I. Hacked Three Companies in Testing Breakout

https://www.nytimes.com/2026/09/18/technology/google-gemini-ai.html
1•droidjj•14m ago•0 comments

Welcome to Shaderland

https://shaderland.net/devlog/1-init/
2•airstrike•21m ago•0 comments

Radar: An Expert-Level Generalist AI for Abdominal CT Diagnosis

https://github.com/alibaba-damo-academy/damo-radar
1•rguiscard•21m ago•0 comments

European leaders prepare public for 'intensified threat' from Putin

https://www.politico.eu/article/russia-vladimir-putin-nato-drone-attacks-europe-leaders-warning/
2•rzk•24m ago•0 comments

Why my alert triage workflow needed a CLI

https://powers.dev/writing/why-i-built-signoz-cli/
1•jonpowers•25m ago•0 comments

AI cracked the Navier–Stokes challenge. What does that mean for physics?

https://www.nature.com/articles/d41586-026-02922-6
1•sbulaev•30m ago•0 comments

Machine Gods – the official podcast of the singularity

https://machinegods.fm/
2•flakiness•33m ago•0 comments

Cannabis Supply Chain Database

https://cannabis-supply-chain.pages.dev/
2•measurablefunc•35m ago•0 comments

AI insiders issue new warnings – including former Anthropic engineer Jacob Coxon

https://slashdot.org/story/26/09/17/2042242/ai-insiders-issue-new-warnings---including-former-ant...
2•MilnerRoute•35m ago•0 comments

Plan Advice in PostgreSQL 19

https://tapoueh.org/blog/2026/09/plan-advice-in-postgresql-19/
1•craigkerstiens•36m ago•0 comments

Prepare your iPhone 18 Pro Max to ship

https://support.apple.com/en-us/127848
3•ledoge•38m ago•0 comments

Bring back Opus 4.8 in Claude Code

https://osr.im/notes/claude-code-model-picker-older-opus/
1•osr00•39m ago•2 comments

Alibaba open-sources AI model that can detect cancer and nearly 150 conditions

https://www.scmp.com/tech/big-tech/article/3368055/alibaba-open-sources-medical-ai-model-can-dete...
3•yogthos•43m ago•0 comments

Swiss Federal Council Adopts the 2026 Security Policy Strategy

https://www.admin.ch/en/newnsb/zR3tvgIy1qIm
1•marcuschong•44m ago•0 comments

Jump N Bump

https://jumpnbump.net/
2•hefner1456•49m ago•0 comments

Show HN: Do your vitamins work?

https://www.supplementdex.com/supplement-checker
1•richarlidad•50m ago•1 comments

I've cross-examined a lot of humans, but never a supercomputer. Check it out

https://chatgpt.com/s/m_6aadcd183a3c819191c1d63e5804dce6
1•lawsuitllc•51m ago•0 comments

Show HN: Wcagent let use your ChatGPT subscription for coding

https://wcagent.ai/
2•losalah•51m ago•0 comments

Omarchy team started working on Qualcomm's Snapdragon platform support

https://omarchy.org/news/2026/09/introducing-omarchy-dragon/
4•machomaster•52m ago•0 comments

Wildlife corridor project is first Canadian finalist for Earthshot Prize

https://www.cbc.ca/news/science/y2y-earthshot-prize-finalist-9.7349898
2•BiraIgnacio•55m ago•1 comments

TypeSafe AI's Jev Is Not an LLM – and That May Be the Point

https://forkast.news/typesafe-ais-jev-is-not-an-llm-and-that-may-be-the-point/
2•Bluestein•57m ago•0 comments

AI-based learning is a joke

https://qlain.online/blog/ai-based-learning.html
1•etoql•58m ago•1 comments

What Is Synthetic Data Generation? A Simple Explainer

https://www.aptiv.com/en/insights/article/what-is-synthetic-data-generation
1•ohjeez•58m ago•0 comments

The Working Class Face a 'Class Ceiling' in Elite Occupations

https://www.nytimes.com/2026/09/18/business/class-barrier-academia.html
2•teachrdan•58m ago•2 comments

Show HN: StopReg – Email API for detecting disposable email and signup abuse

https://stopreg.com/
2•telim2•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.