Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    166comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    22comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    39comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    101comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    69comments
  6. OpenJev(openjev.com ↗)
    225comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    128comments
  8. Systemd is a suite of basic building blocks(systemd.io ↗)
    17comments
  9. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    11comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    132comments
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    189comments
  12. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    10comments
  13. I don't like passkeys(hawksley.dev ↗)
    604comments
  14. Jemalloc 5.4.0(github.com/jemalloc ↗)
    77comments
  15. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  16. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    12comments
  17. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  18. The scourge of x86 emulation(fex-emu.com ↗)
    71comments
  19. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    8comments
  20. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    13comments
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    172comments
  22. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    5comments
  23. BeanShell3 in Development(beanshell.github.io ↗)
    18comments
  24. Replacing Pull Requests with Delta(zed.dev ↗)
    80comments
  25. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    83comments
  26. An empirical study of harness design for coding agents(arxiv.org ↗)
    49comments
  27. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    224comments
  28. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    2comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    63comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    685comments

BeanShell3 in Development

30 pointsby 4h agobeanshell.github.io
18 comments
4h agoHN ↗

After a long hiatus, BeanShell3 is back on schedule.

3h agoHN ↗

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

3h agoHN ↗

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

1h agoHN ↗

"Beany can be bad" "LGPL"

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

1h agoHN ↗

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

3h 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.

1h 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.

1h agoHN ↗

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

42m agoHN ↗

jEdit uses BeanShell and appears to still be alive.

21m 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.

56m agoHN ↗

"Beanly was created with The Gimp"

I can tell.

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

8m 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?