frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Tax of Living in a Low-Trust Society: How Collapsed Trust Costs You

https://yourbrainonmoney.substack.com/p/low-trust-society-cost
1•ot•1m ago•0 comments

U.S. Schools Face a Crisis as the Number of Children Drops

https://www.nytimes.com/2026/05/08/upshot/public-schools-enrollment-crisis.html
1•Teever•2m ago•0 comments

Grafting a Speech Head onto Gemma 4 E4B

https://www.frisson-labs.com/gemma4-e4b-architecture
1•ymaws•8m ago•1 comments

Tesla Model Y Passes NHTSA's New 'Advanced Driver Assistance System' Tests

https://www.nhtsa.gov/press-releases/tesla-model-y-first-vehicle-pass-nhtsa-new-advanced-driver-a...
2•amanaplanacanal•10m ago•0 comments

US Salary Explorer

https://corvi.careers/salary-explorer/
1•sp1982•13m ago•0 comments

I built a alternative market I fixed what Gumroad coudnt do

https://BuyAndSell.market
1•Zophos•14m ago•0 comments

Show HN: CADara - I made an open-source in-browser CAD

https://cadara.app
3•ttouch•21m ago•1 comments

Ask HN: How to do a Personal health audit

1•preciousoo•23m ago•0 comments

Vedit – Git-style version control for video timelines

https://github.com/explicit09/vedit
1•tadies09•26m ago•0 comments

Show HN: Run and debug ThingWorx services locally with TypeScript

https://github.com/ssilvestri15/thingworx-local-dev
1•simonesilve•27m ago•0 comments

RISC-V Server Platform Spec Ratified

https://github.com/riscv-non-isa/riscv-server-platform/releases/tag/v1.0
1•fork-bomber•31m ago•0 comments

Show HN: I mirrored war.gov's UAP archive in pure Rail with verifiable bytes

https://ledatic.org/aliens
2•zem0g•32m ago•0 comments

Context-compiler: graph-based code retrieval for Claude Code

https://github.com/bytewise-ca/claude-context-compiler
1•sumeshpk•34m ago•0 comments

DeepSeek Seeks Funding at $45B Valuation as China Backs Homegrown AI Rival

https://theaiinsider.tech/2026/05/08/deepseek-seeks-first-outside-funding-at-45b-valuation-as-chi...
1•nsoonhui•34m ago•0 comments

Jetro – JSON query engine for Rust (jq-like DSL with compilation and VM)

https://github.com/mitghi/jetro
1•mitghi•35m ago•0 comments

The Chinese Realtime Deepfake Software Powering Scams Around the World

https://www.404media.co/hello-boss-inside-the-chinese-realtime-deepfake-software-powering-scams-a...
2•SpyCoder77•38m ago•0 comments

New anti-tank round punches through high-tech explosive armor

https://newatlas.com/military/saab-anti-tank-round-defeats-high-tech-explosive-armor/
5•breve•41m ago•0 comments

Using Claude Code: The Unreasonable Effectiveness of HTML

https://x.com/trq212/article/2052809885763747935
1•malshe•43m ago•0 comments

Brembo's fluid-free electronic braking system is coming to a car near you

https://newatlas.com/automotive/brembo-fluid-free-electronic-braking-system-sensify-production/
5•breve•44m ago•0 comments

Unprecedented GPS Game in the AppStore

https://cheapshot.co/
2•pakenrol•44m ago•0 comments

Canada and US income tax and RSU calculator and comparison

https://takehome.tax
1•ccnomas•48m ago•0 comments

Missing information can misinform

https://today.ucsd.edu/story/missing-information-can-misinform
1•hhs•48m ago•0 comments

Ask HN: Is agent-driven QA a thing?

1•straydusk•50m ago•0 comments

Code is free, governance is not

https://rootcx.com/blog/code-is-free-governance-is-not
2•seyz•50m ago•0 comments

New research shows scientific innovation narrows as scientists age

https://socialsciences.uchicago.edu/news/new-research-shows-scientific-innovation-narrows-scienti...
3•hhs•58m ago•1 comments

Solar Impulse aircraft destroyed in Gulf of Mexico crash

https://www.swissinfo.ch/eng/culture/solar-impulse-aircraft-destroyed-in-gulf-of-mexico-crash/913...
1•amenghra•1h ago•1 comments

The Boston Library Where You Still Can Borrow a Giant Puppet

https://binj.news/2026/05/06/the-boston-library-where-you-still-can-borrow-a-giant-puppet/
1•gnabgib•1h ago•0 comments

Brexit did not just shake Britain – it sent financial shockwaves across Europe

https://www.surrey.ac.uk/news/brexit-did-not-just-shake-britain-it-sent-financial-shockwaves-acro...
1•hhs•1h ago•0 comments

Show HN: Blober.io – The Only App That Connects to GoPro Cloud

https://blober.io/kb/articles/gopro-cloud-transfer-backup-download/
1•mckabue•1h ago•1 comments

Show HN: Sigment framework beating Vanilla JavaScript in row selection

https://sigment.dev/
1•nivben27•1h ago•0 comments
Open in hackernews

Show HN: Integrating Local Open LLMs (LLM-Jp) with MLflow Prompt Engineering UI

https://github.com/suzuki-2001/mlflow-llm-jp-integration
1•ss-13•1y ago

Comments

ss-13•1y ago
I’ve been experimenting with MLflow’s Prompt Engineering UI, which lets you do no-code prompt tuning across multiple LLMs. While it officially supports models like OpenAI out of the box, I wanted to try it with Japanese open-source models from the LLM-jp project.

This repo shows how to serve these models locally using MLflow’s pyfunc model interface, expose them via the MLflow AI Gateway, and compare prompt performance through the UI.

It includes a working setup with: - Hugging Face LLM-jp models (e.g. llm-jp-3-3.7b-instruct) - MLflow Model Serving - MLflow Gateway - Prompt Engineering UI - Streamlit UI for experiment tracking

GitHub: https://github.com/suzuki-2001/mlflow-llm-jp-integration Japanese article explaining the project: https://zenn.dev/shosuke_13/articles/21d304b5f80e00