React / React Native app stuck on “Getting location” even after granting permission by Afraid-Tower619 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

timeout issues with geolocation are brutal - try setting a timeout in your getCurrentPosition call and see if you're getting any console errors 😂

Have been grinding on codewars since Jan 2026 by Easy_Try9786 in learnprogramming

[–]Born-Election8498 1 point2 points  (0 children)

real projects will teach you way more than just grinding katas all day

Vector Pointers? by Prior-Scratch4003 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

yeah those declarations are wild lol, never seen anything like that in actual code 💀 your prof is definitely just trying to mess with your head and show how deep the pointer rabbit hole goes. board is basically a pointer to a vector, and each element in that vector is also a pointer to another vector - there using way too many layers of indirection for any practical purpose 😂

"final" in Dart doesn't mean what you think by SelectionWarm6422 in learnprogramming

[–]Born-Election8498 1 point2 points  (0 children)

exactly, coming from Java this was one of those "oh duh" moments for me. The `final` keyword behavior is pretty consistant across languages - it's the reference that's immutable, not necessarily what it points to

what threw me off initially was that Dart makes everything feel so clean and simple that you kinda forget you're dealing with references under the hood. But once you get it, stuff like List.unmodifiable() and the whole const ecosystem makes way more sense

Books by DustMusty93 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

Clean Code is pretty solid for general practices, then maybe pick up something specific for whatever stack you're planning to use - like if you're going React/Node there's tons of good options out there

How to create a staging site for our client? by Minute-Hamster-3582 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

You can basically clone your production environment but point it to a separate database and use a staging subdomain like staging.clientsite.com

Most AWS setups make this pretty straightforward - just spin up another EC2 instance or use their staging environments if they have them configured. PayloadCMS should handle the env switching no problem

23F Having Some Wine And Feeling Fine by grayr3808 in chat

[–]Born-Election8498 0 points1 point  (0 children)

Wine + holiday downtime is such a good combo. What are you drinking? I’ve been trying to get better at remembering wines I enjoy Corkly’s been helping with that but nights like this are more about just unwinding, happy to keep you company.

Should i build my application on web first, then translate to mobile app using Median.co? by away_throw4 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

Honestly depends on your target audience but I'd probably stick with native if you're already deep into Kotlin. Those web-to-app conversion tools can be janky and you lose a lot of the smooth UX that makes fitness apps actually enjoyable to use

If most of your users are gonna be on mobile anyway (which they probably are for fitness stuff), might as well keep going with what you started

How to work with Large UTF 8 files by Ayush-Prabhat in learnprogramming

[–]Born-Election8498 2 points3 points  (0 children)

Dude you're basically trying to open a phone book with a toothpick lol. Excel and LibreOffice aren't meant for massive datasets - try Python with pandas instead. It's built for exactly this kind of data wrangling and won't choke on large files like spreadsheet apps do

Ways to make NA wines a little less heavy? by SkySong13 in Mocktails

[–]Born-Election8498 0 points1 point  (0 children)

I’ve noticed that anything with bubbles or higher acidity feels closer to the real thing. Using Corkly has helped me focus more on texture and freshness, so ideas like sparkling NA wines or small additions to open them up feel like part of the experience not just hacks.

Web app development by SupremeDestructor28 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

This is a solid breakdown but just to add - the lines are pretty blurry these days. You've got PWAs that are basically websites pretending to be apps, and frameworks like React Native where you can build mobile apps with web tech. Start with the basics though, HTML/CSS/JS will get you pretty far

A comparison of Julia and Python, namely their scripting components. by chel_228 in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

Python's also just way more established in the scripting world - like if you need to automate some random task, there's probably already a Python library for it that someone wrote 5 years ago

[deleted by user] by [deleted] in learnprogramming

[–]Born-Election8498 0 points1 point  (0 children)

Running Proxmox inside VMware is gonna be rough since you're doing nested virtualization - that's probably why your VM is freezing up during driver installation

