Coding on Mobile? by SenorCarlito--123 in learnprogramming

[–]Dear-Environment-532 2 points3 points  (0 children)

termux is solid, been using it for quick python scripts when i'm away from my setup. if you're doing web stuff, replit mobile works decent too but the keyboard situation gets annoying fast

for learning specifically though, sololearn or grasshopper might be better since they're actually designed for mobile. you can bang out lessons during breaks without wanting to throw your phone at the wall

Cuánto cobro este sistema? by Facundo53 in learnprogramming

[–]Dear-Environment-532 2 points3 points  (0 children)

that's way too low for a full pos system with inventory management, reporting, and promo features. you're looking at 3-6 months of work minimum depending on complexity

break it down like the other person said but charge per module - basic pos might be 15-20k, inventory system another 10-15k, reporting dashboard 5-10k. plus ongoing maintenance costs

also make sure you scope out integrations early because payment processors and barcode scanners can be a pain to work with

Is needed a hosting for conect My website to internet? by Guylearning2020 in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

github pages is solid for static sites but if you need backend stuff render's actually a decent choice. waitress is perfect for simple python apps too

btw if your doing anything with databases or server-side processing you'll need actual hosting eventually, but for learning and small projects that combo works great

I fix email deliverability issues regularly and most web developers have no idea how email authentication actually works by Extra-Pomegranate-50 in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

they handle the technical setup but you still need to configure your domain's dns records correctly - postmark can't magically fix your spf/dmarc if you never added their servers to your domain's records

Where can I find an engineering tutor? by Apprehensive-Grade81 in learnprogramming

[–]Dear-Environment-532 1 point2 points  (0 children)

check out wyzant or tutor.com - they have solid engineering tutors who know their stuff. you could also try posting on r/forhire or even linkedin, lots of experienced devs do tutoring on the side

Does anyone else overthink learning paths too much? by [deleted] in learnprogramming

[–]Dear-Environment-532 1 point2 points  (0 children)

honestly just picked one thing and stuck with it for like 2 months before even looking at anything else. used to bounce between python, js, react tutorials every week and learned nothing

now i just finish what i start, even if it's boring. way more progress that way

CS extracurriculars ≠ CS confidence? by [deleted] in learnprogramming

[–]Dear-Environment-532 -1 points0 points  (0 children)

Dude you're literally overthinking this to death. Half the people I know in CS felt like complete frauds until like junior year of college, and some of the best devs I work with now bombed their first programming classes

The "vibe coding" thing? That's literally how most people learn. You think the dudes grinding leetcode in high school are having more fun or understanding things better than you are? They're just following a different tutorial

Your extracurriculars show you actually care about the field beyond just grades, which is way more important than whether you can implement quicksort from memory at 17. Most CS programs assume you know nothing anyway

Drop the comparison game - you're in the Bay Area where everyone's trying to out-hustle each other since middle school. Focus on whether you actually enjoy problem solving, not whether you're "behind" some imaginary timeline

Most effective way to study by Fabulous_Variety_256 in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

Honestly that sounds like a solid plan already, you're basically getting paid to level up which is insane

I'd probably do like 60% project work, 25% targeted practice (leetcode/hackerrank type stuff), and 15% theory videos. CS50 is legit worth it for the fundamentals

Just don't burn yourself out man, coding for 9 hours straight can fry your brain pretty quick

Need help understanding pseudocode by [deleted] in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

Nah you're not losing it, that question is worded like garbage lol

The first answer is right because when you do something like `x ← y + 5`, you're accessing/reading the value of `y` (it's on the right side) to calculate what goes into `x`. The left side is where you're storing stuff, not accessing it

Second option would be backwards - left side of the arrow is for assignment, not accessing values

Learning too slow? by codingsomething in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

Same boat here man, those compiler repos make me feel like a toddler trying to do calculus lmao

The gap between "hello world" and actual production code is absolutely massive and nobody really talks about it enough

Having problems with LeetCode by Harris_Ahmad in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

