Live data from Hacker News

Viewing profile — maxandersen

maxandersen

HN member
Joined
Tue, Jul 31, 2012, 11:15 AM UTC
HN karma
81
Public activity
43 items

About maxandersen

No profile information was provided.

Recent public activity

  1. comment
    Comment #46460229

    You've largely ignored everything I’ve said. Instead, you proposed workarounds – which is precisely what most people want to avoid. Who distributes applications as fat jars? What i…

  2. comment
    Comment #46458493

    Cool - but I really was hoping for a maven coordinate or a .jar since then I could run it directly with jbang :)

  3. comment
    Comment #46455511

    yes, so now you know it exist - give it a try :) and yes, works on npm, uvx, etc. too. `npx @jbangdev/jbang`

  4. comment
    Comment #46455494

    ok, but what practical implications does it has? Pretty sure many other runtimes aren't exactly supported on all platforms by single vendor/projects?

  5. comment
    Comment #46455425

    it shows you definitely use a certain niche of Java but I hear you on the funny part. When I started showing that its just fine to name a class, `myapp` and run it with jbang myapp…

  6. comment
    Comment #46455380

    I guess I should never use Go because I was stuck not having a working debugger, complain about Python because it is single threaded, or javascript because its a typeless mess, or …

  7. comment
    Comment #46455325

    Yeah, well - I didn't make a factual claim and then questioned it. I asked who is with me? - and no nor yes is not a meaningful answer to that :)

  8. comment
    Comment #46455236

    There is already a lot of Java in agentic systems and IDE integrations — but that alone won’t break the stereotype. The real blocker isn’t capability, it’s perception: many people …

  9. comment
    Comment #46455189

    Thats part of what I want to do more of in 2026 and I hoping others will help as otherwise I'll just be sitting in my own quiet echo chamber :)

  10. comment
    Comment #46455178

    I'm definitely not going try to force it upon those who don't like java - but I'm saying that the Java peg is way more round than most believe so don't just start using another sli…

  11. comment
    Comment #46455138

    I'm sorry, but this is a big load of crap and that includes some of the comments in here. Java enthusiasts are the absolute world champions of sugarcoating the shortcomings of Java…

  12. comment
  13. comment
    Comment #46455010

    hmm - automatic download of source code just works for me in vscode...? "java.maven.downloadSources": true in config if you don't just use maven's automatic download for it. pause …

  14. comment
    Comment #46454962

    thats why you use jreleaser and publish it so you just run it as `foobar` Lets please not mix up good dev flows with end user flows...this is not unique problem for java.

  15. comment
    Comment #46454947

    I agree the build might take a bit extra but its for sure not much for smaller clis. Making jbang native added 1-2 minutes and its all done in github action runners so in practice …

  16. comment
    Comment #46454933

    Thats my whole point in my blog - we need to change the mindset. Other ecosystems just have much less "enterprise rules" applied to them - break free :)

  17. comment
    Comment #46454910

    Yes - this is what we need more off - just not only in clojure space. I done https://github.com/jbangdev/jbang-jash for shell processes and smallrye process io also done a lot for …

  18. comment
    Comment #46454884

    I felt and did the same as you - until I made jbang as I was tired of seeing kotlin script being included to just write java... Then when I had ability to write java scripts with d…

  19. comment
    Comment #46454838

    ah - tui4j is continuation of latte. Cool - now I grok why it looked similar. cool!

  20. comment
    Comment #46454777

    cool - you've hidden that well as I spent a lot of time searching for these. Will definitely check it out. ...where is the jar for brief? :)

  21. comment
    Comment #46454767

    jbang install does the same. Not enough for you?

  22. comment
    Comment #46454701

    what is it that you feel jbang does not solve in this?

  23. comment
    Comment #46454615

    java took a hit on this move by Java and Oracle...and the way they still provide a java executable that tells you to download from somewhere else is really annoying - but you do re…

  24. comment
    Comment #46454569

    just because Oracle stopped distributing JDK's is not the same as not possible. Anyone can step up to do this. https://github.com/psumbera/solaris-openjdk seem to work?

  25. comment
    Comment #46454534

    This is not true. Even Eclipse and Intellij ship openjdk based runtimes with their distributions and have even stricter GPL limits.