Comment on
[@[email protected]](https://lemmy.ca/c/traaaaaaannnnnnnnnns) Checking if i can post here from Calckey
AHAHAHAA YES I CAN
Comment on
[@[email protected]](https://lemmy.ca/c/traaaaaaannnnnnnnnns) Checking if i can post here from Calckey
AHAHAHAA YES I CAN
Comment on
current lemmy status
Reply in thread
This is the way
Comment on
I feel targeted…
AHAHAHA this is absolutely targetted
Comment on
What's your favorite IDE for rust?
Reply in thread
+1 for Neovim I love that thing.
If anyone's curious/interested in it... while the stock editor is pretty "basic" (it can still do a ton of stuff!), the plugin ecosystem (or whatever it's called) is really nice. You can use "pre-built" ones like LunarVim, LazyVim, or NvChad (I've used this one, it aims to be highly customisable and it's pretty nice). There are probably many others.
You might want to get used to the key binds and such before doing any of that though ahahah. Once you open it, if you type :Tutor and press enter it should bring you to a little tutor program for explaining the basics.
I do however highly encourage you to try making your own config! You could write it in vimscript, but Neovim has full support for Lua. You can even have multiple different init files for it. (You can select them with the -u flag when running nvim. Like: nvim -u path/to/my/config_file.lua ). I liked ThePrimeagen's video about making a config from scratch (personally I really like his energy and personality, but he does sometimes yell and stuff (i don't think there's much of this in this video) so it might not appeal to everyone). I haven't really looked at any other resources (besides the built-in :help lua-guide and random searches), but I'm sure there's a ton out there.
It's really fun :DD
Comment on
[Transfem] Headcanon
It looks like the Jerboa app isn't perfect yet lol it didn't upload the image
Edit:: yesss firefox android to the rescue, you can "install" an app through it and it adds a shortcut to your home screen
Comment on
What are some good online resources for learning C?
It's not as in depth as the article you posted (it's really good btw, nice find!), but i really like Beej's guide to C (https://beej.us/guide/bgc/html/#foreword) for an overview of the language and the tons of stuff you can do.