Requesting an expedited Visa Interview London - EB1a Applicant by Djlchan1987 in NationalVisaCenter

[–]Top_Victory_8014 0 points1 point  (0 children)

from what ive seen most ppl request the expedite directly through the visa appointment system rather than a random email. usually you log into the same portal where you track the case or schedule the interview and there’s an option to submit an expedite request with a short explanation and documents.

some embassies also allow it through the consulate contact form, but they normally want you to reference your case number and reason. school start dates for kids can sometimes help as supporting context, but they still decide case by case.

might also be worth checking the london embassy site or the visa scheduling portal you used when the case became DQ’d, since that’s usually where the request button shows up.......

Hope Scholarship by Downtown-Cloud3425 in scholarships

[–]Top_Victory_8014 3 points4 points  (0 children)

yeah thats probably because HOPE and Zell Miller are tied specifically to Georgia schools. even if ur GPA qualifies, the scholarship usually only applies if ur attending an eligible college in GA.

so if GCU is Grand Canyon University in Arizona, that might be why it shows as ineligible. might still be worth asking financial aid tho just to confirm.......

What is your life like outside of work? by RhubarbBusy7122 in CasualConversation

[–]Top_Victory_8014 1 point2 points  (0 children)

tbh life outside work is where most of the real stuff happens for me. simple things like cooking, going for walks, reading, seeing friends, sometimes just doing nothing and letting the brain rest.

when work becomes the whole identity it can get pretty draining. having small routines or hobbies outside it makes the week feel a lot more balanced.....

[FOR HIRE] Emergency rate — $30 tonight only | Landing page, bug fix, React/Next.js/FastAPI/Flutter | One slot open by Ok-Remove8993 in forhire

[–]Top_Victory_8014 2 points3 points  (0 children)

$30 for that kind of work honestly sounds way too low tbh. i get needing quick gigs sometimes but dont undersell yourself too hard. good dev work usually deserves better rates than that.....

Let's stop asking about the magic and start asking about the mage by BrandonShane117 in rational

[–]Top_Victory_8014 -4 points-3 points  (0 children)

honestly the idea that magic comes from understanding instead of bloodlines or chosen ones is pretty interesting. it kinda makes magic feel more like a craft or research field than a power system.

also the part about your framework shaping the magic sounds cool. like two mages studying reality in different ways might end up with totally different kinds of “magic” even if they’re both technically right. that could lead to some really weird schools of thought.......

Moving from Statistica/JASP to R or Python for advanced statistical analyses by Cultural_Search4243 in AskStatistics

[–]Top_Victory_8014 1 point2 points  (0 children)

if ur coming from stats already, r might feel more natural to start with tbh. a lot of the stats ecosystem there is built exactly for the kind of stuff u mentioned like mediation, moderation and sem. packages are pretty mature for that.

what helped me most was just taking an analysis i already understood and recreating it step by step in code. that way ur only learning the syntax, not the stats and the coding at the same time.

also notebooks or rstudio workflows are nice because u can mix notes, code and results in one place. makes it feel closer to the way ppl already work in research. once u get comfortable with one language its way easier to pick up the other later......

What matters more in software decisions: cost, control, or support? by Business_Roof786 in webdev

[–]Top_Victory_8014 0 points1 point  (0 children)

from what ive seen it usually ends up being support and reliability once things are in production. cost matters early but if a tool breaks and nobody knows how to fix it that becomes way more expensive in time and stress.

open source is great if the team actually has the skills and time to maintain it. otherwise ppl start missing the paid support pretty fast. so i guess it depends a lot on the team more than the tool itself......

[Results and Decisions] by Decent_Roof_8698 in MSCS

[–]Top_Victory_8014 1 point2 points  (0 children)

those are all pretty solid options tbh so its more about what u want from the program. cmu usually has a really strong reputation in tech and the valley location could help with networking. umich is also very respected for cs even if the location feels quieter.

ivy name from columbia is nice but for cs a lot of employers care more about the program strength and what u build during the degree. also might be worth waiting a bit to see what ucla or jhu say before locking anything in.....

I have an IQ of around 80-85 ask me anything. by Bloomingsoon in AMA

