frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Give This Markdown to Your Coding Agent Before Publishing to NPM

1•freakynit•1m ago•0 comments

Deel's "Accelerate or Die" Moment

https://www.onlycfo.io/p/deels-accelerate-or-die-moment
1•wapasta•3m ago•0 comments

Claude is telling users to go to sleep mid-session and nobody understands why

https://fortune.com/2026/05/14/why-is-claude-telling-users-to-go-to-sleep-anthropic-ai-sentient/
2•TMWNN•4m ago•1 comments

CNN: 'Russia is losing in Ukraine. China has noticed – Trump should too'

https://www.cnn.com/2026/05/20/politics/russia-losing-ukraine-mcgurk-analysis
1•MilnerRoute•4m ago•0 comments

Trying to figure out what Claude is helping in?

1•jaspanglia•6m ago•0 comments

Practice Guide for Computer [pdf]

https://codeberg.org/oneirophage/practice-guide-for-computer/raw/branch/main/guide.pdf
1•vermilingua•6m ago•0 comments

HN: SteelSpine replay tool for debugging AI agents

https://steelspine.ai
1•J_Felps•13m ago•1 comments

Hiring | AI Automation Engineer | Remote

2•saganrec•13m ago•1 comments

Show HN: GoPOSIX – a Go-native POSIX userland, ~97% BusyBox-compatible

https://github.com/ramayac/GoPOSIX/
2•ramayac•15m ago•0 comments

Autonomous Multi-Agent Cyber Defense

1•arslantoor•17m ago•0 comments

Vance tells anti-immigration protesters in the UK to 'keep on going'

https://www.theguardian.com/us-news/2026/may/19/jd-vance-uk-anti-immigration-rally-comments
1•KnuthIsGod•18m ago•0 comments

LLM Wiki v2

https://gist.github.com/kanmadigital/2369c4f5ea410cb8f6a1647b40c0e2a1
1•gmays•21m ago•0 comments

Ask HN: How does everyone talk about their work when they've used AI?

3•deku2099•25m ago•1 comments

Even by Trumpian standards, a $1.8B fund for friends is bad

https://www.economist.com/united-states/2026/05/19/even-by-trumpian-standards-a-18bn-fund-for-fri...
4•petethomas•28m ago•0 comments

GitHub Compromised

https://twitter.com/i/status/2056949168208552080
18•claaams•34m ago•6 comments

Ask HN: How to manage AI APIs for SaaS application?

3•sbinnee•36m ago•1 comments

More Stupid Medium Stats Tricks

https://medium.com/luminasticity/more-stupid-medium-stats-tricks-41150cbbc6e0
2•bryanrasmussen•46m ago•0 comments

Your Slop, My Sludge

https://justingarrison.com/blog/2026-05-19-your-slop-my-sludge/
3•wapasta•48m ago•0 comments

Fast Factorial Algorithms

http://www.luschny.de/math/factorial/FastFactorialFunctions.htm
3•nill0•51m ago•0 comments

OpenAI commits S$300M to grow Singapore's AI capabilities

https://www.channelnewsasia.com/singapore/openai-singapore-300-million-ai-6128036
2•doppp•53m ago•0 comments

List of Consumer Reporting Companies [pdf]

https://files.consumerfinance.gov/f/documents/cfpb_consumer-reporting-companies_list_2025.pdf
1•m3047•53m ago•1 comments

Alternatives for the EDIT tool of LLM agents

https://antirez.com/news/166
1•calvinfo•58m ago•1 comments

Google to release first smart glasses since Google Glass flop

https://www.bbc.com/news/articles/cvgz1ynq1nqo
2•1659447091•59m ago•0 comments

Positive Alignment: Artificial Intelligence for Human Flourishing

https://arxiv.org/abs/2605.10310
1•lexandstuff•1h ago•0 comments

I Asked ChatGPT to Manage a Stock Portfolio

https://www.wsj.com/finance/investing/i-asked-chatgpt-to-manage-a-stock-portfolio-heres-how-it-di...
3•lxm•1h ago•2 comments

Slap Links – A Chrome extension inspired by SlapMac

https://slaplinks.app/
2•_matiassalles99•1h ago•1 comments

I'm Watching a Humanoid Robot Sort Packages

https://jpain.io/im-watching-a-humanoid-robot-sort-packages/
2•Eighth•1h ago•0 comments

LLM detector with science behind it

https://huggingface.co/spaces/akolpakov/SatorArepo
2•bold_iggl•1h ago•3 comments

Ask HN: What are Stainless users doing now that Anthropic has killed it?

5•ubutler•1h ago•1 comments

The Incompatibilities Between Generative AI and Art: Q&A with Ted Chiang

https://cdh.princeton.edu/blog/ted-chiang/
3•georgecmu•1h ago•2 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•12mo 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•12mo ago
Good
sphars•12mo ago
Your demo app on vercel is currently 404-ing
hsrambo07•12mo ago
Thanks for pointing. It's fixed now, it was some deployment bug.