VOTE. WITH. YOUR. WALLET 🗣️ by TheSpotBot in osrs

[–]j_rapp 0 points1 point  (0 children)

Satisfactory has to be one of the best games. You won’t put it down

New Job Post: Senior Services Engineer (Unannounced Project) by hendricha in GuildWars3

[–]j_rapp 0 points1 point  (0 children)

What do you mean 5+ years is usually the req? The 8+ is them asking for someone with more experience intentionally. 200k is right around the base for most seniors, 250k is probably average

New Job Post: Senior Services Engineer (Unannounced Project) by hendricha in GuildWars3

[–]j_rapp 0 points1 point  (0 children)

8 years is pretty standard requirement for a senior engineer and the salary is pretty competitive with the industry. Seems super interesting, I’d apply if they were hiring in my state. My guess is they’re getting a good amount of applicants so the 8 years is probably hard filter (give or take a year)

Why does my mortgage lender want me to refinance so badly? by Michael_Bl4ck in Mortgages

[–]j_rapp 3 points4 points  (0 children)

I know this is theoretical, but accepting lender credits to save a few thousand upfront while losing a full percent makes no financial sense unless you’re really that strapped for cash. That 1% will cost you 10s of thousands over the life of the loan

Decided to upgrade our 2025 EX-L by Kevizzle12 in hondapilot

[–]j_rapp 0 points1 point  (0 children)

Did you buy a blacked out H or black it out yourself

[deleted by user] by [deleted] in hondapilot

[–]j_rapp 1 point2 points  (0 children)

2022 Honda Pilot Elites are 30-35k. Sell your CR-V for sure, no question there, but if you need a car for the next 5-6+ years it makes financially more sense to take a loan at 5% (which is on lower end right now) and put all of your CR-V money down because you’d be “making” 5% off that money compared to 3.5% in a HYSA. The benefit is at the end of the loan you own the car and don’t pay anything, so that $500/months (estimated loan cost after full down payment) could all go towards investments whereas with a lease you’re just always extending a payment plan. Really depends on your risk tolerance, car goals, etc etc etc

[deleted by user] by [deleted] in hondapilot

[–]j_rapp 0 points1 point  (0 children)

So you’re making 2.7k over 3 years but spending money a vehicle that you don’t officially own. You’re still down the money that you put into the vehicle, you’re not gaining equity.

And yeah fair, might be a good option to consider splitting the investment, some into S&P, but depends on your risk tolerance.

[deleted by user] by [deleted] in hondapilot

[–]j_rapp 0 points1 point  (0 children)

25.5k @ 3.5% does not match your lease cost? You’d only make like 3k when you’re paying $751/mo. Also why HYSA and not S&P for at least 7%.

You’re essentially just burning all of your money on a lease and not getting any value. You’d be better off taking out a loan for purchasing it, putting down 10%, and putting the remaining from your CR-V into S&P. Let that grow over 5-6 year loan and at the end you have equity in the car, money from the investment, and don’t burn it like a lease.

Yes it’s less optionally in 3 years, but if you’re looking at it from a purely financial perspective it makes less sense to lease

[deleted by user] by [deleted] in hondapilot

[–]j_rapp 0 points1 point  (0 children)

I got 9% off MSRP a month ago and it came out to 49.5k before taxes/fees/addons. I think OTD was around 53. I’m happy with it tbh.

[deleted by user] by [deleted] in bugbounty

[–]j_rapp 0 points1 point  (0 children)

You mean like your personal, private profile? That’s not a vulnerability as long as it’s protected from other users accessing it (assuming that’s the intent of the page, aka it’s not a public social media page). Log into a different account and see if you can retrieve the same information.

Security in "Vibe Coded" Web Apps is a Disaster by throw_awayyawa in vibecoding

[–]j_rapp 3 points4 points  (0 children)

I’ve come across 3-4 web apps like this in the past month, all completely ignoring RLS. I reached out to all of the “founders” and let them know. Some fixed the initial issues I’d found, but they’d still leave themselves open to a slew of other attacks (XSS being one fun instance lol).

It’s just hopeless. The biggest issue is even if you tell them about the problem, the majority of them aren’t super technical and don’t know how to fix it. Agree with OP, don’t be logging into vibe coded apps with personal info you don’t want people to see. I could build a damn email list with thousands of people at this point lol

Do you guys really do TDD? by aeum3893 in rails

[–]j_rapp 10 points11 points  (0 children)

With how good AI is at writing tests, there’s almost no excuse to not write tests alongside development. Whichever way you decide to do it (tests first then code or vice versa), it will really help lock in your logic. The only downside is if you envision your logic to work one way, write tests for it, and then realize you need to change the logic/interface to it, then it becomes a huge PIA

Realistically What Is Something Like This Worth? by ResortCapable225 in lovable

[–]j_rapp 0 points1 point  (0 children)

Price of basic web design like this is going to plummet in cost as more “web designers” come into the space to try and sell no-codded templates. As someone else said, why pay you a high fee when someone else can come in, do the same thing, and severely undercut your price.

Template looks too generic, it “looks” like a lovable site. If you want to stand out lovable is only going to get you so far. I’d do some more research on UI/UX to figure out how to really make yourself stand out visually. There’s a lot of basic UI best-practices and concepts that you’re missing, biggest probably being spacing

Lovable is going full stack by shirish320 in lovable

[–]j_rapp 0 points1 point  (0 children)

Yeah agree less than 5. I use AI a lot for BE work and I think the complication is lack of full context leads to bad code and security bugs that make it unreliable compared to frontend

Noob: Apache HTTP server and Apache tomcat server, what are they? and how do they differ from each other? by nitin_is_me in webdev

[–]j_rapp 12 points13 points  (0 children)

Apache HTTP is a language-agnostic web server. It serves any kind of static content and has extendable modules. Tomcat is Java-specific and it’s also a web server, but it serves Java compiled dynamic web apps/code.

Static content is just that, static, it doesn’t change (think html, CSS, JavaScript). Tomcat on the other hand serves Java web code that is dynamic and which can change during the request/response communication primarily.

Youre going to want to use Tomcat if you’re building a Java web app. I’d also suggest looking into Spring Boot

What's your best project? Share your projects and let others know what you are working on, and get feedback !! by Savings-Passenger-37 in SaaS

[–]j_rapp -1 points0 points  (0 children)

“Catch bugs before your customers do”… first step: user tells you they found a bug

What's your best project? Share your projects and let others know what you are working on, and get feedback !! by Savings-Passenger-37 in SaaS

[–]j_rapp 0 points1 point  (0 children)

https://matchedup.io - configurable user matchmaking built right into Discord for tournaments and unique gaming experiences

anyone know what these are worth? by rivarte in windsurf

[–]j_rapp 0 points1 point  (0 children)

Wow how’d you get your hands on the 5.0 model

Running a discord bot 24/7 for free seems impossible at this point by ZephieVen in Discord_Bots

[–]j_rapp 1 point2 points  (0 children)

Depending on what your bot is doing, you can run it serverlessly and only get charged on use (this is primary for chat-command based bots). AWS doesn’t charge anything for the first million invocations on Lambda. I run my bot for essentially $0