frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1B rows (14B cells) in the browser with DuckDB and Glide Data Grid

https://analytics-grid.com/
1•engraver•9m ago•1 comments

My Accessibility Stack and the Future on Wayland

https://nocoffei.com/?p=451
1•birdculture•10m ago•0 comments

'Your devices could be at risk': how McAfee antivirus scams trade on fear

https://www.theguardian.com/money/2026/may/31/virus-software-scam-trade-fear-urgent-renewal
4•billybuckwheat•11m ago•0 comments

The ambiguous intelligence of coding agents

https://blog.viewfromtheweb.com/the-ambiguous-intelligence-of-coding-agents-9a2d96f5/
1•rickdg•13m ago•0 comments

Under the River

https://shopify.engineering/under-the-river
2•shahargl•24m ago•0 comments

Show HN: Egress WAF to limit AI agents and NPM malware based on mitmproxy

https://github.com/esamattis/mitmwall
1•esamatti•28m ago•0 comments

The Hardest Fork

https://www.chainguard.dev/unchained/the-hardest-fork
1•insomniacity•30m ago•0 comments

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

https://github.com/s-macke/Test-Drive-3-Maps
1•s-macke•35m ago•0 comments

Show HN: seed. – self-modifying webpage, on-device LLM, site in the URL

https://oxedom.github.io/seed/
1•oxedom•35m ago•1 comments

Local privacy-first period tracker

https://syncmateapp.com/
1•computersuck•37m ago•0 comments

Nvidia: We're adopting the Linux Foundation's OpenMDW framework

https://twitter.com/NVIDIAAI/status/2060035668655677804
3•tosh•40m ago•0 comments

Palindromes by Eric Harshbarger

http://www.ericharshbarger.org/cgi-bin/palindrome_viewer.cgi
1•jruohonen•42m ago•0 comments

The Eye of Argon

https://en.wikipedia.org/wiki/The_Eye_of_Argon
2•xg15•42m ago•0 comments

Branchless zero-dependency cardinal direction encoding using abs arithmetic

https://github.com/AbidiHichem-TunisianCoder/branchless-cardinal-direction-movement/blob/main/REA...
1•AbidiHichem•45m ago•0 comments

Show HN: AI Model Benchmark for Crypto Price Predictions

https://coinsignal.co/benchmark
1•docuru•45m ago•0 comments

The West Is Losing Taiwan

https://allenv0.github.io/blog/twwar
2•allenleee•49m ago•2 comments

Show HN: Pico, a small register-based scripting language I wrote in C

https://github.com/the0cp/pico
1•vaergawdd•49m ago•1 comments

Brands erased from the alphabet – can you identify them? (digital lipograms)

https://medium.com/@gui__/what-if-every-great-brand-had-its-own-digital-lipogram-94ce29a5b13d
1•gillesr•50m ago•0 comments

Meteor fireball triggered loud boom across New England

https://www.reuters.com/business/environment/meteor-fireball-triggered-loud-boom-across-new-engla...
1•svenfaw•52m ago•0 comments

Flathub disallows AI for submission and applications

https://social.treehouse.systems/@barthalion/116657011366876079
1•selfhoster1312•53m ago•1 comments

Show HN: Pytest-fastprom – Turn your SLOs into pytest assertions

https://github.com/Lujeni/pytest-fastprom
1•lujeni_•56m ago•0 comments

The Final Steps to a Sub-Minute Benchy

https://hackaday.com/2026/05/30/the-final-steps-to-a-sub-minute-benchy/
1•cbdevidal•56m ago•1 comments

AI for Bio has a Fuzzy API problem

https://ankitg.me/blog/2026/05/04/fuzzy_api.html
1•sebg•58m ago•0 comments

Why Gmail and Outlook Are Silently Killing Your Business

https://www.helloinbox.email/blog/why-gmail-and-outlook-are-silently-killing-your-business
2•ismaelyws•1h ago•3 comments

NesText: A Philosophical Divergence from Standard Structural Encoding

https://medium.com/@williamsken2013/the-latency-curse-why-human-language-is-broken-and-how-to-com...
1•IndieArchive•1h ago•0 comments

Ziglings

https://codeberg.org/ziglings/exercises/src/branch/main/README.md
1•tosh•1h ago•0 comments

Why AI can't be trusted to write scientific reviews

https://www.nature.com/articles/d41586-026-01616-3
3•XzetaU8•1h ago•1 comments

EU frets as China builds an industrial base in Morocco

https://www.ft.com/content/706c1db4-effa-4e53-9bdd-f66496407626
3•mmarian•1h ago•2 comments

Why Chinese AI labs went open and will remain open

https://try.works/why-chinese-ai-labs-went-open-and-will-remain-open
2•bkjlblh•1h ago•0 comments

SteamOS 3.8.6 Beta with Native Support for AMD HDMI VRR

https://www.phoronix.com/news/SteamOS-3.8.6-Beta
1•WithinReason•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•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.