frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Drivers sue San Jose over nearly 500 police cameras used to track drivers

https://www.nbcnews.com/tech/tech-news/san-jose-drivers-sue-city-police-flock-cameras-rcna331750
1•blessedwhiskers•1m ago•0 comments

IETF: Meow

https://www.ietf.org/archive/id/draft-meow-mrrp-00.html
1•michaelsshaw•4m ago•0 comments

Dog Bed Database

https://aosabook.org/en/500L/dbdb-dog-bed-database.html
1•tosh•5m ago•0 comments

Why is the unit of measure placed before the value for currencies? (2016)

https://english.stackexchange.com/questions/34013/why-is-the-unit-of-measure-placed-before-the-va...
2•fittingopposite•6m ago•0 comments

'Middle Class' Actors Are Getting 'Squeezed Out' of Hollywood

https://variety.com/2026/tv/news/kirk-acevedo-sold-house-middle-class-actors-hollywood-1236722809/
1•Michelangelo11•6m ago•0 comments

House punts on FISA, extends spy powers program for two weeks

https://www.politico.com/news/2026/04/17/spy-powers-expiration-closes-in-as-house-procedural-vote...
1•Cider9986•6m ago•0 comments

A Stunning New Verdict Rewrites the Rules of Corporate Morality

https://www.nytimes.com/2026/04/17/opinion/a-stunning-new-verdict-rewrites-the-rules-of-corporate...
1•mitchbob•7m ago•1 comments

First bikebell against noise-canceling headphones

https://www.welovecycling.com/wide/duobell/
2•mccolly•9m ago•0 comments

Intel Core Ultra 7 270K Plus Performance in 340 Linux Benchmarks Review

https://www.phoronix.com/review/intel-core-ultra-7-270k-plus
2•rbanffy•9m ago•0 comments

How Secure Is Tap to Pay? [Veritasium] [video]

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

For Enterprises, GPUs Need Virtualization as Much as CPUs Ever Did

https://www.nextplatform.com/control/2026/04/10/for-enterprises-gpus-need-virtualization-as-much-...
1•rbanffy•14m ago•0 comments

Everything works. Until it doesn't

https://blog.bridgexapi.io/everything-works-until-it-doesn-t-what-changes-when-messaging-hits-scale
1•Bridgexapi•15m ago•1 comments

PROBoter – Open-source platform for automated PCB analysis

https://www.schutzwerk.com/en/blog/proboter-01/
1•kuizu•16m ago•0 comments

US tech firms lobbied EU to keep datacentre emissions secret

https://www.theguardian.com/technology/2026/apr/17/microsoft-us-tech-firms-lobbied-eu-secrecy-rul...
2•zeristor•18m ago•0 comments

Ask HN: DS920 –> Unraid build, is the flexibility worth it?

1•sidebotexp•18m ago•0 comments

Search 54M Discord messages by User ID –> see cross-server history

https://illumi.icu/
1•NotTenyear•19m ago•2 comments

Ephemeral Leaks and Automated BGP Route Leak Detection

https://www.kentik.com/blog/ephemeral-leaks-and-automated-bgp-route-leak-detection/
1•oavioklein•20m ago•0 comments

McDonnell Douglas DC-X(1993)

https://en.wikipedia.org/wiki/McDonnell_Douglas_DC-X
2•o4c•20m ago•0 comments

Does your DSL little language need operator precedence?

https://utcc.utoronto.ca/~cks/space/blog/programming/LittleLanguagesVsOpPrecedence
1•ingve•24m ago•0 comments

UC Berkeley talk from alum CVP Microsoft on jobs, startups, and coding agents [video]

https://www.youtube.com/watch?v=l3RTCyMeceM
2•sfrcom•25m ago•1 comments

Qodiqa Consent as Infrastructure for Artificial Intelligence

https://qodiqa.github.io/qodiqa/docs/QODIQA___Consent_as_Infrastructure_for_Artificial_Intelligen...
1•bogdandutescu•26m ago•0 comments

Intel refreshes non-Ultra Core CPUs with new silicon for the first time

https://arstechnica.com/gadgets/2026/04/intels-non-ultra-core-cpus-are-new-silicon-this-year-for-...
1•rbanffy•26m ago•0 comments

Your Estimates Look a Bit 2024

https://latentchaos.ai/your-estimates-look-a-bit-2024/
3•bobby-cb•33m ago•1 comments

React-driftkit – small, unstyled primitives for floating UI

https://react-driftkit.saktichourasia.dev/
2•shakcho•34m ago•0 comments

A Claude Code plugin for upgrading Ruby projects safely, including Ruby on Rails

https://github.com/dhruvasagar/ruby-upgrade-toolkit
2•dhruvasagar•34m ago•1 comments

End of Life: Changes to Eclipse Jetty and CometD (2025)

https://webtide.com/end-of-life-changes-to-eclipse-jetty-and-cometd/
4•shscs911•36m ago•0 comments

Shibuya Crossing and Times Square side by side in real time

https://www.globalcrossings.live
3•jespinoza17•37m ago•0 comments

Show HN: Agent Armor, a Rust runtime for enforcing policies on AI agent actions

https://github.com/EdoardoBambini/Agent-Armor-Iaga
7•edoardobambini-•38m ago•4 comments

Is AI a tool or are you?

https://hilariusbookbinder.substack.com/p/is-ai-a-tool-or-are-you
1•bananaflag•42m ago•0 comments

Java versus Perl / Python / Ruby / Raku

https://rant.li/ashwin/perl-versus-java
2•kernel_haathi•45m 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•12mo ago

Comments

ss-13•12mo 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