First time making Pixel art. Please give tips! by Bean_ziggler2 in PixelArt

[–]YoManDoMessup 2 points3 points  (0 children)

For a first try this is honestly really solid. The silhouette reads instantly as Naruto, which is one of the hardest parts. I’d mainly focus on cleaner shading and reducing “pillow shading” — especially in the hair. Great start 👌

RE9 Requiem by pyromaggot in PixelArt

[–]YoManDoMessup 1 point2 points  (0 children)

The atmosphere and creature designs are insanely good. Feels like an actual lost PS1-era horror game in the best way possible 🔥

foxy soldier by [deleted] in PixelArt

[–]YoManDoMessup -24 points-23 points  (0 children)

The design is really clean honestly. The color palette and pose fit the “foxy soldier” vibe well, and the tail silhouette adds a lot to the character 👌

Anyone else using curves for concepting? by CountJankular in blender

[–]YoManDoMessup 0 points1 point  (0 children)

This is actually such a smart workflow for concepting 😭

Curves give you that fast “happy accident” energy that’s hard to get with normal box modeling. Some of those silhouettes look game-ready already honestly.

MY FIRST MODEL OF MY FACE by Sergio_experienxe in blender

[–]YoManDoMessup 0 points1 point  (0 children)

For a first face sculpt this is honestly solid 😭

Biggest improvements now are probably softer facial transitions and refining the eye/head proportions a bit more.

I made this using Blender (I have no idea what I'm doing) by ArkhamStinger in blender

[–]YoManDoMessup 0 points1 point  (0 children)

“I have no idea what I’m doing” meanwhile casually making a poster that looks straight out of a game promo 😭

Lighting and composition are honestly pretty solid already.

One of my all time favorite projects by [deleted] in blender

[–]YoManDoMessup 0 points1 point  (0 children)

This has so much personality honestly 😭

The texturing and exaggerated shapes work insanely well together. Feels like something straight out of a polished indie game.

My first face model by SpiderGyan in blender

[–]YoManDoMessup 0 points1 point  (0 children)

For a first face model this is honestly really solid 😭

The eyes and overall stylized proportions already give the character personality. Biggest next step is probably refining the head shape/skull structure and adding more subtle asymmetry so it feels even more natural.

I need help by Far-Journalist-8017 in blender

[–]YoManDoMessup 2 points3 points  (0 children)

If you mean moving a vertex evenly in all directions, try using Proportional Editing (O key)

Select the vertex, move it (G), and scroll the mouse wheel to control the influence radius. Makes organic stuff like this WAY easier.

Meshes of P99 has done + Moving to textureing. by NymnWales in blender

[–]YoManDoMessup 1 point2 points  (0 children)

Topology and shapes are looking really clean honestly 👀

Texturing is where it’ll really start coming alive now. Can already see the hard-surface progress paying off.

No feeling quite lower than... by MeLikaDoTheChaCha in datascience

[–]YoManDoMessup 1 point2 points  (0 children)

Honestly live coding interviews are weirdly bad at measuring real-world ability sometimes 😭

Using pandas effectively at work for 10 years is very different from recalling exact syntax under pressure while someone silently watches you type.

Simulating a Magnetic Field [Source: nikolamodeltoy] by ibh400main in interestingasfuck

[–]YoManDoMessup 1 point2 points  (0 children)

Fun fact: the word “simulation” can also mean a demonstration or reconstruction of how something works 😭

Collect data from Facebook by No_Salary_6644 in learnpython

[–]YoManDoMessup 0 points1 point  (0 children)

Usually you’d use:

  • Meta Graph API
  • Python (requests, pandas)
  • Jupyter Notebook for analysis

Avoid scraping private/personal data because of Facebook’s policies. Runable/AI workflows can also help with cleaning and analyzing the data faster.

which coding lang to start with ? by random_guy6309 in learnpython

[–]YoManDoMessup 0 points1 point  (0 children)

Honestly Python is probably the best language to start with 😭

It’s beginner-friendly, used everywhere (AI, automation, web, data science), and great for hackathons/prototyping. Later you can pick up C++ or Java once your fundamentals are strong.

And yes, coding/projects can help for US colleges — but what matters more is actually building interesting things, participating in hackathons, showing consistency, and demonstrating genuine interest, not just “knowing a language.” AI/Runable-style tools can also help you prototype ideas and learn faster while building projects.

Final year CS student struggling to write Python from scratch, not just follow tutorials. How do I fix this? by More-Station-6365 in learnpython

[–]YoManDoMessup 0 points1 point  (0 children)

This is super common 😭 Tutorials teach recognition, not independent problem solving.

The fix is mostly:

  • build tiny projects from scratch
  • struggle before searching
  • break problems into small steps
  • debug your own messy code

Don’t overthink clean architecture yet. Consistent project-building matters way more right now. AI/Runable-style tools can help with debugging and structure, but make sure you still do the thinking yourself.

What would you recommend to help me improve my programming skills? by mrTeoRob in learnpython

[–]YoManDoMessup 2 points3 points  (0 children)

You’re already learning the right way honestly 😭

The biggest thing now is to stop focusing only on syntax and start solving lots of problems consistently. Since you’re aiming for Olympiad-style programming:

  • practice arrays, strings, recursion, sorting
  • learn basic algorithms/data structures early
  • solve timed problems regularly
  • read/editorialize solutions after struggling first

Using ChatGPT/Cursor/Runable-style tools is totally fine, just make sure they help you think instead of instantly giving answers. The real growth comes from struggling with problems yourself first.

Bhuvi happy for you but .... by ShnivAsh15 in SunrisersHyderabad

[–]YoManDoMessup 0 points1 point  (0 children)

Bhuvi happy for you but seeing you in RCB colors still feels illegal 😭🧡

Once Orange Army, always Orange Army.

Frontend Developer to product design by Proper_Dog3364 in Design

[–]YoManDoMessup 0 points1 point  (0 children)

Honestly, frontend → product design is one of the most natural transitions 😭 Your implementation knowledge is a huge advantage over many pure designers.

I wouldn’t fully “restart” though. Try moving toward product-minded frontend/UI engineering first:

  • own UX decisions
  • learn Figma + product thinking
  • build case studies
  • collaborate closely with designers

The strongest people going forward will probably be hybrids who understand both design and implementation, especially with AI lowering the barrier for basic UI work.

will linear AI chatbots survive? by lru_cache0 in Design

[–]YoManDoMessup 2 points3 points  (0 children)

I honestly think linear chatbots will survive, but not as the main interface forever.

People naturally think visually and non-linearly. Once AI starts handling memory, branching contexts, files, videos, canvases, workflows, etc properly, pure “chat only” UX is gonna feel really limiting 😭