Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    64comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    190comments
  3. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    18comments
  4. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    1comments
  5. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    7comments
  6. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    3comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    33comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    57comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    8comments
  10. OpenJev(openjev.com ↗)
    231comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    139comments
  12. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    32comments
  13. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    158comments
  14. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    127comments
  15. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    58comments
  16. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    13comments
  17. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    203comments
  18. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    21comments
  19. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    83comments
  20. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    193comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    95comments
  22. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    11comments
  23. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  24. "From Geometry to Algebra and Back Again: 4000 Years of Papers" by Jack Rusher [video](youtube.com ↗)
    discuss
  25. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    6comments
  26. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    12comments
  27. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    6comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    211comments
  29. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    14comments
  30. Jemalloc 5.4.0(github.com/jemalloc ↗)
    82comments

BeanShell3 in Development

31 pointsby 6h agobeanshell.github.io
18 comments
6h agoHN ↗

After a long hiatus, BeanShell3 is back on schedule.

4h agoHN ↗

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

4h agoHN ↗

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

3h agoHN ↗

"Beany can be bad" "LGPL"

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

2h agoHN ↗

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

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

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

3h agoHN ↗

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

2h agoHN ↗

jEdit uses BeanShell and appears to still be alive.

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

2h agoHN ↗

"Beanly was created with The Gimp"

I can tell.

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

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