frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Curious Pilot: Software to Aid UAP Investigations

https://curiouspilot.com/
1•pcbtracer•1m ago•1 comments

State of the Fin 2026-05-24

https://jellyfin.org/posts/state-of-the-fin-2026-05-24/
1•salmon•8m ago•0 comments

Crypto code commits fall 75% as developers move to AI projects

https://www.coindesk.com/tech/2026/03/12/crypto-developer-activity-sinks-to-multi-year-low-as-ai-...
2•wslh•9m ago•0 comments

Cited AI Workspace: No More Re-Uploading Files

https://uumuse.ai/en
1•owjdie•9m ago•0 comments

LLM proactively bypassed pnpm's anti-supply-chain-attack config

https://twitter.com/encrypted/status/2058658244328124562
1•EFLKumo•14m ago•0 comments

Show HN: Embed Notion Pages into Your Website

https://embednotion.com/
2•qwikhost•31m ago•0 comments

Stop paying twice Looking for testers for self hosted+Android app cloud drive

https://play.google.com/apps/testing/com.freecloud.android
2•WWIII_Historian•32m ago•0 comments

Does Anybody Actually Like React?

https://jsx.lol
41•brazukadev•32m ago•34 comments

Mondegreen

https://en.wikipedia.org/wiki/Mondegreen
3•bear_with_me•35m ago•0 comments

If you're asked to confirm that you're an adult

https://support.apple.com/en-us/125662
2•mikhael•37m ago•0 comments

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
2•zdw•37m ago•0 comments

AI SEO: compare with your competitor

https://usefox.co/competitor-analyzer
2•Creator-io•38m ago•0 comments

Taiwan Overtakes India as Fifth-Largest Stock Market

https://www.bloomberg.com/news/articles/2026-05-26/tsmc-s-relentless-rise-powers-taiwan-s-market-...
3•leopoldj•38m ago•0 comments

This big university system is embracing AI. Students and faculty aren't on board

https://www.npr.org/2026/05/25/nx-s1-5772820/artificial-intelligence-education-technology-califor...
3•voxadam•39m ago•0 comments

Show HN: Aigis – 43% of MCP servers have injection payloads; I built a firewall

1•Charles389no•41m ago•0 comments

Browser-based file encryption tool using WebCrypto

https://secvant.com/
5•unixlor•42m ago•5 comments

We Outgrew Cloudflare D1

https://sushidata.com/blog/2026/05/19/outgrew-cloudflare-d1-everything-tried-building-solution/
2•cebert•42m ago•0 comments

Summer Shred

https://www.supercomp.app/
2•smiru•43m ago•0 comments

Trendshift – trending OSS ranked by momentum, not star count

https://trendshift.io
2•Hylasca•43m ago•0 comments

The Journal of Craptology

https://www.anagram.com/jcrap/
1•colonCapitalDee•45m ago•0 comments

Computer Systems Design and Related Services Employment Statistics

https://fred.stlouisfed.org/series/ces6054150001
1•sakompella•48m ago•0 comments

Iconic: A collection of images that inspire

https://hvpandya.com/iconic
1•mjshashank•48m ago•0 comments

Trump releases new batch of previously classified UFO files

https://www.aljazeera.com/video/newsfeed/2026/5/23/trump-releases-new-batch-of-previously-classif...
5•frasermarlow•49m ago•1 comments

Syncing from the Void: Implementing Delay-Tolerant Burst Tunnels

https://instatunnel.substack.com/p/syncing-from-the-void-implementing
2•iamnothere•54m ago•1 comments

Art-Template NPM Coruna Browser Exploit Compromise

https://haltingproblems.com/analysis/art-template-coruna-npm-compromise/
1•s4mw1se•58m ago•0 comments

Show HN: HN Audio to video AI generator

https://audiocleaner.ai/audio-to-video-ai
2•audio_cleaner•1h ago•0 comments

How We Ship Multiple Times a Day – and Sleep at Night

http://thushw.blogspot.com/2026/05/how-we-ship-multiple-times-day-and.html
1•RyeCombinator•1h ago•0 comments

Game built in Godot performed significantly better than in Unity

https://twitter.com/Pirat_Nation/status/2058865663217975447
2•vincentchau•1h ago•0 comments

We need more horror movies like "Obsession"

https://datagreed.pro/thoughts/we-need-more-horror-movies-like-obsession
2•datagreed•1h ago•0 comments

Scientists MayHave Foundthe Blueprint of the HumanBody Atthe Bottom of the Ocean

https://www.popularmechanics.com/science/animals/a71337415/sea-anemone-bilaterian-found-in-ocean/
2•anikoghosyan•1h ago•1 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