frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bookmarks, done right: Give your bookmarks a shape worth keeping

https://chromewebstore.google.com/detail/kosh-bookmark-manager/meldjdfnfgefeoegccphimkmgmeamcce
2•havu12•8m ago•0 comments

Being a Doctor Will Never Be the Same After A.I

https://www.nytimes.com/2026/09/25/opinion/ai-doctor-medical-students.html
1•bookofjoe•12m ago•1 comments

OpenAI to Halt Training of Some Models

https://gizmodo.com/openai-to-halt-training-of-some-models-2000817912
2•HiroProtagonist•14m ago•0 comments

US power companies scramble to secure equipment

https://www.reuters.com/business/energy/us-power-companies-scramble-secure-equipment-surging-data...
1•JumpCrisscross•17m ago•0 comments

A Quick Guide on Creating a Design System

https://www.andrewcoyle.com/blog/a-quick-guide-on-creating-a-design-system
1•SenHeng•18m ago•0 comments

Free Space Bunny Model playground, no signup

https://spacebunnymodel.com/
1•jeyzolo•19m ago•1 comments

Locked out: Why young Europeans can't afford to buy homes

https://www.euronews.com/2026/09/23/locked-out-why-young-europeans-cant-afford-to-buy-homes
1•JumpCrisscross•19m ago•0 comments

Washington Challenges Brussels' Authority over X

https://reclaimthenet.org/washington-challenges-brussels-authority-over-x
1•miohtama•21m ago•0 comments

Five Million Robots Now Operate in Factories Globally

https://ifr.org/ifr-press-releases/news/five-million-robots-now-operate-in-factories-globally
1•JumpCrisscross•22m ago•0 comments

Advice to a Beginning Software Engineer

https://www.seangoedecke.com/advice-to-a-beginning-software-engineer/
1•donsquibio•22m ago•0 comments

SpaceX Pivots Away from Space

https://www.ft.com/content/0fd15797-ac89-4222-a4bb-03a6a1330f48
3•kristianp•23m ago•2 comments

Diagnosing and Mitigating Tool-Call Repetition in MiMo-v2.6

https://mimo.xiaomi.com/blog/mimo-v2-6-tool-call-repetition
1•bashtoni•25m ago•1 comments

3D necroprinting: Leveraging biotic material as the nozzle for 3D printing

https://www.science.org/doi/10.1126/sciadv.adw9953
1•ColinWright•26m ago•0 comments

How many strings can you create per second?

https://lemire.me/blog/2026/09/25/how-many-strings-can-you-create-per-second/
2•kristianp•32m ago•0 comments

VevDB

https://vevdb.com/
1•DASD•32m ago•1 comments

Show HN: Vanish moves heavy computation off your laptop

https://vanishcompute.com/
3•fcesco•33m ago•1 comments

Machine Learning Systems

https://mlsysbook.ai/
1•7777777phil•33m ago•0 comments

Eyes on Asteroids (NASA)

https://eyes.nasa.gov/apps/asteroids/
1•vetchzero•41m ago•0 comments

My Ansible Plugin Had a Jail Escape: CVE-2026-55074

https://blog.hofstede.it/my-ansible-plugin-had-a-jail-escape-cve-2026-55074/
1•zdw•41m ago•0 comments

Why Retail Stores are closing across America in 2026

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

George Hotz’s opinion on AI coding

https://twitter.com/__tinygrad__/status/2044354852663558370
3•sashank_1509•43m ago•2 comments

Save Your Time with These Agentic RAG Patterns

https://medium.com/@ZikoZero011/rag-is-easy-until-the-questions-stop-being-easy-a76186e11394
3•Natashiiy•46m ago•1 comments

Thieves steal Nvidia-labeled trailers – yields 20 tons of sand

https://www.tomshardware.com/pc-components/gpus/thieves-steal-nvidia-labeled-trailers-expecting-m...
1•toss1•48m ago•0 comments

AI Has Cracked the Most Diabolical Problems in Math. Why Can't It Solve Chess?

https://www.wsj.com/tech/ai/chess-artificial-intelligence-ai-e969a830
2•Anon84•48m ago•2 comments

Show HN: ShotCandy – Turn any screenshot into a beautiful share-ready image

https://github.com/btahir/shotcandy
2•bilater•48m ago•0 comments

Latency reduction for consumer facing AI applications

1•akiimehta•50m ago•0 comments

Show HN: InkVec Studio – In-browser, SOTA, WASM based (rust) vectorizer

https://logolabs-inkvec.static.hf.space/studio/index.html
2•stefatorus•52m ago•0 comments

Fundamentals still worth learning when AI writes the code

https://flaviocopes.com/fundamentals-ai-era/
1•ibobev•54m ago•0 comments

A thesis isn't enough for a PhD

https://lemire.me/blog/2026/09/26/a-thesis-isnt-enough-for-a-phd/
3•ibobev•58m ago•0 comments

How fast can you fix a UTF-16 string in C#?

https://lemire.me/blog/2026/09/26/how-fast-can-you-fix-a-utf-16-string-in-c/
1•ibobev•58m 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.