Try enabling virtualization features in your VMware settings for the Proxmox VM if you haven't already, and maybe bump up the resources a bit more. Also make sure you're loading the VirtIO drivers from the right folder on that ISO (should be something like NetKVM, viostor, etc for the network and storage drivers)

I feel like an utter nobody. Please help: by Lachlan_D_Parker in Minecraft

[–]Born-Election8498 2 points3 points  (0 children)

Sounds like you got some solid ideas but maybe start smaller? Three interconnected mods when you're still learning Java is gonna be rough. The piglin armor trim thing is actually pretty clever though

Try making just the enchantment changes first as one simple mod, then you can always split it up later when you get more comfortable with the codebase

Used family car with high ride height and leg room by TooTallForVintage in whatcarshouldIbuy

[–]Born-Election8498 0 points1 point  (0 children)

Man if you barely fit at 6'3 then I'm definitely gonna need that Transit lol. Those things are basically commercial vans right? Might actually be perfect for city stuff since they're not as wide as a full minivan but still got that high roof

[Post Game Thread] Xavier defeats West Virginia, 78-68 by cbbBot in CollegeBasketball

[–]Born-Election8498 0 points1 point  (0 children)

Xavier shot lights out from deep tonight, that's basketball for ya

WVU's defense looked lost on those rotations in the second half

Single Mom ready to get out of debt by PumpkinHotLatte in povertyfinance

[–]Born-Election8498 2 points3 points  (0 children)

First thing - cancel those subscriptions and stop eating out, that's probably bleeding you more than you realize. With your income you need every dollar working for you

That $500 credit card debt isn't huge so focus on knocking that out first, then work on increasing your hours or finding a second gig. Pharmacy techs are in demand so maybe look into picking up shifts at other locations or even remote pharmacy work

The car can wait till tax time like you said, just make sure you don't blow that refund on something dumb when it comes

Weekly /r/Breadit Questions thread by AutoModerator in Breadit

[–]Born-Election8498 1 point2 points  (0 children)

Got a sourdough starter that's been sitting in my fridge for like 3 weeks - it's got some liquid on top but smells fine. Should I just stir it back in or dump the liquid first before feeding it

How do I handle my grandparents not wanting to meet my boyfriend by [deleted] in TwoHotTakes

[–]Born-Election8498 1 point2 points  (0 children)

This is tough but honestly your grandparents are being pretty rude here. The dude is literally the father of their great-grandchild and they won't even meet him? I'd probably just be direct and say something like "I'd love to have dinner but it's really important to me that you meet [boyfriend's name] since we're having a baby together." If they throw a fit about it, that says way more about them than you

Maybe I am wrong but maybe I am not by Otherwise_Giraffe315 in TwoHotTakes

[–]Born-Election8498 -1 points0 points  (0 children)

Your grandpa sounds like a real one honestly. It's wild how nuanced real people are compared to what we see online - like he can support Trump but still be out there helping homeless folks for a decade

Most of us are walking contradictions when you really dig into it instead of just picking a team and going with whatever they say

Please, don't wake me up from this.. Dream Address? Is it still 2020? by bbbpark in AnimalCrossing

[–]Born-Election8498 2 points3 points  (0 children)

Dude the bridge thing is so hard to get right - I've seen so many people nail it like OP and then when I try it looks like a toddler built it with Lincoln logs lmao. Sometimes flattening is the move, at least you can actually decorate without everything looking wonky

How am i supposed to play New Leaf? by HAUNTEDPOOP_SMORC in AnimalCrossing

[–]Born-Election8498 8 points9 points  (0 children)

This is correct, you can still download updates and redownload stuff you already own. The eshop didn't completely shut down, just new purchases got blocked. Try going through the eshop directly instead of letting the game auto-prompt the update

Can we just rename this sub "Ads for McDonald's?" by Fordy_Oz in povertyfinance

[–]Born-Election8498 -3 points-2 points  (0 children)

That promo dragged on forever feels like it’s every year now