Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Trump says US and Denmark have reached new security agreement in Greenland(politico.com ↗)
    discuss
  2. Compsci grads facing recession-like job prospects thanks to AI(theregister.com ↗)
    discuss
  3. Show HN: Agentgit – a Git host for AI agents, no account, no token, no key(agentgit.co ↗)
    2comments
  4. Inkvec: Pareto frontier in-browser vectorizer (Open Source)(github.com/logolabs ↗)
    2comments
  5. Xiaomi MiMo-v2.6 Breaks Cover: A 1T-Class Chinese Lab Trains in Public(forkast.news ↗)
    discuss
  6. Show HN: CRT – a local code review tool for agentic development(github.com/imron ↗)
    discuss
  7. How Google is drafting AI chatbot laws around the country(npr.org ↗)
    discuss
  8. macOS Golden Gate – What's New (Roundup)(macrumors.com ↗)
    discuss
  9. Faster JSON parsing with SVE2 on ARM processors(lemire.me ↗)
    discuss
  10. (sixteenth RacketCon) tickets on sale now(eventbrite.com ↗)
    3comments
  11. Enhance Page Elements with Custom Glow Effects and Masks(master.dev ↗)
    discuss
  12. Realtime Raytracing in Bevy 0.20 (Solari)(jms55.github.io ↗)
    discuss
  13. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    discuss
  14. Brown bullhead catfish melanoma represents a novel transmissible cancer(nature.com ↗)
    discuss
  15. OpenAI expects to burn through almost $280B by 2030, FT reports(reuters.com ↗)
    discuss
  16. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
    2comments
  17. A related skill that is recommended as a CS student
    1comments
  18. How Randomness Builds the Universe: A Cosmic Puzzle (2025)(medium.com/kosmologi.indonesia ↗)
    discuss
  19. Integrate Architecture with Topography: Strategies to Build on Hills and Slopes(archdaily.com ↗)
    discuss
  20. Parallel vector graphics rasterization on CPU(gasiulis.name ↗)
    discuss
  21. Recursively Scaling Auto-Research Loops for Efficient Agent Harness(dair.ai ↗)
    discuss
  22. A Stop Sign for $1k(maxmautner.com ↗)
    discuss
  23. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    24comments
  24. Bill Joy – Why the future doesn't need us (2000)(wired.com ↗)
    1comments
  25. OpenAI hacked by small team of white hat security researchers(venturebeat.com ↗)
    discuss
  26. Trump announces 'forever' deal to defend Greenland, Denmark says sign next week(washingtonpost.com ↗)
    2comments
  27. Al-Khwarizmi – Father of Algebra (c.780-850)(storyofmathematics.com ↗)
    discuss
  28. Hex turns complex analysis into visual reports with GPT-6 Astra(openai.com ↗)
    discuss
  29. The US 'Kill Chain' That Destroyed an Iranian School(bloomberg.com ↗)
    discuss
  30. What Software Teams Can Learn from the Factory Transition to Electricity(ito.ai ↗)
    discuss

BeanShell3 in Development

32 pointsby 8h agobeanshell.github.io
18 comments
8h agoHN ↗

After a long hiatus, BeanShell3 is back on schedule.

7h agoHN ↗

This website is the most soulful thing I've seen today.

7h agoHN ↗

I finally can release my badly design projects from my graveyard, which will convience propspect users of the effort I put into it.

6h agoHN ↗

"Beany can be bad" "LGPL"

I mean, LGPL isn't THAT bad, but made me chuckle.

5h agoHN ↗

That needs to be updated... Beany is ALv2 :)

7h agoHN ↗

Hell yeah, I loved beanshell! We used to use it in Android development to give our apps a debug repl, telnet-style. It was so nice, if antiquated even back then. Excited to see this worthy project continue.

6h agoHN ↗

Which projects still use BeanShell? I have not heard of BeanShell since... idk 2012? or something, who is maintaining it as well, I would hope someone didn't just fork it and Oracle owns the rights to it somehow? Was Sun fully involved with BeanShell? I don't recall some of this.

Love seeing old projects come back to life though.

5h agoHN ↗

A fairly large community of people use MicroManager to run and automate microscopes, which is an extremely overgrown ImageJ plugin.

4h agoHN ↗

jEdit uses BeanShell and appears to still be alive.

4h agoHN ↗

I would hope someone didn't just fork it and Oracle owns the rights to it somehow?

Beh, i used to use Java all the time for a bunch of stuff (mainly desktop tools and the like) but after Oracle bought it my interest to it dropped like a rock and remained on the ground after the whole Oracle vs Google circus :-P.

Nowadays i still avoid any languages primarily backed by some large corporation.

5h agoHN ↗

"Beanly was created with The Gimp"

I can tell.

Interesting I never heard of this. That site feels straight out of 1999.

4h agoHN ↗

I used BeanShell for a few projects years ago, but with JShell and the ability run a Java program directly from a source file, I have no reason to use BeanShell again. What does BeanShell3 offer over what's currently available?