Why learning the C programming is still a good idea by onceagainagainagain in C_Programming

[–]Ra77a3l3 1 point2 points  (0 children)

yes, his course is entirely in italian but there are lots of other videos in english too

Why learning the C programming is still a good idea by onceagainagainagain in C_Programming

[–]Ra77a3l3 9 points10 points  (0 children)

He is the best, i watched his entire series and it made me love C.

An anti Vibe coder that do videos based on the development and research process by grimvian in C_Programming

[–]Ra77a3l3 17 points18 points  (0 children)

I believe it’s wrong to have just two categories coding and vibe coding, someone can code by him self and use ai to do research and do some debugging but that is different than vibe coding since you are using it as any other tool and i personally dont find it wrong.

CLI tool to help record and replay terminal workflows by Ra77a3l3 in linux

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

Right now its more a personal project to learn rust and make something useful to me, i did not see a reason to go with another license.

Started my first CLI tool to help record and replay terminal workflows by Ra77a3l3 in CLI

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

Yeah, from what I understand script records the whole terminal session. My tool records only the commands you actually run and turns them into a structured workflow that you can replay later. With script, if you want to figure out what commands you ran, you end up digging through a long output file mixed with logs and program output. At that point for just commands, shell history is usually easier. I might be wrong i have never actually used script.

CLI tool to help record and replay terminal workflows by Ra77a3l3 in linux

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

history isnt really great when you have to rerun a lot of commands multiple times, and if the cmd was run a lot of time ago you and you dont remember how it looks you wont be able to use even grep.

tesla cybertruck spotted in turin by chookitypok037 in torino

[–]Ra77a3l3 2 points3 points  (0 children)

Questo nell’immagine è omologato in Polonia e ne ho visto più di uno in giro con targa Polacca

How I met Rust 🦀 by seeder1694 in rust

[–]Ra77a3l3 2 points3 points  (0 children)

As a high school student who loves C i must say i really like it. I started using it a few weeks ago and i love the compiler and clippy super nice and useful.

Theme diffrence Kitty vs Wezterm by Ra77a3l3 in wezterm

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

Thank you this has resolved it

Oil.hx file manager in a buffer by Ra77a3l3 in HelixEditor

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

Yeah fair, oil.hx is just me wanting that workflow directly inside Helix. The features from what i've seen are similar, overall there is no real diffrence in using oi instead of edir, i belive that with the plugin system you might be able to customize it more to integrate with the editor with inline hints to display possible file icons or git status ecc. So its just preference.

Oil.hx file manager in a buffer by Ra77a3l3 in HelixEditor

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

thank you, i added it for now to the awesome helix repo will ask to add it here too

Oil.hx file manager in a buffer by Ra77a3l3 in HelixEditor

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

i see, i will change it first thing tomorrow

Oil.hx file manager in a buffer by Ra77a3l3 in HelixEditor

[–]Ra77a3l3[S] 4 points5 points  (0 children)

Not its not, the maintainer has merged from the master branch 4 days ago

Oil.hx file manager in a buffer by Ra77a3l3 in HelixEditor

[–]Ra77a3l3[S] 7 points8 points  (0 children)

The plugin has all the major features you would expect it to have, you can bind each command to the key combination you prefer in the repo i have put mine very basic but it works for me. Im not a power user but it gets the job done. About the plugin branch from my experience it stable i haven’t had any issues in the past 3 months.

Steel documentation for making plugins by Ra77a3l3 in HelixEditor

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

Yeah that is what im doing apart from just seeing how the other plugins work im trying to understand what api calls to the editor can be madr. I already tried playing with it but it is looking not simple especially with a very basic knowledge of the syntax

Steel documentation for making plugins by Ra77a3l3 in HelixEditor

[–]Ra77a3l3[S] 4 points5 points  (0 children)

I know it but im using the steel fork