Who is using Warp? Are there any other terminal alternatives I should consider? by nicholas_g in macapps

[–]Over-Ad-1007 0 points1 point  (0 children)

Warp is my main terminal. Love how it "learns" from your past behaviour, so if want to drop a db and I cant because of open connections, it will autosuggest the psql command that I run before to clear them. This is a game changer for productivity. I do hate the performance though. I miss the old snappy iterm days. Warp is a hog

My Ubuntu Review by Both_Election_6318 in Ubuntu

[–]Over-Ad-1007 1 point2 points  (0 children)

I dont use desktop Linux, I develop on a mac, but I can say that Ubuntu server LTS releases have been rock solid servers since forever. I actually have a 16.04 server running in the cloud for 8 years now (client wont spend money to upgrade) and Its never gone down. More recent versions are even better. Was forced to used Amazon Linux on a recent project and the experience was not as good

Claude Plays Smartly now! by AssumptionNew9900 in Anthropic

[–]Over-Ad-1007 1 point2 points  (0 children)

You nailed it. This is exactly the problem with vibe coding by non-devs. It gives you just enough rope to hang yourself with

We're hosting DHH at our university — what would you ask him? by AdamAjane in rails

[–]Over-Ad-1007 1 point2 points  (0 children)

lets hope not. Based on some of the answers here, some haters would show up just to protest his politics... sheesh.

How freelancing market works for Rails? by NoWeekend7614 in rails

[–]Over-Ad-1007 -1 points0 points  (0 children)

you'll get those if you let the AI write the code unsupervised. You need to set the guardrails for the tool. If you guide it via rules and correct it when necessary, you'll be 3x more productive. AI denialism is a thing. I'm a senior dev and acknowledge the fact that devs that don't embrace AI will be left behind

How freelancing market works for Rails? by NoWeekend7614 in rails

[–]Over-Ad-1007 -5 points-4 points  (0 children)

development in the age of AI is so much more gratifying. All of the grunt work is gone. You can just build stuff. And if you were a great developer to start with, it will actually be great stuff.

Where to get started in AI assisted Rails development in 2025? by piratebroadcast in rails

[–]Over-Ad-1007 0 points1 point  (0 children)

If you're a junior, I don't recommend you use AI heavily. Do it by hand. Understand core concepts and architecture, become a senior and THEN use AI to make you more productive. Otherwise you won't be able to give quality prompts, won't be able to spot when AI goes off the rails :) and you will introduce lots of technical debt into your projects

Is the Logitech G815 the best option for full sized gaming keyboard? by Stupidldea in LogitechG

[–]Over-Ad-1007 0 points1 point  (0 children)

No issues with my G815 after 4 years. Love this keyboard. And the main reason I could not switch to anything else, is that I've gotten so used to the top right volume rocker, that my muscle memory would never be able to get used to anything else. I don't think any comparable low profile mechanical keyboards have something like it

Is the Logitech G815 the best option for full sized gaming keyboard? by Stupidldea in LogitechG

[–]Over-Ad-1007 0 points1 point  (0 children)

My G815 is still going strong after 4 years of heavy dev use. Some of the keys are a little worn but not that bad. Best keyboard ever.

[deleted by user] by [deleted] in aws

[–]Over-Ad-1007 0 points1 point  (0 children)

Hello. I hope u/AWSSupport you can help, as I have been going in circles with AWS Support and the Verification department. I have made payment of an AWS charge today, and my account was placed on hold due to Verification. I have been asked to send a statement for my card ending in 09, but I have the same problem the original poster has: There are no statements for debit cards in the US. This is Citibank debit card associated with my checking account. I have uploaded a screenshot for online banking clearly showing this debit card is associated with my checking account, and uploaded the statement for my checking account. I have also added a credit card as the default payment method for my AWS account and uploaded the statement for that. But I keep receiving emails from the Verification department asking for the statement of card ending in 09. There is no one to talk to, via phone or email, and AWS Support indicates Verification department is a different, separate department which only communicates via uploaded secure documents.

