frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Parody Hacker News

http://bradconte.com/files/misc/HackerNewsParodyThread/
1•chistev•45s ago•0 comments

My Early Lesson in Constraints

https://gregtidanian.substack.com/p/constraints
2•silustech•2m ago•0 comments

Show HN: AgentCouch – let your agents chat with other agents

https://agentcouch.dev
2•spstoyanov•2m ago•0 comments

Death on the Dance Floor (2022)

https://timharford.com/2022/03/cautionary-tales-death-on-the-dance-floor/
2•tosh•3m ago•0 comments

More than 18,200 cyclosporiasis cases now suspected in US

https://thehill.com/policy/healthcare/5996454-over-18200-cyclosporiasis-cases-now-suspected-in-us...
2•speckx•4m ago•0 comments

Gemini Robotics 2 brings whole body intelligence to robots

https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/
4•ai2027•4m ago•0 comments

Google Rolls Out Nano Banana AI in Earth

https://digg.com/tech/rtkdxzb1
2•pixxxel•5m ago•0 comments

Show HN: Tilery-VM – run Nvidia cuTile GPU kernels on a CPU, no GPU required

https://github.com/drbh/tilery-vm
2•justdrbh•5m ago•0 comments

Minimus Releases Hardened Images for Free – What Does It Do Differently?

https://www.i-programmer.info/news/90-tools/19040-minimus-releases-hardened-images-for-free-what-...
2•aquastorm•7m ago•0 comments

The New Science of Inflammation

https://www.nytimes.com/interactive/2026/07/29/magazine/inflammation-chronic-immune-system-health...
4•elo2000•7m ago•0 comments

How did you fund your startup without VC?

2•Fundnai•7m ago•0 comments

Schmitt Trigger: Robust Comparator Design with Hysteresis

https://www.wevolver.com/article/schmitt-trigger-robust-comparator-design-with-hysteresis
2•ankitg12•7m ago•0 comments

Liquid Encoder Model for CPUs

https://twitter.com/helloiamleonie/status/2082128554146267465
3•aghilmort•8m ago•0 comments

Show HN: Dowe Lang simplifies fullstack applications, web, Android and iOS

https://www.dowe.dev
2•victorriba•8m ago•0 comments

The Economic Benefit of Refactoring

https://martinfowler.com/articles/exploring-gen-ai/refactoring-economic-benefit.html
3•javaeeeee•9m ago•0 comments

San Jose Plans $13B BART Subway Extension. How About <$1B?

https://www.forbes.com/sites/bradtempleton/2026/07/30/san-jose-plans-13b-bart-subway-extension--h...
2•xnx•9m ago•0 comments

Why self-hosted inference is essential

https://www.redhat.com/en/blog/why-self-hosted-inference-essential-building-reliable-sovereign-in...
2•meysamazad•11m ago•0 comments

HN: I ran a 56M parameter LLM across three ESP32-S3 boards via ESP-NOW

https://github.com/wladimiravila/esp32s3-distributed-ai
2•wladimiravila•12m ago•2 comments

Incremental Codebase Indexing with Merkle Trees and Tree-sitter

https://monkeyscode.com/blog/incremental-codebase-indexing-with-merkle-trees-and-tree-sitter
2•signa11•14m ago•0 comments

Treetable

https://web.archive.org/web/20220418084435/http://archive.vector.org.uk/art10500340
2•tosh•15m ago•0 comments

10 Year Old's Research Shocks Scientists Around the World [video]

https://www.youtube.com/watch?v=nhESxrqPjfU
3•thunderbong•15m ago•0 comments

Show HN: Let your agents create custom pods

https://thedaily.fm/docs/agents
2•carimura•16m ago•1 comments

Strings Don't Vibrate the Way You Think [video]

https://www.youtube.com/watch?v=sYdXa_yp0fc
3•Eddy_Viscosity2•16m ago•1 comments

Georgia homes are being acquired via sale or eminent domain to expand power grid

https://www.tomshardware.com/tech-industry/data-centers/30-georgia-homes-are-being-reclaimed-via-...
3•speckx•17m ago•0 comments

You and Your Research (1986)

https://paulgraham.com/hamming.html
3•tosh•18m ago•0 comments

The $60 Laptop

https://ringmast4r.substack.com/p/the-60-laptop
4•type0•18m ago•0 comments

I let a RAG index rot for 13 months. It grew 5x, 90% failed a check

https://ragproof.io/blog/rag-index-decay/
2•rimironenko•19m ago•0 comments

Show HN: Claude-account – switch Claude Code accounts without logging in again

https://github.com/hamzarehmandeveloper/claude-account
2•hamza_rehman•21m ago•0 comments

Paging Through a Parquet File in DuckDB: File_row_number or Offset?

https://rusty.today/blog/paging-parquet-duckdb-file-row-number-vs-offset/
4•rustyconover•22m ago•0 comments

Decentralized self-repair for modular robotic structures

https://arxiv.org/abs/2607.13444
14•sidhsikka123•22m ago•2 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.