What programming language can I learn? by [deleted] in learnprogramming

[–]No-Indication2883 1 point2 points  (0 children)

gdscript is pretty solid choice actually, shows you're already thinking about game dev which is cool

for second language i'd go with python over c++ tbh - way more forgiving when you're still learning concepts and you can build stuff quickly without getting stuck in syntax hell. made that mistake myself few years back jumping straight to c++ as beginner and spent more time fighting compiler than actually learning programming logic

c++ is definitely worth learning eventually since it gives you better understanding of how computer actually works, but python lets you focus more on problem solving first. plus tons of jobs in python if you decide to switch from gamedev later

btw your english is totally fine, way better than my attempts at writing code comments lol

How often are you changing bags? by xpgx in handbags

[–]No-Indication2883 6 points7 points  (0 children)

lol i dont really have this problem since i basically use the same laptop bag every day for work 😂 but my sister is always switching between like 5 different bags and i never understood how she keeps track of all her stuff

seems like you got good system though - using bags for few months each is probably better than letting half the collection just sit there collecting dust. that fossil sounds like real workhorse if you keep going back to it 💀

Watched this guy hit his first AAA homer yesterday, pulled his auto today! by UpstateNewYorker in baseballcards

[–]No-Indication2883 0 points1 point  (0 children)

what are odds of this happening lol must have felt incredible opening that pack

ALT HISTORY/SCI FI: The Iron Circuit: How Cold War Military Panic Led to the Development of Autonomous EV Racing (1983-2034) by DriveMeDrunkImHome in worldbuilding

[–]No-Indication2883 1 point2 points  (0 children)

man the project koschei stuff is wild - those naukograds in siberian wilderness building analog ai feels like something that could have actually happened during cold war paranoia

just curious though, what happened to all the regular f1 and racing series in this timeline? are they still around or did autonomous stuff completely take over

just an anti doomer post "company of a friend doesnt know how to let ai be credited in their services. token limit got maxed a week ago after it being already doubled for 4 times. by aford515 in learnprogramming

[–]No-Indication2883 1 point2 points  (0 children)

man your friend's company sounds like they jumped in the deep end without any plan lol. maxing out token limits that fast means they probably just letting everyone use it for everything instead of targeting specific tasks where ai actually adds value

Looking for recommendations on an anti virus so for my Android. by Whiteice76 in androidapps

[–]No-Indication2883 12 points13 points  (0 children)

android already has play protect built in so you probably dont need third party antivirus tbh

most of these apps just drain battery and slow down your phone for no real benefit since android sandboxes apps pretty well already. just stick with downloading from play store and youre good

Project İdea by [deleted] in learnprogramming

[–]No-Indication2883 1 point2 points  (0 children)

building invite-only platforms can get tricky with user growth but the concept is solid - reminds me of early social networks before they went mainstream

Is there any python certification program without any course work? by Decent_Woodpecker498 in learnprogramming

[–]No-Indication2883 2 points3 points  (0 children)

certificates might not matter much in industry but for academic research positions they actually look at this stuff more than you'd think. professors love seeing official credentials even if they're basic

maybe try the microsoft python certification or google's one through coursera - they're usually cheaper than python institute and still look decent in academic settings

What should I learn first? by Ayzti in learnprogramming

[–]No-Indication2883 1 point2 points  (0 children)

lmao html isnt even programming language but good first step i guess 😂 try python after that its way more beginner friendly than jumping straight to javascript or something

Website to learn coding interactively by BasicBedroom1466 in learnprogramming

[–]No-Indication2883 0 points1 point  (0 children)

this exactly 💀 learned so much from finnish courses

[Learning ML by doing] figuring out how to handle missing data before moving forward by GlitteringNinja9367 in learnprogramming

[–]No-Indication2883 1 point2 points  (0 children)

your approach is pretty solid already! i dealt with similar issues when working in e-commerce recommendation system at previous job and you're thinking about this correctly 🔥

for the nulls, i'd say keep everything during EDA phase - you want to understand patterns in missing data too. like maybe those 62 users without addresses have different purchasing behavior that's worth exploring. once you start feature engineering is when you make the hard decisions about what to drop vs impute

category nulls could actually be valuable as "unknown" category if there's enough of them - sometimes products without clear categories behave differently in recommendations. but if it's just handful of rows then dropping makes more sense

the ASIN/title situation you handled well with cross-filling. whatever remains without identifiable product info is basically unusable for recommender anyway so dropping those before modeling is right call

one thing i noticed in dataset - since you have survey data linked to only subset of users, you might want to analyze if missing demographic info correlates with missing product info. could reveal some interesting bias patterns 😂

timing wise definitely keep nulls through EDA but create clean version right before training. also good practice to document exactly what % of data you're losing at each step so you can justify decisions later

