frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Synth beats Fable 5 on deep research

https://trustedrouter.com/blog/synth-iris-prometheus-zeus
1•ljlolel•1m ago•1 comments

Interactive TUI for Terraform Plans

https://github.com/omarismail/terraform-plan-tui
1•omar-terraform•1m ago•0 comments

No More Free Lunch for Consistency Across Microservices

https://medium.com/@pivotfakie/no-more-free-lunch-for-consistency-across-microservices-f9f7aca9a956
1•feeblefakie•2m ago•0 comments

A Tiny Compiler for Data-Parallel Kernels

https://healeycodes.com/a-tiny-compiler-for-data-parallel-kernels
1•healeycodes•2m ago•0 comments

Show HN: Pith – A local-first desktop LLM wiki without vector DBs or embeddings

https://github.com/l-zhi/pith-wiki
1•a569171010•2m ago•0 comments

Your Last Paycheck was 726 Days Ago

https://uberpub.com/posts/your-last-paycheck-was-726-days-ago/
1•pcbmaker20•3m ago•0 comments

Formal Verification Benchmarks Are the Key to Ironclad Software Infrastructure

https://www.galois.com/articles/formal-verification-benchmarks-are-the-key-to-ironclad-software-i...
1•surprisetalk•3m ago•0 comments

Benchmarking four open-source geo-experiment tools against known ground truth

https://research.getrecast.com/geolift-sim-study/
1•mrsoli•5m ago•0 comments

Machine learning rediscovers equations governing ocean biogeochemistry

https://phys.org/news/2026-06-machine-rediscovers-equations-ocean-biogeochemistry.html
1•brandonb•6m ago•0 comments

Meta debuts AI-powered Meta Glasses, starting at $299

https://finance.yahoo.com/technology/article/meta-debuts-ai-powered-meta-glasses-starting-at-299-...
1•gmays•6m ago•0 comments

Show HN: Network-Attached Serial Mouse

https://github.com/NTICompass/NetworkAttachedMouse
1•nticompass•7m ago•0 comments

MAGA Congresswoman Denies Using AI to Write Bill

https://gizmodo.com/maga-congresswoman-denies-using-ai-to-write-bill-love-claude-but-grok-is-way-...
2•AdmiralAsshat•8m ago•0 comments

Sixth Technology: who we are, what we do, and how we do it

https://medium.com/@6thMind/sixth-technology-who-we-are-what-we-do-and-how-we-do-it-8695d2d12e2c
1•smanuel•10m ago•0 comments

Notes from inside China's AI labs

https://www.interconnects.ai/p/notes-from-inside-chinas-ai-labs
1•agnosticmantis•10m ago•0 comments

How do you feel about AI today?

https://vote.how-you-feel-about-ai.workers.dev/
1•irln•11m ago•0 comments

China's 360 says it has developed tools to match Anthropic's Mythos

https://www.reuters.com/legal/litigation/chinas-360-says-it-has-developed-tools-match-anthropics-...
1•toomuchtodo•13m ago•0 comments

In a Class of Its Own: The Thematic Cartography of Dr. George F. Jenks

https://blogs.loc.gov/maps/2026/06/in-a-class-of-its-own-the-thematic-cartography-of-dr-george-f-...
1•bryanrasmussen•13m ago•0 comments

Study: Australia's social media ban has made no 'meaningful difference' to teens

https://news.sky.com/story/worrying-study-shows-australias-social-media-ban-has-made-no-meaningfu...
1•ivewonyoung•14m ago•1 comments

Show HN: Entity Resolution on Your Desktop

https://tilores.io/download
1•Major_Grooves•14m ago•0 comments

Proton's crypto is not Transparent and not OPAQUE

https://schaerli.org/weblog/5-proton/
1•FinnKuhn•14m ago•0 comments

Rekord – point your camera at a vinyl record and compare prices

https://getrekord.co/
1•crillelampa•14m ago•0 comments

Cursor, GitLab and Zed agree GitHub is breaking. They disagree on how to rebuild

https://thenewstack.io/cursor-origin-github-disruption/
1•Corrado•15m ago•0 comments

Self-service credential revocation for incident response

https://github.blog/changelog/2026-06-24-self-service-credential-revocation-for-incident-response/
1•nateb2022•16m ago•0 comments

Models accuse fashion brand of using AI to recreate them

https://petapixel.com/2026/06/24/models-claim-fashion-brand-used-ai-to-create-their-doppelgangers/
1•bookofjoe•17m ago•0 comments

Transfer events can lie, storage cannot: catching malicious token transfers

https://www.functori.com/blog/blog-apollo-malicious-transfer-detection.html
1•cago•18m ago•0 comments

Show HN: Visual multi-agent orchestration for Claude Code

https://github.com/rondoflow/rondoflow
2•arzzen•18m ago•0 comments

Invisible Cities: The Legal Analysis of Space Based Solar Power

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6881678
1•Lawyer24•18m ago•1 comments

1-Bit Pixel Art Emojis

https://hypertalking.com/2023/05/15/1-bit-pixel-art-emojis/
2•surprisetalk•19m ago•0 comments

Save 80s synth patches in the browser via Web MIDI

https://knob.monster/
1•halfradaition•19m ago•0 comments

$0 copays could save billions

https://www.washingtonpost.com/opinions/2026/06/24/0-co-pay-can-save-billions-health-care-costs/
2•brandonb•20m 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.