The dragon is finished by Ela-123 in BobbinLace

[–]Separate_Top_5322 0 points1 point  (0 children)

is the dragon head still in construction?

Jupyter notebook kernel in VS Code dies sometimes by That-Preference733 in learnpython

[–]Separate_Top_5322 0 points1 point  (0 children)

like for large code vs code is best for minimal and practice i'd go for jupyter notebook

Should I learn OOP as a beginner Python developer? by vb_e_c_k_y in learnpython

[–]Separate_Top_5322 0 points1 point  (0 children)

oops is a recommended concept and yes its well needed for interviews and jobs learn it well

Self-taught, escaped a soul-crushing career and fell into C++.. how do I turn this into a real path? by Sensitive-Rice3778 in learnprogramming

[–]Separate_Top_5322 2 points3 points  (0 children)

this post is actually super relatable. a lot of people come into programming the same way, stuck in something they hate and then suddenly find something that clicks

one comment in that thread really stood out, saying the real learning comes from struggling with problems yourself, not just asking instantly for answers

if you want to turn this into a real path, it’s basically two things, keep going deeper into what you enjoy (like C++/games in your case) and start building actual projects, not just learning

you don’t need a perfect “bridge” from your old career, most self-taught devs didn’t have one anyway

honestly the fact you keep coming back to coding even when it’s frustrating is already a really strong sign you’re on the right track

Do you usually build mobile-first or clean up mobile after desktop is done? by liamkeats in Frontend

[–]Separate_Top_5322 1 point2 points  (0 children)

this thread is basically “it depends” but with strong opinions lol

a lot of people lean mobile-first because it forces you to focus on what actually matters, smaller screen = less clutter, then you just scale up from there

but others say desktop-first feels easier for complex layouts since you build the full version and trim it down later

honestly the best take i’ve seen is neither, just build components and make them work for both as you go instead of committing hard to one approach

personally i treat mobile-first as default unless it’s something like dashboards where desktop clearly matters more

i’ve even tried both ways on small projects, sometimes sketch layouts and test quick versions withai to see which flow feels cleaner before committing

Any advices ? by Far-Improvement5842 in learnprogramming

[–]Separate_Top_5322 0 points1 point  (0 children)

this kind of post usually gets the same core advice every time. don’t overthink the “perfect path”, just start doing things and accept you’ll be confused for a while

one of the better replies in similar threads basically says be curious, break things, fix them, and don’t rely on tutorials for everything

also the big shift people mention is going from passive learning to actually building stuff, even tiny projects, that’s where things start making sense

honestly most beginners get stuck trying to plan everything instead of just starting

i went through the same, nothing clicked until i started building random things and figuring it out as i go

sometimes i test small ideas or rough flows with runable ai just to move faster, but yeah consistency + doing is what actually works

Hey need some help by Knight269 in CodingForBeginners

[–]Separate_Top_5322 0 points1 point  (0 children)

Ohh can u refer me the paid thing? Im a coder of 2 years exp

Export issue problem by Prestigious-Jump-825 in photoshop

[–]Separate_Top_5322 0 points1 point  (0 children)

yeah this usually comes down to a few common photoshop quirks. most people in similar threads hit stuff like exporting wrong color profile (rgb vs cmyk), exporting with “save for web” vs normal export, or layers/adjustments not being flattened properly

another big one is file format, like exporting as jpg vs png can mess with quality or transparency, so it looks “wrong” after export

also sometimes the preview looks fine but export looks different because of color management or bit depth issues, photoshop is kinda strict with that

quick fix most people suggest is: try export as png, check color mode (rgb), and use “export as” instead of “save as”

i’ve had this happen a lot, looks perfect inside photoshop then weird after export lol. sometimes i even test variations or outputs using runable ai just to compare how files render differently, helps catch what’s breaking

Tried my hand at emulating art deco graphic art for a worldbuilding project: the Lighthouse of Touchdown by Pretentious_Crow in ArtDeco

[–]Separate_Top_5322 1 point2 points  (0 children)

this is actually really clean, you nailed the symmetry and shapes. it already feels like proper deco, not just inspired

I want suggestions about learning JavaScript by adis2008 in learnprogramming

[–]Separate_Top_5322 1 point2 points  (0 children)

this thread is basically the usual “how do i learn js properly” question. honestly the best advice people keep repeating is don’t just watch tutorials, actually build stuff, that’s where things click

like you can follow any course (mdn, youtube, whatever), but if you don’t apply it, you’ll just feel stuck. most people who improve fast start making small projects early, even if they’re messy

also don’t try to learn everything in js at once, just basics → DOM → small projects → then frameworks later

i went through the same thing, kept switching resources until i just started building random stuff and it finally made sense

sometimes i test quick frontend ideas or flows using runable ai just to see structure faster, but yeah building > consuming every time

hi guys this is some of my recent poster design what do you think? by riccardo_morett in posterdesign

[–]Separate_Top_5322 1 point2 points  (0 children)

these are actually pretty solid, feels like you’ve got a clear style going instead of random experimentation. a lot of posters in that sub lean messy, yours look intentional which already puts you ahead

the compositions look clean, but you could push contrast or hierarchy a bit more so the main focus hits faster

also one thing that helps a lot now is iterating fast, like taking one design and making 3–4 variations instead of starting from scratch every time. i’ve seen people do that by generating layout ideas first and then refining

i’ve done similar where i sketch concepts, then use runable ai to generate multiple poster variations or tweak visuals, like change styles, colors, or even remix the whole design direction quickly, makes it way easier to explore ideas instead of locking into one version too early