frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google working on high blood pressure screening with Pixel Watch

https://9to5google.com/2025/09/29/pixel-watch-fitbit-hypertension/
1•brandonb•51s ago•0 comments

Show HN: LangBeam: Managed platform to stream realtime data into vector database

https://www.langbeam.cloud/
1•ganeshsivakumar•1m ago•0 comments

Thoughtbubbles: An Unsupervised Method for Parallel Thinking in Latent Space

https://arxiv.org/abs/2510.00219
1•shetaye•2m ago•0 comments

Germany must stand firmly against client-side scanning in Chat Control [pdf]

https://signal.org/blog/pdfs/germany-chat-control.pdf
1•greyface-•2m ago•0 comments

The Confusion with Passive Perception

https://knightsdigest.com/passive-perception-in-dd-5e-the-ultimate-guide-to-staying-alert/
1•Totalpartykill•4m ago•1 comments

OpenAI Is Just Another Boring, Desperate AI Startup

https://www.wheresyoured.at/sora2-openai/
1•speckx•9m ago•0 comments

Mysterious "rogue planet" gobbles 6B tons of gas and dust a second

https://www.cbsnews.com/news/mysterious-rogue-planet-spotted-gobbling-6-billion-tons-of-gas-and-d...
1•Brajeshwar•9m ago•0 comments

We want to hear about which apps aren't working right with macOS Tahoe

https://appleinsider.com/articles/25/09/19/we-want-to-hear-about-which-apps-arent-working-right-w...
1•wslh•11m ago•0 comments

Dora State of AI-Assisted Software Development

https://cloud.google.com/blog/products/ai-machine-learning/announcing-the-2025-dora-report
1•oatsandsugar•11m ago•0 comments

Tensorglobe

https://vantor.com/product/platform/
1•jonbaer•11m ago•0 comments

Conversation Is Over: In AI-powered shopping, dialogue only gets in the way

https://aboard.com/this-conversation-is-over/
1•gbseventeen3331•13m ago•0 comments

From Nothing, Everything

https://aeon.co/essays/how-nothing-has-inspired-art-and-science-for-millennia
1•Brajeshwar•13m ago•0 comments

A Pipeline for Continual Learning Without Catastrophic Forgetting in LLMs

https://arxiv.org/abs/2509.10518
2•PaulHoule•13m ago•0 comments

Pavel Durov: Telegram, Freedom, Censorship [ ] Lex Fridman

https://lexfridman.com/pavel-durov-transcript/
2•hagbard_c•14m ago•0 comments

Open Source Blueprints for Civilization

https://www.opensourceecology.org/
3•vlugorilla•15m ago•0 comments

PEP 810: Explicit Lazy Imports

https://discuss.python.org/t/pep-810-explicit-lazy-imports/104131
1•ayhanfuat•16m ago•0 comments

Show HN: GitHub Integrated CI and Evals for AI Agents

https://agent-ci.com
1•tcdent•16m ago•0 comments

NiceGUI 3.0 – One of the best Python WebUI

https://github.com/zauberzeug/nicegui
1•synergy20•17m ago•0 comments

Divorce Plunged in Kentucky. Equal Custody for Fathers Is a Big Reason Why

https://www.wsj.com/us-news/law/the-equal-custody-experiment-41e1f7a6
2•thelastgallon•18m ago•0 comments

What is the purpose of the SSL-cert-snakeoil.key

https://askubuntu.com/questions/396120/what-is-the-purpose-of-the-ssl-cert-snakeoil-key
1•keepamovin•19m ago•0 comments

Room-Temperature Superconductivity at High-Pressure Conditions

https://arxiv.org/abs/2510.01273
2•P_qRs•20m ago•1 comments

Levels of AI agent autonomy: learning from self-driving cars – AI Native Dev

https://ainativedev.io/news/the-5-levels-of-ai-agent-autonomy-learning-from-self-driving-cars
1•JnBrymn•20m ago•0 comments

Symboltz.jl

https://github.com/hersle/SymBoltz.jl
1•darboux•22m ago•1 comments

Making Python in Zed Fun

https://zed.dev/blog/making-python-in-zed-fun
1•indigodaddy•23m ago•0 comments

Show HN: Enforza: Cloud-managed Linux firewall and NAT gateway

https://enforza.io/
1•enforzaguy•23m ago•1 comments

ESP32-S3 USB-UAC

https://www.youtube.com/watch?v=LhZ9pWwnn6s
1•iamflimflam1•23m ago•0 comments

Flotilla to Gaza had no humanitarian supplies

https://www.jpost.com/israel-news/article-869330
5•pinewurst•24m ago•2 comments

Show HN: TruVideo – On-device detector for Sora, Veo and other GenAI videos

https://apps.apple.com/id/app/truvideo-ai-detector/id6670568062
1•sanjkris•24m ago•0 comments

Local daily commute – handmade in the browser

https://www.commuting.to/
1•ChrisArchitect•25m ago•0 comments

Cancelling Async Rust

https://sunshowers.io/posts/cancelling-async-rust/
8•todsacerdoti•27m ago•0 comments
Open in hackernews

Ask HN: Would you use a service that generates OG images via one meta tag?

1•shafkathullah•1h ago
Most sites don’t bother with Open Graph images for every page (blog posts, product pages, docs, etc.), which leads to boring or broken previews on Twitter/LinkedIn/Slack.

I’ve been experimenting with a hosted service where you add just one meta tag like:

<meta property="og:image" content="https://uselinkshot.com/acc_123/tmp_456?url=https://yoursite.com/page" />

When someone shares your page, the OG image is generated dynamically (via browser rendering), cached with stale-while-revalidate, and served quickly. You can set up templates for consistent branding, titles, etc.

This avoids:

Manually designing images for each page

Running your own Puppeteer/Playwright setup

Adding heavy infra for what’s essentially a small but important detail

My questions for HN:

Is this actually a pain point you’ve run into?

Would you trust a third-party service for OG images, or prefer rolling your own?

What would make this useful enough to adopt (API access, cache-busting, more control, pricing)?

I’d love to hear whether this scratches a real itch or is just a “nice-to-have.”