Ah, right! This is among the reasons why Russia has the lowest share of seats held by women in politics (won’t go into business) in Europe (Statista).
Ah, right! This is among the reasons why Russia has the lowest share of seats held by women in politics (won’t go into business) in Europe (Statista).
I found the article, or better opinion. My bed that it wasn’t a Finn, but an America, Alan Ward. The metaphor is taken from him, while he explains in his article much better than me. Please, see his opinion on page 48-49 in the linked PDF of the current Full Circle issue #215 below:
I find his metaphor very apt.
You are correct. Sorry for the mistake.
The Polish word for April is coming from the word „kwitnąć”, which means „flowering“.
@Flipper, if you just learn from one master, you cannot become a master in the field. As I said above: relying heavily on the compiler, even when this may be the best „teacher“, does not make you - I do not speak about you personally, but you in general, so all programmers - a good programmer. This is my major critic about Rust, while I do also understand its advantages.
Thank you for your explanation and I understand it well, as well the advantage to find bugs quicker (which however does not mean that a safe code cannot be also a bad code). However, I do think that writing safe code without being guided by a compiler is indeed a skill. And the question how safe the code written with the help of the compiler will be is another interesting one. Perhaps we will find out in the future.
In my opinion, Rust is a language dictated by the compiler rather than one that allows you to use your brain, knowledge, and skills to deepen your understanding. Rust is essentially a programming language with training wheels. Unfortunately, the preference to finish tasks quickly is nowadays the mainstream. The understanding of the deeper stuff falls behind.
A related example from real life: bike tyres that have a flat. Less and less people can change the tyres on their own, and even do not understand the construction and characteristics of different tyres, only believing what the vendor in the shop is telling them. Bad surprises then happen.
Maybe we have misunderstood. My point is not ending up like Don Quixote fighting against windmills. The more extreme a person becomes in their views, even when personally justifiable or honorable, the fewer people will accept this view. The crux is to find the so-called « golden mean », which is essentially a balance between different views. This also means including to some extent views, which may be not favoured, but helpful to get more people into the boat.
Good luck on your way!
Alas, when there is no difference between unsafe wrapper in Rust and C, then why learning Rust, if one wants to go for managing the memory manually? Especially when considering the complex way of coding in Rust? Another problem: going the easy way and forgetting the tricky parts - if Rust allows for unsafe code, but it is safer to put it into a « safe » mode, so why I need to take the burden and deal with unsafe code? This will evidently lead to the situation that less and less unsafe blocks will be used, which finally leads to a situation where the programmer forgets the in and outs of manual memory management. You can see it as the principal aim of writing memory safe code, but to me it is also a way of « delearning » by learning. I see here the reason why so many young programmers are opting for Rust, because manually managing the memory in larger projects like in C is a question of knowledge and experience which does not come in one day. I also doubt that following just the compiler is a good approach. I agree totally with your last points though! Coding should mean to have fun and be the same time mentally challenged due to complex algorithms or demand for better code in general.
Give it a try. Perhaps they may give you at least a hint.
I like the description by a Finn who said: Rust is like a car with automatic, while in C (or Zig) you need to change the gears. In Rust you literally follow the compiler, which allows many young developers to program at low level, while C demands more time to avoid bugs. It is up to each person what he/she prefers. I would prefer to control myself the stuff and learn the in and outs of memory management.
Pcmanfm? Nemo? However, if one does not need a GUI I would suggest ranger, nnn or alike.
Oh, I did not know about the possibility of replacing xfwm4 with i3. I too am using i3 for some years and like a lot to have a clean surface which facilitates focussing on my tasks. However, never thought about integrating it in a DE.
the Linux kernel and its applications are majorly backed and developed by american companies and their employers.
And this is the problem, considering that Linux has been written by Linus Torvalds, a European. The base and the majority of developers should have remained in Europe, but unfortunately a mistake has been done.
You mean switching between the DE xfce and the WM i3wm, right? Yep, this works and it can indeed make life sometimes easier to have a DE and a WM aside each other.
I have went through your text quickly. Very personal sometimes, especially considering the POV, which can pass by as subjective. I also disagree with the idea that human beings are a collective animal, while this is true in the general sense, you have by nature often one that is leading and others that prefer (or not) to follow. Unfortunately, it is question of person and moment when this one tries to take favour of a situation. I think that almost all communities are communities of convenience: you provide something, others need, and in total we all gain - however, the convenience is the leading force. Anyway, I do not want to jump deeper into this, because it gets very philosophical and social - which also means that there are views as many as there are people. But thank you for your effort and thoughts, which you have put in.
Ah, I am soRRy. I am new to Lemmy and have still to learn new things. The link in the title works! Thank you!
I am absolutely with you about i3. Simply great (there is also dwm or qtile)! But it is a WM, not a DE, what OP asked about.
Did you contact TUXEDO Support Centre?
Do you have any link to the paper or it is still a draft? I would like to read the second part about the proposition for Europe or the EU.
You can set up your own MySQL instance with an encrypted database where you keep all passwords and joined information. Using any programming language you can either set up an app with a GUI yourself where you query your passwords or use queries directly in MySQL. I understand when you ask now for what all that hassle, but at least you have a bit more control of your data and there is not a potential company behind or a code fragment which may inform the company about any actions. BTW, you may learn some coding, so it can be fun too.