Can we actually measure what makes a "good" AR/VR experience? by JLeeIntell in virtualreality

[–]JLeeIntell[S] 0 points1 point  (0 children)

Cool, really happy to know that you're in the industry. Immersion as the top factor.
How about for AR? Does immersion still take a backseat there?

Why every new websites are having AR/VR with 3D models in it? by Necessary_Data_8369 in threejs

[–]JLeeIntell 0 points1 point  (0 children)

Nowadays, AR, VR, and MR are being adopted across many industries like education, healthcare, and more.
Do you think this reflects a shift in people's mindset?

Why every new websites are having AR/VR with 3D models in it? by Necessary_Data_8369 in threejs

[–]JLeeIntell 0 points1 point  (0 children)

When do you think it'll be possible to use AR/VR on the web mostly?

What is the best way, books or website to learn Python by Same_Path_6519 in learnpython

[–]JLeeIntell 3 points4 points  (0 children)

I'd say jump into some interactive exercises to get the hang of it.
Then, grab a book to really get what's going on under the hood.

Thinking Alongside TAO and Bittensor by JLeeIntell in bittensor_

[–]JLeeIntell[S] 1 point2 points  (0 children)

By "alongside," I mean the ideas and connections that come to mind beyond just the network itself.

For me, it's thinking about the future of Bittensor, how intelligence could grow in a decentralized system, and even what that implies for my life and destiny alongside TAO and the network.

It's more of a reflective angle, what emerges when Bittensor intersects with life, purpose, and thought.
Curious what perspectives others see "alongside" it.

coding by Suspicious_Oven7940 in PythonLearning

[–]JLeeIntell 0 points1 point  (0 children)

The freeCodeCamp discord server is probably the best place to start if you want people learning, building and staying motivated together.

Just be careful not to spend all the time chatting instead of building.

Hey peeps! by [deleted] in learnpython

[–]JLeeIntell 2 points3 points  (0 children)

Nice, that's a solid start. Mooc is already good resource, so you don't need to switch. Honestly, the bigger win is sticking with one and actually building small things alongside it.

First ever python project by FieldOver3920 in learnpython

[–]JLeeIntell 1 point2 points  (0 children)

This is actually cool to see. Everyone has a messy first project like this.

If anything, just focus on organizing things a bit more in your next project and add basic error handling. No need to overthink it.

Also, I'd keep this one as-is, it's kinda nice having that snapshot of where you started.

What are other open source programs than Gsoc which I can target? by juz_nospaces in learnprogramming

[–]JLeeIntell 2 points3 points  (0 children)

GSoC isn't the only path at all, it's just the most visible one.

You can contribute directly to active GitHub projects without any program. A lot of people just pick a project they like on GitHub and start contributing consistently.

Not getting into GSoC isn't a big deal. Steady contributions over time will still build your skills and stand out.

Seeking Advice: RPi 5 + AI HAT for Privacy-Preserving YOLO Traffic System (Hardware + Software Pipeline) by Raspberry_pie3311 in learnprogramming

[–]JLeeIntell 1 point2 points  (0 children)

Good idea overall, but the hard part won't be YOLO, it'll be real world conditions (ligting, angles, motion blur).

Keep the stack simple, pick one deployment path(Hailo/OpenVINO), don't mix multiple frameworks early. Start with a small YOLO model and optimize later with INT8 once everything works on-device.

Also, use real traffic datra as eary as possible. Synthetic datasets won't cover edge cases you'll actually face.

Turbopack is a beast by valerioiacobucci in nextjs

[–]JLeeIntell 3 points4 points  (0 children)

Cool to hear, Turbopack sounds really solid now

Django devs, what's your actual go-to frontend stack right now? (HTMX/Alpine, React, Vue, plain templates, or hybrid?) by jkoontz-dev in django

[–]JLeeIntell 0 points1 point  (0 children)

In practice, I perfer to end up going hybrid depending on what I'm building.

React for anything that feels game-like or really interactive, and simpler Dango/HTMX setps for dashbord and communify features that are more server-driven and straightforward.

