This is just my take, but a game engine could be a really cool way to see how far you can take Odin. As a new language, I don’t think there are many complex projects using it.
- 0 Posts
- 7 Comments
Chewt@beehaw.orgto Linux@lemmy.ml•How dare you use a text editor because it's easy to use0·8 months agovim + terminal is actually objectively more powerful than any IDE, and most IDEs include a way to pull up a terminal as a crutch for things they can’t do. In any case It seems you can’t be reasoned with. Your argument is just a strawman about what you say other people are saying.
Chewt@beehaw.orgto Linux@lemmy.ml•How dare you use a text editor because it's easy to use0·8 months agoI’m actually fairly young and wasn’t around in the 80s. I graduated college with a CS degree in the past 5 years, where I was exposed to many different tools and software. What did I come out of that experience with? I like the terminal more than any IDE I had to use in any class.
Now in the real world, we don’t always get to use our favorite tools for every task, obviously. I do need to use other, more enterprise, software from time to time for work. But whenever possible I go to the terminal because I’m faster there, and I can quickly automate things.
I’m not saying the terminal is the best tool for every job, I’m just saying it is the best for ME. Notice I’m also not putting down other tools here. It seems to me like you might be the one with a superiority complex.
Chewt@beehaw.orgto Linux@lemmy.ml•How dare you use a text editor because it's easy to use0·8 months agoit actually does work by default, you just probably missed how to do it in the help pages in vim. For those curious, the system clipboard is its own named register in vim (
:help registers
to learn more) and can be accessed with either“*
or“+
depending on your how your system is configured.To copy a line:
”*yy
or”+yy
To paste a line:
”*p
or”+p
Chewt@beehaw.orgto Linux@lemmy.ml•How dare you use a text editor because it's easy to use0·8 months agoYou seem to believe that people only use the terminal if they HAVE to. I doubt anybody these days HAS to type any amount of code in the terminal, but choose to anyway. Like probably anyone else I have access to modern tools and infrastructure, but I choose to do work in the terminal because I’m more productive there. I use (neo)vim because I like it more than any other text editor I’ve used, and have no problem writing code and debugging in the terminal.
Chewt@beehaw.orgto Linux@lemmy.ml•The problems and shortcomings of Cosmic (According to Hyprland Dev, Vaxry)0·9 months agoyeah I had the same thought when I read this post. I like hyprland, and will continue to use it because I like it more than all other WMs i’ve tried, but with every new post by Vaxry I cringe more and more. I was hoping to learn about some honest criticisms of Cosmic, because like many others it is something I am excited about and would like to keep up to date with its progress, however the post reads like a child doing nothing but complaining and making strawman arguments. I mean seriously, nobody is saying Cosmic is the “coming of christ” or whatever, so there is no reason to spend so many words explaining how it’s a problem.
I think I read somewhere that the majority of views typically come from videos being recommended on users’ home pages. That is the reason why content creators focus so much on the youtube algorithm, since if their videos don’t get recommended, they don’t get as many views.
(I haven’t watched the linked video, so that may be exactly what they talk about)