frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

From Idea to Operating Business: How Solo Runs Listmycar.ai

https://thesolo.ai/blog/listmycar-case-study
1•rchaz•5m ago•0 comments

Japan can turn AI demand into industrial strength

https://www.governance.fyi/p/how-japan-can-turn-ai-demand-into
3•bigdatadevdog•5m ago•0 comments

Anthropic details distillation campaigns from Alibaba, Moonshot AI, and DeepSeek

https://techcrunch.com/2026/09/10/anthropic-details-distillation-campaigns-from-alibaba-moonshot-...
3•elo2000•6m ago•0 comments

Apple Health and Quest team up for $119 blood panel

https://appleinsider.com/articles/26/09/10/apple-health-quest-team-up-for-119-blood-panel
1•elo2000•7m ago•0 comments

Lcars-k8 – Star Trek LCARS inspired Kubernetes dashboard

https://github.com/skidvis/lcars-k8s
1•SkidVis•9m ago•0 comments

DeepSeek-v4-flash-0731-spark-sparkinfer: DeepSeek V4 Flash on one DGX Spark

https://github.com/0xSero/deepseek-v4-flash-0731-spark-sparkinfer
1•simonpure•9m ago•0 comments

Kafka Simulator v1.5 and v1.6 – stretched clusters

https://monedula.dev/blog/kafka-simulator-v1-5-v1-6-stretched-clusters-storage-and-ops/
1•mmatloka•9m ago•1 comments

Ramp: How we built OCA, our AI on-call assistant

https://builders.ramp.com/post/how-we-built-oca-our-ai-on-call-assistant
1•twitchard•10m ago•0 comments

Codex Rate Limit Reset: Weekly Caps, 5-Hour Window, Credits

https://provenbrief.com/story/codex-rate-limit-reset-when-limits-reset-weekly-caps-and-credits
1•bnsaid•11m ago•0 comments

Claude Zero Data Retention: Anthropic's Five States, Mapped

https://provenbrief.com/story/the-ai-data-retention-tracker-release-one-anthropic-s-five-retentio...
1•bnsaid•11m ago•0 comments

AI-powered biowarfare is coming; the Army lays plans to 'fight through' it

https://www.defenseone.com/technology/2026/09/ai-powered-biowarfare-looms-army-lays-plans-fight-t...
5•jethronethro•20m ago•0 comments

The secretive process that will decide the BBC's future

https://www.theguardian.com/news/2026/sep/10/bbc-charter-renewal-long-read-secretive-process-that...
6•mellosouls•22m ago•0 comments

Tylenol use in pregnancy may be linked with uterus, ovary changes in daughters

https://www.reuters.com/business/healthcare-pharmaceuticals/tylenol-use-pregnancy-may-be-linked-w...
3•hmm37•22m ago•1 comments

My favourite agent does a simple job

https://chiragdesai.uk/meet-pip-my-new-favourite-agent/
3•chigsy•25m ago•1 comments

California's Governor Signs Landmark Online Child Safety Bills

https://www.nytimes.com/2026/09/10/technology/californias-governor-gavin-newsom-online-child-safe...
2•ChrisArchitect•26m ago•1 comments

Bending Spoons agrees to buy Miro for $1.355B, weeks after Airtable

https://thenextweb.com/news/bending-spoons-miro-acquisition-1-355bn
4•mellosouls•27m ago•1 comments

The Palm Pre Is the Reason You Love Your Phone (2009) [video]

https://www.youtube.com/watch?v=d8UJ6cIkLUI
5•jbverschoor•27m ago•0 comments

From Git to Fossil

https://lucio.albenga.es/web-en/posts/2025/from-git-to-fossil.html
3•smartmic•29m ago•0 comments

Oracle Q1 FY2027 Earnings Results [pdf]

https://s23.q4cdn.com/440135859/files/content_files/Q1-FY27-Oracle-Earnings-Slides.pdf
2•marc__1•32m ago•0 comments

Frankfurt cases and the principle of alternate possibilities

https://en.wikipedia.org/wiki/Frankfurt_cases
1•dsubburam•32m ago•0 comments

Running AMD OpenSIL and Coreboot on the First Available Ryzen AM5 Motherboard

https://www.phoronix.com/review/msi-b850p-coreboot-opensil
2•tripdout•33m ago•0 comments

Grok Bot Galaxy

https://x.ai/galaxy
1•Yctg•34m ago•0 comments

Why Beyond Traditional RAG?

https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patterns
6•GeorgeTj•34m ago•7 comments

Bodily Oddities

https://vester.si/bodily-oddities/
2•vesterde•35m ago•1 comments

Show HN: CodePress – Save $50k+ a month on Cloud Agents

https://codepress.dev/
4•lightninglu10•37m ago•0 comments

Neural Nova – GPU optimization benchmarks for LLM workloads

https://www.neural-nova.com/benchmark
1•kudomcho•38m ago•0 comments

Show HN: Charter – Operate production-safe agents that run on your own infra

https://github.com/boundflow/charter
1•alama24•38m ago•0 comments

A spy satellite simulator in the browser, except the data is real

https://github.com/bilawalsidhu/gods-eye-view
2•metrofun•39m ago•0 comments

Show HN: WordPress security skills for coding agents

https://github.com/wpultimatesecurity/WordPress-Security-Skills
1•mirza_rizvi•40m ago•0 comments

Official MCP servers fail adversarial verification

https://github.com/roblambert9/skillproof-verifications
1•ainano•40m 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.