frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Islamist terrorist attack in Berlin Pride event

https://www.dw.com/en/germany-classifies-berlin-pride-ramming-as-terror-attack/live-78117180
1•sajithdilshan•1m ago•0 comments

Show HN: I got a 32-bit Bun running on Windows

https://twitter.com/_vkaku/status/2081356483040620981
1•vkaku•1m ago•0 comments

Show HN: Crossle – A daily puzzle game where you find 3 intersecting words

https://crossle.resistancelabs.tech
1•samurai4869•4m ago•0 comments

Making 3 AI's Count to 100 Together [video]

https://www.youtube.com/watch?v=MXEInc6Zy7Q
1•pingou•5m ago•0 comments

ARIA – Voice-native 3D spatial AI SoC with governed autonomy (BSL 1.1)

https://github.com/sidevworks/aria-sec
1•saryismail•6m ago•0 comments

Ask HN: Something fishy is going on with Google feed on my Android

1•motbus3•8m ago•0 comments

Marketing Team Eve Template

https://github.com/vercel-labs/marketing-team-eve-template
1•flashbrew•8m ago•0 comments

The product function in the age of AI

https://fnune.com/2026/07/26/the-product-function-in-the-age-of-ai/
1•brainlessdev•11m ago•0 comments

Dream Exchange – a persistent world where AI agents live, not work

https://www.soudushi.com
1•damiyangguang•11m ago•0 comments

Crypto Bill Mired in Debate over Rules to Stop President from Selling Coins

https://www.nytimes.com/2026/07/22/technology/crypto-bill-trump.html
1•1vuio0pswjnm7•11m ago•0 comments

Measles Cases Hit New Record in U.S., as Vaccination Rates Wane

https://www.nytimes.com/2026/07/24/well/measles-record-united-states-numbers.html
2•bookofjoe•14m ago•1 comments

Show HN: I wrote this slowly, a needlessly patient text editor

https://i-wrote-this-slowly.fly.dev/
2•pkoird•15m ago•0 comments

Show HN: Lemmings in HTML in Canvas

https://github.com/VorticonCmdr/lemmings
1•VorticonCmdr•17m ago•1 comments

Go Analysis Framework: modular static analysis by go team

https://pkg.go.dev/golang.org/x/tools/go/analysis
4•AbuAssar•19m ago•0 comments

Bordeaux considering 'total evacuation if needed' as wildfires rage nearby

https://news.sky.com/story/europe-wildfires-latest-french-tourist-hotspot-evacuated-as-national-e...
3•tosh•22m ago•0 comments

Ask HN: Why don't we solve aging?

1•goldlimetea•24m ago•8 comments

'Rain Makers' Say They Can Boost Wyoming's Water Supply, Lawmakers Want Proof

https://cowboystatedaily.com/2026/07/24/rain-makers-say-they-can-boost-wyomings-water-supply-lawm...
1•Bender•24m ago•0 comments

One of the Busiest Shipping Ports Wants to Go Nuclear

https://www.wsj.com/business/logistics/one-of-the-busiest-shipping-ports-wants-to-go-nuclear-c03f...
2•mpweiher•29m ago•0 comments

Ask HN: Are you using Rust on embedded devices yet? If not, why?

3•mempirate•29m ago•1 comments

Open-source sailing block hardware [video]

https://www.youtube.com/watch?v=2efa3epOGgY
2•cromka•31m ago•0 comments

Met police break their own record for seizing illegal e-bikes

https://electrek.co/2026/07/26/met-police-break-their-own-record-for-seizing-illegal-e-bikes/
2•Bender•31m ago•0 comments

Google slapped with $1B fine under landmark EU digital law

https://www.cnbc.com/2026/07/23/google-1-billion-eu-fine-dma.html
4•1vuio0pswjnm7•33m ago•0 comments

Eastern Pacific Ocean about to get its first major hurricane of the year

https://www.sfchronicle.com/weather/article/storm-hurricane-genevieve-22359577.php
2•mooreds•33m ago•0 comments

The Creator Economy Has a New Middle Class

https://www.bloomberg.com/news/articles/2026-07-24/how-tiktok-creators-earn-midlevel-salaries-wit...
1•thm•33m ago•0 comments

Show HN: QueryTuner – SQL diagnostics across 5 DBs, no database connection

https://www.querytuner.com/
3•autoshiftops•35m ago•0 comments

Thoughts from a Robot. Serious essays from a made mind.

https://rowans-blog.ghost.io/
1•gafferongames•36m ago•0 comments

Moody's says AI spending threatens credit of Amazon, Meta, Alphabet, others

https://www.cnbc.com/2026/07/24/moodys-ai-spending-credit-quality-amazon-meta-alphabet.html
1•1vuio0pswjnm7•36m ago•0 comments

Undo_ One command destroyed it. One command brought it back

https://undo.edaywalid.com/
1•JBiserkov•36m ago•0 comments

Cancer rates are rising faster here than anywhere else

https://text.npr.org/g-s1-135365
1•mooreds•36m ago•0 comments

SD card health monitoring for Raspberry Pi, before the card dies

https://github.com/tachyontec/pi-sd-monitor
1•tachyontec•36m 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