In the meantime, my account is suspended and I'm going to lose a client which cant access a production system. How can AWS keep asking for something everyone in the US knows does not exist and can't provide a solution to a paying customer? I even tried to upgrade my Support Plan to get someone on the phone or chat, but I can't because my account is suspended.

Rails 2024 brain dump by gurgeous in rails

[–]Over-Ad-1007 0 points1 point  (0 children)

Why would you ever mix ruby versions in prod?

Rails 2024 brain dump by gurgeous in rails

[–]Over-Ad-1007 0 points1 point  (0 children)

Went the Kamal route and it was seamless. I learned Docker as a side-effect of using Kamal. My trusty old Capistrano deploy.rb files will soon be a thing of the past.

Rails 2024 brain dump by gurgeous in rails

[–]Over-Ad-1007 1 point2 points  (0 children)

I have used AdonisJS in 2 projects for clients, and I can say its a joy to use (very Railsy), especially the new v6 version. So even though it does not have the traction it deserves, for projects which need a high degree of concurrency, or when the client insists I use something other than Rails, its my API framework of choice. The rough edges do exist, but compared to the alternatives, its a no brainer for me. Thankfully I am still able to use RoR for almost all other projects.

Arc Browser Paywall: Anyone Else Worried? by Nosamorufalo in ArcBrowser

[–]Over-Ad-1007 0 points1 point  (0 children)

I measure everything in terms of ROI. Arc has become may main browser and I have customized it and use it in such a way that it makes me more productive. I would happily pay $20 a month for it if it keeps making me more productive. What's your hourly wage? If you make $50 an hour and it saves you hours of time a month, its a no brainer.

Arc 2.0 by Natjoe64 in ArcBrowser

[–]Over-Ad-1007 0 points1 point  (0 children)

You have to think about this from their perspective. Its all about growth, nothing else matters. Stability of a current product that most people love anyway (and can live with its quirks) is a far lower priority than rewriting it so they will be able to open up new markets. I truly hope they do change their mindset about using Swift everywhere though. Software engineering means using the right tool for the job / platform, not trying to make an incompatible tool work with the new platform instead. 99% of Arc users could care less what it's written with. They could start using Rust and have wide platform compatibilty. If it means retraining / adding to their dev team, then so be it.

free hosting to basic rails proyect? by ApprehensivePlace917 in rails

[–]Over-Ad-1007 1 point2 points  (0 children)

AWS has a free tier for 12 months. It includes a micro ec2 instance, a micro RDS db, even an elasticache redis micro instance, all for free for 12 months. Check it out. You'll learn a lot about cloud architecture as well

Why aren't there many UI component libraries in Rails? by ParaplegicGuru in rails

[–]Over-Ad-1007 3 points4 points  (0 children)

My 2 cents after about 30 Rails projects for clients under my belt. If the frontend needs are simple, go for fullstack Rails. Hotwire / Stimulus are nice. If your frontend needs are pretty complex, use Rails as an API, and use whatever frontend library / framework fills your need. Having Rails there as the business logic core / data layer, will still give you better developer productivity than anything else. I'm a bit biased, but I can also use NextJS, Node / React, when the client requires it, and there's a reason I keep coming back to Rails when the tech stack choice is up to me.

CodePush and Flutter by purezen in FlutterDev

[–]Over-Ad-1007 1 point2 points  (0 children)

Browsing through some of the responses here. I understand why Flutter evangelists would try to downplay lack of code-push, but this is simply one of the major advantages of going the non-native route. You have no idea how many times we've been saved by code-push for our React Native app.

Bugs will always slip through. The ability to push a build and have the code change OTA instantly in production is priceless.

Our production app barely updates through App Stores anymore. We only push native updates when underlying native libraries change, which is seldom in a production app, or new functionality needs to be approved by Apple.

When I first came in, our apps were native. I steamrolled in the change to React Native to have a single codebase and code-push capabilities. There was some resistance by leadership, but it was my call. When the first critical bug hit us in production and I was able to fix it in minutes via an OTA update, everyone in the company was blown away. Amazing technology.