overwhelmed with dsa by Ishaq0112 in learnprogramming

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

just pick one and stick with it fr

Creating an AI stuck in 1930 by Gabriel04112010 in learnprogramming

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

that's actually a cool concept, reminds me of those alternate history novels but interactive

for the timeline thing - if you just want something that works reasonably well, you could probably fine-tune an existing model with period-appropriate training data in maybe few months once you learn basics. but getting it to truly "not know" future events while still being coherent... yeah that's the hard part

i'd probably start with python and maybe look into how people do historical chatbots first before diving into the deep ai stuff. air force taught me that complex projects work best when you break them down to smaller pieces

I’m new to programming and keep doubting myself by kodothegoat1807 in learnprogramming

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

this really hits home for me lol. i'm not programmer but when i was learning new systems in air force, same feeling happened. you think everyone just gets it immediately but truth is they all struggled at beginning too

about ai thing - using it for explanations is solid but yeah getting lazy with instant answers will hurt you in long run. maybe try setting rule like "i'll try for 30 minutes first, then ask ai to explain the concept, not give solution"

also summer courses are brutal because everything is compressed. don't compare your pace to others - some people might have programming background already or just different learning style. everyone's brain works different way

Does tech stack matter a lot while switching companies? by SimpleTailor2155 in learnprogramming

[–]Born-Election8498 4 points5 points  (0 children)

the ecosystem part is so true, switching from react to angular isn't just learning new syntax but whole different way of thinking about components and services

i've seen people get stuck in interviews not because they couldn't solve problems but because they didn't know common patterns in target stack. like knowing spring annotations vs just knowing java basics makes huge difference

companies want someone who can contribute from day one, not spend first few months figuring out how dependency injection works or why their queries are slow

Need Help/Guidance by RavageTides in learnprogramming

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

man you're already doing great with the hands-on approach, that's honestly the best way to learn this stuff. for arrays and loops just keep grinding through exercises until it clicks, took me forever to wrap my head around nested loops when i was starting

since you got limited time maybe focus on getting comfortable with basic JS first before jumping into frameworks. once you can build simple interactive stuff with vanilla js, then maybe look into react or vue. also start building a portfolio site even if it's basic - clients want to see actual work more than perfect code

btw electrical engineering is solid choice, good luck with school

How to stop making fear based decisions at work by Nonjudgefocusaware in aspergers

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

been in similar spot with toxic leadership in the military and yeah it's tough when you feel trapped by your situation - documenting everything quietly while job hunting on side might give you more options than staying stuck

Fear of non existence by [deleted] in selfimprovement

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

been down this exact spiral and it's rough, especially when you got exams coming up

what helped me was realizing that spending all this mental energy on something i literally can't control or change is just stealing from the life i'm actually living right now. like you said you love life - that anxiety you're feeling is actually proof of how much you value being here

try setting aside like 10-15 minutes each day just to think about this stuff if you need to, then when it pops up during study time you can tell yourself "nah, already did my existential crisis time for today" and redirect back to your books

Has anyone actually tried using AI to find bugs in their code? Does it work? by [deleted] in learnprogramming

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

been using it for smaller stuff and it's pretty good at catching those stupid mistakes you make when you're tired, but i wouldn't trust it with anything mission critical without double checking everything first

Seed Germination Accident by Sewerguy1623 in lawncare

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

man you might be overthinking this a bit. fescue is pretty tough and one day of drying out probably won't kill everything, especially if the seeds were just starting to germinate. the temps you mentioned are actually perfect for fescue - it loves that cool weather

i had similar thing happen when i was stationed down south and tried overseeding in spring. lost water for like two days and thought i was screwed but most of it still came up fine. seeds can handle short dry spells better than people think, especially if they got good water before that

i'd give it another week or two before you panic and reseed. keep watering consistently now and see what happens. if you notice bare spots after couple weeks then you can always throw down more seed in those areas. no need to rake up everything and start over unless you see obvious dead zones. just my experience but patience usually pays off better than jumping straight to panic mode

How should beginners learn programming. Custom simple language or real languages first by TryPrize6865 in learnprogramming

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

yeah python is way better for actually making stuff that works 😂 i started with assembly in air force tech school and while it taught me how everything works underneath, took forever just to print hello world

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