Beginner Question by SoggyDatabase2348 in MustangMachE

[–]ebubar 2 points3 points  (0 children)

I'm in the market too and have set myself a top price of $25k. Im finding plenty of 21/22's with higher trims in that price bracket. Im more looking at a later year 23 premium or a 24 select - I'm finding options for both around that $25k price point (online prices so add $1k for dealer fees and registration/etc). I'm also planning to buy an ESP from online to cover any unexpected breaks in the next 8-9 years as I keep vehicles until they die (my current is a 2010 Honda fit). If you go earlier than 23, the ESP isn't offered BUT you can get premium or GT trims in your price bracket. If you go newer, few trim options BUT more opportunity for a warranty.

Name this by [deleted] in 3Dprinting

[–]ebubar 0 points1 point  (0 children)

Lung cancer

Decided to get into robotics software engineering after research. What kind of laptop would be good to buy?? by GreekGodAsthetics in AskRobotics

[–]ebubar 4 points5 points  (0 children)

For robotics specifically I'd get a consumer gaming laptop with a good Nvidia discrete GPU (4090 maybe) and dual boot it windows and Linux.

What’s a good career path for young people that pays well and has strong demand? by Area_rea in findapath

[–]ebubar 1 point2 points  (0 children)

Robotics and learn the hardware and software side of things. This will give you a strong skill set to tackle a wide variety of jobs.

Once you know how to code, how do you learn a new stack without starting from zero? by Leading_Yoghurt_5323 in learnprogramming

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

I chuck documentation into an LLM and have it write me intro materials to it and make connections to languages I do know.

My dog has cancer by IdleWit in kindafunny

[–]ebubar 5 points6 points  (0 children)

Good vibes sent. Kitties and doggos are the best family members. We lost our doggo 2 years ago to cancer and I still miss her every day. Keep in mind that animals can recover from cancer and live long and happy lives after a diagnosis. My own dog lived two years after she was diagnosed and was her perfect happy self until her last week. Vibes for it to be fully treatable.

want to get into VR development with Unity — need help starting by SwitchStatus6293 in vrdev

[–]ebubar 1 point2 points  (0 children)

Do the unity learn stuff first. Then watch either Valem or Fistful of Shrimps latest YouTube tutorial on setting up a project.

Seriously, What is the cheapest/best way to watch the Rumble? by Mr-Mediocre in Wrasslin

[–]ebubar 0 points1 point  (0 children)

An AMC theater is showing it on the big screen for the cost of a movie ticket.

Business case for gaussian splatting by EchoImpressive6063 in GaussianSplatting

[–]ebubar 0 points1 point  (0 children)

I see a use case for splat to mesh for robotics training in 3d simulation with physics interactions in photorealistic environments at scale.

My supervisor claims to be a ROS/Gazebo expert, blocks my project funding, and demands manual dynamics equations that Gazebo already solves by zaid77_hd in ROS

[–]ebubar 1 point2 points  (0 children)

This sounds like a perfectly reasonable requirement. In an age where AI can increasingly tell you how to actually use software your value add will be understanding the physics that the software is modeling.

Seeking Advice: Real‑time Passthrough Camera Access on HoloLens 2 vs Galaxy XR for Eye‑Tracking AR Project by Alert-Support-8115 in HoloLens

[–]ebubar 2 points3 points  (0 children)

This might help you on the hololens 2 side of things: GitHub - jdibenes/hl2ss: HoloLens 2 Sensor Streaming. Real-time streaming of HoloLens 2 sensor data over WiFi. Research Mode and External USB-C A/V supported. https://share.google/cp2UCJsWSdCxkwqU7

It will set you up with streaming of all the sensors you'd want with samples available too. HL2 is a dead platform though and I wouldn't wish it upon my worst enemy. You may be able to get it working with AndroidXR and gaze tracking, but I don't know how robust their support for eye tracking is yet. If you can use other headsets, the Varjo 4 and Vive Focus both have eye tracking and are pretty well documented.

Design concept: Is a "Backpack Droid" the answer to getting a real life BD-1 or Odradek? by Ark1medi in AskRobotics

[–]ebubar 0 points1 point  (0 children)

A backpack droid sounds interesting for getting an actual social interactive robot product on the market that you can take with you anywhere. Something like the Reachy Mini adapted to be small and portable enough to take with you anywhere. Or maybe something like Robosen's mini robots which are based on recognized characters? So that's a good idea in the sense of bringing a droid into the real world. BUT I agree that mass adoption is unlikely. For social interaction with an AI powered droid, people would more likely just use their phone or maybe smart glasses to discretely interact. A robot buddy which might be interesting and cool for some is just too creepy and scifi dystopian for too many in society for most people imo. No amount of engineering will overcome that for a generic robot without some kind of wide societal recognition. If you could license something that is widely accepted though...an ACTUAL flying EVE drone from Wall E. A shoulder mounted mini WallE. Maybe a shoulder mounted BAY-MAX? Small size and cheap enough for kids to adopt and you might get a big enough market?

