Stuff
3 subscribers
200K links
Download Telegram
Ann, the Small Annotation Server
7 by todsacerdoti | 0 comments on Hacker News.
A simple search engine from scratch
4 by bertman | 0 comments on Hacker News.
AI's energy footprint
23 by pseudolus | 10 comments on Hacker News.
Show HN: JavaFactory – IntelliJ plugin to generate Java code
5 by javafactory | 0 comments on Hacker News.
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://ift.tt/TSc78bX
Show HN: Text to 3D simulation on a map (does history pretty well)
10 by lukehollis | 5 comments on Hacker News.
Simulate anything on a map from a text prompt -- and conduct risk analysis against LiveUA map's global realtime data points from social media and news sources. I trained a GPT-2-size model on historical incident data used to predict things that will go wrong. As historian Benjamin Breen mentions, the leading language models are good historians, so the application will simulate historical events pretty well also. I include a Multi-Agent RL Urban Mobility model in progress displayed on the map as small white cubes representing traffic and pedestrians. Around SF, it uses real census data and other sources for semantically meaningful day plans, etc. It will populate where you move the map, albeit a little slowly. This is based on previous work on my GitHub--I hope to connect it to Unreal's city samples project soon. The simulations are pretty simple so far but will grow in complexity soon. I won the AGI House World Models Hackathon with this and the MARL model. Many thanks to Shota Matsuda and Garrett Johnson for the cloud and atmospheric effects libraries on Github at takram-design-engineering/three-geospatial Glad for feedback, and thanks for trying it out!
llm-d, Kubernetes native distributed inference
20 by smarterclayton | 0 comments on Hacker News.