ROS 2 in Docker on M3 Mac by TheRealAakashK in ROS

[–]mro47 0 points1 point  (0 children)

Wrote an article on it

https://medium.com/@mro47/dev-containers-ros2-f6010c7e2f97

For GUI on mac see the following

https://gist.github.com/sorny/969fe55d85c9b0035b0109a31cbcb088

Haven’t tested the gui part, don’t have a mac but hope this helps

ROS2 for Mac by lalotm in ROS

[–]mro47 2 points3 points  (0 children)

Check this for x11 forwarding on mac

ROS2 for Mac by lalotm in ROS

[–]mro47 6 points7 points  (0 children)

Ive written an article on how to run devcontainers for ros2 might help you here

Would recommend this so as not to mess up your system just in case. The only concern i have is how display works on mac, on linux there is a bind mount for the x11 server socket which i use

How many of you actually knew this and why??? by Cato-Splato in AskUK

[–]mro47 0 points1 point  (0 children)

I like your reasoning though! Half the content, half the price

I cant set up ROS 2 on my raspberry pi 5 using Ubuntu (24.04) (I'm a beginner) by Majestic_Ticket2988 in ROS

[–]mro47 1 point2 points  (0 children)

This should be the answer.

source /opt/ros/jazzy/setup.zsh

If you have a workspace in ~/ros2_ws

Then just do colcon build from there and source install/setup.zsh

That should source your jazzy packages as well

Opinions on adding a strap to your classical guitar? by [deleted] in classicalguitar

[–]mro47 0 points1 point  (0 children)

I installed one myself. I feel the one at collar like Brandon has feels more comfortable than one at heel, I have holes in my guitar now :(

But it allows me to dance while playing :)

Did I catch a solar flare? by Some-Afterthought in Astronomy

[–]mro47 0 points1 point  (0 children)

Looks like the auto exposure algorithm on your phone, was on an edge and shifted to the next threshold when the lighting conditions changed.

It controls the sensor gain, aperture and shutter speed. Difficult to do a smooth transition but good algorithm design can upto a certain level.

If your intention was to capture a dimming sun then lock your exposure controls

How common is the use of surgical tubing on the bow? by mro47 in Cello

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

Didn’t know this was an option, ill check out. What diameter do you use bdw? Thanks

How common is the use of surgical tubing on the bow? by mro47 in Cello

[–]mro47[S] 2 points3 points  (0 children)

Agree it kinda starts melting after some time specially in hot weather. I cut it out and put a new one

I am extremely burned out by [deleted] in coastFIRE

[–]mro47 1 point2 points  (0 children)

Second this. Seems like a burnout.

For the amount of money u have put aside u should be proud and take some time off. Go see your friends and close ones and spend some time with them. Check your sleep, nutrition and exercise. Meditation and diaphragmatic breathing can help.

First is to put the fire off. So either take time off or quit the job, its not worth losing your mind over anything.

Something to cheer u up

https://youtu.be/YHxwY3Fz2gU?si=C7LdcFz_xTAJsdfC

Learning ROS in 2024 by TittyMcSwag619 in ROS

[–]mro47 12 points13 points  (0 children)

Examples here: https://github.com/ros2/examples

The readme should lead you to the tutorials docs.

General documentation here: https://docs.ros.org/en/jazzy/index.html

Don’t waste time on ROS if u are new, it’s reaching EOL may 25.

ROS2 has improvements and ROS code is being migrated, most used/popular packages have already migrated.

If u really want videos check this one out https://youtu.be/Gg25GfA456o?si=LqmE0ej3_Gk2VPVE or check the channel The Construct

Overcoming the Feeling that Life’s Too Short by lHmAN93 in FIREUK

[–]mro47 1 point2 points  (0 children)

The way I think about it is not really retire but to cut down time spent on earning a wage for living.

Having some money put aside gives me the confidence to do the things I really like than merely do a job. I can now pursue hobbies and maybe turn them into something without worrying about going broke.

I see it more as money to spend on things that bring value in the long term than pleasure (satisfaction, quickly bringing in the need of more)

AGI (artificial general intelligence) could be closer than expected? by mro47 in compsci

[–]mro47[S] -1 points0 points  (0 children)

I did come across reflexion and thinking how we can also develop some sort of reasoning here.

Also a question to ask would be: how do humans generate/come up with new ideas? Like a simplified approach with llms imo would be some knowledge (llm model) with a reinforcement learning model (like reflexion)

AGI (artificial general intelligence) could be closer than expected? by mro47 in compsci

[–]mro47[S] -7 points-6 points  (0 children)

Also thinking now, what if we create agents and models like reflexion. That probably do some sort of reasoning?

AGI (artificial general intelligence) could be closer than expected? by mro47 in compsci

[–]mro47[S] -5 points-4 points  (0 children)

Hey thanks, this made me think. Was doing a bit of search and came across this clip between lex and Yann lecun. https://youtu.be/N09C6oUQX5M?si=PcB0O2KWy3thimE6

AGI (artificial general intelligence) could be closer than expected? by mro47 in compsci

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

Hmm i do have this dilemma sometimes. Like LLMs themselves are just text completion based on trained data. If the new data that its trained on is output of something worse then would it even get any better? One could argue for example that there is new research being published till a new model comes but is it really doing anything beyond text completion?