frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rendering the Sky, Sunsets, and Planets

https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
1•bj-rn•1m ago•0 comments

Google Search Is Down

https://www.google.com/search?q=test
1•recklesspigeon•1m ago•1 comments

Show HN: Tessera – Turn coding agent sessions into structured work

https://github.com/horang-labs/tessera
1•horanglabs•2m ago•0 comments

Skymizer's chip design could embarrass Nvidia and AMD cards

https://www.techradar.com/pro/tiny-company-steals-amds-thunder-and-challenges-nvidia-with-old-tec...
2•anticensor•10m ago•0 comments

Reddit Starts Blocking Mobile Website, Pushing Users to App Instead

https://www.macrumors.com/2026/05/11/reddit-starts-blocking-mobile-website/
4•_____k•12m ago•2 comments

Notes from Optimizing CPU-Bound Go Hot Paths

https://blog.andr2i.com/posts/2026-05-03-notes-from-optimizing-cpu-bound-go-hot-paths
1•nnx•14m ago•0 comments

Supercomputer networking to accelerate large scale AI training

https://openai.com/index/mrc-supercomputer-networking/
2•gmays•14m ago•0 comments

US in closely-guarded talks to open 3 new bases in Greenland

https://www.bbc.com/news/articles/cx21669452lo
2•rguiscard•16m ago•0 comments

The Underhanded C Contest

https://www.underhanded-c.org/
2•jruohonen•17m ago•0 comments

Show HN: Doomscroll the Goverment's UFO Files as One Gigantic Microfilm

https://hypergrid.systems/war.gov-ufo-viewer/microfilm2?page=2
3•keepamovin•20m ago•1 comments

Ask HN: Fight Traffic Cam Tickets?

1•voakbasda•21m ago•0 comments

100jobs.page is seeing ~200 visitors daily since launching 2 days ago

1•typekev•22m ago•1 comments

Chinese AI engineers are Silicon Valley's new power players

https://restofworld.org/2026/chinese-ai-researchers-silicon-valley/
2•tortilla•24m ago•0 comments

Thomas Massie for Congress accepts Bitcoin donations

https://www.massiemoneybomb.com/donate
1•Cider9986•27m ago•1 comments

Show HN: KeepDue – private iPhone reminders for free trials and renewals

https://apps.apple.com/us/app/keepdue/id6763344674
2•willsuo•32m ago•0 comments

Zig versus Rust in 2026

https://zackoverflow.dev/writing/zig-vs-rust-in-2026/
2•kaycebasques•33m ago•0 comments

Behavioral and Brain Alignment Between Frontier LRMs and Human Game Learners

https://botcs.github.io/reason-to-play/
2•paraschopra•34m ago•0 comments

That Great Sucking Sound

https://favorablethrivingconditions.substack.com/p/that-great-sucking-sound
2•paulpauper•41m ago•0 comments

Science Is Still Persuasion

https://hunchbox.substack.com/p/science-is-still-persuasion
2•paulpauper•41m ago•1 comments

The Assignment That Tells Hiring Managers Nothing New

https://stevearrants.substack.com/p/the-assignment-that-tells-hiring
1•eigenBasis•44m ago•0 comments

Gut Instinct: Connecting with our intuition

https://www.cheltenhamzen.co.uk/writings/gut-instinct
1•lawrenceyan•47m ago•0 comments

How do LLMs understand an artist's inner universe?

https://jimiwen.substack.com/p/how-do-llm-understand-artistic-inner
1•jimiwen•52m ago•0 comments

Ask HN: What would you want in a GitHub alternative?

1•vednig•54m ago•1 comments

Supply chain compromise in mistralai Python package

https://github.com/mistralai/client-python/issues/523
2•meander_water•55m ago•0 comments

The Cathedral, the Bazaar and the Kitchen

https://blog.vrypan.net/2026/05/11/the-cathedral-the-bazaar-and-the-kitchen/
1•ultratalk•56m ago•0 comments

Show HN: 3D pin art Audio Visualizer

https://github.com/wyattmattoe/pin-art-visualizer
1•wyattmattoe•57m ago•0 comments

Arcadia, CA, Mayor Federally Charged with Acting as Illegal Agent of PRC, Pleads

https://www.justice.gov/usao-cdca/pr/arcadia-mayor-federally-charged-acting-illegal-agent-peoples...
6•737min•1h ago•1 comments

Extremely Low Frequencies

https://computer.rip/2026-05-09-extremely-low-frequencies.html
1•pinewurst•1h ago•0 comments

Tuna-2: Pixel Embeddings Beat Vision Encoders for Understanding, Generation

https://github.com/facebookresearch/tuna-2
1•gmays•1h ago•0 comments

ClickFix Campaign: I Searched for Tailscale and Found a Phishing Operation

https://perezbox.com/articles/clickfix-campaign-tailscale-nine-month-phishing-operation
1•sucuri2•1h 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.