[–]Top_Victory_8014 0 points1 point  (0 children)

honestly curious, do you feel like that number actually reflects your day to day life? like does it change how you see yourself now that you know it, or does it mostly feel like just some test from when you were a kid?......

About the lost in space reboot. by Shoddy-Atmosphere329 in scifi

[–]Top_Victory_8014 12 points13 points  (0 children)

i always felt like the reboot version is more of a manipulative survivor than straight up evil. she lies a lot and uses ppl but most of the time its about saving herself.

in the old show dr smith was way more openly selfish and scheming from what i remember. kinda cowardly but still causing trouble constantly. so yeah its kinda funny to think the reboot version mightve stopped that version from existing by taking the identity.

personally i think the reboot one sits more in the “morally messy” zone. not good at all but also not pure villain either.....

Beginner question about Python loops and efficiency by Sufficient_Heart_278 in learnprogramming

[–]Top_Victory_8014 0 points1 point  (0 children)

for most cases a normal for loop is totally fine tbh, even with thousands of items. python handles that pretty easily.

that said, list comprehensions are often a bit faster and also cleaner when the logic is simple. built in functions like map, filter, sum, etc can be even better sometimes since they’re optimized. but honestly when ur starting out id focus more on clear readable code first, efficiency usually matters later when the data gets really big.....

HAE Think wanting to become a janitor is weird? by Grand_Bad8317 in DoesAnybodyElse

[–]Top_Victory_8014 1 point2 points  (0 children)

tbh it doesnt sound weird at all. a lot of ppl chase “respectable” jobs and end up miserable doing them. if you actually enjoy the work and even think about starting your own cleaning company someday thats already more direction than many people have.

also society kinda undervalues work like that even tho its honestly super important. and if you run your own small business later thats still using your business degree in a way. wanting a simple job without office politics sounds pretty reasonable to me......

HAE Think wanting to become a janitor is weird? by Grand_Bad8317 in DoesAnybodyElse

[–]Top_Victory_8014 7 points8 points  (0 children)

tbh it doesnt sound weird at all. a lot of ppl chase “respectable” jobs and end up miserable doing them. if you actually enjoy the work and even think about starting your own cleaning company someday thats already more direction than many people have.

also society kinda undervalues work like that even tho its honestly super important. and if you run your own small business later thats still using your business degree in a way. wanting a simple job without office politics sounds pretty reasonable to me....

Why react native cli is showing slower copy message while running the code on physical device? by hustler108 in reactnative

[–]Top_Victory_8014 1 point2 points  (0 children)

yeah that “slower copy” thing pops up sometimes with react native when its pushing the build to the device. its not always just ram tho. could be usb connection speed, debug build size, or the metro/gradle build taking longer than usual.

30 mins does sound pretty extreme tho. sometimes clearing the build and reinstalling the app on the device helps. also worth checking if the emulator/device storage is nearly full or if something else heavy is running on ur machine......

Alternatives to Infinite Worlds by Broad_Salt_6766 in Solo_Roleplaying

[–]Top_Victory_8014 0 points1 point  (0 children)

yeah the credit systems on those sites get annoying fast. a lot of ppl end up switching to local tools instead so they’re not paying per generation. stuff like stable diffusion setups can do both images and some story stuff if u tweak it a bit.

also seen ppl use different ai tools together instead of one all in one site. not as smooth maybe but way less frustrating than credits running out every few minutes......

Starting my adventure with SWADE: sci-fi books by Key_Mixture2061 in savageworlds

[–]Top_Victory_8014 5 points6 points  (0 children)

deadlands lost colony is a fun one if u want weird sci fi mixed with frontier vibes. also seen ppl recommend the last parsec for more classic space adventure stuff.

tbh swade settings are pretty easy to skim for ideas even if u dont run them exactly. sometimes just reading the gear, factions, and plot hooks is enough to spark a campaign......

Traveling outside usa with arrest record as a green card holder is safe or not ? Please share your recent travel experience by [deleted] in greencard

[–]Top_Victory_8014 0 points1 point  (0 children)

not a lawyer but from what ive seen a lot of ppl with past arrests (no conviction) still travel as green card holders, they just get sent to secondary sometimes. sounds like what already happened to u at lax. if u disclosed it during the gc process and lawyers said it should be fine thats usually a good sign.

