frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

macOS Data Protection Keychain for Electron Apps

https://github.com/biw/keychain-store
1•biwills•11s ago•0 comments

Data centers raise nearby temperatures by up to 4 degrees in Phoenix

https://asmedigitalcollection.asme.org/sustainablebuildings/article/7/2/024501/1233035/Data-Cente...
1•cwwc•37s ago•0 comments

AI chip startup Etched doubles valuation to $21B in under a month

https://www.reuters.com/technology/ai-chip-startup-etched-valued-21-billion-latest-funding-round-...
1•porridgeraisin•1m ago•1 comments

How Wall Street Sussed Out That Situational Awareness Was on the Ropes

https://www.wsj.com/finance/investing/how-wall-street-sussed-out-that-situational-awareness-was-o...
1•scrlk•2m ago•1 comments

Take-home pay calculator with real county/city tax data

https://gross.money/
1•greenthumbdrew•2m ago•0 comments

Photoshop: Adding Features You Don't Need Since 1990

https://myadventuresasanillustrator.substack.com/p/photoshop-adding-features-you-dont
1•pavel_lishin•3m ago•0 comments

Screwworm Infections Get Worse, Government Unleashing Drone Army to Surveil Them

https://www.techdirt.com/2026/08/17/screwworm-infections-get-worse-government-unleashing-drone-ar...
1•hn_acker•7m ago•1 comments

You Trust 1000 Strangers Every Time You Deploy

https://daylight.ai/blog/you-trust-1000-strangers-every-time-you-deploy
1•aviramha•7m ago•0 comments

Fyrox Game Engine now supports wgpu

https://github.com/FyroxEngine/Fyrox/pull/927
1•linggen•11m ago•0 comments

NoWreck v0.4.0

https://github.com/AstralXVoid/NoWreck/
1•AstralXVoid•11m ago•0 comments

Can Haskell Become a Great Language for Data Science?

https://www.youtube.com/watch?v=WpDVrUdbT2o
1•linggen•11m ago•0 comments

Reducing target directory size on nightly

https://blog.rust-lang.org/inside-rust/2026/08/18/reducing-target-dir-size-on-nightly/
2•linggen•12m ago•0 comments

One Person State – portable personal AI system

https://embassy.svit.la/p/one-person-state
1•promen_svitla•13m ago•0 comments

Every software company will become a dev tools company

https://thenewstack.io/platform-engineering-ai-harness/
1•tonkkatonka•13m ago•0 comments

And then the men with guns tell you to do it anyway

https://shkspr.mobi/blog/2026/08/and-then-the-men-with-guns-tell-you-to-do-it-anyway/
2•_djo_•14m ago•0 comments

Copia Institute Again Asks Court to Fix Contradictory Media Advertising Ruling

https://www.techdirt.com/2026/08/17/another-california-court-has-now-broken-media-advertising-so-...
1•hn_acker•14m ago•1 comments

Gmail Verified Sender Program eligibility and policies

https://support.google.com/mail/answer/12467704?hl=en
3•ChrisArchitect•14m ago•2 comments

A 24-Year-Old Blew Up a $45B AI Fund

https://rubbishtalk.com/finance/how-a-24-year-old-blew-up-a-45-billion-ai-fund/
1•Mr_Kobayashi•14m ago•0 comments

Poetry Lovers' Page

https://www.poetryloverspage.com/
1•pablode•16m ago•0 comments

Paperless Cloud Backups

https://samsm.ch/paperless-cloud-backups/
1•speckx•16m ago•0 comments

Apple's Camera-Equipped AirPods See Them in Action

https://www.macrumors.com/2026/08/17/camera-equipped-airpods-macos-26-7/
1•_djo_•17m ago•0 comments

Ask HN: How did Openrouter appreciate from –$1.3B to $7B+ in just 82 days?

https://www.axios.com/2026/08/17/stripe-openrouter-paypal
2•gulmothrowaway•17m ago•1 comments

If You Have Users, You Have to Market Your Programming Language

https://c3-lang.org/blog/you_have_to_market_your_programming_language/
1•kugurerdem•19m ago•0 comments

The origin story of Infinite Campus

https://www.infinitecampus.com/about/our-story
1•mooreds•20m ago•0 comments

Columbia House Is Shutting Down

https://pitchfork.com/story/columbia-house-is-shutting-down/
2•jaredwiener•21m ago•0 comments

Relative income and global inequality: Evidence from the United Kingdom

https://www.sciencedirect.com/science/article/pii/S0014292126001911#b6
2•alphabetatango•22m ago•0 comments

Court Says Blocking, But Not Recommending, Speech Is Protected By 1st Amendment

https://www.techdirt.com/2026/08/17/federal-court-rules-that-blocking-speech-is-protected-by-the-...
2•hn_acker•22m ago•1 comments

Make US INDs Great Again

https://lifescivc.com/2026/08/make-us-inds-great-again/
1•geneticdrifts•23m ago•0 comments

Claude Code weekly limits reduce by a third tomorrow

https://support.claude.com/en/articles/15910845-claude-code-may-august-2026-weekly-limits-promotion
2•tyre•23m ago•0 comments

The Download: how people use AI, and Flock's design choices

https://www.technologyreview.com/2026/08/18/1142229/the-download-how-people-use-ai-flock-cameras-...
1•joozio•23m 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