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 ↗)
    27comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    187comments
  3. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    5comments
  4. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    6comments
  5. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    32comments
  6. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    discuss
  7. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    55comments
  8. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    4comments
  9. OpenJev(openjev.com ↗)
    229comments
  10. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    118comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    136comments
  12. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    167comments
  13. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    23comments
  14. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    151comments
  15. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    16comments
  16. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    10comments
  17. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    39comments
  18. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    192comments
  19. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    83comments
  20. Minimal Phone 2(minimalcompany.com ↗)
    81comments
  21. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    6comments
  22. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    5comments
  24. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    13comments
  25. How to Write with an LLM(sockpuppet.org ↗)
    209comments
  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 ↗)
    5comments
  28. Jemalloc 5.4.0(github.com/jemalloc ↗)
    79comments
  29. I don't like passkeys(hawksley.dev ↗)
    645comments
  30. The scourge of x86 emulation(fex-emu.com ↗)
    72comments

BeanShell3 in Development

31 pointsby 5h agobeanshell.github.io
18 comments
5h 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.

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

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

2h agoHN ↗

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

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

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