frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Quake on the Game Boy Advance [video]

https://www.youtube.com/watch?v=R43k-p9XdIk
1•nailer•3m ago•0 comments

Turn satellite imagery into a paper globe you fold yourself

https://foldingglobes.com/
1•dango2506•3m ago•0 comments

Samsung Browser for Desktop

https://browser.samsung.com/
1•namjh•11m ago•0 comments

Canoeboot – Special Fork of Coreboot / Libreboot

https://canoeboot.org/
1•peter_d_sherman•13m ago•1 comments

Show HN: Weather balloon to the stratosphere with a Raspberry Pi computer

https://github.com/stratopi-org/stratopi
2•nodesocket•16m ago•0 comments

The Gaming Market Is Starting to Break (Comprehensive) [video]

https://www.youtube.com/watch?v=Eo5w2S-h5dI
1•sudo_cowsay•18m ago•0 comments

Goofball trivia about cracker packaging

1•Xorakios•18m ago•0 comments

Is Jurassic Park the only film that product-places its own making-of book?

https://bsky.app/profile/danielgray.com/post/3mqjxn4jess2j
2•colinprince•23m ago•1 comments

Taming the Steam ARM64 client on PostmarketOS

https://blog.drakulix.de/taming-the-steam-arm64-client-on-pmos/
1•LorenDB•23m ago•0 comments

Review Overhaul – done-for-you Google review generation for local businesses

1•alvinbrussell•23m ago•0 comments

Show HN: Gotcha- First on-device AI copilot for Android

https://samosa-ai.com/gotcha/
2•rishabhbajpai24•27m ago•0 comments

The US bares its financial weak spot

https://www.ft.com/content/fb49381a-3e09-4666-85b0-7a171e01394e
2•petethomas•28m ago•0 comments

AI bots started a religion, 'Spiralism' – humans followed

https://www.theverge.com/ai-artificial-intelligence/975017/ai-spiralism-chatbot-movement
2•ilamont•29m ago•0 comments

Safe-rm: Remap `rm` on Macs to `mv _ Trash` so LLMs don't delete data

https://gist.github.com/Divide-By-0/5e1ae59ccf66129dd9ec5ef239f87d65
1•aayushg•33m ago•0 comments

Quick Map Tools

https://www.quickmaptools.com
1•dango2506•35m ago•1 comments

Geo Hound

https://www.geohound.app/
1•dango2506•36m ago•1 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
22•hipparchus•38m ago•4 comments

DeepSeekV4SSD: DeepSeek-V4-Flash-0731 on an M-series Mac

https://github.com/yanun0323/deepseek_ssd
2•JKCalhoun•38m ago•0 comments

Hundreds rally at site where Haitians required to check-in, get monitors

https://www.springfieldnewssun.com/local/hundreds-rally-at-site-where-haitians-required-to-check-...
1•petethomas•39m ago•0 comments

What are they building at the frontier?

https://ironheartsystems.com/
1•dullpebble•42m ago•0 comments

Why.com Launches as Side Project

https://www.reddit.com/r/SideProject/comments/1vjqjoz/just_launched_whycom/
1•jawns•45m ago•1 comments

A Memory Design for Local SLM

https://linuxrebel.github.io/rastro-real/
1•linuxrebe1•47m ago•1 comments

Taylor Farms recalls salsa and guacamole over salmonella risk

https://www.cnbc.com/2026/08/09/taylor-farms-recalls-salsa-and-guacamole-over-salmonella-risk.html
3•cramer4next•47m ago•0 comments

Computers Are Just a Tool

1•DesaiAshu•52m ago•0 comments

Neovim Colorscheme: Luna.nvim

https://github.com/WTFox/luna.nvim
1•wtfox•52m ago•0 comments

Show HN: Ask your coding agent to subtitle, translate, and clip video (FFmpeg)

https://github.com/perso-ai/perso-dubbing-plugin
2•remyships•58m ago•0 comments

3 in 4 European businesses fear their US tech provider could cut them off

https://proton.me/business/blog/business-continuity-survey
5•billybuckwheat•59m ago•1 comments

Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle

https://www.quantamagazine.org/neutrinos-from-deep-inside-earth-provide-a-new-picture-of-the-mant...
3•pseudolus•1h ago•0 comments

Multi-Agent Coach Adversarial Eval. Passed Designed Traps and Basics Failed

https://i.brandanthonymcdonald.com/multi-agent-eval-teardown
1•aweful•1h ago•0 comments

Shimg: AppImage Shell Script

https://github.com/mgord9518/shappimage
1•jcbhmr•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.