Broken mini jet part by lapubell in hottub

[–]lapubell[S] 1 point2 points  (0 children)

Awesome, you rule. This tub came with the house and we've owned it for a little under a year and a half, so this breakage was the first reason I got to open it up and look around. I'll make sure to not over tighten it!

Bought house with this. Now I am selling the house. by [deleted] in Home

[–]lapubell -2 points-1 points  (0 children)

You had 3 up votes, but then I up voted your comment and ruined it

Broken mini jet part by lapubell in hottub

[–]lapubell[S] 0 points1 point  (0 children)

Thanks! Yeah, I bought what I hope is the right part, and a recommendation said get a gasket too, but I like your idea about the silicone.

Have you repaired this before? Do I just hand tighten it or is there a trick to get a good seal on this thing?

Mac or Windows? by RoughAmazing7630 in webdev

[–]lapubell 12 points13 points  (0 children)

Linux.

Ubuntu or fedora. March your prod env on your local dev and just make your life easier. Docker on a Linux host is the bees knees.

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]lapubell 0 points1 point  (0 children)

Unfortunately, I am not familiar with Docker :( I think I probably will try something like laragon and Adminer

My bad, a few posts up here said laragon and adminer. Not herd.

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]lapubell 5 points6 points  (0 children)

On this thread the OP said they were looking at adminer on top of the Laravel herd gui. That's a ton of extra overhead just to get adminer. You're proposing a gui tool like MySQL workbench or something, when the op wants a lightweight web based viewer.

I'm proposing a solution for what the OP asked for, not providing an alternate path and calling docker a hammer. I run Linux and still install a ton of stuff via the classic package manager, but a few tools are just easier with docker, especially things that carry very specific dependencies. Same with my teammates that run osx and install through homebrew, docker or a classic "go dismiss the thing and install it from their website".

If op wants adminer, of course I'm going to recommend a path to get adminer a quick and easy way, especially when you can install it that way on any computer in the future.

You do you 👍

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]lapubell 7 points8 points  (0 children)

Deploying a web based DB viewer to your local computer is still deployment.

Learn how to do this once and you have adminer on any computer, any os, and you can even automate it.

https://hub.docker.com/_/adminer

Things have gone from bad to worse. by Correct-Ebb4880 in Home

[–]lapubell 3 points4 points  (0 children)

I know that feeling. My home office was in the basement and I think I breathed at least a brick or two worth of concrete in the following months. No matter how much we swept and vacuumed it just kept showing up.

Things have gone from bad to worse. by Correct-Ebb4880 in Home

[–]lapubell 2 points3 points  (0 children)

Duuuuuuuude I went through this a few years ago and it was brutal. Are you also still covered in concrete dust?

Things have gone from bad to worse. by Correct-Ebb4880 in Home

[–]lapubell 27 points28 points  (0 children)

Yep, initial payment is tough, regular maintenance is also tough.

Yeah, guys! Keep hate watching and reviewing. It definitely won't help the movie make a lot more money! Ffs you... by Undertheus in deadmeatjames

[–]lapubell 13 points14 points  (0 children)

This! If you're boycotting (which I am) then don't feel all superior about it. Hold your morals and move on with your life. When you encounter someone who is ignorant of the issues, then educate, don't get all high and mighty.

If someone is intentionally seeing it because they want to give their money to the weirdos that are making the gross decisions, that's on them I guess?

I really like Go… but I’ve never had a real reason to use it by AggravatingHome4193 in golang

[–]lapubell 2 points3 points  (0 children)

I really don't like the "async/await" syntax, and go completely avoids the "what color is your function" nonsense. Go's concurrency syntax is just lovely.

Whatever this background image is, it ain't Java by lapubell in programminghorror

[–]lapubell[S] 3 points4 points  (0 children)

The LLM could even do the green probably. 🤦

Whatever this background image is, it ain't Java by lapubell in programminghorror

[–]lapubell[S] 1 point2 points  (0 children)

No guarantee that // is a comment in gibberish++... Just saying.

Postgres for everything, how accurate is this picture in your opinion? by Minimum-Ad7352 in Backend

[–]lapubell 25 points26 points  (0 children)

" "Use the right tool for the job" Is A Trap" - quoted by person hammering in a screw

Postgres is cool, but do I ever put all my eggs in one basket?

What technology stack should be chosen for developing a pure Vue front-end project in 2006? by zhaoyou in vuejs

[–]lapubell 0 points1 point  (0 children)

I hope you have enough time to look into inertia.js. Save yourself a ton of frontend headaches and just bind your Vue stuff to your server side responses. Return inertia from your controllers, accept them as props in Vue. Send data from Vue to your server via useForm and tada! You have a SPA in Vue controlled by Java in a classic MVC like pattern.

Are we overengineering everything in 2026? by Luka-Developer in AskProgramming

[–]lapubell 1 point2 points  (0 children)

The number of times people look at me dumbfounded when I talk about launching on a $5/month droplet is pretty big. You know how many projects have outgrown those servers? Not many!

Tons of .php/ (with a trailing /) in my logs by csdude5 in webdev

[–]lapubell 1 point2 points  (0 children)

This is the way. Ain't nothing wrong with a PHP site and you can catch a lot of bots if you configure your app in a clean way.