frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nonpareil: High-fidelity HP calculator simulator

https://nonpareil.brouhaha.com/
1•fanf2•21s ago•0 comments

The Quest for the Ultimate GUI Framework

https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
1•dave9000•48s ago•0 comments

Penpot Docker Extension

https://hub.docker.com/extensions/ajeetraina777/penpot-docker-extension
1•rainasajeet•1m ago•0 comments

TSMC sues ex-executive suspected of giving trade secrets to Intel

https://focustaiwan.tw/business/202511250025
1•ytch•3m ago•0 comments

Search with Broot – The Good Moves

https://dystroy.org/blog/search-with-broot-the-good-moves/
1•tlar•5m ago•0 comments

WinApps: Run Windows apps as if they were a part of the native Linux OS

https://github.com/winapps-org/winapps
1•klaussilveira•8m ago•0 comments

A decade-long chimp war ended in a baby boom for the victors

https://www.livescience.com/animals/land-mammals/a-decade-long-chimp-war-ended-in-a-baby-boom-for...
1•wjSgoWPm5bWAhXB•9m ago•0 comments

French authorities investigate alleged Holocaust denial posts on Grok AI

https://www.theguardian.com/technology/2025/nov/20/french-authorities-look-into-holocaust-denial-...
1•pseudolus•11m ago•0 comments

A Critical Security Flaws in HashiCorp's Provider

https://securebulletin.com/a-critical-security-flaws-in-hashicorps-provider/
2•doener•12m ago•0 comments

X.org Server 21.1.21 Released to Fix Several Regressions

https://www.phoronix.com/news/X.Org-Server-21.1.21
1•doener•12m ago•0 comments

Artificial Analysis: Claude Opus 4.5 is the #2 most intelligent model

https://artificialanalysis.ai/models/claude-opus-4-5-thinking
1•mustaphah•14m ago•0 comments

Sam Altman's Dirty DRAM Deal

https://www.mooreslawisdead.com/post/sam-altman-s-dirty-dram-deal
2•MrBuddyCasino•18m ago•1 comments

The Design and Implementation of a Virtual Firmware Monitor [pdf]

https://people.inf.ethz.ch/troscoe/pubs/caste_sosp_2025.pdf
1•rayhaanj•19m ago•0 comments

Show HN: Tornago – Cross-platform Tor wrapper in Go (client and server)

https://github.com/nao1215/tornago
1•mimixbox•21m ago•0 comments

A skeptic's guide to whether AI is conscious

https://figsinwintertime.substack.com/p/a-skeptics-guide-to-whether-ai-is
2•lordleft•23m ago•0 comments

Show HN: Jobstocks.ai – Live hiring momentum for 1k public companies

https://jobstocks.ai/
1•TalO•24m ago•0 comments

A.I. Has Changed My Classroom, but Not for the Worse

https://www.nytimes.com/2025/11/25/magazine/ai-higher-education-students-teachers.html
1•cainxinth•27m ago•0 comments

Encoderfile v0.1.0: Deploy Encoder Transformers as Single Binary Executables

https://blog.mozilla.ai/encoderfile-v0-1-0-deploy-encoder-transformers-as-single-binary-executables/
1•theshrike79•27m ago•0 comments

Trillions Spent and Big Software Projects Are Still Failing

https://spectrum.ieee.org/it-management-software-failures
1•pseudolus•28m ago•0 comments

Claude 4 Opus just one-shotted my app idea in 30 seconds

https://www.aithings.dev/
2•rutagandasalim•30m ago•6 comments

Direction-Aware Arrow Shape using corner-shape

https://css-tip.com/arrow/
1•robin_reala•31m ago•0 comments

Show HN: Words that help me think

https://plastithink.com
1•andsko•31m ago•0 comments

Show HN: Chess960v2 – The New Fischer Random Chess (over 400 rounds played)

https://chess960v2.com/en
1•lavren1974•31m ago•0 comments

Nuptial Flight

https://en.wikipedia.org/wiki/Nuptial_flight
1•red369•35m ago•1 comments

Making Crash Bandicoot (2011)

https://all-things-andy-gavin.com/video-games/making-crash/
3•davikr•36m ago•0 comments

Indie game developers have a new sales pitch: being 'AI free'

https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
2•doener•38m ago•0 comments

Dangers, Solution of Relying on AI Chatbots for Mental Health, Parasocial

https://hstsethi.vercel.app/posts/lifestyle/dangers-relying-ai-mental-health-parasocial-relations...
2•catstor•41m ago•1 comments

The SPACE of Developer Productivity

https://queue.acm.org/detail.cfm?id=3454124
1•gtirloni•42m ago•0 comments

Does Dioxus Spark Joy?

https://fasterthanli.me/articles/does-dioxus-spark-joy
2•birdculture•42m ago•0 comments

To help kids 'climb the ivy,' Chinese uproot families for Silicon Valley schools

https://www.sfchronicle.com/bayarea/article/chinese-families-ivy-league-schools-21164622.php
1•TMWNN•45m 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•7mo ago

Comments

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