Viewing profile — brunosutic
brunosutic
HN member- Joined
- Fri, Dec 09, 2011, 11:32 AM UTC
- HN karma
- 1,230
- Public activity
- 112 items
- HN profile
- View on Hacker News ↗
About brunosutic
Get in touch: hacker.news AT brunosutic.com
Recent public activity
-
comment
Comment #47578598
Hetzner
-
comment
Comment #47499730
I tried lnav about 7-8 years ago and as a terminal junkie I really liked the features. The only breaking thing was a huge (almost bloated) memory consumption. At that time lnav bas…
- story
-
comment
Comment #46266996
RailsBilling - Stripe subscriptions for Rails app in one command. Killer feature is multiple plans per customer. https://railsbilling.com
-
comment
Comment #46050019
How do you guys handle past due / grace period if there are no webhooks? Like, do you notify the end-user that their card failed and they need to update their card? Or do you let S…
-
comment
Comment #46049822
> The DX of Stripe is already great This used to be the case back in 2015, but not anymore. The financial compliance is more strict now. You have to charge taxes. EU enforced SCA /…
-
comment
Comment #45859380
Article author here - thank you for putting it this way. This is exactly the attitude I wanted to convey: it's something I tried and really liked for this specific use case. I shar…
-
comment
Comment #45859215
Your input would work exactly as you wrote it if passed to `Billing::Plan.find_or_create_all_by_attrs!`, just add commas at the end of lines. If you want to make it even shorter, y…
-
comment
Comment #45857086
This is supported and would work with no implementation changes. The "Friendly Attributes" idea is very flexible. Just a small Ruby syntax correction for your example: Billing::Pla…
-
comment
Comment #45856745
> I would consider monthly Enterprise & yearly Enterprise the same plan, with modified cost & billing frequency. How would you then call the objects that store costs and billing fr…
-
comment
Comment #45856519
That link describes billing problems of a neobank... I mean, yes, there's a big gap between my test helpers and financial institution's problems - to the point it's not related at …
-
comment
Comment #45856202
Hi, I'm the author of the article and the software library. I confirm I actually do use the examples from the article in my code. Here's the example that runs in hundreds of integr…
-
comment
Comment #45856142
The usual response to this complaint in the Ruby/Rails community is that optimizing for nanoseconds, or even milliseconds doesn't matter when the same operation also involves multi…
- story
- story
-
comment
Comment #45739143
Nice to see product from Zagreb! The link is for the /login page which tells us nothing about the product. Next time post a link to your home page. Nice work btw. The landing page …
-
comment
Comment #45566230
We have 3 young kids in the range from 2 to 5 years old. We use white noise heavily for our kids sleep. It isolates them from the noises we make around the house. For this purpose …
-
comment
Comment #45566158
Yes, and the same feature is available on Mac too. I occasionally use it with headphones for work, when I want to stay focused.
-
comment
Comment #45531226
Does anyone know if Arko can have legal troubles (like being sued) if it can be proven he "removed authorized users" from RubyCentral AWS account?
-
comment
Comment #45503133
I use it for learning and play with my kids. I load the program on the board then we wire the components together and get all excited about blinking LEDs or a LCD. The lack of feat…
-
comment
Comment #45136299
I'm glad someone is working with Async Ruby.
-
comment
Comment #43697404
I like this Jeff Geerling guy.
-
comment
Comment #43157037
I'm working on RailsBilling - it's a Ruby gem for fast Stripe subscriptions integrations. It allows you to implement subscriptions in your app in hours, instead of months. You see,…
-
comment
Comment #41346251
Sometimes it's not about the "edge cases" and handling Stripe quirks. The main design consideration for global Stripe integrations is SCA/3DS or "payment confirmations". If you imp…
-
comment
Comment #41345328
I'm working on a paid Ruby gem for bespoke Stripe subscription integrations. It cuts down integration time from +6 months to less than a day, and handles many Stripe API pitfalls. …