frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

An Open File Format for storing the information from a forge such as issues, pu

https://f3.forgefriends.org/
1•todsacerdoti•3m ago•0 comments

Verify and find human-made content

https://nonbot.org
1•saikatsg•4m ago•0 comments

Spring AI 1.0 GA Released

https://spring.io/blog/2025/05/20/spring-ai-1-0-GA-released/
1•kreig•4m ago•0 comments

Universal Intelligence v1.0 is out AI made simple

https://github.com/blueraai/universal-intelligence
1•bluera•4m ago•1 comments

Show HN: LLM Inference Requirements Profiler

https://www.open-scheduler.com/
2•benjonr•4m ago•0 comments

Tell HN: Got a dev project? Have my premium .dev domain

1•pavlov•5m ago•0 comments

Show HN: A Lichess-inspired online chess app I built as a junior dev

https://chess-pearl-xi.vercel.app/
1•bberkay•5m ago•0 comments

Installing Consumer-Owned Antennas and Satellite Dishes

https://www.fcc.gov/consumers/guides/installing-consumer-owned-antennas-and-satellite-dishes
1•toomuchtodo•7m ago•3 comments

Show HN: Secria – Private, Secure Email Built for the Quantum Era

2•adrianmav•7m ago•0 comments

Show HN: I built an app that turns code or Swagger into interactive API docs

https://www.docpilot.dev/
1•AnindoNeel•7m ago•0 comments

A Genetic Clue to Why Men Are Taller Than Women

https://www.nytimes.com/2025/05/19/health/height-men-women-genes.html
2•marojejian•10m ago•1 comments

Teachable Machine

https://teachablemachine.withgoogle.com/
2•tosh•10m ago•0 comments

Show HN: Chatsh – A Conversational CLI Blending Terminal Ops with Real-Time Chat

https://github.com/ponyo877/chatsh
2•ponyo877•11m ago•0 comments

Hypervisor as a Library

https://seiya.me/blog/hypervisor-as-a-library
1•mfrw•12m ago•0 comments

I created a browser extension for web developers and they are loving it

3•zicsus•13m ago•0 comments

Ask HN: How far are we from the days that banks are fully operated by AI Agents?

2•johndavid9991•15m ago•2 comments

Ask HN: How to solve the customer onboarding bottleneck?

1•bewal416•15m ago•0 comments

27000 Dragons and 10'000 Lights: GPU-Driven Clustered Forward Renderer

https://logdahl.net/p/gpu-driven
11•logdahl•20m ago•1 comments

Yearly Covid shots will no longer be approved for healthy adults and children

https://www.pbs.org/newshour/health/trump-officials-say-yearly-covid-shots-will-no-longer-be-approved-for-healthy-adults-and-children
10•geox•21m ago•1 comments

The Fractured Entangled Representation Hypothesis

https://github.com/akarshkumar0101/fer
10•akarshkumar0101•21m ago•1 comments

From Nitro to Junction: Testing in Production at Scale

https://www.junctionlabs.io/blog/nitro-testing-in-production
1•inowland•21m ago•0 comments

When Graphs Are a Matter of Life and Death (2021)

https://www.newyorker.com/magazine/2021/06/21/when-graphs-are-a-matter-of-life-and-death
2•Tomte•22m ago•0 comments

What's All This About Journaling? (2018)

https://www.nytimes.com/2018/10/25/style/journaling-benefits.html
2•Tomte•22m ago•0 comments

Instagram Teen Accounts aren't keeping harmful content away from kids

https://www.washingtonpost.com/technology/2025/05/18/instagram-teen-accounts-test/
5•bookofjoe•22m ago•1 comments

Just know stuff, proteinML edition

https://kidger.site/thoughts/just-know-stuff-protein-ml/
1•aschleck•23m ago•0 comments

Regulated Italian iGaming Platform Coolzino Expands Digital Footprint

1•DenisKvalkov•25m ago•0 comments

Ask HN: Yard Noise Cancellation Speakers/Systems?

1•EwanG•25m ago•3 comments

I told AI to make me a protein. Here's what it came up with

https://www.nature.com/articles/d41586-025-01586-y
3•rntn•26m ago•0 comments

Microsoft-backed Builder.ai enters insolvency proceedings

https://techcrunch.com/2025/05/20/once-worth-over-1b-microsoft-backed-builder-ai-is-running-out-of-money/
6•upupupandaway•28m ago•0 comments

Show HN: Claude Code Editor (VS Code Extension)

https://github.com/ananddtyagi/Claude-Code-Editor
2•ananddtyagi•28m ago•1 comments
Open in hackernews

Show HN: JavaFactory – IntelliJ plugin to generate Java code

https://github.com/JavaFactoryPluginDev/javafactory-plugin
27•javafactory•4h ago
Hi HN,

I built a code generator plugin for IntelliJ that uses LLMs to create repetitive Java code like implementations, tests, and fixtures — based on custom natural-language patterns and annotation-based references.

Most tools like Copilot or Cursor aim to be general, but fail to produce code that actually fits a project structure or passes tests.

So I made something more explicit: define patterns + reference scope, and generate code consistently.

In this demo, 400 lines of Java were generated in 20 seconds — and all tests passed: https://www.youtube.com/watch?v=ReBCXKOpW3M

GitHub: https://github.com/JavaFactoryPluginDev/javafactory-plugin

Comments

geodel•2h ago
Feels very Java like. Factories, repositories, utils, patterns etc. Good stuff.
asdffdasy•1h ago
yoDawgMemesFactory
cess11•2h ago
The guide is a 404.

"404 - page not found The

master branch of

javafactory-plugin does not contain the path

docs/how-to-use.md."

How do I hook it into local models? Does it support Ollama, Continue, that kind of thing? Do you collect telemetry?

likis•1h ago
What LLM is it using? Is it something local? Or does it call out? It wasn't obvious from the docs, and I didn't want to dig through all of the code to figure it out. Should probably be clearly stated on the front page.

But the project looks interesting, I have been looking for something similar.

trollied•1h ago
It uses openai.
simpaticoder•1h ago
If the trend continues a program will look like "JavaFactory("<prompt>").compile().run();".
winrid•42m ago
I've always wondered how long until we reach this. If every pc can run models locally, with a given seed and prompt it could be the ultimate compression. It's also hilarious.
imhoguy•31m ago
Although very lossy compression, each invocation will be different, so that will inevitably circle back to "strong-static-LLM" prompts. What? wait..!