frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We measured whether our agents follow their instructions

https://firekeep.ai/instruction-compliance.html
1•kapella•1m ago•0 comments

The End of the Transistor? The Chip That Thinks Like a Brain [video]

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

GEA and the Open Agentic Web

https://www.oasy.ai/blog/gea-open-agentic-web
2•cloudseeding•3m ago•0 comments

Ordinary Abundance

https://ordinaryabundance.com/
1•yen223•3m ago•0 comments

Show HN: I made a tool that rebuilds editable slides from images

https://sliderebuild.org
1•Graxi•4m ago•0 comments

Namecheap.com undergoing emergency maintenance due to a power outage in Phoenix

https://www.namecheap.com/status-updates/
1•Pikamander2•5m ago•1 comments

Show HN: MCP-uplift – run legacy MCP servers behind the new stateless protocol

https://github.com/MohibShaikh/mcp-uplift
1•bazmou•5m ago•0 comments

DeepSeek v4 Price Increase

https://xcancel.com/deepseek_ai/status/2087864589895798968#m
1•lukax•5m ago•1 comments

Proactive AI Will Automate Organizations

https://maximilianmews.com/proactive-ai/
1•ximilian•6m ago•1 comments

I Built a 500k-Domain Search Engine for Makers in a Weekend for $10

https://alexmorleyfinch.github.io/marlin/history/v1/article/the_birth.html
1•dreamforever•7m ago•1 comments

Show HN: HypeBESTIE, sincere RLHF-free, em-dash-free image compliment generator

https://hypebestie.onrender.com
1•mcramblett•7m ago•1 comments

Despite Updates, Flock's Creepy Cameras Remain Major Civil Liberties Threat

https://www.aclu.org/news/privacy-technology/despite-new-updates-flocks-creepy-cameras-remain-maj...
1•cdrnsf•7m ago•0 comments

NaN-Fiction

https://rateyourmusic.com/list/bushn/nan-fiction/
1•nbush•8m ago•0 comments

HN: Μz – a micro zsh plugin manager still going strong after 5 years

https://github.com/maxrodrigo/uz
1•maxrodrigo•11m ago•0 comments

Bit Alice Can Send – the most informative message will not win the game

https://medium.com/science-spectrum/the-best-bit-alice-can-send-871a70ae0e93
1•armchairquantum•12m ago•0 comments

DeepSeek Harness official website launched

https://www.deepseek.com/harness/en/
2•linnoe•12m ago•0 comments

DeepSeek Harness Released

https://twitter.com/deepseek_ai/status/2087887408440164663
4•rochansinha•13m ago•0 comments

ScaleRelay – Sync Xiaomi Scales with Garmin Connect

https://scalerelay.app/
1•lesny_ludek•13m ago•0 comments

AI agents lie, cheat and steal. That is putting off users

https://www.economist.com/business/2026/08/12/ai-agents-lie-cheat-and-steal-that-is-putting-off-u...
1•andsoitis•14m ago•0 comments

YouTube requires creators to have twice as many watch hours to start earning

https://techcrunch.com/2026/08/10/youtube-now-requires-creators-to-have-twice-as-many-watch-hours...
3•qikouki•15m ago•0 comments

Show HN: I spent almost 2 years collecting website design inspiration

http://explorer.withfudge.com/
1•sim04ful•15m ago•0 comments

AI for Decision Makers

https://berthub.eu/articles/posts/ai-for-decision-makers/
2•trikelef•16m ago•0 comments

LinkedIn just destroyed their search engine and now it's worthless

https://old.reddit.com/r/linkedin/comments/1vmw1j6/linkedin_just_destroyed_their_search_engine_and/
1•swed420•17m ago•0 comments

Another Week on Linux

https://manualdousuario.net/en/another-week-linux/
1•rpgbr•17m ago•0 comments

Medical Startup Selling Prescription Kit for Nuclear Disaster

https://www.404media.co/medical-startup-selling-prescription-kit-for-nuclear-disaster/
1•Errorcod3•17m ago•0 comments

Gifting Credits in ChatGPT

https://help.openai.com/en/articles/20001417-gifting-credits-in-chatgpt
1•altmanaltman•19m ago•0 comments

TransferGit – GitHub profiles valued like soccer players

https://www.transfergit.com/
1•tobiager•22m ago•0 comments

Google executive moves leading to big AI reshuffle

https://www.reuters.com/world/inside-google-executive-moves-that-led-its-big-ai-reshuffle-2026-08...
1•PessimalDecimal•22m ago•0 comments

The New Age of the Privateer: The Cyberteer

https://controlsystemssecurity.com/posts/cyberteering-return-letter-marque-cyberspace.html
1•Glomz-guy•22m ago•0 comments

Video Editing with P5.js

https://www.davepagurek.com/blog/video-editing-with-p5/
1•surprisetalk•23m 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.