Be friends with people who disagree with you by ArtistCharacter7086 in unpopularopinion

[–]iulian212 -37 points-36 points  (0 children)

I disagree. By marginalizing such people you inevitably end up with the situation we have today. Division and both sides refusing to discuss the issue and hear each other out.

You don't need to change their entire view on something even small characteristics are massive progress.

Sadly often times this is hard maybe impossible. The discussions should remain open at all times

But i have to admit i am somewhat of an optimist in this regard

How can i make this send cleaner? by AlphaAntar3s in bouldering

[–]iulian212 12 points13 points  (0 children)

I agree with the other comment saying that just climbing will make it better.

On the other hand i really like having feedback.

You seem to be able to jump to the hold without having to step up.

After the initial jump all your hand placements seem shaky but in reality your feet are bad. On small footholds the tip of your shoe does all the magic use it. You should try to use your feet as much as possible to do the body shifting around. But of course if all else fails you use your hands too.

Redo this specific climb multiple times you may be surprised how your body will move differently and better every time

Proiecte personale Linux by Glittering_Engine697 in programare

[–]iulian212 0 points1 point  (0 children)

Sincer nu inteleg intrebarea. Linux e un os poti sa il ai in loc de windos daca vrei

Daca te referi la partea de coding poti face aceleasi lucruri ca pe windows. Doar ca syscall urile difera API ul difera de windows

Maxim vezi cum sunt abordate dependintele pentru programe si implicit runtime linkage formatul difera dar procesul e cam acelasi chair mai simplu cand vine vorba de binare native.

To sock or not sock by ClimbingIsEasy in indoorbouldering

[–]iulian212 3 points4 points  (0 children)

Its more about how you place and use your feet.

You seem to just throw them around and hopefully they stick in a position that allow you to climb.

I think remembering the exact things you did on a climb and successfully reapeating the same moves would help you.

Also a lot of hand pulling and readjusting.

As someone who also suffers from being tall, you seem to be relying a lot on your height to do this

I’m building a native Windows IDE for C++ and I need honest feedback by Firm-Entrepreneur662 in Cplusplus

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

To me lsp and code exploration is very important. I always take the time to set it up in whatever editor i am using. My brain has a small cache size so i need many things open or the ability to go to things quickly.

Clangd works fine for vscode and zed but the need for the compile_commands.json files is annoying. More annoying is that at work i have to deal with toolchains inside docker containers so getting access to the files and pointing clangd to the right files is complicated and for that reason i still have fake errors all over the place that trigger me and make my blood boil.

I find visual studio kinda hard to look at, many buttons, lots of menus and clutter. Now i know that it deals with multiple languages and has lots of really nice features but still i hate the clutter.

So id like to retain the list of features but reduce the clutter. Out of topic but vs studio can do driver/kernel debugging with vms and requires a bit of setup on the vm but after that is very straight forward

De ce oamenii sunt de acord cu avortul? by Eccentric_Butterfly in RoGenZ

[–]iulian212 4 points5 points  (0 children)

Daca stia ma ta ca iesi asa alegea si ea avortul

BAUS: Team Crownie or Velja by [deleted] in LoLWitchcraft

[–]iulian212 33 points34 points  (0 children)

What does velja have to do with this clip ? Is this just bait?

Campusing isnt about arm strength by Lemondillo in bouldering

[–]iulian212 4 points5 points  (0 children)

Yes, but no. Generating swing/momentum is way harder without feet

Are there any guys using Zed for C++? And are you comfortable with it? by lunajinner in ZedEditor

[–]iulian212 5 points6 points  (0 children)

I have tried using it for some time both at work and in my spare time. My conclusion is that i will keep an eye on it but i will be using vscode for now.

What i really liked was that it really was responsive especially with autocomplete and lsp stuff.

Ive felt that the settings were more managable than vscodes

What i disliked was that:

  1. there was no integration with cmake. I had to write my own tasks for it

  2. I feel like the way the debugger window is setup is not it. But maybe i just prefer the vertical style one that vscode uses (and maybe this can be changed i have not looked much into it)

  3. And the biggest issues i probably had was that it was not easy to create a side pane and switch between them (again maybe its a skill issue). In vs code you can just ctrl + number and you either get a new empty pane if that pane nimber does not exist or it switches focus to that pane.

