frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FixMonorepo – Fix a monorepo by splitting it into single-file repos

https://github.com/twigg-vc/fixmonorepo
1•andrebianchessi•55s ago•0 comments

mst3k-anything

https://github.com/jgbrwn/mst3k-anything
1•indigodaddy•3m ago•0 comments

How is AWS console so broken?

1•anuptalwalkar•6m ago•0 comments

Testing Grok 4.6's Enhanced Biology Safeguards

https://blog.latch.bio/p/analyzing-grok46-safeguards
1•fourfire•9m ago•0 comments

Shopify's agent-commerce category filter didn't filter on any of 190 stores

https://shelfglance.com/research/ucp-category-filter
1•BruceM2007•13m ago•0 comments

Conduct react interviews with a shared coding workspace

https://www.reactpair.com/
1•vijayst•14m ago•0 comments

Huawei Became China's Nvidia [video]

https://www.youtube.com/watch?v=Jbq4wrZn-DI
1•deterministic•15m ago•0 comments

B.C. boaters warned to avoid mysterious floating island

https://cheknews.ca/b-c-boaters-warned-to-avoid-mysterious-floating-island-1345202/
2•ehxor•17m ago•0 comments

XGBoost from Scratch

https://randomrealizations.com/posts/xgboost-from-scratch/
2•auraham•20m ago•0 comments

High-performance lossless floating-point compression in pure Rust

https://crates.io/crates/fastalp
2•rmw-link•24m ago•0 comments

Contest announcement – Build on BareMetal Cloud Sep 7-20

https://returninfinity.com/blog/sep2026-build-on-baremetal-contest
1•varunmadhokRetI•33m ago•1 comments

OpenRCT on GitHub Pages

https://atapifire.github.io/OpenRCT2-Web/
1•websim_api•33m ago•1 comments

Another Tesla on Autopilot Stopped on Freeway, Driver Died: Report

https://gizmodo.com/another-telsa-on-autopilot-stopped-on-freeway-driver-died-report-2000805742
4•kamaraju•35m ago•4 comments

AI Made Writing Code Free. It Made Reading Code Expensive

https://medium.com/c-sharp-programming/ai-made-writing-code-free-it-made-reading-code-expensive-e...
2•sukhpinder0804•38m ago•0 comments

RollerCoaster Tycoon Needs Early Access Users

https://store.steampowered.com/app/4734550/RollerCoaster_Tycoon_Wonderworks/
3•kamphey•40m ago•0 comments

A Bicycle for the Mind

https://pulkomandy.tk/_/_Life/_A%20bicycle%20for%20the%20mind
1•vinhnx•40m ago•0 comments

Aviation Herald sued; editor forced to sell home of 40y and move into his office

https://avherald.com/h?article=53c8958a
2•gnuplustoejam•44m ago•0 comments

One in three AI scribe notes carries a verified clinical error

https://arxiv.org/abs/2608.31017
2•sbulaev•45m ago•1 comments

Command and Conquer Series Retrospective (4.5 Hours) [video]

https://www.youtube.com/watch?v=3EwZelaQ78c
1•nomilk•46m ago•0 comments

Russian Sanctions Are Fueling a Canadian Car Theft Epidemic

https://www.nytimes.com/2026/08/27/world/canada/canada-car-theft-russia-sanctions.html
3•lxm•53m ago•0 comments

life hacks in devil daggers and general yap about homing timings [video]

https://www.youtube.com/watch?v=wqMEnSWjrCs
3•lelandfe•53m ago•0 comments

Fake Books (2022)

https://blog.coredump.cx/p/fake-books
1•surround•54m ago•0 comments

Open Source X Algorithm Integrates First Public Contribution

https://github.com/xai-org/x-algorithm/pull/55
3•nomilk•55m ago•1 comments

Piloting the first double-blind AI evaluations

https://deepmind.google/blog/piloting-the-worlds-first-double-blind-ai-evaluations/
1•williamtrask•56m ago•0 comments

Show HN: Markdown Gatekeeper – one current source per topic for AI agents

https://github.com/nanlogic/markdown-gatekeeper
3•sacravenger•1h ago•0 comments

TrackerControl for Android

https://trackercontrol.org/
2•uoaei•1h ago•0 comments

What we've learned building cloud agents

https://cursor.com/blog/cloud-agent-lessons
1•shenli3514•1h ago•0 comments

Show HN: Pastecmd – copy/paste between Phone/PC, end-to-end encrypted

https://pastecmd.com
2•DavidD•1h ago•0 comments

A Hedge-Fund Titan's Divorce Is Putting Wall Street's Staggering Wealth on Publi

https://www.wsj.com/personal-finance/a-hedge-fund-titans-divorce-is-putting-wall-streets-staggeri...
4•kamaraju•1h ago•0 comments

EngineRed: Asymmetric AI Warfare

https://sma-das.blog/blogs/enginered-asymmetric-ai-warfare
1•smadas•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.