frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

No more bill shocks budget alerts comes to-Cloudflare

https://projektisle.com/2026/04/no-more-bill-shocks-budget-alerts-comes-to-cloudflare/
1•todotask2•53s ago•0 comments

PostgreSQL Just Got Its Biggest Upgrade That Will Change DB Performance in 2026

https://medium.com/@CodingWithAbhi/postgresql-17-performance-upgrade-2026-f4222e71f577
1•breve•3m ago•0 comments

That 90s Chat Program You Don't Remember

https://www.youtube.com/watch?v=fMKiz7KTSz4
1•1o1o1o1o1•6m ago•0 comments

Deutsche Telekom has a bad DKIM key

https://infosec.exchange/@badkeys/116407565746342278
3•icco•7m ago•0 comments

Nvsx – A hook layer for NVSentinel GPU fault remediation

https://github.com/nav-beep/nvsx
1•essekar•8m ago•0 comments

MuJoCo – Advanced Physics Simulation

https://github.com/google-deepmind/mujoco
1•modinfo•9m ago•0 comments

Mailinator's Universal IDP

https://www.mailinator.com/introducing-mailinators-universal-idp/
3•zinxq•14m ago•0 comments

Hire a Freelancer Quantitative Developer

https://mathematicsconsultants.com/2026/04/19/hire-a-freelance-phd-quantitative-developer-or-rese...
1•GeniusConsult•16m ago•0 comments

The Social Battery and Symbolic Systems: Religion as Mediated Reciprocity

https://www.academia.edu/165768082/The_Social_Battery_and_Symbolic_Systems_Religion_as_Mediated_R...
1•W_G_III•19m ago•0 comments

Decision Density

https://jamesshelley.com/decision-density.html
1•zdw•20m ago•0 comments

Show HN: Slop Cop Claude Code / Cursor Plugin

https://github.com/yasyf/slop-cop
2•yasyfm•23m ago•0 comments

HTML5 Coupler Loop – Working

https://neocities.org/
3•rogmash•23m ago•5 comments

Sandboxes and Worktrees: My Secure Agentic AI Setup in 2026

https://mikemcquaid.com/sandboxed-agent-worktrees-my-coding-and-ai-setup-in-2026/
3•jdorfman•24m ago•0 comments

Five Days That Remade the Supreme Court

https://www.nytimes.com/2026/04/18/us/politics/supreme-court-shadow-docket.html
4•mitchbob•27m ago•1 comments

Changes in the system prompt between Claude Opus 4.6 and 4.7

https://simonwillison.net/2026/Apr/18/opus-system-prompt/
3•simonw•29m ago•0 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
2•connorpeters•30m ago•0 comments

OpenAI's April 2026 Policy Release: Industrial Policy for the Intelligence Age

https://www.landgate.com/news/energy-intelligence-for-open-ai-s-industrial-policy-blueprint
1•ninjahawk1•42m ago•0 comments

Testing Out the Armips Assembler on the Xorshift PRNGs

https://bumbershootsoft.wordpress.com/2026/04/18/testing-out-the-armips-assembler-on-the-xorshift...
1•ibobev•43m ago•0 comments

Instrumental Insemination of Honey Bee Queens

https://news.cahnrs.wsu.edu/videos/instrumental-insemination-of-honey-bee-queens-techniques-and-b...
2•rolph•48m ago•0 comments

The Unabomber Manifesto in 2026 – Scary Accurate

https://medium.com/@vagobond/reading-the-unabomber-manifesto-in-2026-90c4417fc309
4•ZguideZ•50m ago•2 comments

SEO, AEO, and Geo for a Modern Developer Portfolio

https://www.yashkapure.com/en/blog/seo-aeo-geo-for-a-modern-developer-portfolio/
1•yashkapure•53m ago•0 comments

Show HN: Figma-style visual editor for multi-agent choreography

https://github.com/dance-of-tal/dot-studio
2•monarchjuno•53m ago•0 comments

NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating

https://science.nasa.gov/blogs/voyager/2026/04/17/nasa-shuts-off-instrument-on-voyager-1-to-keep-...
37•sohkamyung•56m ago•7 comments

AI-Assisted Coding: Why a Distinguished Engineer Stopped Reading Code

https://vascoduarte.substack.com/p/ai-assisted-coding-why-a-distinguished
3•e2e4•1h ago•2 comments

BenchJack – an open-source hackability scanner for AI agent benchmarks

https://github.com/benchjack/benchjack
2•mogician•1h ago•0 comments

The Wired Belts Are the New Rust Belts

https://fletcher.tufts.edu/news-media-mentions/all-news/wired-belts-are-new-rust-belts
1•mitchbob•1h ago•0 comments

Show HN: Jitter Done – a simple tool to understand your caffeine metabolism

https://jitterdone.com/
1•jere•1h ago•1 comments

What if I do not want to provide my cell phone number?

https://www.vendpark.io/faq/what-if-i-do-not-want-to-provide-my-cell-phone-number-new
1•kmstout•1h ago•1 comments

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways

https://engineering.fb.com/2026/04/16/security/post-quantum-cryptography-migration-at-meta-framew...
3•birdculture•1h ago•0 comments

Claude Design System Prompt

https://gist.github.com/mcrowe/9da081f52e0740886d39e730852dba49
3•mcrowe•1h ago•2 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