frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: OpenLanguage- AI Language Tutor for iOS

https://github.com/challenga-org/openlanguage
1•willks•1m ago•0 comments

Un-0: Generating Images with Coupled Oscillators

https://unconv.ai/blog/introducing-un-0-generating-images-with-coupled-oscillators/
6•babelfish•12m ago•1 comments

We got DeepSeek-V4-Pro serving in 20 seconds

https://inferize.ai/blog/restoring-live-multi-gpu-llms-in-seconds
4•talhof8•13m ago•0 comments

Recording 10k user sessions cost us less bandwidth than a single HD video

https://rejourney.co/engineering/2026-05-06/mobile-session-replay-cost
4•mrr7337•14m ago•0 comments

Datadog costs 7× more than self-hosting for the same telemetry

https://www.jslet.com/observability-cost
2•ReyX•14m ago•0 comments

Trump administration asks OpenAI to stagger release of new model

https://ca.finance.yahoo.com/news/trump-administration-asks-openai-stagger-204300837.html
4•fla•14m ago•0 comments

Show HN: CtxGov – see what instructions your AI agent inherits before it runs

https://github.com/ctxgov/ctxgov
2•LuxBennu•15m ago•0 comments

Why Germans don't have air conditioning

https://www.dw.com/en/why-germans-dont-have-air-conditioning/a-77685580
3•N19PEDL2•18m ago•0 comments

Why Jane Street, a US trading giant, is in trouble in India

https://www.bbc.com/news/articles/c5y0zgrevl1o
2•thisislife2•18m ago•0 comments

Record Type Inference for Dummies

https://haskellforall.com/2026/06/record-type-inference-for-dummies#user-content-fnref-3
1•fanf2•20m ago•0 comments

OpenAI Leans Toward Waiting Until Next Year for IPO

https://www.nytimes.com/2026/06/25/technology/openai-ipo-artificial-intelligence.html
11•mfiguiere•26m ago•2 comments

Dan Abramov has joined the Next.js team

https://bsky.app/profile/danabra.mov/post/3mp5b3nd3ws2k
3•frandroid•28m ago•0 comments

Cloudflare Collaborates with Leading Browsers to Develop Privacy-First Protocol

https://www.cloudflare.com/press/press-releases/2026/cloudflare-collaborates-with-leading-browser...
3•mooreds•28m ago•0 comments

Om Malik, 1966-2026

https://om.co/2026/06/24/1966-2026/
24•minimaxir•29m ago•0 comments

Is AI Good at Stock-Market Timing? A New Study Casts Doubt

https://www.wsj.com/tech/ai/ai-stock-market-trading-research-154eeb72
3•fortran77•29m ago•1 comments

Show HN: Topos – Structural code quality metrics for agent-written programs

https://krv.ai/field-notes/evaluating-code-generation
3•wayland_jeremy•30m ago•0 comments

Telegram Users Are De-Anonymized (unemployed edition) [video]

https://www.youtube.com/watch?v=vVd-ZSLczPo
1•Imustaskforhelp•31m ago•1 comments

The Customer Who Almost Killed Slack, Stripe, and Airbnb

https://siliconopera.com/the-customer-who-almost-killed-slack-stripe-and-airbnb/
12•nate•31m ago•6 comments

Show HN: I built a hardware quantum RNG and wired it into a Magic 8-Ball

https://dnhkng.github.io/posts/building-the-beam-universe-splitter/
1•dnhkng•32m ago•0 comments

OpenAI to Stagger Release of GPT 5.6 at Request of U.S. Government

https://velo.xyz/news/1908
17•217•34m ago•8 comments

Title: Show HN: AssertGo – Fluent Assertion Library for Go

1•duckydude20•36m ago•0 comments

Steven Heller's Font of the Month: Puffery

https://ilovetypography.com/2026/05/05/steven-hellers-font-of-the-month-puffery/
3•whiteblossom•37m ago•0 comments

2026 Venezuela Earthquakes

https://en.wikipedia.org/wiki/2026_Venezuela_earthquakes
3•layer8•38m ago•0 comments

Less (About) Tech

https://www.thebacklog.net/2026/06/25/less-tech/
2•dirkc•38m ago•0 comments

RetainFlow – Subscription Retention for WooCommerce

https://wordpress.org/plugins/retainwoo/
1•techstuff123•39m ago•0 comments

Generalist SWEs were a product of cheap money

https://blog.grandimam.com/posts/repricing-of-software-engineering-labor/
3•grandimam•39m ago•0 comments

Show HN: 1000songs.co.uk – 100 years of music, 10 tracks a year

https://1000songs.co.uk/
1•farnhamancestry•40m ago•2 comments

La Stim Machine [Fr]

https://www.ldlc.com/fiche/PB00745922.html
2•thesnide•42m ago•1 comments

Hasbro's TV Contracts Ask Child Voice Actors to Sign Rights Away for AI Use

https://www.hollywoodreporter.com/business/business-news/studio-minor-performers-surrender-voices...
8•ilamont•44m ago•0 comments

Show HN: Mouse.party

https://mouse.party
1•willmeyers•47m 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.