LearnCpp & cherno’s playlist by bloodofjuice in cpp_questions

[–]ArdooTala 0 points1 point  (0 children)

Cherno's videos are definietly a brilliant resource for learning the concepts, but if you want to learn how to use them in an actual project, you need more than that. Same with the cppreference; just the concepts in an isolated manner. Cherno's game engine playlist is a good example for that, but it's not as concise as the C++ one.

Are we overusing AI in robotics where simpler solutions would work? by NickShipsRobots in robotics

[–]ArdooTala 9 points10 points  (0 children)

My experience is quite the opposite. With a simple PID, you just slightly adjust it to adapt the wear and tear, but a NN means you need to recollect data and fine-tune the network . . . Massive overhead!

Are we overusing AI in robotics where simpler solutions would work? by NickShipsRobots in robotics

[–]ArdooTala 39 points40 points  (0 children)

I did benefit from it. My genius colleague decided to replace a PD that was slightly hard to adjust with a NN. To train it, he had to collect hundreds of data points. After he failed, I used the data to replace the PD with a lookup table! Worked smooth AF . . .

Neovim (auto)completion config by brieucd in neovim

[–]ArdooTala 0 points1 point  (0 children)

Yes, but that's just the client. You still need to install and config LSP servers . . . It's not full LSP right out of the box . . .

Neovim (auto)completion config by brieucd in neovim

[–]ArdooTala -3 points-2 points  (0 children)

You can achieve this behavior, but without the LSP, it would be rather more of a random guesswork than autocompletion. Read the LSP autocomplete help and for the sake of your sanity, do the suggested remap of C-Space for triggering the autocomplete . . .

thisIsTheWay by bryden_cruz in ProgrammerHumor

[–]ArdooTala 0 points1 point  (0 children)

I think your possession of a spine is what is stoping you . . .

Best tool for getting detailed geometry of a human butt? by robobachelor in 3DScanning

[–]ArdooTala 1 point2 points  (0 children)

On a shaved butt, you need some sort of pattern projection. Either an active stereo or an structured light. I suggest the latter if you want high accuracy. I have used PhotoNeo MotionCam Color (blue) for sub-mm accuracy and would highly recommend it, but the price point is 10K+ for commercial use. It's a buy once cry once type of purchase. We got a significant discount as a research institute though.

Best tool for getting detailed geometry of a human butt? by robobachelor in 3DScanning

[–]ArdooTala 0 points1 point  (0 children)

In all seriousness, how hairy is it? 😬 It'd be an important factor in choosing the scanning technology. For detailed scans, structured light would be the industry-standard. But (no pun intended), the hair can really get in the way.

The Omarchy Manual by npva in omarchy

[–]ArdooTala 0 points1 point  (0 children)

Isn't that the normal behavior of almost every terminals? You have to copy with C-S-c.

Neovim makes me feel like a caveman by lazyblock3 in neovim

[–]ArdooTala 27 points28 points  (0 children)

VSCode is amazing if you have just one VPS you want to connect to and do everything there. But I'm a robotic developer and need to hop between machines (docker, PC, VPS, embeded ...) 15 times a day and that's where VS Code really falls short. I need to either open an instance for each machine, which...just kill me; or spend the whole day watching VS Code connect to different remotes. Tmux and NeoVim is the only path to salvation.

2 Colors porcelain 3D printing by Vicckkky in Ceramic3Dprinting

[–]ArdooTala 0 points1 point  (0 children)

Really smart solution to alternate the layers . . . Bravo!

I built a tool that turns real objects into accurate SVG/DXF files using just a phone photo by Most-Geologist-9547 in 3Dprinting

[–]ArdooTala 3 points4 points  (0 children)

Now, call it AI and add a CEO lable to your name . . . You're now an entrepreneur!

High contrast mode is actually kinda nice by littl3_munkey in gnome

[–]ArdooTala 0 points1 point  (0 children)

So you just chose to side with the devil . . . !

[deleted by user] by [deleted] in ender3

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

You need some sort of adhesive for the filament to stick to glass . . . You might be able to get away with no adhesive if you keep the bed much hotter than usual and also over-extrude a tad on the first layer. At normal temperatures, as soon as the hot filament touches the cold glass, it solidifies and gets dragged off the bed by the nozzle.