frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ercot Max Solar Record 31 GW

https://www.gridstatus.io/records/ercot?record=Maximum%20Solar
1•chris222•40s ago•1 comments

Dating Apps, Data Structures, and Dopamine

https://www.errorcodezero.dev/blog/dating-apps-dsa-and-dopamine/
1•errorcodezero•51s ago•1 comments

The Science of Detecting LLM-Generated Text

https://dl.acm.org/doi/10.1145/3624725
1•vinhnx•6m ago•0 comments

Niche Developer Tooling for WordPress

https://coderjerk.com/blog/icenberg
1•ddevine•8m ago•0 comments

In puzzling outbreak, officials look to cold beer, gross ice, and ChatGPT

https://arstechnica.com/health/2026/02/did-chatgpt-help-health-officials-solve-a-weird-outbreak-m...
1•Bender•8m ago•0 comments

The Double Standard of Carbon: Why we grant souls to meat but not silicon

https://natansessays.com/posts/the-myth-of-carbon-narcissism/
1•JhonOliver•10m ago•2 comments

History Rhymes: Large Language Models Off to a Bad Start?

https://michaeljburry.substack.com/p/history-rhymes-large-language-models
1•drob518•12m ago•0 comments

What Was Software Programmer Contribution in the Human Technology Timeline?

https://medium.com/@ggonweb/what-was-the-software-programmer-generations-contribution-in-the-huma...
1•ggonweb•14m ago•0 comments

Stem cells provide a potent treatment for frailty

https://www.nature.com/articles/d41586-026-00584-y
1•bilsbie•15m ago•0 comments

Strike in the Middle East use Anthropic even after the Trump ban

https://www.wsj.com/livecoverage/iran-strikes-2026/card/u-s-strikes-in-middle-east-use-anthropic-...
2•johncole•17m ago•0 comments

Samsung Galaxy update removes Android recovery menu tools, including sideloading

https://9to5google.com/2026/02/27/samsung-galaxy-update-android-recovery-menu-removed/
2•pabs3•17m ago•0 comments

Ask HN: How would you know if an AI model has been nerfed?

2•gitgud•19m ago•1 comments

The trap Anthropic built for itself

https://techcrunch.com/2026/02/28/the-trap-anthropic-built-for-itself/
1•pseudolus•20m ago•0 comments

Sites with a /Now Page

https://nownownow.com
2•zdw•24m ago•0 comments

Happy Map

https://pudding.cool/2026/02/happy-map/
1•latexr•26m ago•0 comments

Just two days of oatmeal cut bad cholesterol by 10%

https://www.sciencedaily.com/releases/2026/02/260225081217.htm
9•gradus_ad•32m ago•2 comments

Microgpt

http://karpathy.github.io/2026/02/12/microgpt/
8•tambourine_man•37m ago•2 comments

Blender iPad App Development Halted as Android Tablets Get Priority

https://www.macrumors.com/2026/02/27/blender-ipad-pro-app-development-halted/
3•mrkpdl•41m ago•0 comments

Reconstructing OPL: Joseph Weizenbaum's Online Programming Language

https://timereshared.com/reconstructing-joseph-weizenbaums-opl/
1•abrax3141•45m ago•0 comments

Running a One Trillion-Parameter LLM Locally on AMD Ryzen AI Max+ Cluster

https://www.amd.com/en/developer/resources/technical-articles/2026/how-to-run-a-one-trillion-para...
10•mindcrime•51m ago•2 comments

Banning children from VPNs and social media will erode adults' privacy

https://www.newscientist.com/article/2516996-banning-children-from-vpns-and-social-media-will-ero...
5•hn_acker•52m ago•1 comments

Agentation: Structured UI feedback for coding agents

https://agentation.dev/
1•firloop•53m ago•0 comments

AMA about our work with the Dow and our thinking over the past few days

https://twitter.com/sama/status/2027900042720498089
3•caaqil•56m ago•0 comments

Show HN: Cognitive architecture that hit #1 on LiveBench (68.5%)

https://truthagi.ai
1•felipemayamuniz•58m ago•1 comments

Show HN: Quizz MCP – Turn Claude Code Conversations into Quizzes

https://github.com/ThoBustos/quizz-mcp
1•ThoBustos•1h ago•0 comments

AI What Do: A framework for thinking about AI power and human agency

https://osh.works/posts/ai-what-do/
1•oshoma•1h ago•0 comments

Daily Tetonor- the Daily Math Logic Puzzle

https://dailytetonor.com/
1•H3d3s•1h ago•0 comments

How Awesome? annotates GitHub awesome lists with repo stats, stars, last commit

https://how-awesome.libklein.com/
1•zdw•1h ago•0 comments

Show HN: Integrate governance before your AI stack executes – COMMAND console

https://www.mos2es.io
1•Burnmydays•1h ago•0 comments

deleted

1•folkstack•1h ago•0 comments
Open in hackernews

MedKit – A Unified Python SDK for OpenFDA, PubMed, and ClinicalTrials.gov

https://github.com/interestng/medkit
3•interestng•2h ago

Comments

interestng•2h ago
Hi HN,

I built MedKit because medical data is notoriously difficult to work with. If you want to correlate a drug's FDA label with its latest clinical trial phases and related research papers, you usually have to juggle three different APIs, handle idiosyncratic JSON schemas, and deal with inconsistent identifier types.

MedKit is a unified Python SDK that transforms these fragmented sources (OpenFDA, PubMed, and ClinicalTrials.gov) into a single, programmable platform.

Key Features:

Unified Client: One MedKit() client to rule them all. No more multiple API keys or manual correlation. Clinical Synthesis (med.conclude()): Aggregates data to give a "snapshot" verdict on a drug or condition, including an evidence strength score (0.0–1.0). Interaction Engine: catch drug-drug contraindications using cross-label mentions (brand vs generic). Medical Relationship Graph: Visualize connections between drugs, trials, and research papers as a knowledge graph. Intelligence Layer: Natural language routing (med.ask()) to query data in plain English. Why Use It? Most healthcare developers spend 80% of their time just cleaning and joining data. MedKit handles the plumbing (caching, schema normalization, relationship mapping) so you can focus on the analysis or the application logic.

Tech Stack: Python (Sync/Async), Disk/Memory caching, and a provider-based architecture for easy extensibility.

I'd love to get your thoughts on the med.conclude() synthesis logic and what other providers (e.g., pharmacogenomics) you'd find useful.

Repo: https://github.com/interestng/medkit PyPI: pip install medkit-sdk

Looking forward to your feedback and support! All constructive criticism, stars and follows (on github) and votes greatly help me out as well.