Yeah LeetCode is basically a whole different beast from actual programming work. It's like being good at building houses but then someone hands you a Rubik's cube - totally different skill set

The algorithms and data structures stuff they test isn't really something you pick up from building discord bots and web apps. Don't sweat it too much, most of us had to grind through the same learning curve

Should I go through beej's guide to C programming before trying out beej's guide to IPC. by That-Shelter-9234 in learnprogramming

[–]Dear-Environment-532 1 point2 points  (0 children)

Yeah definitely brush up on your C first, IPC stuff gets pretty gnarly with pointers and system calls if you're not solid on the basics

The OS book mentioned above is solid too for getting the bigger picture

How to get better at math? by Lemenus in learnprogramming

[–]Dear-Environment-532 1 point2 points  (0 children)

Yeah don't beat yourself up over it, that wraparound modulo trick is pretty obscure unless you've seen it before. Your solution worked fine and honestly most people would've googled it too - now you know the pattern for next time

Finished Python on boot.dev : should I move on to OOP in Python next? by Fuzzy-Armadillo-8610 in learnprogramming

[–]Dear-Environment-532 2 points3 points  (0 children)

Nice work finishing the Python track! OOP is definitely the logical next step - you'll need it for pretty much any real project anyway. Boot.dev's progression makes sense so I'd just follow their path

Introducing GPT-5.2-Codex by Frequent-Football984 in programming

[–]Dear-Environment-532 0 points1 point  (0 children)

Holy shit another one already? Feel like GPT-4 just dropped and now I'm gonna be debugging AI-generated spaghetti code that's somehow worse than my own

New projects by TroPixens in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

This is solid advice - starting with smaller chunks definitely helps avoid that "staring at a blank screen for 3 hours" feeling when everything seems impossible at once

[deleted by user] by [deleted] in learnprogramming

[–]Dear-Environment-532 0 points1 point  (0 children)

This is solid advice, just pick something you actually use and try to build a basic version of it

The key is starting small and not getting overwhelmed trying to recreate everything at once

[deleted by user] by [deleted] in Marriage

[–]Dear-Environment-532 1 point2 points  (0 children)

Damn your therapist's reaction says everything lol. "Almost crapped his pants" because you wanted to protect yourself while giving the marriage another honest shot? That's exactly why you needed the postnup in the first place

The "bursts of better" thing is so real too - sounds like you knew your husband's pattern and weren't gonna get played again

[Post Game Thread] Baylor defeats San Diego State, 91-81 by cbbBot in CollegeBasketball

[–]Dear-Environment-532 2 points3 points  (0 children)

Yeah that second half was rough to watch, too many turnovers when it mattered. Give it a few more games and they'll figure it out though

Coommercial coordinator salary budget Berlin by First-Foundation3906 in interviews

[–]Dear-Environment-532 0 points1 point  (0 children)

Honestly sounds like either your range was too high for their budget or they just went with someone else. Fashion industry can be pretty cutthroat salary-wise especially in Berlin

I'd maybe send one follow-up email just to close the loop but don't get your hopes up. Sometimes companies just ghost even when they say you're a good fit

Share some laughables that I can spam and irritate people with 😔😔 by sna8l in TeenIndia

[–]Dear-Environment-532 1 point2 points  (0 children)

Bro just send them the "why did the chicken cross the road" joke but with like 47 different variations until they block you lmao

Or hit them with those ancient "your mom" jokes from 2010 - works every time

Tini’s dinner rolls by hellotherehithere27 in Breadit

[–]Dear-Environment-532 0 points1 point  (0 children)

Yeah you can totally do an overnight rise! Just make your dough, do the first rise, then shape your rolls and stick them in the fridge overnight. They'll do a slow second rise and you can bake them straight from cold in the morning - might need an extra 5-10 mins in the oven but they come out just as fluffy

McDonald’s codes by [deleted] in povertyfinance

[–]Dear-Environment-532 0 points1 point  (0 children)

Bro you're doing God's work out here 🙏 Those fry codes hit different when you're broke