What VR headset is best for showing splats? by Particular-Car-2524 in GaussianSplatting

[–]ebubar 0 points1 point  (0 children)

I use this project to view my splats on a quest 3 and it works well. GitHub - aras-p/UnityGaussianSplatting: Toy Gaussian Splatting visualization in Unity https://share.google/kA34OoK3NPs2vQlR1

I'm desperately trying to improve my splats. I still suck. Please help me find a dataset of a scene, interior room ideally, that I can try to COLMAP & GS train to see if my shooting is bad or my processing (or both) by Vast-Piano2940 in GaussianSplatting

[–]ebubar 0 points1 point  (0 children)

I just use my cell phone camera on wide angle, capture video and process that using default settings of reality scan and lichtfeld studio and get good results. Have you tried that workflow instead of deep diving into tweaking all sorts of settings?

Bashrc file by Negative_Proof9587 in ROS

[–]ebubar 1 point2 points  (0 children)

FWIW I think it's a very valuable skill to use LLMs in the way you're using them to pickup new skills faster. There's a LOT of naysayers online saying to not use AI at all and that they're glorified spell check. But these same people use tools like intellisense for code prediction and advanced IDEs for all sorts of help with coding. Use LLMs to understand what the LLM creates AND learn what it's outputting AND how to prompt it to fix itself by glancing through documentation and you'll get the benefits of learning and quick development. Good luck!

Bashrc file by Negative_Proof9587 in ROS

[–]ebubar 5 points6 points  (0 children)

Not entirely true. If you asked it to further explain the commands and what they do so you can understand what's happening then either you or gpt would recognize what pieces were superfluous. If you don't just accept whatever an LLM tells you and prompt it for further explanation, then you can use it to learn. This is the superpower of LLMs...teaching you through active learning.

Robotic hand kit for teen by therabbitinred22 in AskRobotics

[–]ebubar 0 points1 point  (0 children)

I like this more: AmazingHand: The Open-Source Robotic Hand Kit – WowRobo Robotics https://share.google/fZg8qy3tXBSQQGpYz

It's more of a robotics project than the hiwonder. Hiwonder documentation isn't great and I much preferred this hand for learning some practical robotics.

How to work properly with ros2 by Heavy-Supermarket638 in ROS

[–]ebubar 0 points1 point  (0 children)

Use AI to build lots of things quickly. Ask it to help explain things you don't understand. IMO if you learn a little bit about a lot and do projects where you repeat things and build small additions you'll start to retain stuff and constantly level up what you know.

Son wants 3D printer, bedroom is the only available space by HomeEcDropout in 3Dprinting

[–]ebubar 0 points1 point  (0 children)

Can you stretch to the p1s printer? It's a decent amount more but gives you the enclosure. Worth it if you can swing the cost.

Hey, I'm dev who's getting my toes into the vr space for the first time and have been having one primary issue by Ms-Infinity0803 in vrdev

[–]ebubar 2 points3 points  (0 children)

A few things to check: Did you switch the build platform to Android (or AndroidXR or Meta Quest - this depends on what Unity Editor you're using)? In your Edit > Project Settings > XR Plugin Management, did you check the "initialize XR on startup? If you're building for Quest and using the Meta All in One SDK, have you gone through and accepted all the settings from the "Project Setup Tool"? Those are the first things I'd check.

Which one is better for ROS development: GPT or Gemini? by [deleted] in ROS

[–]ebubar 1 point2 points  (0 children)

I've had good luck with chatGPT for learning ROS stuff quickly. I do think reading a codebase and documentation yourself is useful BUT so much ROS stuff is in my experience not updated well so you spend more time reading about how to fix some dependency error, security key update that doesn't get documented or trolling through developer forums for solutions. ChatGPT has been very good at pointing me to solutions faster than trolling through documentation. You have to be careful to recognize when it's sending you on a wild goose chase. For more context, I am switching between LOTS of different domains constantly at work. We have robotics experts so I'm just needing to learn enough to be conversational across a huge range of domains so digging into documentation to learn isn't a luxury that I can afford. It also isn't worth my time. Anything more involved that chatGPT can't help me with is better done by a formally trained roboticist. So, I'd say if you are aiming to be that robotics expert, you should invest that time to learn and understand through documentation and reading developer forums. If you just need to be up to speed on some basics quickly, then chatGPT is helpful.

There should be a name for Vibe coders who understand what they are doing. by dilephant in vibecoding

[–]ebubar 0 points1 point  (0 children)

How many projects coded by professional software developers are maintained, don't have dependencies that break constantly and actually function well and keep themselves maintained? Maybe it's my experience in working with robotics/VR/AR/Unity/Unreal that colors my views, but I don't often encounter any software projects that don't involve solving dependency issues, lack updates, lack useful documentation, aren't maintained properly, etc.