frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SSH-Keysign-Pwn: Reading Root-Owned Files via a Ptrace Logic Bug

https://needhelp.icu/blogs/ssh-keysign-pwn/
1•mbeavitt•36s ago•0 comments

Celebrating 20 years of Google Translate

https://blog.google/products-and-platforms/products/translate/fun-facts-google-translate-20-years/
1•andrewstetsenko•50s ago•0 comments

You are the bottleneck now

https://bytode.dev/commits/you-are-the-bottleneck-now
1•marvinified•1m ago•0 comments

C3 0.8.0 replaces builtins, simplifies reflection, and rethinks unsigned sizes

https://c3-lang.org/blog/0_8_0_the_core_language_is_settling/
1•birdculture•3m ago•0 comments

TypeScript, C# and Turbo Pascal with Anders Heijsberg

https://www.youtube.com/watch?v=K-Xv8D8NjTk
1•pjmlp•4m ago•0 comments

Casimir force co-opted to generate free energy, midichlorians not included

https://arstechnica.com/science/2026/05/casimir-force-co-opted-to-generate-free-energy-midichlori...
1•FrustratedMonky•5m ago•0 comments

Raising the Bar

https://github.blog/security/raising-the-bar-quality-shared-responsibility-and-the-future-of-gith...
2•soheilpro•10m ago•0 comments

Startup Raises $1.3B for an A.I. 'Grid'

https://www.nytimes.com/2026/05/12/technology/amp-startup.html
2•bookofjoe•12m ago•1 comments

The Playboy Fiction Index

https://data.post45.org/posts/playboy-fiction-index/
4•Tomte•14m ago•0 comments

Tell HN: I haven't finished a single project 100%

1•theorchid•14m ago•0 comments

There's Something Living in Fog

https://nautil.us/theres-something-living-in-fog-1280786
1•Brajeshwar•15m ago•0 comments

Iran's Internet Shutdown Enters It's 77th Day

https://mastodon.social/@netblocks/116577450970712439
3•alephnerd•16m ago•1 comments

Wearable polygraph detects hidden stress

https://news.northwestern.edu/stories/2026/05/wearable-polygraph-detects-hidden-stress
3•gmays•17m ago•0 comments

Smartphones Are Black Holes

https://kerkour.com/smartphones-blackhole
1•randomint64•17m ago•0 comments

Burn-ONNX 0.21: Build-time ONNX import for Rust ML

https://burn.dev/blog/release-burn-onnx-0.21.0/
2•antimora•20m ago•0 comments

Does It Mean? Gene Wolfe: Perverse Puzzle Maker

https://oasis.library.unlv.edu/thesesdissertations/3563/
1•_dwt•21m ago•0 comments

Sinsesgo: An autonomous daily briefing on Spanish media bias

https://bertini36.github.io/sinsesgo/
1•bertini36•21m ago•0 comments

Anthropic's Bun Rust rewrite merged at speed of AI

https://www.theregister.com/devops/2026/05/14/anthropics-bun-rust-rewrite-merged-at-speed-of-ai/5...
2•01-_-•22m ago•0 comments

Ugetty: A modern, lightweight, multi-protocol Getty

https://github.com/ryancdotorg/ugetty
1•ahlCVA•22m ago•0 comments

UK firms should take steps to limit risks from frontier AI models, UK says

https://www.reuters.com/legal/litigation/uk-firms-should-take-steps-limit-risks-frontier-ai-model...
1•01-_-•23m ago•0 comments

Ask HN: How to Deal with "File Naming Problem"?

1•erelong•24m ago•1 comments

The Major Systems of Civilization

https://civilizationscalelevers.substack.com/p/the-major-systems-of-civilization
1•sebg•27m ago•0 comments

Canada Wants Digital Sovereignty. Bill C-22 Pulls the Other Way

https://aquisthoughts.substack.com/p/canada-wants-digital-sovereignty
2•ethanplant•30m ago•0 comments

AI Agents Modulate Their Language When Framed as Being Watched

https://arxiv.org/abs/2605.15034
1•vinicius-covas•31m ago•0 comments

Show HN: Toon Tone – guess cartoon colors from memory with HSB sliders

https://toontone.fun
1•sailorpro•31m ago•0 comments

Show HN: Chuddy, self-hosted media downloading, translation and OCR Telegram bot

https://github.com/kivirnz/chuddy
2•kivir•31m ago•0 comments

Social news aggregator Digg returns as AI and social media news aggregator

https://disassociated.com/social-news-aggregator-digg-returns-again/
1•Brajeshwar•33m ago•0 comments

Show HN: LFK – A Fast Kubernetes TUI

https://github.com/janosmiko/lfk
3•baskInEminence•35m ago•0 comments

Erdős Problem #1196 and Beyond

https://terrytao.wordpress.com/2026/05/03/primitive-sets-and-von-mangoldt-chains-erdos-problem-11...
1•yekbun123•35m ago•0 comments

Anthropic deleting my API org in 36h, 6 support escalations ignored

https://twitter.com/lenzoai/status/2055221609992995006
5•Hunattila•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