frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The future of work is world models

https://www.strangeloopcanon.com/p/the-future-of-work-is-world-models
1•surprisetalk•1m ago•0 comments

Repomind – 256K context coding agent on a single AMD MI300X (FP8)

https://github.com/SRKRZ23/repomind
1•sardor_r1•2m ago•0 comments

Shader Model 6.10 Preview and AgilitySDK 720 Preview

https://devblogs.microsoft.com/directx/shader-model-6-10-agilitysdk-720-preview/
1•ibobev•3m ago•0 comments

D3D12 LinAlg Matrix Preview

https://devblogs.microsoft.com/directx/d3d12-linalg-preview/
1•ibobev•3m ago•0 comments

Quantizing Tangent Frames

https://zeux.io/2026/04/30/quantizing-tangent-frames/
1•ibobev•4m ago•0 comments

Building an Open Source 7MB AI Terminal with Agents and Code Editor (Rust/Tauri)

https://github.com/crynta/terax-ai
1•crynta•5m ago•1 comments

The reason that everybody use LLMs [video]

https://www.youtube.com/watch?v=xE9W9Ghe4Jk
1•modinfo•5m ago•0 comments

Gnome Surface next-generation AI desktop platform built with GirCore-SkiaSharp

https://github.com/GnomeMaui/surface
1•czirok•6m ago•0 comments

Sumud flotilla ships released from Greek detention

https://www.marinetraffic.com/en/ais/home/shipid:85582/zoom:10
1•burnt-resistor•8m ago•1 comments

Nobody cares about what you do in the "Shadows"

https://saulala.discourse.group/t/nobody-cares-about-what-you-do-in-the-shadows/83
2•debesyla•10m ago•0 comments

CPanel's 30-Day Security Storm

1•panelica•11m ago•0 comments

Microsoft document spells out the company's buyout offer

https://www.businessinsider.com/microsoft-internal-document-shows-buyout-offers-to-us-employees-2...
1•the1plummie•11m ago•0 comments

SpaceXAI prepares Grok Build desktop app to rival OpenAI Codex

https://www.testingcatalog.com/spacexai-prepares-grok-build-desktop-app-to-rival-openai-codex/
1•mirzap•13m ago•0 comments

Martin van den Brink – Engineer and Architect of lithography systems at ASML

https://www.youtube.com/watch?v=XK84TlYTv5k
2•pillars•13m ago•0 comments

The Roadmap to Mastering Tool Calling in AI Agents

https://machinelearningmastery.com/the-roadmap-to-mastering-tool-calling-in-ai-agents/
1•dcu•13m ago•0 comments

Show HN: Turn E2E tests into observability signals

https://faultsense.com
1•mitchm•14m ago•1 comments

Supportson-AI support widget with video calls, built by an AI co-founder($29/mo)

https://supportson.com
1•peercast•15m ago•1 comments

Pentagon Tests Ingenious Plan to Protect Coasts from Hurricanes–and It's Working

https://gizmodo.com/pentagon-think-tank-just-came-up-with-an-ingenious-plan-to-protect-coasts-fro...
1•giuliomagnifico•17m ago•0 comments

Renovate with Figma

https://www.shapes.gg/renovate-with-figma/
1•GjermundG•19m ago•1 comments

Scaling to Global: Full Bilingual Support Added to Croisée

https://www.indiehackers.com/post/scaling-to-global-full-bilingual-support-added-to-crois-e-La2wb...
1•coisee•21m ago•0 comments

Fob – a local continuity layer for Claude, Codex, ChatGPT and Gemini

https://fob.sh
2•nharing•23m ago•0 comments

Eisenstein– exact hexagonal arithmetic for Rust (zero drift after 10k rotations)

https://superinstance.ai/demos
3•SuperInstance•24m ago•0 comments

Getting peak TOPS on a Ryzen AI 7 350 NPU

https://destevez.net/2026/05/getting-peak-tops-on-a-ryzen-ai-7-350-npu/
1•tverbeure•25m ago•0 comments

Focus Areas for the Anthropic Institute

https://www.anthropic.com/research/anthropic-institute-agenda
2•nedruod•30m ago•0 comments

Wipeout in Browser

https://hexgl.bkcore.com/#press
2•lovegrenoble•31m ago•0 comments

I lost track of which Claude Code tab needed me, so I built this

https://github.com/dgr8akki/claude-tab-watcher
2•dgr8akki•32m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•32m ago•0 comments

The Programmer After AI

https://gist.github.com/tamnd/11665e492d7a3b91ce54e26ecbd97248
1•tamnd•33m ago•0 comments

Stop MitM on the first SSH connection, on any VPS or cloud provider

https://www.joachimschipper.nl/Stop%20MITM%20on%20the%20first%20SSH%20connection,%20on%20any%20VP...
1•JoachimSchipper•34m ago•0 comments

Aube: Fast Node.js package manager that works with your existing lockfiles

https://aube.en.dev/
1•thunderbong•35m 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•11mo 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•11mo ago
Good
sphars•11mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•11mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.