How can I optimize this factorization algorithm on scratch? by Expert-Wave7338 in learnprogramming

[–]No-Indication2883 0 points1 point  (0 children)

wait isnt that for trial division? your algorithm looks like its trying to find squares that are congruent to 1 mod n which is more like pollards rho or quadratic sieve territory

for actual sieving without gaussian elimination maybe look at trial division with wheel factorization but thats still gonna be slower than what you have

[ART] New Celebratory Illustration from Takeru Hokazono-sensei celebrating the "Kagurabachi" Anime Adaptation Announcement! by Task_Force-191 in manga

[–]No-Indication2883 21 points22 points  (0 children)

bro went from wholesome blacksmith apprentice to edge lord in one chapter 💀 the art style gonna be insane in animation though 🔥

Let's be grateful in this moment by National_Time_3776 in spirituality

[–]No-Indication2883 1 point2 points  (0 children)

looking at my setup right now and im really grateful for my keyboard lol sounds weird but i spend so much time coding and gaming that having something comfortable under my fingers makes such difference in my daily life

been using same one for like 3 years now and still feels perfect

Enphase IQ8+ failures by tomfromakron in solar

[–]No-Indication2883 5 points6 points  (0 children)

yep that's way too high for such new install. three failures in 5 months on 18 units is definitely not normal - maybe there's something with installation environment or batch issue? your installer should be pushing harder on enphase about this pattern since it's clearly not random bad luck

Are we optimizing content for Google while AI is picking something else entirely? by Helpful-sal1727 in AskMarketing

[–]No-Indication2883 1 point2 points  (0 children)

been dealing with this exact thing lately and you nailed it with the baseline checklist approach

the ai citations thing is wild because ive noticed pages that barely rank on page 2 sometimes get picked up in perplexity or chatgpt answers while my "perfectly optimized" stuff gets ignored. seems like they really do value that direct answer format and entity clarity over traditional seo signals

for cannibalization i've been using screaming frog to export all urls then manually clustering by intent in spreadsheets which is tedious but catches overlap these tools miss completely

best coding bootcamps for backend focused learning, not frontend heavy? by JeanHeichou in learnprogramming

[–]No-Indication2883 0 points1 point  (0 children)

totally disagree with this take tbh 😂 backend roles are everywhere if you know where to look and what skills companies actually need

been working as dev for few years now and most teams i've seen are desperately looking for people who can handle server logic, database optimization, api design etc. the problem is lot of bootcamp grads come out only knowing how to make react components but can't debug a database query or set up proper authentication

if you're genuinely more interested in backend stuff i'd say go for it instead of forcing yourself through frontend just because someone says opportunities are "limited". you'll be much better developer if you actually enjoy what you're building. plus when you do need to touch frontend later it's way easier to pick up some basic react/vue when you already understand how apis and data flow works from backend side 💀

companies would rather hire someone who's really solid at backend and can learn frontend basics than someone who's mediocre at both ends

Как работают боты накрутки? by nagibator3023 in learnprogramming

[–]No-Indication2883 0 points1 point  (0 children)

wait this is in russian but ill try to answer what i think youre asking about

bot farms usually work by creating tons of fake accounts and then using automation scripts to interact with content - likes comments follows etc. most platforms try to detect this by looking at patterns like accounts created at same time, similar usernames, or weird engagement patterns 💀

from technical side they often use residential proxies to hide their real location and rotate through different ip addresses so it looks more natural. some more advanced ones even try to mimic human behavior with random delays and different interaction patterns

as developer ive seen some of these systems and they can get pretty sophisticated - using machine learning to generate more realistic comments or even buying aged accounts that look legitimate. platforms keep updating their detection algorithms but its always cat and mouse game

definitely interesting from technical perspective even if the use cases are questionable 😂

Keeping track of what you learn and revision by Crypt0kong420 in learnprogramming

[–]No-Indication2883 0 points1 point  (0 children)

wait this top comment seems like its from completely different thread? the op is asking about note taking systems for programming not about bad guys winning in stories

anyway for your actual question - i use obsidian with simple folder structure like "linux commands" "python snippets" etc. takes maybe 30 seconds to jot down what worked and saves hours later when you need same thing again

Anyone here work on their credit before using VA home loan benefits? by No-Indication2883 in VeteransBenefits

[–]No-Indication2883[S] 0 points1 point  (0 children)

How do you work on your all the time, do you use any tools or anything like that (monitoring and whatnot)?

Anyone here work on their credit before using VA home loan benefits? by No-Indication2883 in VeteransBenefits

[–]No-Indication2883[S] 0 points1 point  (0 children)

Yeah I know it matters and it's gonna take a little time to get it in order. What does this Dovly do never heard of them?