frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hackers Don't Break in Anymore, They Log In

https://redmondmag.com/articles/2026/03/10/hackers-dont-break-in-anymore.aspx
1•janandonly•46s ago•0 comments

Show HN: Shri-io – a privacy-first, self-hosted URL shortener

https://github.com/barats/shrl-io
1•baratsemet•52s ago•0 comments

AI and the collapse of the intelligence-based hierarchy of merit

https://mattbruenig.com/2026/08/31/more-thoughts-on-ai/
1•rzk•5m ago•0 comments

Do you code in silence or do you listen to music?

https://textlog.cc/post/1078
1•stagas•6m ago•0 comments

Reticulum Is Not a Democracy

1•supernihil•9m ago•0 comments

Code Review Is Dead?

https://gioorgi.com/2026/code-review-dead/
1•daitangio•9m ago•1 comments

False Completion Is the Real Failure Mode of Coding Agents

https://medium.com/@giladha/false-completion-is-the-real-failure-mode-of-coding-agents-744be5a8c9c4
1•giladha•11m ago•0 comments

Apple Speech vs. Whisper: How Good Is Apple's New SpeechAnalyzer?

https://whispernotes.app/blog/apple-speech-vs-whisper
1•mazzystar•11m ago•0 comments

AI agents carried out every step of this ransomware attack – then left

https://www.theregister.com/security/2026/09/02/ai-agents-carried-out-every-step-of-this-ransomwa...
1•sbulaev•12m ago•0 comments

Why Ilya Sutskever's $32B SSI Valuation Highlights a Fatal Epistemic Vacuum

https://zenodo.org/records/22162749
1•AaRubinstein_CA•14m ago•0 comments

Three schoolgirls in Kinsale pulled up a pea plant covered in warts

https://scienceblog.com/b-three-schoolgirls-in-kinsale-pulled-up-a-pea-plant-covered-in-warts-and...
2•DamonHD•15m ago•1 comments

The Download: AI puzzles and a path to our nearest star system

https://www.technologyreview.com/2026/09/02/1143283/the-download-ai-puzzles-alpha-centauri-mission/
1•joozio•17m ago•0 comments

Sandbox

1•cyteeditor•17m ago•0 comments

Chat Bots Compared: An interactive quiz to find AI companions

https://chatbotscompared.com/
1•Sharanxxxx•17m ago•0 comments

Pre-Release of Polars 2.0

https://pola.rs/posts/announcing-polars-2/
2•komape•20m ago•0 comments

The birthday paradox and why hashes are 256 bits, not 128

https://sslog.dpdns.org/birthday-attack.html
1•Shaurya_Sharma•24m ago•0 comments

An open-source design plugin that helps your AI build less generic websites

https://github.com/MickeyAlton33/web-designer-plugin
1•Nina_antalpha•27m ago•0 comments

Sex After AGI

https://twitter.com/Joshbocanegra/status/2093122061116035105
1•jbai•29m ago•0 comments

Terence Tao: Protecting math problems from automated solvers

https://mathstodon.xyz/@tao/117204929023813310
3•bertman•29m ago•0 comments

No Vibe Coding: Discussion Coding on Termux – Phone Only, Zero Trust

https://m.blog.naver.com/amadale/224399795090
1•garlicfarmer•32m ago•0 comments

Show HN: Self-hosted CRM for manufacturing (Django and Htmx)

https://github.com/OlegUshakov-pl/CRM
1•OlegUshakov•33m ago•0 comments

Markdown Editors Weren't Built for Coding Agents, So I Made One

https://marginal.md/blog.html
2•kishiguro•34m ago•0 comments

Show HN: Tiny Markdown CLI renderer – Streaming, 10x faster, 2MB flat RAM

https://github.com/cjccjj/mdflow
2•cjcj•34m ago•1 comments

Lex Speedman: We love you, Lex. but You talk too slow

https://lexspeedman.com/
1•mellosouls•39m ago•0 comments

Show HN: 2nd Release Canddiate for Back in Time 2.0.0

https://github.com/bit-team/backintime/releases/tag/v2.0.0-rc2
1•buhtz•50m ago•0 comments

How Delhi Built a World-Class Metro for a Bargain

https://www.nytimes.com/2026/09/02/headway/india-delhi-metro-public-transit.html
2•thunderbong•51m ago•0 comments

Show HN: A register of agent-payment code that pays once when the reply is lost

https://aurumflux.co/retry-safety/
1•aurumflux20•52m ago•0 comments

Gemini 3.8 Flash in Google Antigravity – Google Antigravity Blog

https://antigravity.google/blog/gemini-3-8-flash-in-google-antigravity
1•humphrey_liu•54m ago•0 comments

Claude Code skill: no emdashes

https://github.com/woutersf/claude-skill-no-emdashes
1•woutersf•57m ago•0 comments

Upload died on Mac air M5. Apple networking needs reboot

https://frederikwouters.be/blog/have-you-tried-turning-it-off-and-on-again
1•woutersf•57m 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.