frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EvoForest-WM: Discovered Neuro-Symbolic World Model for Multivariate Time-Series

https://gist.github.com/kayuksel/cbb304038471befead2c1926610e9ff4
1•kayuksel•8m ago•0 comments

Anthropic says Alibaba illicitly extracted Claude AI model capabilities

https://www.reuters.com/world/china/anthropic-says-alibaba-illicitly-extracted-claude-ai-model-ca...
3•madars•12m ago•1 comments

Show HN: Docket Fleet – mobile device cloud

https://fleet.docketqa.com
2•boriskurikhin•13m ago•0 comments

Japan's AI goldrush faces backlash as data centers sprout up in urban areas

https://www.japantimes.co.jp/environment/2026/06/21/data-center-pushback/
1•mikhael•15m ago•0 comments

M5StackChan AI Desktop Robot

https://shop.m5stack.com/products/stackchan-kawaii-co-created-open-source-ai-desktop-robot
1•rglover•17m ago•0 comments

Aurora Loom, luminous 3D strands woven into a living Aurora

https://sand-morph.up.railway.app/aurora-loom
1•echohive42•23m ago•0 comments

Code as Agent Harness

https://arxiv.org/abs/2605.18747
2•matt_d•24m ago•0 comments

Free UX Review for websites, web apps and mobile apps

https://momocentral.com/pages-we-train-our-designers-you-get-a-free-ux-review/
2•su_yuen•25m ago•1 comments

A CVE Dispute

https://daniel.haxx.se/blog/2026/06/24/a-cve-dispute/
4•chmaynard•29m ago•0 comments

Show HN: Mcplexer.com

https://mcplexer.com
2•maxrev17•30m ago•0 comments

Why can't online purchases be as easy as point-of-sale purchases?

1•jkyrlach•32m ago•0 comments

Spatially distributed complex organic matter detected in Mars crater

https://www.science.org/doi/10.1126/sciadv.adx0047
2•Jimmc414•33m ago•0 comments

Al-1.0 – A lightweight attribution logging engine for transformers

https://github.com/RayFromBoston/AI-Source-Engine
1•RayfromBoston•37m ago•1 comments

Show HN: DesktopMCP – Let AI See and Operate your Linux desktop

https://github.com/varbhat/desktopmcp
2•varbhat•39m ago•1 comments

Introduction to the DOM for Vulnerability Researchers

https://www.youtube.com/watch?v=Pwta5nZtVNA
2•wetw0rk•42m ago•0 comments

A magnitude 6.9 earthquake has struck near Iwate Pref Japan

https://www3.nhk.or.jp/nhkworld/en/news/weather-disaster/earthquake/
6•momentmaker•44m ago•2 comments

ZKP-Vault: Cryptographic Session Gating and Data Center Optimization

https://github.com/Les-Senters/ZKP-Vault-
1•zkpvault•49m ago•0 comments

I'm Not a Cat

https://www.scattered-thoughts.net/writing/im-not-a-cat/
1•jamii•51m ago•0 comments

I Am the Spark, the Bellows, and the Quench

https://zackproser.com/blog/spark-bellows-quench
1•gk1•51m ago•0 comments

The year is 2063 and you were never interesting

https://lizleatrice.substack.com/p/the-year-is-2063-and-you-were-never
1•FigurativeVoid•52m ago•0 comments

Omnigent: Open-source meta harness for agents

https://github.com/omnigent-ai/omnigent
2•chatmasta•53m ago•0 comments

PostgreSQL Is Enough

https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb
43•Imustaskforhelp•59m ago•14 comments

Steam Machine: Official Overview and Quick Start Guide [video]

https://www.youtube.com/watch?v=XPNW3GCIeOM
3•Jotalea•1h ago•0 comments

Show HN: RealTube – Watch YouTube with filters for AI-generated content

https://realtube.io
1•danielpop•1h ago•0 comments

Cloudflare teams up with big browsers to help websites detect unwelcome visitors

https://www.theregister.com/software/2026/06/22/cloudflare-teams-up-with-big-browsers-to-help-web...
4•cpeterso•1h ago•0 comments

Colorado Startup Week Call for Sessions 2026

https://docs.google.com/forms/d/e/1FAIpQLScfiL33y9FMODTRB-AqlZaWEoA3cbwhXg1dDFEEy_-uyoqfjQ/viewform
3•mooreds•1h ago•0 comments

Why communities struggle to change [video]

https://www.youtube.com/watch?v=HGa2a4IiYOA
1•mooreds•1h ago•0 comments

Food Delivery Killed Competition (and Your Budget) [video]

https://www.youtube.com/watch?v=1Eq5jzsu1xU
2•mooreds•1h ago•0 comments

Stochastics

https://stochastics.vercel.app/
2•talos-better•1h ago•0 comments

Chinese Supercomputer Overtakes U.S. as World's Fastest

https://www.wsj.com/tech/ai/chinese-supercomputer-overtakes-u-s-as-worlds-fastest-d0f8dbff
6•bookofjoe•1h ago•3 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.