Viewing profile — manume
manume
HN member- Joined
- Tue, Oct 05, 2010, 9:40 PM UTC
- HN karma
- 75
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About manume
Recent public activity
-
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…
-
comment
Comment #48832024
More options: https://agentmgmt.dev (disclaimer: built by me)
-
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…
-
comment
Comment #48075308
Sure, but we gotta start somewhere, right? :) What would you find most useful to add next?
-
comment
Comment #48073609
I added a comment to Cursor in the list. ;)
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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. :)
-
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).
-
comment
Comment #40765306
What do you mean by "broken gems"?
-
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…
-
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 …
-
comment
Comment #40765235
Bundler inline works great for that: https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...
-
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…
-
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…
- story
- story
- story
- story
- story
- story