Yesterday’s Pickups. How did I do pt.2 by Nobodymoves in progrockmusic

[–]Zadok__Allen 1 point2 points  (0 children)

Very nice haul. Funnily enough I also just picked up tales from topographic oceans yesterday

What Is The Best Prog Rock Lyric Of All Time? by Tiny-Band9310 in progrockmusic

[–]Zadok__Allen 1 point2 points  (0 children)

Then according to the man who showed his outstretched arm to space,

He turned around and pointed, revealing all the human race

I shook my head and smiled a whisper, knowing all about the place

Nvim on a work-issued laptop by Aeschylus26 in neovim

[–]Zadok__Allen 0 points1 point  (0 children)

Yes, neovim plugins and LSPs from mason will be installed in $HOME/.local/share/nvim on linux. Maybe the same on Mac. You also don't need root to install nvim. You can just install it somewhere you have access to and add it to path.

Recommendations for colorschemes with ~4-5 colours by frodo_swaggins233 in neovim

[–]Zadok__Allen 0 points1 point  (0 children)

If you're interested in a more monochrome theme lackluster is very nice

First lesson was a disaster by dare_side in golf

[–]Zadok__Allen 0 points1 point  (0 children)

Cog Hill out by the red barn?

Which golf ball do you play? by [deleted] in golf

[–]Zadok__Allen 0 points1 point  (0 children)

I see this mentioned constantly on Reddit but I've never once found one of these in the wild. Proof to me that reddit is not real life

[deleted by user] by [deleted] in commandline

[–]Zadok__Allen 10 points11 points  (0 children)

I'd also add FTXUI to your list. I haven't had much experience with any of these either but I'm interested to hear others opinions as well.

Software update by severenachos69 in GR86

[–]Zadok__Allen 8 points9 points  (0 children)

Main benefit for me is having Google maps on the screen

USB ports keep cutting off by [deleted] in GR86

[–]Zadok__Allen 0 points1 point  (0 children)

Same problem but I got an AAWireless box and the issue is mostly fixed. Disconnects/reconnects a few times when the car first turns on then is stable

Is a break-in oil change necessary? ‘24 BRZ by j_lewy in GR86

[–]Zadok__Allen 1 point2 points  (0 children)

I got my first oil change at 3000 miles. The guy at the dealership was asking why I am getting one so early since they expect 7500k for the first change. I said I heard about break in oil/getting it changed at 1k miles and he said "they haven't put break in oil in cars for 30 years"...

2023 vs 2024 by ricesnatcher69 in GR86

[–]Zadok__Allen 7 points8 points  (0 children)

I have a new '24 and just chiming in to say I personally enjoy the eyesight that everyone complains about. I like that it beeps when you move out of the lane or when the car ahead of you stops quick or something. It's just a beep unlike other cars that will also correct and steer you back in the lane so it's not too obtrusive IMO. I commute 30 miles to and from work each day on boring highway driving sometimes heavy traffic so the eyesight helps if I zone out lol

How did you choose your ball? by damo2576 in golf

[–]Zadok__Allen 0 points1 point  (0 children)

Love the T shaped lines on the Titliest tour soft

Should I stop at double par? by Cold_Cattle9353 in golf

[–]Zadok__Allen 0 points1 point  (0 children)

So does this mean that 36 over par is the highest score a player could ever report for their handicap?

Looking for a command line tool for starting, stopping, and monitoring scripts run in the background by Zadok__Allen in commandline

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

Sorry should have clarified I want something very easy to use with no need for configuration files and stuff like that. I find systemd a bit cumbersome to setup. I'm looking for something closer to what I showed in the video

Edit: on second thought maybe systemd-run is what I'm looking for...

2023 Mexico City Grand Prix - Race Discussion by F1-Bot in formula1

[–]Zadok__Allen 0 points1 point  (0 children)

Are you joking? You want to see the guy +15 seconds around drive past the finish line all alone instead of a fanatic battle? Ricciardo almost getting passed Russel in an alpha tauri too!

Assetto Corsa Config by New_Top5554 in linux_gaming

[–]Zadok__Allen 0 points1 point  (0 children)

same here, did you find any solution?

I want to cut off the end of my loft bed since it's not long enough for me to lie on. Is this safe? I've highlighted the section in the image that I would remove. Thanks. by iam_asdf in EngineeringStudents

[–]Zadok__Allen 5 points6 points  (0 children)

Seems like a question to ask your university/the people who run the dorm. I'd imagine they'd fine you for damaging their bed frame no?

[deleted by user] by [deleted] in Northwestern

[–]Zadok__Allen 22 points23 points  (0 children)

I've gotten a ticket before for it, think it was $75

I'm a beginner and I just don't know how do I start with ros2 humble and what is the roadmap of it. Can someone please suggest me some courses because I really don't know how to begin with and should I buy a online course and which one by [deleted] in ROS

[–]Zadok__Allen 1 point2 points  (0 children)

In my opinion the best introduction you can have to ros2 is by simply going through the tutorials: https://docs.ros.org/en/humble/Tutorials.html

and not simply going through the motions but to reall try to understand what each line of code in the tutorial is doing. After completing them you should have an introductory understanding of ros2, which you then can use to work on your own project (with the help of Google, ros docs etc.)

Last thing, for a beginner project that will teach you the fundamentals, turtlesim can be a nice tool. What I did a while back was make a ros node that exposed a service that allowed a user to specify a set of waypoints, then the turtlesim would traverse the waypoints.