Live data from Hacker News

Viewing profile — manume

manume

HN member
Joined
Tue, Oct 05, 2010, 9:40 PM UTC
HN karma
75
Public activity
98 items

About manume

Ruby on Rails developer, founder of Uplink (uplink.tech), a network for IT freelancers. Based in Berlin, Germany

Recent public activity

  1. comment
    Comment #48857670

    That's great, but from my experience, 90% of Rubyists I met are working with Rails. "Divorcing" from Rails is therefore absurd, just stuff people say who don't like DHH for one rea…

  2. comment
    Comment #48832024

    More options: https://agentmgmt.dev (disclaimer: built by me)

  3. comment
    Comment #48077028

    Hmm, I don’t think sharing my personal experience would be that useful. For one, I’ve only used a handful of these tools long enough to give a meaningful assessment. More important…

  4. comment
    Comment #48075308

    Sure, but we gotta start somewhere, right? :) What would you find most useful to add next?

  5. comment
    Comment #48073609

    I added a comment to Cursor in the list. ;)

  6. comment
    Comment #48072904

    Thanks for the feedback! > Good list, but gosh the term "agent orchestrator" is really being diluted endlessly these days. Yeah, there's a lot happening in this space... but I thin…

  7. story
    Show HN: The independent guide to agent orchestrators

    Hey HN! I built AgentMGMT.dev today to keep track of all those agent orchestration tools that keep popping up. I've tried a few and landed on Superset, which I'm extremely happy (a…

  8. comment
    Comment #47475507

    Really cool to see superpowers adjusted for Rails development! One question: looking at the Rails conventions stills you added, wouldn't rules with paths be a better match for that…

  9. comment
    Comment #40765414

    In my experience, Bundler has improved a lot with regard to resolving dependency issues over the years. And OS libs are only really depended on by a few gems, no? 99% of them don't…

  10. comment
    Comment #40765371

    Hearing people still mention "monkey patching" always makes me chuckle... I haven't "monkey patched" anything in Ruby in > 5 years, and I don't see it in any of the popular librari…

  11. comment
    Comment #40765348

    You can pin a gem to a specific version, of course. `gem "mygem"` installs the latest version. `gem "mygem", "~> 4.0.0"` installs >= 4.0.0 but < 4.1.0, which is what you probably w…

  12. comment
    Comment #40765324

    For 99% of use cases (especially when writing shell scripts) it doesn't matter, just pick the one you know better. Both are nicer than Bash though. :)

  13. comment
    Comment #40765321

    Can you give an example? I can't think of a single situation where whitespace matters in Ruby (unless of course you forget to put a space between two commands or something silly).

  14. comment
    Comment #40765306

    What do you mean by "broken gems"?

  15. comment
    Comment #40765300

    > Sadly, 9 out of 10 environments lack a Ruby interpreter out of the box. Please name those 10 environments you are talking about. In my experience, a reasonably recent Ruby versio…

  16. comment
    Comment #40765276

    Similar case for me, but I think the author says it well: > That is, most of the cases Bash for me is enough, but if the script starts to become complex, I switch to Ruby. Even if …

  17. comment
    Comment #40765235

    Bundler inline works great for that: https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...

  18. comment
    Comment #40765227

    > but it's temperamental and I have trouble getting it working. > I was trying to set up editor support Not sure what problems you had exactly, but saying that editor tooling is ba…

  19. comment
    Comment #40765215

    > ... the new LSP one from Shopify doesn't want to work for whatever reason. Sorry, but calling it "a mess" simply because you can't get it to work is quite unfair. I've been using…

  20. story
  21. story
  22. story
  23. story
  24. story
  25. story