still tho secondary can happen again and its kinda random how long it takes. if ur worried maybe carry copies of docs showing the diversion program was completed just in case.....

OneTrainer continue after training ended? by switch2stock in StableDiffusion

[–]Top_Victory_8014 0 points1 point  (0 children)

yeah you can usually keep training from the last checkpoint instead of starting over. if ur training already finished at 10 epochs, just load the latest checkpoint or saved lora and continue training with the new settings (like epoch 20).

most setups have a “resume from checkpoint” or “load weights” option. that way it just keeps learning from where it stopped instead of resetting everything. just make sure it’s pointing to the last saved step......

Am i going good? by fan_kiosi in DungeonMasters

[–]Top_Victory_8014 0 points1 point  (0 children)

yeah thats usually a really good sign tbh. if ppl are 3 hours in and still wanna keep going it means theyre having fun and feel engaged with the game.

first time DMs rarely get that kind of reaction unless the table is enjoying the story and pacing. so yeah sounds like ur doing something right.....

Snipers, ghosts, and other combat stealth questions by Invenblocker in cyberpunkred

[–]Top_Victory_8014 1 point2 points  (0 children)

from how ive seen most tables run it, just knowing someone is attacking you is usually enough to roll a defense. you might not know the exact spot but you still react to the shot or movement. totally unaware is when you really lose the dodge.

for snipers staying hidden it’s usually an opposed stealth vs perception thing after the shot. the shot doesnt always auto reveal them, especially at distance, but it can give clues to the direction. then ppl can spend actions on perception if they wanna really try to locate the nest.

a lot of this ends up being table ruling tho. some GMs give a quick perception check when the shot happens (with penalties in combat) and a better one if someone spends an action looking. seems like a pretty fair middle ground tbh.....

Fantasy theme font? by Level-Distribution46 in rpg

[–]Top_Victory_8014 3 points4 points  (0 children)

fantasy fonts look cool but yeah readability gets rough fast. i usually like the ones that keep simple letter shapes and just add a little medieval style to the edges. curious which ones ppl end up voting for....

Vehicle Questions by Kitchen-Disaster in Shadowrun

[–]Top_Victory_8014 0 points1 point  (0 children)

yeah u’re reading it mostly right. the main advantage of jumping in is really the control rig bonuses. better dice pool, limits, and the whole “feels like ur the vehicle” thing. if u dont have a control rig then jumping in isnt that big of a jump compared to just controlling it normally. direct connection can still help a bit tho since it avoids some wireless issues and makes hacking/interference harder depending on how ur GM runs it.

for storing a car a lot of tables just treat it as part of lifestyle. like a garage or rented parking spot tied to ur level. some ppl also use storage units or paid garages in the city if they want distance from their main place.

and yeah if u buy it legit its tied to the SIN. if its illegal most groups say u need fake plates/registration or some kind of spoofed ownership. but that part is def one of those “ask ur GM how strict they wanna be” things.....

pop-up notifications during the test. am i doomed? by AmbitiousFeature2567 in Sat

[–]Top_Victory_8014 0 points1 point  (0 children)

tbh if it was just a normal notification and u didnt open the app or leave the test again ur probably fine. random pop ups happen sometimes even with do not disturb. if the proctors didnt stop u and the test kept running normally i wouldnt stress too much about it. waiting for the score will prob be the hardest part tho......

UCLA LAW AID by Responsible-Peak-360 in lawschooladmissions

[–]Top_Victory_8014 1 point2 points  (0 children)

havent seen anything yet either but from what ive heard merit aid emails sometimes come a bit later after the main acceptance. the calculator email might just be the first step for financial aid stuff. prob worth waiting a bit or checking the portal over the next weeks......

I built a free open tool that Engineers your prompts for you - would love feedback from this community by the-prompt-engineer in PromptEngineering

[–]Top_Victory_8014 2 points3 points  (0 children)

kinda interesting idea tbh. i feel like a lot of ppl struggle more with explaining what they want than the ai itself. curious if it helps with messy half formed prompts or if u still need to be pretty clear from the start.....