frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Forth – is it still relevant?

https://github.com/chochain/eforth
1•lioeters•1m ago•0 comments

Building a CI/CD Pipeline Runner from Scratch in Python

https://muhammadraza.me/2025/building-cicd-pipeline-runner-python/
1•todsacerdoti•3m ago•0 comments

Show HN: PyNIFE. 400-900× speedup for embedding-based retrieval pipelines

https://github.com/stephantul/pynife
1•stephantul•9m ago•0 comments

Runc breaks pods when CPU requests aren't multiples of 10

https://github.com/opencontainers/runc/issues/4982
2•dropbox_miner•12m ago•0 comments

Boat crews accused of being narco-terrorists have a more nuanced truth

https://apnews.com/article/trump-venezuela-boat-strikes-drugs-cocaine-trafficking-95b54a3a5efec74...
2•MilnerRoute•15m ago•2 comments

Claude in Xcode

https://www.anthropic.com/news/claude-in-xcode
1•Austin_Conlon•15m ago•0 comments

LightGBM Explained

https://yanisfalaki.com/posts/lgbm/
1•empyreanite•19m ago•0 comments

Study of 3 Million Finnish Adults Finds Non-Voters Tend to Die Earlier

https://scienceclock.com/study-of-3-million-finnish-adults-finds-non-voters-tend-to-die-earlier/
1•ashishgupta2209•20m ago•0 comments

Show HN: Coderive – Programming Language built on a phone

https://github.com/DanexCodr/Coderive
1•DanexCodr•22m ago•0 comments

Baby Shoggoth Is Listening

https://theamericanscholar.org/baby-shoggoth-is-listening/
1•nsoonhui•24m ago•0 comments

The Big Sleep differences between 1945/1946 versions video comparison

https://old.reddit.com/r/filmnoir/comments/1ka776j/the_big_sleep_differences_between_the_19451946/
1•Marshferm•33m ago•0 comments

The Space SIM's Last Hurrah

https://www.filfre.net/2025/11/the-space-sims-last-hurrah/
1•doppp•37m ago•0 comments

Blended wings: The sci-fi aircraft concept could appear at an airport near you

https://www.bbc.com/future/article/20251107-blended-wings-the-sci-fi-look-that-may-shape-tomorrow...
2•nashashmi•39m ago•0 comments

Hacktivate: Capture the Flag

https://www.hacktivate.io/
1•evo_9•46m ago•0 comments

Grok 4 Fast now has 2M context window

https://docs.x.ai/docs/models
21•hereme888•50m ago•10 comments

Reverse engineering Codex CLI to get GPT-5-Codex-Mini to draw me a pelican

https://simonwillison.net/2025/Nov/9/gpt-5-codex-mini/
1•simonw•57m ago•0 comments

Managing Diabetes in Software Freedom

https://sfconservancy.org/blog/2025/nov/06/juggluco-foss-continuous-glucose-montior-diabetes/
2•pabs3•1h ago•0 comments

The Company Funneling Paywalled Articles to AI Developers

https://www.msn.com/en-us/money/news/the-company-quietly-funneling-paywalled-articles-to-ai-devel...
2•jnord•1h ago•1 comments

Stargate Abilene: A Citrini Field Trip

https://www.citriniresearch.com/p/stargate-a-citrini-field-trip-bde
2•walterbell•1h ago•0 comments

Boring Company fined nearly $500K after it dumped drilling fluids into manholes

https://www.yahoo.com/news/articles/elon-musk-boring-company-fined-150000426.html
65•eloisius•1h ago•12 comments

An Intellectual Crucible: Steven Machat's School of Sacred Knowledge

https://stevenmachat.substack.com/p/enter-the-young
2•johnaldenboyd•1h ago•0 comments

Syntax and Semantics of Programming Languages (1995)

https://homepage.cs.uiowa.edu/~slonnegr/plf/Book/
12•nill0•1h ago•12 comments

Show HN: AI text rewriter with 90%+ detection pass rate

https://www.yanbiai.com/tools/paper-pass?ly=hackernews
2•yanwenai2021•1h ago•0 comments

GitHub Issues

3•van_lizard•1h ago•0 comments

Mathematical exploration and discovery at scale – Terence Tao et al.

https://arxiv.org/abs/2511.02864
3•crvdgc•1h ago•1 comments

Show HN: Geofenced chat communities anyone can create

https://vicinity.social/
6•clarencehoward•2h ago•1 comments

A Turing complete language in TypeScript types

https://github.com/KaiStevenson/kai-script
2•aberrantflux•2h ago•1 comments

Show HN: Xleak – Terminal Excel viewer with interactive TUI and search

https://github.com/bgreenwell/xleak
3•w108bmg•2h ago•0 comments

Tabloid: The Clickbait Headline Programming Language

https://tabloid.vercel.app/
63•sadeshmukh•2h ago•11 comments

Show HN: Sitemap Harvester – Extract metadata from any website's sitemap to CSV

https://github.com/meysam81/sitemap-harvester
2•meysamazad•2h 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•5mo 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•5mo ago
Good
sphars•5mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•5mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.