frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Context graphs: how AI agents can store and use past decisions

https://nanonets.com/blog/what-is-a-context-graph/
3•vitaelabitur•11m ago•0 comments

AI Can Steal Your Bank Account in Hours

https://jmagineuniverse.blogspot.com/p/six-hours-to-infiltrate-bank-how-ai-is_0978359463.html
8•odilelof•15m ago•1 comments

Identity and security community with 288 Vendors

https://startwithidentity.com/vendors/
2•guptadeepak•16m ago•0 comments

Trump Asked FIFA to Review U.S. Player's Suspension. Now He's Eligible to Play

https://www.nytimes.com/2026/07/05/us/trump-fifa-balogun-world-cup.html
5•ortusdux•16m ago•0 comments

Crosspoint Reader – A FOSS firmware for Xteink ereaders

https://crosspointreader.com/
4•devonnull•18m ago•0 comments

Tell HN: I don't trust Bigco AI agents with AI research IP

3•botencat•19m ago•0 comments

Evil tip: avoid "easy" things (2016)

https://yosefk.com/blog/evil-tip-avoid-easy-things.html
2•downbad_•28m ago•0 comments

New Microsoft 365 pricing live, some products up by 42% due to AI

https://www.windowslatest.com/2026/07/05/microsoft-365-just-got-a-price-hike-over-continuous-inno...
4•ninko•29m ago•3 comments

AKM-CLR – pre-inference governance for vLLM-style LLM serving

https://github.com/irenee28/akm-clr-governance-layer
2•akili2805•29m ago•0 comments

Bench Press: Leaking Text Nodes with CSS (2024)

https://blog.pspaul.de/posts/bench-press-leaking-text-nodes-with-css/
2•gslin•31m ago•0 comments

DNSGlobe – Rust TUI to watch DNS propagate around the world

https://github.com/514-labs/dnsglobe
6•Callicles•32m ago•0 comments

I scored every FOMC statement since 1994 and put it behind an API

https://financialdatapi.com
3•Neith12•33m ago•0 comments

IronToll: Global Government-Impersonation PhaaS

https://phisheye.com/blog/irontoll-iron-man-phaas-campaign
2•naveenda•33m ago•0 comments

FIFA makes U-turn following call from Trump

https://www.reuters.com/sports/soccer/us-striker-balogun-available-belgium-clash-despite-red-card...
8•sxzygz•34m ago•1 comments

Ask HN: What do you do with the user guide of the universe?

2•KenographerPrim•37m ago•3 comments

Here here, there is no there, there

https://silvestro2026.substack.com/p/here-here
3•silvestromedia•39m ago•0 comments

Building blocks leave no crumbs

https://www.nvegater.com/blog/building-blocks
2•nvegater•39m ago•0 comments

Composite Video on the NES: Why's it so wobbly?

https://nicole.express/2026/phase-altering-by-line.html
3•zdw•42m ago•0 comments

One Piece as Modern Scripture

https://pilgrimsage.substack.com/p/the-grand-line
2•momentmaker•43m ago•0 comments

The Tech Sentiments Pulse: What Today's Tech and Crypto Headlines Are Signaling

https://medium.com/@thesuperrepemail/the-tech-sentiments-pulse-what-todays-tech-crypto-headlines-...
2•mssblogs•43m ago•0 comments

Prism: An Impure Functional Language With Typed Effects

https://www.stephendiehl.com/posts/prism/
2•azkalam•44m ago•0 comments

CoCom regulations and GPS receivers for balloons and cubesats

https://space.stackexchange.com/questions/14687/current-situation-with-cocom-regulations-and-gps-...
7•vinnyglennon•48m ago•0 comments

Had an idea for a Rust editor with simple Vim mode for learning

https://github.com/electronicsleep/rust-vim
2•ElectronicSleep•51m ago•1 comments

Vercel Container Registry

https://vercel.com/changelog/introducing-vcr-vercel-container-registry
2•lukesheard•52m ago•0 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
29•homegamesjoseph•55m ago•5 comments

Pacerift – I built a motorcycle telemetry app using only phone sensors

https://play.google.com/store/apps/details?id=com.xspl.pacerift&hl=en_US
3•sauravXzent•57m ago•0 comments

I'm an obsessed hobby cheesemaker. [AMA]

https://old.reddit.com/r/AskMeAnythingIAnswer/comments/1uo6cqc/im_an_obsessed_hobby_cheesemaker_ama/
3•consumer451•57m ago•0 comments

Bird nests of fibre-optic cables show war's impact on Ukraine

https://www.reuters.com/business/aerospace-defense/bird-nests-fibre-optic-cables-show-wars-impact...
6•joebig•57m ago•0 comments

LaCie drives just contain regular Seagate drives inside

https://twitter.com/eftegarie/status/2073881763055641034
4•amin•58m ago•3 comments

Live Image/Video Translation

https://blog.davidv.dev/posts/mobile-translator-video/
3•wonger_•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.