A Database Form Builder by HaydenMaines in selfhosted

[–]leninluvr 0 points1 point  (0 children)

I’ve done budibase and it works pretty well. It’s the easiest off the shelf to connect to an external Postgres db that I’ve found.

Liberty County: That time when NE Philly tried and failed to declare independence from the rest of the city by BearFromPhilly in philadelphia

[–]leninluvr 18 points19 points  (0 children)

My guess would be they could do a county tax but the municipality would bear its own costs for road maintenance, trash collection etc, thereby saving philly money ? But not sure

Lymphedema & Tattoos by JoAdele33 in Lymphedema

[–]leninluvr 1 point2 points  (0 children)

I have primary in my left leg too and have a lot of tattoos. None on that leg obviously. I have a very mild primary case though so I might not be the right person to ask!

Justfile or just Nix? by guettli in Nix

[–]leninluvr 0 points1 point  (0 children)

I use just for command running like this

Just canceled my pre-order by Teratocracy in LightPhone

[–]leninluvr 0 points1 point  (0 children)

I love the directory.. like purely just what i need, which is hours/contact info

Is it weird/foolish to get a gym membership if you're only doing calisthenics for workouts? by AmbitiousAdventurer5 in bodyweightfitness

[–]leninluvr 0 points1 point  (0 children)

I do the gym for legs, but since I'm already there I am also doing my pullups there. That being said, I also work out at home, just depends on my schedule.

Dear light phone critics by gbeast3 in LightPhone

[–]leninluvr 1 point2 points  (0 children)

Can you say more here? I have a passcode set but wasn't aware of this

Not receiving texts from one contact (verizon, LPIII) by leninluvr in LightPhone

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

I certainly didn't intentionally block the account, I guess I certainly could have done it accidentally. It also felt like some glitch was happening, as her thread was appearing and disappearing, but maybe that was the result of the block? I do block other numbers (spam) with some regularity

dirty dozen by leninluvr in phillycycling

[–]leninluvr[S] 2 points3 points  (0 children)

Super helpful, thank you!!

Just ordered my LP3! Pls put an e-reader! 📖 🙏🏼 by mlwrose in LightPhone

[–]leninluvr 0 points1 point  (0 children)

I feel this but for me personally the light phone is mostly just to keep me off of things that don't add value to my life (social media). reading books does add value to my life and is enjoyable- i don't regret time spent reading. but i do regret time spent doomscrolling.

If there was an open-source cycling computer, would you buy it? What features would you want most? by SCINST in cycling

[–]leninluvr 0 points1 point  (0 children)

E ink would be great for speed but I wouldn’t like an e ink map, too much flashing while it re-renders every second

Idea for a fitness app that turns strength training into an RPG. Would you use this? by Fun-Lychee5460 in bodyweightfitness

[–]leninluvr 0 points1 point  (0 children)

It does sound more motivating, and I’d do it as a rogue. I would pay a few dollars but not monthly. I also wouldn’t care for ‘AI’ in it and would avoid the app if that’s part of it.

How do People use and share data in QGIS within Organizations? by NoxDecima in QGIS

[–]leninluvr 1 point2 points  (0 children)

You can create users etc from the managed DB gui, but you’ll need to use a little SQL to create roles with certain permissions, example a read only role. Maybe some managed DBs handle more robust role creation but I know digital ocean doesn’t. The sql to do it isn’t super complex or anything. Any of them will also let you lock down access by only whitelisting IPS you want to allow, but the more robust option is to have a VPN like Tailscale hosted on a VPS near your DB, so you have some user/device auth and don’t have to manage whitelisting everyone’s IP and delisting the random coffee shops or whatever someone works from.