frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Securing the Nation Against Advanced Cryptographic Attacks

https://www.whitehouse.gov/presidential-actions/2026/06/securing-the-nation-against-advanced-cryp...
1•FiloSottile•38s ago•0 comments

Turn your commits into LinkedIn posts

1•nikitafaesch•3m ago•0 comments

C0mpute Data

https://data.c0mpute.ai/
1•handfuloflight•4m ago•0 comments

California admits using high-risk AI – including systems it failed to report

https://calmatters.org/politics/2026/06/california-admits-government-ai-risk-after-denying/
1•cdrnsf•4m ago•0 comments

Publishing AI Write-Ups to a URL – Without Leaking the Client Ones

https://bradystroud.dev/blogs/private-docs-vault
1•bradystroud•7m ago•0 comments

There Is Too Much

https://vtorosyan.gitHub.io/there-is-too-much/
1•vtorosyan•11m ago•0 comments

White House Executive Order on Quantum Innovation

https://www.whitehouse.gov/presidential-actions/2026/06/ushering-in-the-next-frontier-of-quantum-...
3•atlasunshrugged•11m ago•0 comments

New Abuse of the ClickOnce Technology

https://www.crowdstrike.com/en-us/blog/new-abuse-of-the-clickonce-technology-part-one/
2•eatonphil•12m ago•0 comments

About Those "Hackquisitions"

https://spyglass.org/failed-hackquisitions/
1•momentmaker•13m ago•0 comments

Lines or Less: Test Case Minimization

https://matklad.github.io/2026/04/20/test-case-minimization.html
1•birdculture•15m ago•0 comments

Code Smells when you get AI to write your Front end Tests

https://howtotestfrontend.com/resources/frontend-ai-generated-test-code-smells
2•howToTestFE•15m ago•0 comments

ytr: YouTube Radio for Emacs

https://xenodium.com/ytr-youtube-radio-for-emacs
1•xenodium•16m ago•0 comments

Unsloth GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/models/glm-5.2
3•TechTechTech•16m ago•0 comments

Qualcomm is in talks to acquire Modular for $4B

https://www.bloomberg.com/news/articles/2026-06-22/qualcomm-is-said-to-near-deal-for-ai-chip-star...
3•colesantiago•18m ago•1 comments

OpenAI's $1T Bullshit Is Falling Apart [video]

https://www.youtube.com/watch?v=vbNz0CeIG3E
5•devonnull•19m ago•1 comments

Laser-Based Audio Injection on Voice-Controllable Systems

https://lightcommands.com
1•rvnx•21m ago•0 comments

Rocket Lab launches satellite for U.S. Space Force Victus Haze responsive space

https://spacenews.com/rocket-lab-launches-satellite-for-u-s-space-force-victus-haze-responsive-sp...
1•bookmtn•22m ago•0 comments

Frontpage Getting Boring?

https://www.frontpage.social/fronts
1•teodorwaltervid•25m ago•0 comments

Rlwrap your CLI tools, dammit

https://github.com/hanslub42/rlwrap
1•nvader•31m ago•0 comments

Vector Graphics in Lil

http://beyondloom.com/blog/vectorgraphics.html
2•RodgerTheGreat•32m ago•0 comments

Vulgar Materialism

https://borretti.me/article/on-vulgar-materialism
2•leephillips•33m ago•0 comments

Tacky men with ridiculous glasses want you to wear them too

https://manualdousuario.net/en/smart-glasses-ugly-tacky/
6•rpgbr•38m ago•1 comments

United States Standard for the Colors of Signal Lights [pdf]

https://nvlpubs.nist.gov/nistpubs/Legacy/hb/nbshandbook95.pdf
1•js2•39m ago•0 comments

Lucid Reduces Production and Lays Off 18 Percent of Its Workforce

https://www.caranddriver.com/news/a71668069/lucid-layoffs-production-cuts/
2•RickJWagner•39m ago•2 comments

Reading the Dictators' Newspapers (2025)

https://www.currentaffairs.org/news/reading-the-dictators-newspapers
2•theanonymousone•39m ago•0 comments

Ask HN: Why do we use depth first search on comment threads in HN?

2•robertclaus•40m ago•1 comments

Job application asked for my SAT scores

https://mrmarket.lol/job-application-asked-for-my-sat-scores/
2•seltzerboys•42m ago•0 comments

Ask HN: What is today's "Bitcoin in 2010"?

1•TimCTRL•43m ago•0 comments

Burnham ally to unveil ambitious plan to reverse decades of privatisation

https://www.theguardian.com/politics/2026/jun/21/burnham-ally-to-unveil-ambitious-plan-to-reverse...
4•paulpauper•44m ago•0 comments

Concerns over therapy ferrets used to kill rats at UK's largest childrens prison

https://www.theguardian.com/society/2026/jun/21/therapy-ferrets-kill-rats-uk-largest-children-pri...
3•paulpauper•44m ago•1 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.