frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

End of a Semester

https://mtendekuyokwa.github.io/blog/end-of-semester/
1•sonderotis•26s ago•1 comments

Using Claude to apply a book, not just summarize it

https://lswith.io/posts/how-i-approached-showing-your-work/
1•lswith•39s ago•0 comments

Automate the Food (2024)

https://chisness.substack.com/p/automate-the-food
2•thelastgallon•3m ago•0 comments

SpaceX IPO set to ensure Elon Musk cannot be fired

https://www.ft.com/content/00382ab9-3dfe-468c-8966-853cd787dd43
2•1vuio0pswjnm7•4m ago•0 comments

OpenJDK: Project Leyden

https://openjdk.org/projects/leyden/
2•tosh•5m ago•0 comments

What's Easy Now? What's Hard Now?

https://brooker.co.za/blog/2026/05/18/whats-easy-whats-hard.html
2•r4um•6m ago•0 comments

He's king of the AI boom. Why do former colleagues say he can't be trusted?

https://www.washingtonpost.com/technology/2026/05/16/elon-musk-trial-against-sam-altman-renews-qu...
2•1vuio0pswjnm7•8m ago•0 comments

Filipino virtual assistants behind LinkedIn's "thought leadership" content mill

https://restofworld.org/2026/virtual-assistant-linkedin-engagement/
4•jethronethro•11m ago•0 comments

Building a Location Display Map with PCB Art

https://www.robopenguins.com/pcb-map/
2•axlan•14m ago•1 comments

Layoffs and Harsh AI Reality Inside Meta

https://www.cnbc.com/2026/05/18/metas-layoffs-starting-this-week-underscore-zuckerbergs-ai-realit...
2•signa11•15m ago•0 comments

Transition of Adobe eBook Platform to Wipro Engineering

https://helpx.adobe.com/enterprise/kb/eol-faq-adobe-digital-editions.html
2•tusslewake•16m ago•0 comments

Show HN: Closed Rings – A CLI-first time tracker for developers

https://closedrings.sh/en
2•samacs•16m ago•0 comments

Fender escalates legal campaign against S-style guitars

https://www.guitarworld.com/gear/electric-guitars/fender-cease-and-desist-lsl-instruments
2•rectang•17m ago•1 comments

A Fearful Phone Call and a Frantic Search Preceded Mosque Shooting

https://www.nytimes.com/2026/05/18/us/san-diego-mosque-shooting-search.html
2•Cider9986•20m ago•0 comments

Signal warns it would pull out of Canada if made to comply with access bill

https://www.theglobeandmail.com/politics/article-signal-warns-it-would-pull-out-of-canada-if-made...
7•gnabgib•27m ago•2 comments

Show HN: MyUUIDshop, Generate UUIDs and never worry about duplicates

https://myuuid.shop
2•scrygl•27m ago•1 comments

Show HN: Nano-RAG – Agentic multi-hog retrieval without graph database

2•freakynit•29m ago•0 comments

Microsoft rejects critical Azure vulnerability report, no CVE issued

https://www.bleepingcomputer.com/news/security/microsoft-rejects-critical-azure-vulnerability-rep...
4•olearysec•30m ago•0 comments

Windows AI Background Services Are Slowing Down Your PC

https://www.fixtech.co.ke/2026/05/windows-ai-background-services-are.html
4•rindodi•36m ago•2 comments

Show HN: It is hard to show genuine work on HN

3•shailendra_sis•39m ago•3 comments

Mini Shai-Hulud Strikes Again: 314 npm Packages Compromised

https://safedep.io/mini-shai-hulud-strikes-again-314-npm-packages-compromised/
5•theanonymousone•40m ago•0 comments

Nordstjernen Web Browser

https://www.nordstjernen.org/
5•roschdal•42m ago•2 comments

What I Told Charles About RFCs

https://uaxd.fr/dispatches/what-i-told-charles-about-rfcs.html
1•enoch_cg•47m ago•0 comments

Linux 7.1-rc4: security list "almost unmanageable" from AI bug reports

https://lwn.net/Articles/1073192/
4•zdkaster•50m ago•1 comments

No, I don't want my kids using your stupid AI

https://www.theglobeandmail.com/life/article-no-i-dont-want-my-kids-using-your-stupid-ai/
4•petethomas•51m ago•3 comments

The 30 Year Game

https://remysharp.com/2026/05/17/the-30-year-game
1•tobr•58m ago•0 comments

In Memoriam: Peter G. Neumann (1932-2026)

https://cacm.acm.org/news/in-memoriam-peter-g-neumann-1932-2026/
2•fork-bomber•58m ago•0 comments

Standard Chartered to cut roles as AI use increases

https://www.bbc.com/news/articles/crep3v8vzglo
2•KnuthIsGod•1h ago•0 comments

Xiaomi YU7 GT Breaking the Nürburgring SUV Lap Record [video]

https://www.youtube.com/watch?v=Fx6d-K_8QXg
1•gainsurier•1h ago•0 comments

Mug Shots: A Small Town Noir (2014)

https://theappendix.net/issues/2014/4/mug-shots-a-small-town-noir
3•samclemens•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