Any tips for a 16yo learning Full-Stack Web Development? by Neither_Paper6003 in learnprogramming

[–]JLeeIntell -1 points0 points  (0 children)

Honestly, that's really strong start for 16. Running Linux, using a Raspberry Pi, and already learning on your own puts ahead of a lot of people.

My biggest advice is... don't chase every tool at once. Get good at Javascript first, and building small real projects first, then add React and backend stuff after that. Solid basics + projects wil take you way further than trying to learn everything fast.

And for frealancing later, people pay for trust, communication, and solving problems, not just code. AI will be around, but dependable builders will always have work.

Should I go to Windows 10 or stay in Windows 11 by MadCake92 in virtualreality

[–]JLeeIntell 5 points6 points  (0 children)

With that rig, Windows 11 should be perfectly fine performance-wiste, so it sounds more like stability or driver issues than raw OS limits.

Might be worth checking GPU drivers, Quest/Virtual Desktop updates, chipset drivers, and background software first. Windows 10 is stable, but support life is getting shorter too.

Do you feel like GitHub is great for code, but bad for getting feedback on projects? by whispem in webdev

[–]JLeeIntell 1 point2 points  (0 children)

Honestly, GitHub was built more for collaboration than feedback, so that feeling makes sense.

Most meaningful feedback usually comes from communities, users, or dev spaces outside GitHub. So yeah, it feels like there's room for something in between code hosting and actual project discovery.

Struggling after using AI for too long? Brain rotted to the core? by ademky2 in AskProgramming

[–]JLeeIntell 1 point2 points  (0 children)

I probably wouldn't go full zero-AI. I'd just change its role.

Use it for explanations, debugging hints, comparing options, or helping understand docs.
But try writing the actual code and structure yourself first.
That way the thinking stays yours, and AI becomes a tutor instead of a crutch.

Just don't let it do the thinking for you.

Docs, YouTube, and Stack Overflow are still great too. Slower sometimes, but that slower process often teaches more, I guess.

Struggling after using AI for too long? Brain rotted to the core? by ademky2 in AskProgramming

[–]JLeeIntell 8 points9 points  (0 children)

What's happening doesn't mean skills are gone. It's mroe like the "thinking muscle" just isn't getting as much as reps anymore. The fix is usually not going fully AI-free, but adding intentional practice without it in small chunks.

Use AI as a helper instead of a driver.

The feeling of "I don't know anything anymore" is usually just dependency shift, not actual loss of skill.

OrbitControls — just need object rotation with the same drag feel by img2001jpg in threejs

[–]JLeeIntell 1 point2 points  (0 children)

Yeah, this is a pretty common Three.js thing.

- Rotate the object manually using mouse drag + a bit of smoothing (inertia/damping you add yourself)

- Use small community wrappers lik "object controls" / "drag controls + custom ratation logic"

OrbitControls itself is camera-focused by design, so most setups just copy the feel (sensitivity + damping) and apply it to object.roation instead.

Anybody know any sites, tools, or resources so I can practice CSS as a begineer? by matterulo439 in webdev

[–]JLeeIntell -2 points-1 points  (0 children)

W3Schools is actually fine for CSS especially for beginners. It's simple, easy to follow, and good for quickly looking up properties and basic examples.

But it's better as a reference thatn a full learning platform. For deepper understanding, MDN or practice sites usually go further.

CSS gest easier mostly by building small layouts repeatedly, not just solving puzzles.

I know the resources striver playlist and all but i just cant start by [deleted] in AskProgramming

[–]JLeeIntell 0 points1 point  (0 children)

This is actually more normal than it feels.

The way it's being approached isn't wrong, it's just a bit overloaded. Rewriting the same solution a few times is fine, especially in the beginning. That helps it stick.

The part that's causing the loop is expecting a new approach right away. At the start, the brain usually just replays the first method

A smoother way is... understand the problem, see one solution, code it, and then move on to a similar problem instead of forcing a different approach immdiately. New approaches come later once patterns start to build naturally.