frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

They Tried to Put Me Back in Jail [video]

https://www.youtube.com/watch?v=CCpQw1Uhu38
1•fortran77•2m ago•0 comments

Candid Camera: Rude Computer

https://www.youtube.com/watch?v=NAeQ-krLiXY
1•noncoml•3m ago•0 comments

Juice – non-essential visual, audio, and haptic effects to enhance UX

https://garden.bradwoods.io/notes/design/juice
1•gurjeet•3m ago•0 comments

ReadSync is a better alternative, when BitChat faces takedown requests

https://decodedhtml.com/devlog/readsync/amid-the-takedown-request-to-github-for-bitchat-oss-proje...
1•fossheart•4m ago•1 comments

The History and Evolution of the U.S. Electricity Industry [pdf]

https://energy.utexas.edu/sites/default/files/UTAustin_FCe_History_2016.pdf
2•thelastgallon•11m ago•0 comments

Scientists discover first eukaryote that can fix nitrogen (2024)

https://www.nature.com/articles/d41586-024-01046-z
2•science4sail•15m ago•1 comments

Welcome to Tile Language

https://tilelang.com/
2•gscott•21m ago•0 comments

DOE announces first Genesis Mission projects for AI-driven scientific discovery

https://www.energy.gov/articles/secretary-energy-chris-wright-announces-first-genesis-mission-pro...
3•rochansinha•26m ago•1 comments

Paternal metformin use associated with major birth defects (2022)

https://medicalxpress.com/news/2022-03-paternal-metformin-major-birth-defects.html
4•OutOfHere•27m ago•0 comments

Lowest, real-time On-Demand and Spot GPU prices across every cloud provider

https://gpu.atarimae.dev/
2•cafxx•28m ago•0 comments

A Visual Journey Through Async Rust

https://github.com/alexpusch/rust-magic-patterns/blob/master/visual-journey-through-async-rust/Re...
2•vinhnx•42m ago•0 comments

AGI Constitution 01~02

https://medium.com/@miho999lv/agi-constitution-5bc29c13445a
2•miho999lv•43m ago•0 comments

Humans Haven't Stopped Evolving

https://www.harvardmagazine.com/research/harvard-human-evolution-genes-selective-pressure
7•ilamont•43m ago•0 comments

Montana ETRB

https://twitter.com/NiklasAnzinger/status/2081081011123953832
2•Ariarule•44m ago•0 comments

Show HN: MutexCam – Global Camera and Mic Control on Mac for Zoom, Teams, Meet

https://mutex.cam/
2•superquizonline•44m ago•0 comments

Agentic test processes, LLM benchmarks, and other notes on agentic coding

https://danluu.com/ai-coding/
2•bathtub365•50m ago•0 comments

Open Source Repo

https://github.com/Ardrey-Kell-Computer-Science-Club/teenblogcs
4•shivcodes2•55m ago•1 comments

JetZero

https://www.jetzero.aero
60•lisper•57m ago•42 comments

India's 'Cockroach' Protesters Declare Rare Victory over Government

https://www.nytimes.com/2026/07/25/world/asia/india-education-minister-resigns-cockroach-protests...
5•thunderbong•1h ago•0 comments

We built the new fastest API for GLM-5.2

https://www.baseten.co/blog/how-we-built-the-new-fastest-api-for-glm-52/
2•philipkiely•1h ago•0 comments

Show HN: Raise a virtual pet with your friend/partner

https://dandan.schols.io
2•chaidhat•1h ago•0 comments

Google ignored my site for 13 weeks, so I audited everyone who outranks me

https://getqrcodepro.com/blog/google-ranking-evidence
4•benbuilds•1h ago•0 comments

An ESP32 based plane radar for my desk

https://blog.ktz.me/esp32-plane-radar/
20•alexktz•1h ago•6 comments

Lessons from Building My Own Products as a Freelance Engineer

https://www.mazin.sd/blog/lessons-from-building-my-own-products-as-a-freelance-engineer
2•maz225•1h ago•0 comments

Four Proposals to Improve Fuel Economy Standards (2021)

https://epic.uchicago.edu/area-of-focus/four-proposals-to-improve-fuel-economy-standards/
2•bariumbitmap•1h ago•0 comments

Show HN: Rules that stop AI coding agents from breaking working code

https://github.com/avenna01-ceo/claude-code-survival-kr
2•gaiinmaster•1h ago•0 comments

Show HN: I enhanced the UX for TemplatesOn, what do you think?

https://templateson.com
2•maz225•1h ago•0 comments

Multiple LLMs trying to reach a consensus

https://trekhleb.dev/blog/2026/yesbrainer/
2•trekhleb•1h ago•0 comments

Show HN: I mapped every US golf course – 16k+ courses, free, no signup

https://golfcoursebrowser.com/
33•rickmf•1h ago•7 comments

What Colorado consumers should know about the cyclospora outbreak

https://source.colostate.edu/cyclospora-outbreak-safety-symptoms/
4•mooreds•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.