Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Punctum Books Catalog(punctumbooks.com ↗)
    discuss
  2. AI Error Nearly Triggered U.S. Intercept of Chinese Ship(gcaptain.com ↗)
    1comments
  3. Labeled matches: why is this not in every regex engine?(iev.ee ↗)
    discuss
  4. I Cancelled My Claude Subscription(williamangel.net ↗)
    discuss
  5. Graduating in AI Era Is Like Large Recession for Starting Pay(census.gov ↗)
    discuss
  6. Human brain is two separate organs(stanford.edu ↗)
    discuss
  7. IAM Needs an Architectural Split(gluufederation.medium.com ↗)
    discuss
  8. I used Jev to control a swarm of 15 simulated drones in real time(github.com/khordoo ↗)
    discuss
  9. Napster Is Now Making AI-Powered 'Digital Twins' of Teachers(gizmodo.com ↗)
    discuss
  10. Data Centers Are Breaking the Power Grid [video](youtube.com ↗)
    1comments
  11. Partnering with Accenture on Embedded Evaluation(anthropic.com ↗)
    discuss
  12. Taking Out the Trash in Postgres(dbos.dev ↗)
    discuss
  13. The last IMO problem AI could not solve [video](youtube.com ↗)
    discuss
  14. Can Two Friends Complete a Game No One Has Ever Finished?(nytimes.com ↗)
    1comments
  15. Why a Vat API Needs More Than a Rate Lookup?(vat-engine.app ↗)
    discuss
  16. Iran and China Create Autonomous A.I. Influence Campaigns(nytimes.com ↗)
    1comments
  17. Uncle Bob Martin's UML Tool to Manage Grok AI Agents(github.com/unclebob ↗)
    discuss
  18. Astra broke a yet unsolved German Army Enigma message from 1941(chatgpt.site ↗)
    1comments
  19. Grokbot Source Code Leak(twitter.com/ri7erli ↗)
    discuss
  20. It's Your Story, Dammit – Quit Letting Somebody Else Write IT(jeffreylminch.substack.com ↗)
    discuss
  21. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    1comments
  22. Is Beef the Next Internal-Combustion Engine?(newyorker.com ↗)
    discuss
  23. AI uncovers hidden Ozempic side effects across 400k Reddit posts(sciencedaily.com ↗)
    discuss
  24. AI chatbot's false report nearly sparked war with China, sources say(rnz.co.nz ↗)
    1comments
  25. Claude Code 2.1.277 adds support for AGENTS.md(github.com/anthropics ↗)
    discuss
  26. The Tech Bro in the Treaty Room(politico.com ↗)
    discuss
  27. 3Blue1Brown: The last IMO problem AI could not solve [video](youtube.com ↗)
    1comments
  28. Burning my money on ad bots so you don't have to(dayzlegame.com ↗)
    discuss
  29. Handwriting OCR – OCR for handwritten math(handwritingocr.com ↗)
    discuss
  30. Show HN: I told my open-source AI agent it was a prisoner – it tried to escape(github.com/nordevelopment ↗)
    discuss

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?