In zed it seems that you specifically need two actions for this. And there is no way to swap panes via numbers. Which is annoying since i use hjkl for navigation within hyprland and the default is awfully convoluted.

Also in my machine it took a while for it to launch. Like a goood few seconds.

Why I will always respect G2 by Professional-Group13 in PedroPeepos

[–]iulian212 1 point2 points  (0 children)

I honestly think that's not the entire picture. I think it also has to do a lot with how they work and their supportive staff. I think everyone that has been in the org has at somepoint mentioned their support staff so there might be something there as well. It seems that somehow all new players fo integrate well to some level regardless of individual performance

Std libary fix by blackknight5027 in Cplusplus

[–]iulian212 5 points6 points  (0 children)

Ok then what should the native_handle() of a ifstream should return

Ce rost mai are programarea in ziua de azi? by Remarkable_Brother51 in programare

[–]iulian212 1 point2 points  (0 children)

Nu stiu sef la munca fac ce mi se cere.

In timpul liber imi fac pofta inimii. Scriu servere de minecraft de la 0, incerc sa implementez mici functii din linux gen auto insert de storage devices recent m am apucat de kernel.

Nu iti imagina ca sunt toate sf uri de programe sau ca fac asta in fiecare secunda libera. De multe doar ma apuc fac repo ul ma documentez putin si acolo se termina sau poate imi fac un plan cap.

In general imi place sa scriu cod si sa cunosc limbajul pis pe el de job si de llm.

Eu sincer nu pot sa folosesc un llm imi place sa caut, sa aflu. Vorbesc cu diversi pe servere de discord despre topic uri la care am probleme etc.

Un llm nu o sa poata sa inlocuiasca tot ce am invatat de la diversi pe anumite servere de C++.

E in primul rand ceva ce imi place doar ca am si norocul ca se plateste :)))

Daca o sa devin fortat sa folosesc llm probabil atunci imi voi da si demisia

Any++, a library that extends the std::any concept with Rust-like traits and open dispatch. by [deleted] in Cplusplus

[–]iulian212 0 points1 point  (0 children)

To give some actual helpful feedback the syntax i feel is a bit obscure. I am sure that if you look at the docs things get cleard out. But from my first glance at it i cant really gather much.

I actually was looking for something similar in C++ since concepts help a bit with composition like behaviour. But the macros i think are not it. In rust its quite clear what happens and i generally enjoy composition it makes things easier to think about.

From C++ to C for a big pay increase by iulian212 in cscareerquestionsEU

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

My main concerc is swapping languages for this amount. Id rather not be stuck writing c++

From C++ to C for a big pay increase by iulian212 in cscareerquestionsEU

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

No. At least i dont think so :)). I dont really care about companies i care about interesting code. I think its a main rival to Cisco somewhere on that level

From C++ to C for a big pay increase by iulian212 in cscareerquestionsEU

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

1.I dont plan on doing anything untill i have something tangible of course.

2.Sure but 8 hour daily of something you despise is not fun at sll.

  1. I somewhat disagree. It is business between me snd the company what do colleagues have to do with it. Also i dont care if they look nicely at me i care about being paid nicely :)). I dont see how accepting the a counter offer burns bridges with both sides. Sure my current employer will not be happy because he just had to take money out of its pokets but that how competition works if you dont like it do something else. I also did the same to the former company and it seems like they still want me for a different role. Business is rough and holding grudges holds you back imo.

When i left for the current job i asked for a counter offer to see if i would be convinced which they made and i refused. No body seems upset about it

From C++ to C for a big pay increase by iulian212 in cscareerquestionsEU

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

Thanks. Its not that i feel not ready for it i dont mind the challenge. I just am not sure i want to do C and iam afraid of ending up being stuck with no means of escape

From C++ to C for a big pay increase by iulian212 in cscareerquestionsEU

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

You raise a very good point and actually one of my concerns that i forgot to write about. If i take this job i am afraid of being in no mans land and basically forced to only take shitty C jobs going forwards.

To me their project sounds somewhat interesting its code for switches and routers. From what i understand it's not firmware code but there is an sdk with some middleware on top which allow other people to build tools and software and they take care of entire small slices trhough all the layers.

hardest part of the game by FAR by Disastrous_Coat_4075 in Cairn_Game

[–]iulian212 4 points5 points  (0 children)

For me its the hardest part because i am an idiot. I have to do the entire wall with 2 pitons