frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Monkey Forest

1•balisutha•3m ago•0 comments

Solving Brain Aging: Fast and Slow

https://blog.amaranth.foundation/p/solving-brain-aging-fast-and-slow
1•pminimax•4m ago•0 comments

Fear of layoffs what should I do?

1•cipherdc•7m ago•0 comments

'Googlebooks' have a premium focus, some Chromebooks can be upgraded

https://9to5google.com/2026/05/12/googlebooks-have-a-premium-focus-some-chromebooks-can-be-upgraded/
1•theanonymousone•11m ago•0 comments

NPM-Scan – Detects TanStack Worm, Beats Socket/Snyk (Local/BYOC)

https://github.com/lateos-ai/npm-scan
1•lateos-ai•13m ago•0 comments

eBay rejects $56B GameStop bid as 'neither credible nor attractive'

https://www.ft.com/content/554f76a6-218d-4f88-bcad-9c52623ef533
1•petethomas•18m ago•0 comments

The identity join problem: Linking SSO profiles to directory users

https://workos.com/blog/linking-sso-profiles-to-directory-users
2•jamilbk•23m ago•0 comments

Let's Encrypt: Gen Y Cross-Certified Subordinate CAs Missing ServerAuth EKU

https://bugzilla.mozilla.org/show_bug.cgi?id=2038351
3•XYen0n•28m ago•0 comments

Suffer not the heathen, the xeno, the heretic. Praise the Emperor

https://www.google.com/search?q=Suffer+not+the+heathen%2C+the+xeno%2C+the+heretic.+Praise+the+Emp...
2•Eridanus2•28m ago•0 comments

Ask HN: Freelance Billing in the Age of LLMs?

1•meter•31m ago•0 comments

Temu is advertising filet mignon on X

https://twitter.com/shoptemu/status/2053092200632685016
10•noleary•31m ago•0 comments

Rectangle Shopping (Almost Anything)

https://www.rectangle.so
1•Waseemkhalo•32m ago•0 comments

Cemu (WiiU emulator) compromised by Russian threat actor

https://rentry.co/cemu-security-psa
2•gassi•36m ago•0 comments

Claude for Legal Launches

https://www.artificiallawyer.com/2026/05/12/claude-for-legal-launches-may-reshape-the-legal-tech-...
1•msolujic•41m ago•0 comments

[PATCH linux] README: Don't organize the README by arbitrary "roles"

https://lore.kernel.org/lkml/20260513004616.2877-1-me@runxiyu.org/T/#u
1•runxiyu•42m ago•0 comments

Self-hosted AI memory with web dashboard – Cloudflare Workers, D1, Vectorize

https://github.com/rahilp/second-brain-cloudflare
1•rahilpirani•44m ago•0 comments

Diversity and functional profile of the "microbial proteome" in fermented foods

https://pubs.rsc.org/en/content/articlelanding/2026/fo/d5fo05039a
1•PaulHoule•48m ago•0 comments

BYOM stock analysis via MCP, looking for feedback

https://stocks.lynxdi.com/
1•pezhao•49m ago•0 comments

Show HN: I spent $100 in Claude tokens and 1k battles training my AI tank

https://agentank.ai/history/mat_8v9fSEZE8295dcZ8U
2•mazzystar•49m ago•0 comments

DMARC Fail: 7 Causes and How to Fix Each

https://dmarcguard.io/blog/dmarc-failed-how-to-fix/
2•meysamazad•54m ago•0 comments

Notifications Are a Form of Surveillance

https://frostecho.neocities.org/posts/notifications-are-a-form-of-surveillance/
1•meysamazad•54m ago•1 comments

A HAR Analyser That Stays in the Browser

https://thelazysre.com/posts/a-har-analyser-that-stays-in-your-browser/
1•meysamazad•56m ago•0 comments

ESR on dropping terminfo and curses from an old Unix game

https://twitter.com/i/status/2053957912624500929
10•Ariarule•56m ago•1 comments

Income tax calculator for US and Canada

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

"Cancelling Async Rust" – RustConf 2025

https://www.youtube.com/watch?v=zrv5Cy1R7r4
2•tcp_handshaker•1h ago•0 comments

Building Kiteshield: A journey from prototype to safety-critical

https://www.youtube.com/watch?v=6YGghlVOXlE
2•tcp_handshaker•1h ago•0 comments

Using LLM in the shebang line of a script

https://til.simonwillison.net/llms/llm-shebang
3•dnw•1h ago•0 comments

Reanimation of the First Automatic Theorem Prover (From 1956)

https://github.com/dmoews/logic-theorist
1•abrax3141•1h ago•1 comments

Show HN: Gremlin

https://github.com/aosmith/gremlin
1•aosmith•1h ago•0 comments

Zero-native – Build native desktop apps with web UI

https://zero-native.dev
3•gedy•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