opencode
location4j
| opencode | location4j | |
|---|---|---|
| 113 | 5 | |
| 170,087 | 64 | |
| 10.2% | - | |
| 10.0 | 7.6 | |
| 7 days ago | 7 months ago | |
| TypeScript | Java | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
opencode
- MiMo Code Is Now Released and Open-Source
-
What We Lose When Coding Becomes Reviewing
Dax, the creator of OpenCode — an open-source coding agent, of all the people one might expect to disagree — put the case for hand-coding cleanly in a recent interview about Spec-Driven Development:
- Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
- My AI journey
-
How to add Honeycomb traces to your AI Slack bot
Pipa is our agent for studio operations at Lunch Pail Labs. She lives in Slack, is powered by E2B sandboxes, and uses OpenCode for the harness.
-
Spec-Driven Development with OpenSpec
One reason I liked OpenSpec more than others, such as Kiro and SpecKit, is that OpenSpec is highly portable between coding assistants, codebases and stages of development. I've plugged OpenSpec into all sorts of projects, from infrastructure to Python libraries. I also work on diverse codebases, with a variety of AI friends that OpenSpec supports: OpenCode, Codex and Claude Code.
-
Agentic: Which App/Harness Is Best for Angular Development?
Beyond the big names, I would also keep an eye on OpenCode and T3 Code. OpenCode is a solid open-source, terminal-first option if you want a model-agnostic agent and bring your own provider setup. T3 Code is interesting for the opposite reason: it gives you an open-source GUI on top of the agents you may already pay for, like Claude Code, Codex CLI, OpenCode, or Cursor.
-
Rift: Better Alternative to Git Worktrees
Brought to you by the infamous creator of OpenCode, who will exfiltrate all your data, then feign ignorance:
https://github.com/anomalyco/opencode/issues/10416
- Odysseus – self-hosted AI workspace
-
opencode VS zerostack - a user suggested alternative
2 projects | 30 May 2026
location4j
-
Vibe Coding Kills Open Source
I agree to an extent
My project is quite well documented and I created a Prompt a while back along with some mermaid diagrams
https://github.com/tomaytotomato/location4j/tree/master/docs
I can't remember the exact prompt I gave to the LLM but I gave it a Github issue ticket and description.
After several iterations it fixed the issue, but my unit tests failed in other areas. I decided to abort it because I think my opinionated code was clashing with the LLM's solution.
The LLM's solution would probably be more technically correct, but because I don't do l33tcode or memorise how to implement Trie or BST my code does it my way. Maybe I just need to force the LLM to do it my way and ignore the other solutions?
-
Ask HN: What Are You Working On? (October 2025)
Grinding on my opensource Java NLP library to parse text and find geographical information from it.
https://github.com/tomaytotomato/location4j
I think I am going to re-write the logic to calculate a score on all matches it makes from a given piece of text.
e.g.
"us ca" ---> is this "USA California" or "USA and Canada (CA ISO2 code)"?
"san jose usa" ---> is this "San Jose California, USA" or another San Jose in America
-
Ask HN: What are you working on? (April 2025)
Working on my Java NLP library that can figure out what geographical location is from a piece of free text.
e.g.
"san francisco ca united states" - San Francisco, California, America
"california, san francisco" - San Francisco, California, America
"glasgow, kentucky" - Glasgow, Kentucky, America
"glasgow, UK" - Glasgow, Scotland, United Kingdom
It started as a project when I was scraping websites, and some data had inconsistent ways of writing a location or address.
The library is called location4j - https://github.com/tomaytotomato/location4j
- Show HN: Location4j – A Java library for geo lookups without external APIs
What are some alternatives?
crush - Glamourous agentic coding for all 💘
LocationShare - A simple Android application to share your location
aider - aider is AI pair programming in your terminal
Country and Currency Picker for Android - CountryCurrencyPicker is an android picker library for country and / or currency. You can implement it as fragment or dialog. It offers the option to search for country values and / or currency values. Inspired by country-picker-android and currency-picker-android
goose - an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
react-native-connectivity-status - A ReactNative module to check Bluetooth and Location status on Android and iOS