frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iPhone Ultra

https://dbrand.com/search/device/iphone-ultra
1•thijsr•34s ago•0 comments

Astra is fully rolled out to Plus, Pro, Business, and Enterprise users

https://twitter.com/OpenAI/status/2097431322117476423
1•vertigoruntime•1m ago•0 comments

New England Lighthouses

https://mapped.earth/lighthouses/new-england
2•MarcoDewey•3m ago•0 comments

There will only be four jobs

https://99d.substack.com/p/there-will-only-be-four-jobs
1•jacoblb64•5m ago•0 comments

Meta Just Launched Muse

4•Qhloi•6m ago•1 comments

China-Based AI Companies Using Distillation at Scale Against US AI Companies

https://www.cisa.gov/news-events/cybersecurity-advisories/aa26-251a
1•GrinningFool•6m ago•0 comments

Songspot – How Fast Can You Name a Track?

https://playdaily.org/songspot
2•WaterlooWarrior•7m ago•0 comments

Ask HN: As AI becomes more capable what's the value of knowledge?

1•mettamage•8m ago•0 comments

Ineffable Intelligence adds six cofounders

https://fortune.com/2026/09/07/ineffable-intelligence-hires-cofounders-hiring-google-deepmind-ins...
1•derangedHorse•8m ago•0 comments

ChatGPT Is Apologetic, Claude Is Self-Righteous, Both Need a Human Translator

https://correresmidestino.com/you-still-need-a-human-translator/
1•frizlab•8m ago•0 comments

JasyPDF – Create PDFs easier than ever

https://jasy.dev/
1•eustoria•9m ago•0 comments

Build the semantic layer for agents instead of people

https://www.angellist.com/blog/the-semantic-layer-nobody-maintains
1•jmrothrock_3•10m ago•0 comments

A Pageflip/Flipbook Custom Element Powered by HTML-in-Canvas

https://www.bram.us/2026/09/02/html-in-canvas-pageflip/
1•eustoria•10m ago•0 comments

California winemaker Tom Rinaldi has died

https://www.sfchronicle.com/food/wine/article/tom-rinaldi-duckhorn-obituary-22422146.php
1•brandonb•10m ago•0 comments

Show HN: Blackholes – A macOS workspace for coding agents

https://blackholes.dev
1•andygeek•12m ago•0 comments

Ask HN: I can't submit and my account is from 2024

1•ahmedhossamdev•13m ago•1 comments

Urban congestion relief experiments through routing-app interventions

https://www.nature.com/articles/s44284-026-00443-x
1•bhouston•14m ago•0 comments

Ask HN: What is your best Agent Skill?

1•kingkongjaffa•15m ago•0 comments

AIs as Modern Genies

https://www.schneier.com/blog/archives/2026/09/ais-as-modern-genies.html
1•eustoria•16m ago•0 comments

Relay: How We Built a Home for Agent-Created Work

https://georgianailab.substack.com/p/relay-how-we-built-a-home-for-agent
3•biswurmt•17m ago•0 comments

Show HN: Text-to-SQL says "no records found" when it should say "denied"

https://github.com/ashishsinha1602/schemagate
1•asinha0216•17m ago•0 comments

The irrational effectiveness of the Pi harness

https://rednafi.com/misc/pi-harness/
2•ingve•17m ago•0 comments

Show HN: SoundNativ – Fix Your English Accent

https://soundnativ.com
1•mhnnnn•19m ago•0 comments

Nonsensical official Microsoft support page in the wild – likely LLM translated

https://support.microsoft.com/he-il/windows/deployment/updates-lifecycle/windows-update-is-now-ca...
1•safwat-halaby•19m ago•0 comments

Tao: Open math problems being non-renewably mined by AI

https://mathstodon.xyz/@tao/117237320796901560
2•_alternator_•19m ago•0 comments

So, who all are in your lottery prize distribution list?

https://iamvishnu.com/posts/your-lottery-distribution-list
1•vishnuharidas•20m ago•0 comments

There has to be an in between with AI coding

https://gabrielsampson.com/blog/there-has-to-be-an-in-between-with-ai-coding/
1•sampsn•21m ago•0 comments

Show HN: Draw the Rest of the Owl

https://luke.zip/posts/draw-the-owl/
1•yathern•23m ago•0 comments

Research on Outbound B2B Prospecting with AI

1•deniswsrosa•26m ago•1 comments

Parallel Fun with Monoids

https://okmij.org/ftp/Algorithms/map-monoid-reduce.html
2•nbaksalyar•28m 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.