frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Are others seeing Google's ReCAPCHA rejecting Firefox users?

1•Animats•3m ago•1 comments

AMD Versal HBM Series (FPGA's with up to 32GB HBM2e)

https://www.amd.com/en/products/adaptive-socs-and-fpgas/versal/hbm-series.html
2•peter_d_sherman•5m ago•0 comments

Google Lyria 3.5 music generation (public preview)

https://blog.google/innovation-and-ai/models-and-research/google-labs/lyria-3-5/
2•thisisauserid•5m ago•0 comments

Show HN: I processed 100k+ LinkedIn posts into open-source Claude Code skills

https://github.com/sergebulaev/linkedin-skills
1•sbulaev•6m ago•0 comments

Language skills stay strong in elderly while other cognitive abilities decline

https://news.mit.edu/2026/language-skills-stay-strong-older-adults-even-while-other-cognitive-abi...
1•gmays•8m ago•0 comments

Rust stabilizes Never type on nightly

https://github.com/rust-lang/goals/issues/653
2•dabinat•9m ago•0 comments

The death of San Francisco's Market Street

https://www.noahpinion.blog/p/the-death-of-market-street
2•A_D_E_P_T•9m ago•0 comments

MapLoud – An operating system for messy, nonlinear thinking

https://www.maploud.com/platform
1•Nic_Maploud•9m ago•0 comments

Top Pentagon official reaffirms Anthropic blacklist despite Lutnick comments

https://www.axios.com/2026/09/03/pentagon-reaffirms-anthropic-blacklist
2•spenvo•9m ago•0 comments

GPT-6 Astra System Card [pdf]

https://deploymentsafety.openai.com/gpt-6-astra/gpt-6-astra.pdf
3•alvis•10m ago•0 comments

THC Edibles Can Affect Driving for Hours, New Research Shows

https://www.nytimes.com/2026/09/01/well/thc-gummies-edibles-driving.html
1•bookofjoe•10m ago•1 comments

Google has released Gemini 3.8 Flash, its fourth Flash model in under four month

https://artificialanalysis.ai/articles/gemini-3-8-flash
1•wertyk•10m ago•0 comments

Globally distributed pre-training across 48 A100s at $0.12 per million tokens

https://www.tplr.ai/publications/blog/introducing-crucible
1•synapz_org•10m ago•0 comments

Show HN: Agentray, a macOS agent whose interface is a folder

1•beshrkayali•11m ago•0 comments

Why do developers continue to write code by hand?

https://orchidfiles.com/why-write-code-by-hand/
1•theorchid•11m ago•0 comments

GPT-6 Astra System Card

https://deploymentsafety.openai.com/gpt-6-astra
13•codergautam•12m ago•1 comments

Before New York City, Norway Had Banned AI in Schools

https://www.euronews.com/next/2026/09/03/before-new-york-city-norway-had-already-banned-ai-in-sch...
3•jethronethro•12m ago•0 comments

I Think LLMs Will Prove to Be Consequential Enterprise Software

https://freddiedeboer.substack.com/p/i-think-llms-will-prove-to-be-consequential
1•paulpauper•12m ago•0 comments

Ask HN: Why is nobody funding Wikipedia with AI based chat with articles

2•jereees•13m ago•0 comments

The Foldable Tractatus

https://foldabletractatus.aethermug.com/
3•Ishiibahn•13m ago•0 comments

Run cloud agents on machines you manage

https://cursor.com/blog/self-hosted-machines
1•eyehurtsme•14m ago•0 comments

How do I justify spending time to create a world in the first place?

https://worldbuilding.stackexchange.com/questions/124317/how-do-i-justify-spending-time-to-create...
1•joebig•14m ago•0 comments

Ottoman-Era Data Visualizations

https://casualarchivist.substack.com/p/poetic-justice
2•samtheDamned•14m ago•0 comments

Lost Bytes at the Crossroads Between User- and Kernel-Level Memory Allocation [pdf]

https://www.ibr.cs.tu-bs.de/vss/Publications/2026/fistanto_26_lost_bytes.pdf
1•matt_d•14m ago•0 comments

Show HN: AIDemo.Video – turn website into a product demo video in one click

https://www.aidemo.video/
1•distartin•15m ago•0 comments

The Externalities of Airports and Immigrants

https://www.betonit.ai/p/the-externalities-of-airports-and
1•paulpauper•15m ago•0 comments

NIXI has killed the "Dot In" domain name

https://www.naavi.org/wp/nixi-has-killed-the-dot-in-domain-name/
2•pkd•16m ago•1 comments

Sourcerer: New version 1.0.15 is available

https://www.sourcererapp.com/
1•dezelin•16m ago•0 comments

It's Not Just Flock. Police Can't Be Trusted with Our Data

https://truthout.org/articles/its-not-just-flock-police-cant-be-trusted-with-our-data/
4•chaps•21m ago•0 comments

Wall Street banks push Big Law to cut fees because of AI

https://www.ft.com/content/5240a6ac-b2e8-4897-a0a4-cbc7fc283bc9
3•paulpauper•22m 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.