frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

History of the BBC TV Idents

https://www.bbc.com/historyofthebbc/research/bbc-idents/global-ambition
1•nickt•43s ago•0 comments

A mouse whose brain cortex is made up of human cells

https://www.technologyreview.com/2026/09/16/1144210/meet-a-mouse-whose-brain-cortex-is-made-up-of...
1•joozio•2m ago•0 comments

Ask HN: AI Panic, you buying it?

1•elai-intelligen•3m ago•0 comments

The FBI Doubles Down on Easing 'Bestiality' Hiring Standards

https://www.wired.com/story/the-fbi-doubles-down-on-easing-bestiality-hiring-standards/
1•ferryth•4m ago•0 comments

Show HN: Smarter Shell History for Zsh

https://github.com/overflowy/zhist
1•overflowy•4m ago•0 comments

OSRS Wiki and RuneLite are under strain from low-effort AI development

https://oldschool.runescape.wiki/w/User:Cook_Me_Plox/OSRS_Wiki_and_RuneLite_are_increasingly_unde...
1•i2talics•5m ago•0 comments

CO3: Toward the Optimal FFI

https://mversic.github.io/co3/
1•mversic•5m ago•0 comments

Training Text-to-Image Models 3.6× Faster

https://www.linum.ai/field-notes/jit-ddt
4•schopra909•5m ago•0 comments

Gnome 51 Released with Improved Frame Scheduling, Many App Improvements

https://www.phoronix.com/news/GNOME-51-Released
1•tuhtah•6m ago•1 comments

We killed our in-app AI chat and made the agent a first-class user

https://sensefold.app/blog/agent-as-first-class-user
1•gomilesfd•6m ago•0 comments

Omarchy on Mac

https://github.com/omacom/omarchy-mac
1•popzxc•7m ago•0 comments

Whiteboard Defense

https://twitter.com/mitchellh/status/2100249348345057389
1•tosh•8m ago•0 comments

Show HN: Ivx/AI Chat, AI client that doesn't track you (with a better GUI imo)

https://ai.ivx.run/
1•0xcrypto•8m ago•0 comments

As Someone Who Has Written This Blog Post,

https://zachholman.com/posts/llm-writing
1•holman•9m ago•0 comments

Numerical Tours

https://www.numerical-tours.com/python/
1•efavdb•12m ago•0 comments

IPC Panic, a 4-call kernel panic in Apple XNU, up to macOS and iOS 26 included

https://seriot.ch/security/ipc_panic.html
2•beefburger•13m ago•0 comments

Inside the MIT Report on How AI Is Eroding Campus Culture

https://learningcurve.fm/episodes/inside-the-mit-report-on-how-ai-is-eroding-campus-culture/trans...
2•learningcurv•14m ago•1 comments

GitMir just released Vibe, it's like Claude on steroids

https://gitmir.com/products/vibe
2•venediktov•15m ago•0 comments

Mercury Books – Accounting Software Built into Your Bank Account

https://mercury.com/books
1•tortilla•15m ago•0 comments

Hacking a Xiaomi Mi Band 4 to Run Super Mario Bros

https://blog.qwertyforce.dev/posts/miband4_nes
1•qwertyforce•15m ago•0 comments

Fedora 45 beta drags the Linux console into the 21st century

https://www.theregister.com/software/2026/09/16/fedora-45-beta-drags-the-linux-console-into-the-2...
1•DemiGuru•15m ago•0 comments

AI Agents Work. So Why Is Memory Becoming a Problem?

https://medium.com/@majid.fekri/your-ai-agents-work-so-why-is-memory-becoming-a-problem-1fb30f01ff9c
1•supportm•17m ago•0 comments

Show HN: LaunchPad-Lite – Open-Source Next.js 15 with Better Auth and Drizzle

https://github.com/BZDevelopments/LaunchPad-Lite
1•BZDevelopments•17m ago•0 comments

Show HN: OpenDocBot – bring your own model to Word, Excel and PowerPoint

https://opendocbot.com/
2•dgf18•18m ago•0 comments

Agents: The New, New Kingmakers

https://redmonk.com/sogrady/2026/09/16/new-new-kingmakers/
2•john_cogs•18m ago•0 comments

An Educational GEMM Ladder for Helios GPUs

https://rocm.blogs.amd.com/software-tools-optimization/hipkittens-gemm-ladder/README.html
1•matt_d•18m ago•0 comments

Lumai Iris – First Optical Computing System

https://lumai.ai
2•cednore•19m ago•0 comments

Jev means structured output is interesting again

https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/
1•sylvainkalache•20m ago•0 comments

What is LLMjacking, and why should IT pros care?

https://www.itbrew.com/stories/what-is-llmjacking-and-why-should-it-pros-care
1•mooreds•20m ago•0 comments

Column built an issuer processor from scratch

https://column.com/card-issuing/
1•Matthalp•21m 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.