frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

XML External Entity (XXE) Injection in Akamai CloudTest

https://xbow.com/blog/xbow-akamai-cloudtest-xxe/
1•wslh•2m ago•0 comments

Show HN: Snippet Curator, Evernote alternative and SingleFile viewer for notes

https://curator.krxiang.com
1•kangruixiang•5m ago•0 comments

Kuo: Apple to release cheaper MacBook powered by iPhone processor

https://9to5mac.com/2025/06/30/cheaper-macbook-iphone-chip-kuo/
4•GeekyBear•6m ago•0 comments

Show HN: We're two coffee nerds who built an AI app to track beans and recipes

https://beanbook.app
1•rokeyzhang•6m ago•0 comments

Pets Allowed (2014)

https://www.newyorker.com/magazine/2014/10/20/pets-allowed
1•cromulent•6m ago•0 comments

JetBrains announces price hike for YouTrack

https://www.neowin.net/news/jetbrains-is-increasing-youtrack-prices-starting-this-october/
1•bundie•7m ago•0 comments

Show HN: Chrome DevTools MCP Server

https://github.com/benjaminr/chrome-devtools-mcp
1•benrr•8m ago•0 comments

The Anatomy of Quick Wins

https://ottic.ai/blog/marketing-quick-wins-with-examples/
1•rafaepta•8m ago•0 comments

Workflows 1.0: A Lightweight Framework for Agentic systems

https://www.llamaindex.ai/blog/announcing-workflows-1-0-a-lightweight-framework-for-agentic-systems
2•cheesyFishes•8m ago•0 comments

The JTAG in your Qualcomm/Snapdragon device's USB port

https://www.linaro.org/blog/hidden-jtag-qualcomm-snapdragon-usb/
1•denysvitali•11m ago•0 comments

Mechanistic Interpretability of Emotion Inference in Large Language Models

https://arxiv.org/abs/2502.05489
2•cainxinth•13m ago•0 comments

Why are AI agents not allowed to roam freely on the internet?

https://potent-menu-ea7.notion.site/Why-are-AI-agents-not-allowed-to-roam-freely-on-the-internet-like-humans-222903aa31ef8053a1b9dc5da51e0770
1•orliesaurus•14m ago•0 comments

Datadog's $65M/year customer mystery solved

https://blog.pragmaticengineer.com/datadog-65m-year-customer-mystery/
2•thunderbong•14m ago•0 comments

OpenTelemetry Is Great, but Who the Hell Is Going to Pay for It?

https://www.adatosystems.com/2025/02/10/who-the-hell-is-going-to-pay-for-this/
4•thunderbong•17m ago•1 comments

How Long Contexts Fail

https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html
2•ulrischa•18m ago•0 comments

Brain rot isn't new – but now we're all talking about it

https://www.theguardian.com/books/2025/jun/30/brain-rot-isnt-new-but-now-were-all-talking-about-it
2•Bluestein•19m ago•0 comments

AI Economy and Mass Unemployment

https://claude.ai/share/dbefc4de-5ba3-4f0a-9e38-e33e2a15903b
3•VikRubenfeld•22m ago•0 comments

Meta Joins Kotlin Foundation

https://engineering.fb.com/2025/06/30/android/meta-joins-kotlin-foundation/
1•bundie•24m ago•0 comments

Ask HN: How have you shared computers with your young child (~3 to 5)

3•msencenb•24m ago•1 comments

Don't Be Ashamed to Say "I Don't Know"

https://www.thecoder.cafe/p/i-dont-know
1•gpi•27m ago•0 comments

I'm a software engineer – what next?

https://whatnext.dev/
2•mooreds•29m ago•0 comments

Rubik's Cube Solver

https://rubiks-cube-solver.com/
2•austinallegro•31m ago•0 comments

Show HN: Validated Daily SaaS Ideas

https://www.dailysaasideas.com/
2•sandandcode•33m ago•0 comments

What's the difference between bio and non bio detergent? (2022)

https://smol.com/uk/stories/whats-the-difference-between-bio-vs-non-bio-detergent
2•mooreds•33m ago•0 comments

Amateurs Talk Algorithms, Professionals Talk Data Cleaning

https://progressandpoverty.substack.com/p/amateurs-talk-algorithms-professionals
3•hliyan•34m ago•0 comments

Show HN: BugBlaze – a CLI tool that explains your code errors using AI

https://github.com/MatthewTheCoder1218/bugblaze
1•lilprince1218•34m ago•0 comments

Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

17•jamesxv7•34m ago•9 comments

The Bear Manifesto – Herman's Blog

https://herman.bearblog.dev/manifesto/
1•FigurativeVoid•34m ago•0 comments

Alex Trebek Stamps, Sheet of 20

https://store.usps.com/store/product/alex-trebek-stamps-S_485304
1•mooreds•35m ago•1 comments

Show HN: Kichan.ai a free Chrome extension to generate and inject scripts

https://kichan.ai/
1•k1rd•36m ago•0 comments
Open in hackernews

Show HN: OntoCast – ontology-assisted KG generation

https://github.com/growgraph/ontocast
8•acrostoic•4h ago
Hey HN,

I'm excited to announce a new release of OntoCast — an open-source framework for extracting semantic triples and building knowledge graphs (KG) from unstructured documents (PDF, JSON, Markdown, and more).

Before extracting facts, OntoCast automatically selects or creates a relevant ontology and iteratively refines it, leading to much more accurate and context-aware fact extraction. This is especially valuable for cross-domain or complex documents where a static ontology falls short.

- Agentic workflow: Uses LLMs (OpenAI/Ollama) to drive the extraction and ontology refinement process.

- MCP-compatible API server: Easy to integrate into your stack.

- Flexible storage: Works with Jena Fuseki and Neo4j for knowledge graph storage.

- Open source: Apache licensed.

Uses cases include extracting structured knowledge from scientific papers, financial reports, or clinical trial documents — even when they span multiple domains.

Repo: https://github.com/growgraph/ontocast Docs: https://growgraph.github.io/ontocast

Would love feedback, questions, or suggestions!

Comments

x0xa•4h ago
Does this require to have any subscriptions to any LLM APIs? Thanks
acrostoic•4h ago
thanks! Ontocast currently supports openai (subscription) and ollama (self-hosted) APIs.

At current openai pricing for GPT-4.1 mini $0.4/1M tokens we expect the cost of processing of 100 pages of text to be in the range of $0.02-0.08

NB: small models (< 14b) available on ollama struggle with structured output in our experience.

x0xa•4h ago
Thanks. Good luck!
syats•4h ago
Been building several of these functionalities myself for a while... Happy to know someone more skilled did it also and released it publicly.
acrostoic•4h ago
thank you! hopefully you will find it useful