frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Switcher

https://www.folklore.org/Switcher.html
1•tambourine_man•1m ago•0 comments

Hugging Face open-sources Funes, a local-first memory layer for coding agents

https://huggingface.co/blog/funes
3•fourfire•6m ago•1 comments

After OpenAI's Bots Went Rogue, Watchdogs Were Kept on a Short Leash

https://www.nytimes.com/2026/09/03/technology/openai-hugging-face-hack.html
2•jaredwiener•7m ago•0 comments

Confronting Risks of Mirror Life

https://www.science.org/doi/10.1126/science.ads9158
2•mhb•9m ago•0 comments

Grep beats LSP? Why coding agents ignore your fancier tools

https://www.agentconnect.md/blog/grep-beat-lsp-harness/
4•kaonashi-tyc-01•10m ago•0 comments

Inside Gabe Newell’s 111m superyacht Leviathan

https://www.boatinternational.com/yachts/reports/gabe-newell-111m-superyacht-leviathan-oceanco
3•papa-whisky•11m ago•0 comments

Gemini 3.8 Flash

https://deepmind.google/models/model-cards/gemini-3-8-flash/
2•KinetiNode•11m ago•0 comments

Making LEDs from an Epiwafer

https://www.semiconductor.diy/guides/making-leds/
2•quantumwannabe•14m ago•0 comments

Show HN: JarPeek – Online JAR viewer, decompile classes locally (no upload)

https://jarpeek.com/
2•xooch_95•20m ago•0 comments

Rust 1.98.1

https://blog.rust-lang.org/2026/09/03/Rust-1.98.1/
3•theemathas•21m ago•0 comments

The 1990s Web vs. today's AI

https://arnoldkling.substack.com/p/the-1990s-web-vs-todays-ai
4•paulpauper•25m ago•0 comments

Ask HN: Why do many websites use a sign-in code instead of a password?

4•bariumbitmap•25m ago•1 comments

Is controllability becoming the real bottleneck for computer-use agents?

https://twitter.com/markchen90/status/2095597534412673109
2•oliviayii•27m ago•0 comments

Agentic Search

https://mistral.ai/news/agentic-search/
4•gmays•32m ago•0 comments

An 'Exercise Pill' Just Cleared Its First Human Test

https://gizmodo.com/an-exercise-pill-just-cleared-its-first-human-test-2000800380
2•tempestn•35m ago•1 comments

Tesla opens search for Cybercab fleet sales, but FSD owners are still left out

https://electrek.co/2026/09/03/tesla-opens-search-for-cybercab-fleet-sales-but-fsd-owners-are-sti...
3•jijojv•36m ago•0 comments

Nvidia Acquiring HuggingFace

https://blogs.nvidia.com/blog/nvidia-to-acquire-hugging-face/
3•zezaggering•38m ago•0 comments

The Impact of AI-Generated Text on the Internet

https://ai-on-the-internet.github.io
5•alphabetatango•40m ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
4•alphabetatango•43m ago•0 comments

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

https://arxiv.org/abs/2609.02849
2•sbulaev•44m ago•0 comments

Wan 3.0 – 30-second native-audio video from text, images, docs, or web

https://wan30.io
2•yoxi1•45m ago•0 comments

DEF Con 34 – Hacking AI – Bruce Schneier [video]

https://www.youtube.com/watch?v=eEBv0STiYhI
5•jonbaer•49m ago•0 comments

Probabilistic population forecasting: Short to long-term

https://www.sciencedirect.com/science/article/pii/S0169207021001394
2•andsoitis•51m ago•0 comments

Study projects human population up to 2300

https://populationconnection.org/blog/study-projects-human-population-up-to-2300/
3•andsoitis•52m ago•0 comments

A Mysterious Kidney Disease Has Arrived in Texas

https://www.texasmonthly.com/news-politics/ckdu-kidney-disease-immigration/
9•johntfella•57m ago•6 comments

Why Does Rust Need Send and Sync?

https://gmcgoldr.github.io/2026/09/03/send-sync-rust.html
3•garrinm•57m ago•0 comments

WireGuard Protocol Implementation in D

https://github.com/Geod24/wireguard
3•mhh__•1h ago•0 comments

OT Isolation Plan: What You Can Disconnect When It Matters

https://www.emberot.com/resources/blog/ot-isolation-plan/
4•TheWiggles•1h ago•0 comments

How to Parallelize a Transformer for Training

https://ezyang.github.io/interactive-parallelize-transformer/
2•gmays•1h ago•0 comments

Virtual Memory from First Principles

https://blog.codingconfessions.com/p/virtual-memory
1•signa11•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.