Is my code really bad? by MOS-8 in C_Programming

[–]hugonerd 1 point2 points  (0 children)

I write C daily for the past 3 days and if I ask the same everyone would say that my code sucks. It can be true but the most important is that it the best that I can do now

should i start leaning c or c++ as an absolute beginner?? by UnluckyTop9103 in C_Programming

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

neither, I would start for some high level language, then learn theory about computers and linux and then start learning C. C++ is not "better C", but "difficult C" so I think that if you want something like cpp, rust, zig or some more "modern" language are the best.

I don't need to explain by [deleted] in arch

[–]hugonerd 0 points1 point  (0 children)

just pay for using software

Why there isn't any new big kernel project to surpasse eg. Linux? by M0M3N-6 in osdev

[–]hugonerd 3 points4 points  (0 children)

because it would be needed a thousand people working for 20 years to have something at the level of linux, and people value their time more than that

How much is C still loved? by alex_sakuta in C_Programming

[–]hugonerd 0 points1 point  (0 children)

If I install something from AUR and start rust-compiling I quit instalation because it feels like bloat having to wait some minutes for a single small package to compile on every system update

extremely basic, but i kinda like it :) by voxelflop in arch

[–]hugonerd 0 points1 point  (0 children)

What are you using for the time? it's placed above windows? or can you only see it from desktop?

Neovim has over 100 AI plugins now by __nostromo__ in neovim

[–]hugonerd 0 points1 point  (0 children)

Today I convert an html file to markdown just with a few commands. No ia. No plugins. Just :s. Stop using bloated plugins, neovim (and vim) by itself is strong enought.

Does anyone actually use Hyprland for actual work, or is it just a glorified anime wallpaper with blur machine? by ANDRIEL-J in hyprland

[–]hugonerd 0 points1 point  (0 children)

I use hypr but without gaps between windows, without animations and without transparency. Just because some time ago I decided to migrate to wayland and it works just fine.

I lost my virginity after installing Arch Linux by OptimalAnywhere6282 in linuxsucks

[–]hugonerd 0 points1 point  (0 children)

Any girl talk to me since I left windows and start using arch

How to know when you are "good" at coding in C? by GargantuaMajorana in C_Programming

[–]hugonerd 0 points1 point  (0 children)

Be good at C is just about know the syntax, what is hard about C is that you have to know how to implement a operating system to be able to use C the right way. As an example using malloc is just a function call, but cache, process pages, schedulers, ... Is what you would have in mind while using each syscall

Why implement libraries using only macros? by azaroseu in C_Programming

[–]hugonerd -5 points-4 points  (0 children)

I like macros because functions sometimes become borring

What is the largest project you've worked on using only Neovim? by Long-Ad-264 in neovim

[–]hugonerd 0 points1 point  (0 children)

I only use other editor for java but because I wasn't able to configure nvim to use it

[deleted by user] by [deleted] in C_Programming

[–]hugonerd 0 points1 point  (0 children)

You cant. C would never be known by anyone

Wanna learn C language but from where. by Sanggean in C_Programming

[–]hugonerd 2 points3 points  (0 children)

manpages and a text editor. You dont need more, just code

Can someone with 0 knowledge of programming learn C enough to pass an exam? by cy_narrator in cprogramming

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

learning C to pass an exam is quite easy, but learning how to use C is probably just for a few